My pascal toy compiler

I developed a simple pascal toy compiler for x86-64 using flex and bison. The reason to start this project was to learn more about compilers.

This is a checklist of functionalities that I plan to implement. The marked ones are already implemented.

You can check the source code of this project here