summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix __init__.pyBenedikt Böhm2009-05-261-3/+1
|
* add first presentationBenedikt Böhm2009-05-265-0/+315
|
* tac and ast updates - added eval to ast-elemsAndreas Nüßlein2009-05-263-44/+163
| | | | | | 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)
* add modulus operatorBenedikt Böhm2009-05-251-1/+1
|
* add scope, and symbol class, obsoletes SymbolTableBenedikt Böhm2009-05-253-30/+54
|
* added ThreeAddressCode classAndreas Nüßlein2009-05-221-0/+50
|
* implement AST interfaces, which also superseeds parser tokensBenedikt Böhm2009-05-213-59/+111
|
* make syntax productions consistentBenedikt Böhm2009-05-211-6/+7
|
* lexer combines multiple newlines already, so we ignore it in the grammarBenedikt Böhm2009-05-201-6/+5
|
* make newlines explicitBenedikt Böhm2009-05-201-9/+6
|
* remove symbol table from lexerBenedikt Böhm2009-05-204-33/+40
|
* convert tags to a typesafe enum so we can print strings instead of intsBenedikt Böhm2009-05-201-42/+50
|
* beautify symbol tableBenedikt Böhm2009-05-202-17/+20
|
* implemented lexer (with tokens and symbolTable)Alexander Sulfrian2009-05-205-61/+216
| | | | | | todo: beautify code, implement token classes for parser implemented test function with testcode moved token class to single file (token.py)
* update ebnfBenedikt Böhm2009-05-191-6/+10
|
* parse tree not needed anymoreBenedikt Böhm2009-05-191-3/+0
|
* define interfacesBenedikt Böhm2009-05-198-0/+174
|
* Merge branch 'master' of git@git.animux.de:swppyBenedikt Böhm2009-05-192-0/+0
|\
| * add MIPS32 ISA manualsBenedikt Böhm2009-05-192-0/+0
| |
* | fix CMP instructionBenedikt Böhm2009-05-191-2/+2
|/
* move stuff around and create initial source structureBenedikt Böhm2009-05-1826-0/+736
|
* Merge branch 'master' of git@git.animux.de:swppyBenedikt Böhm2009-05-161-0/+145
|\
| * rudimentaeres 3-adress-code-zeugAndreas Nüßlein2009-05-151-3/+7
| |
| * added Classes.pyAndreas Nüßlein2009-05-151-0/+141
| |
* | fix operatorsBenedikt Böhm2009-05-161-3/+5
|/
* added ebnf-stuffAndreas Nüßlein2009-05-152-0/+183
|
* initialAndreas Nüßlein2009-05-051-0/+53