summaryrefslogtreecommitdiffstats
path: root/src/back/tac.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-07push command line params onto stackBenedikt Böhm1-0/+1
2009-07-06implement print statementBenedikt Böhm1-0/+2
2009-07-04cleanupBenedikt Böhm1-5/+3
2009-07-04implement the code generatorJana Rekittke1-3/+8
2009-07-03rename BEQ to BEZ and make TACList iterableBenedikt Böhm1-1/+4
2009-07-02implement three-address-code objects instead of printfAndreas Nüßlein1-46/+57
2009-05-26added a main_test (currently for back)Andreas Nüßlein1-5/+6
2009-05-26tac and ast updates - added eval to ast-elemsAndreas Nüßlein1-27/+45
every ast-element now has a .eval-method that creates the ThreeAddressCode for said element. Also: tac-elements are stored linear in a list (, duh)
2009-05-22added ThreeAddressCode classAndreas Nüßlein1-0/+50