Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-23 | added parser | Alexander Sulfrian | 4 | -69/+232 | |
- commited parser (Michael Popov) - changed encoding of parser.py to utf8 | |||||
2009-05-26 | added a main_test (currently for back) | Andreas Nüßlein | 2 | -5/+38 | |
2009-05-26 | tac and ast updates - added eval to ast-elems | Andreas Nüßlein | 2 | -44/+162 | |
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-25 | add scope, and symbol class, obsoletes SymbolTable | Benedikt Böhm | 3 | -30/+54 | |
2009-05-22 | added ThreeAddressCode class | Andreas Nüßlein | 1 | -0/+50 | |
2009-05-21 | implement AST interfaces, which also superseeds parser tokens | Benedikt Böhm | 3 | -59/+111 | |
2009-05-20 | remove symbol table from lexer | Benedikt Böhm | 4 | -33/+40 | |
2009-05-20 | convert tags to a typesafe enum so we can print strings instead of ints | Benedikt Böhm | 1 | -42/+50 | |
2009-05-20 | beautify symbol table | Benedikt Böhm | 2 | -17/+20 | |
2009-05-20 | implemented lexer (with tokens and symbolTable) | Alexander Sulfrian | 4 | -61/+215 | |
todo: beautify code, implement token classes for parser implemented test function with testcode moved token class to single file (token.py) | |||||
2009-05-19 | parse tree not needed anymore | Benedikt Böhm | 1 | -3/+0 | |
2009-05-19 | define interfaces | Benedikt Böhm | 8 | -0/+174 | |
2009-05-19 | fix CMP instruction | Benedikt Böhm | 1 | -2/+2 | |
2009-05-18 | move stuff around and create initial source structure | Benedikt Böhm | 23 | -0/+736 | |