xlang
Compiler for xlang, A C like high level programming language that emits Intel x86 assembly
How to download and setup xlang
Open terminal and run command
git clone https://github.com/pritamzope/xlang.git
git clone is used to create a copy or clone of xlang repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with xlang https://github.com/pritamzope/xlang/archive/master.zip
Or simply clone xlang with SSH
[email protected]:pritamzope/xlang.git