Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix function_call | Benedikt Böhm | 2009-06-29 | 1 | -0/+1 |
| | | | | | - function_call is now an expression and a statement - call keyword is required to make lookahead = 1 work | ||||
* | added parser | Alexander Sulfrian | 2009-06-23 | 1 | -0/+2 |
| | | | | | - commited parser (Michael Popov) - changed encoding of parser.py to utf8 | ||||
* | implement AST interfaces, which also superseeds parser tokens | Benedikt Böhm | 2009-05-21 | 1 | -41/+6 |
| | |||||
* | remove symbol table from lexer | Benedikt Böhm | 2009-05-20 | 1 | -9/+14 |
| | |||||
* | convert tags to a typesafe enum so we can print strings instead of ints | Benedikt Böhm | 2009-05-20 | 1 | -42/+50 |
| | |||||
* | implemented lexer (with tokens and symbolTable) | Alexander Sulfrian | 2009-05-20 | 1 | -0/+66 |
todo: beautify code, implement token classes for parser implemented test function with testcode moved token class to single file (token.py) |