summaryrefslogtreecommitdiffstats
path: root/src/back/tac.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* push command line params onto stackBenedikt Böhm2009-07-071-0/+1
* implement print statementBenedikt Böhm2009-07-061-0/+2
* cleanupBenedikt Böhm2009-07-041-5/+3
* implement the code generatorJana Rekittke2009-07-041-3/+8
* rename BEQ to BEZ and make TACList iterableBenedikt Böhm2009-07-031-1/+4
* implement three-address-code objects instead of printfAndreas Nüßlein2009-07-021-46/+57
* added a main_test (currently for back)Andreas Nüßlein2009-05-261-5/+6
* tac and ast updates - added eval to ast-elemsAndreas Nüßlein2009-05-261-27/+45
* added ThreeAddressCode classAndreas Nüßlein2009-05-221-0/+50