Python Compiler written in C++.
- Run command on terminal to compile:
make build - Create a file called
file.pyin the same directory of the binary compiled. - Run the binary compiled.
- Para rodar a analisador sintático é necessário alterar a flag
enableSintaticopresente no arquivomain.cppparatrue.
- Parser
- Lexical analysis
- [+-] Sintaxis analysis
- Compiler