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