/compyler

Compiler for Python syntax using GNU flex, GNU bison, and LLVM

Primary LanguageC++

Running Instruction

  • Add python files to ./testing_code
  • Add their name to $OUTPUT_FILES variable in Makefile
  • Run make

This produces Abstract Syntax Tree in .gv (GraphViz) format and .png images of them for each Python code added in ./testing_code