summaryrefslogtreecommitdiffstats
path: root/src/back/tac.py (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-05-22added ThreeAddressCode classAndreas Nüßlein1-0/+50