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