summaryrefslogtreecommitdiffstats
path: root/src/front/token.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement AST interfaces, which also superseeds parser tokensBenedikt Böhm2009-05-211-41/+6
|
* remove symbol table from lexerBenedikt Böhm2009-05-201-9/+14
|
* convert tags to a typesafe enum so we can print strings instead of intsBenedikt Böhm2009-05-201-42/+50
|
* implemented lexer (with tokens and symbolTable)Alexander Sulfrian2009-05-201-0/+66
todo: beautify code, implement token classes for parser implemented test function with testcode moved token class to single file (token.py)