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