#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