Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 459 Bytes

Cpp Python Compiler

Python Compiler written in C++.

Usage

  • 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.

Analise Sintática

  • Para rodar a analisador sintático é necessário alterar a flag enableSintatico presente no arquivo main.cpp para true.

Roadmap

  • Parser
  • Lexical analysis
  • [+-] Sintaxis analysis
  • Compiler