summaryrefslogtreecommitdiffstats
path: root/src/front/ast.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-23added parserAlexander Sulfrian1-1/+20
- commited parser (Michael Popov) - changed encoding of parser.py to utf8
2009-05-26tac and ast updates - added eval to ast-elemsAndreas Nüßlein1-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)
2009-05-21implement AST interfaces, which also superseeds parser tokensBenedikt Böhm1-0/+87