Alu is an interpretted programming language that uses bytecode.
First, clone the repository and enter it
git clone https://github.com/paulogarithm/Alu
cd Alu
You will need:
- CMake
- GCC
Copy paste the commands bellow:
mkdir build
cd build
cmake ..
make
The binary is in ./build/alu
.
You will need:
- NinjaBuild
- GCC
Just run:
ninja
The binary is in ./alu
.