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

A cross compiler written in C++ that converts a intermediate representation language to workable python.

Notifications You must be signed in to change notification settings

elijah-rou/Python-to-IR-cross-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

A cross compiler written in C++ that converts a intermediate representation language to workable python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published