This project is a practical assignment for the Compilers course under the guidance of Prof. Celso at FCT/UNESP. The compiler handles Simplified Pascal and includes the following phases:
- Lexical Analysis
- Syntax Analysis
- Semantic Analysis
- Optimization Phase
- Assembly Conversion
These potential future developments aim to enhance the completeness of the compilation process.
- run
$node index.js
Feel free to contribute here :D