Base from WATlang Compiler
apt install gcc cmake flex bison
git clone https://github.com/bdintu/elementary-compiler
cd elementary-compiler
mkdir build
cd build
cmake ..
make
./simple ../example/hello.simple
gcc -no-pie hello.s -o hello
./hello
apt install gcc cmake flex bison
git clone https://github.com/bdintu/elementary-compiler
cd elementary-compiler
mkdir build
cd build
cmake ..
make
./simple ../example/hello.simple
gcc -no-pie hello.s -o hello
./hello