An experimental compiler for a simple language written in C
First, download the dependencies:
./download_dependencies.sh
Then, to build the executable, run the following commands from the terminal:
mkdir build ; cd build && cmake .. && make ; cd ..
This will build toycompiler
in ./bin
directory.
Run ./toycompiler
and follow on screen instructions.