Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented scope and most of ast | Andreas Nüßlein | 2009-06-30 | 1 | -12/+13 |
| | |||||
* | 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 | ||||
* | fixed error with not newline at file end | Alexander Sulfrian | 2009-06-28 | 1 | -1/+1 |
| | | | | | | moved __init__.py with testcode from src/front to src/ added in lexer "\n\n" at source end to have a newline at file end added unexpected end of file message, if matched token is None | ||||
* | implement AST interfaces, which also superseeds parser tokens | Benedikt Böhm | 2009-05-21 | 1 | -18/+18 |
| | |||||
* | remove symbol table from lexer | Benedikt Böhm | 2009-05-20 | 1 | -23/+20 |
| | |||||
* | implemented lexer (with tokens and symbolTable) | Alexander Sulfrian | 2009-05-20 | 1 | -54/+95 |
| | | | | | | todo: beautify code, implement token classes for parser implemented test function with testcode moved token class to single file (token.py) | ||||
* | define interfaces | Benedikt Böhm | 2009-05-19 | 1 | -0/+62 |