summaryrefslogtreecommitdiffstats
path: root/src/front/ast.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tac and ast updates - added eval to ast-elemsAndreas Nüßlein2009-05-261-17/+117
| | | | | | 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)
* implement AST interfaces, which also superseeds parser tokensBenedikt Böhm2009-05-211-0/+87