summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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