Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-26 | tac and ast updates - added eval to ast-elems | Andreas Nüßlein | 1 | -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-20 | implemented lexer (with tokens and symbolTable) | Alexander Sulfrian | 1 | -0/+1 | |
todo: beautify code, implement token classes for parser implemented test function with testcode moved token class to single file (token.py) |