Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-07-06 | fix generation of LW, SW opcodes | Benedikt Böhm | 1 | -1/+2 | |
2009-07-04 | simplify generator | Jana Rekittke | 1 | -45/+12 | |
2009-07-04 | cleanup | Benedikt Böhm | 1 | -5/+3 | |
2009-07-04 | implement the code generator | Jana Rekittke | 2 | -3/+182 | |
2009-07-03 | rename BEQ to BEZ and make TACList iterable | Benedikt Böhm | 1 | -1/+4 | |
2009-07-02 | implement three-address-code objects instead of printf | Andreas Nüßlein | 2 | -46/+67 | |
2009-05-26 | added a main_test (currently for back) | Andreas Nüßlein | 1 | -5/+6 | |
2009-05-26 | tac and ast updates - added eval to ast-elems | Andreas Nüßlein | 1 | -27/+45 | |
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-22 | added ThreeAddressCode class | Andreas Nüßlein | 1 | -0/+50 | |
2009-05-18 | move stuff around and create initial source structure | Benedikt Böhm | 1 | -0/+0 | |