summaryrefslogtreecommitdiffstats
path: root/src/front/lexer.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-21implement AST interfaces, which also superseeds parser tokensBenedikt Böhm1-18/+18
2009-05-20remove symbol table from lexerBenedikt Böhm1-23/+20
2009-05-20implemented lexer (with tokens and symbolTable)Alexander Sulfrian1-54/+95
todo: beautify code, implement token classes for parser implemented test function with testcode moved token class to single file (token.py)
2009-05-19define interfacesBenedikt Böhm1-0/+62