Project for the "Compilers" course of our Computer Science program into São Paulo State University (UNESP). The LALG is a language with academic purpose of teaching how compilers works. The language specification can be found on the docs folder.
The project has to be executed following way:
1 - Navigate to the "CompilerProject/src" folder
2 - Execute the "UI/main.py" script as it follows: python3 UI.main
3 - The above execution must be respected, so that the folder structure (and the "imports") and consequently the project remains working well.