There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
In this project we created a compiler for a mini-python version from scratch. The project implements four phases: 1. Lexical Analysis 2. Syntax Analysis 3. Abstract Syntax Tree 4. Symbol/Semantic Analysis