summaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tac and ast updates - added eval to ast-elemsAndreas Nüßlein2009-05-261-0/+1
| | | | | | 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)
* implemented lexer (with tokens and symbolTable)Alexander Sulfrian2009-05-201-0/+1
todo: beautify code, implement token classes for parser implemented test function with testcode moved token class to single file (token.py)