Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 548 Bytes

#CSC4000W Compilers Assignment ##RSSELI007 - Elijah Roussos

###General The goal of this assignment was to compile an IR language into functional python. Upon starting the program with a given .ir file, the program will cross compile the IR code and prompt to save and run the program. The list of tiles used is contained within tiles.pdf. ###Running the program Compile - make. Run - ./main filename.ir Output .py files are saved to /output ###Running tests Run tests - make test ###Cleanup Clean exe - make clean