alanmmckay / KLEINcompiler

A compiler written in Python to translate KLEIN programs into TM assembly language. A group project for the Translation of Programming Languages class at University of Northern Iowa.
1 stars 0 forks source link

Implemented IfStatementNode.code_gen(). Need to run some more tests b… #59

Closed alanmmckay closed 4 years ago

alanmmckay commented 4 years ago

…ut I think it's good... I also need to follow up by added more comments to the various tm outputs.