Download
The only way to download RunLang at the moment is to clone the repo. (This may be subject to chain the the language grows)
Prerequisites
RunLang requires a linux based os, git, Python3, and g++ to by installed on your system. Windows users may use Windows Subsystem for Linux (WSL) to use RunLang.
Steps to install
- Navigate to the directory to which you want to install RunLang
- Run
git clone https://github.com/Coderz75/RunLang.git - Run
cd RunLang/run - Run
./install.sh - Your done! Now you can use the
startlcommand to compile your RunLang scripts!