/cpp-python-compiler

Python Compiler written in C++

Primary LanguageC++

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