summaryrefslogtreecommitdiffstats
path: root/src/back (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some more commentsJana Rekittke2009-07-071-6/+11
|
* push command line params onto stackBenedikt Böhm2009-07-072-7/+7
|
* implement print statementBenedikt Böhm2009-07-062-0/+10
|
* fix generation of LW, SW opcodesBenedikt Böhm2009-07-061-1/+2
|
* simplify generatorJana Rekittke2009-07-041-45/+12
|
* cleanupBenedikt Böhm2009-07-041-5/+3
|
* implement the code generatorJana Rekittke2009-07-042-3/+182
|
* rename BEQ to BEZ and make TACList iterableBenedikt Böhm2009-07-031-1/+4
|
* implement three-address-code objects instead of printfAndreas Nüßlein2009-07-022-46/+67
|
* added a main_test (currently for back)Andreas Nüßlein2009-05-261-5/+6
|
* tac and ast updates - added eval to ast-elemsAndreas Nüßlein2009-05-261-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)
* added ThreeAddressCode classAndreas Nüßlein2009-05-221-0/+50
|
* move stuff around and create initial source structureBenedikt Böhm2009-05-181-0/+0