Open andrewdalex opened 3 weeks ago
This PR is still a work in progress and is for an interpreter for Loop IR. LoopIR_Interpreter.py contains the relevant code and test_interp.py checks our output against the compiled programs output.
LoopIR_Interpreter.py
test_interp.py
Work done by @meganfrisella and myself.
This PR is still a work in progress and is for an interpreter for Loop IR.
LoopIR_Interpreter.py
contains the relevant code andtest_interp.py
checks our output against the compiled programs output.Work done by @meganfrisella and myself.