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

  1. Navigate to the directory to which you want to install RunLang
  2. Run git clone https://github.com/Coderz75/RunLang.git
  3. Run cd RunLang/run
  4. Run ./install.sh
  5. Your done! Now you can use the startl command to compile your RunLang scripts!