Skip to content

Files

Latest commit

 

History

History
17 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 502 Bytes

AquaLang

An Open-Source programming language written in python. Has BASIC-like syntax

How to Install

Windows: Go to releases page and download the file called AquaLang1.0.0Installer.exe and run it.

Linux: Run the following:

git clone https://github.com/CyberSafe-Labs/AquaLang.git

How to run a .aqua file

Open CMD (Windows) or Bash (Linux) and cd to the Aqua Directory and type python shell.py or python3 shell.py then type RUN("<filename>.aqua")