A project aimed at implementing an end-to-end mini compiler for the Python programming language that supports the different phases of a typical compiler, namely lexical analysis, syntax analysis, ...
This project was a compiler prototype for the Mu micro virtual machine. The project was carried out in parallel of\ndesigning the Mu micro virtual machine so that it allows us to quickly understand ...