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