summaryrefslogtreecommitdiffstats
path: root/src/front/token.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-20remove symbol table from lexerBenedikt Böhm1-9/+14
2009-05-20convert tags to a typesafe enum so we can print strings instead of intsBenedikt Böhm1-42/+50
2009-05-20implemented lexer (with tokens and symbolTable)Alexander Sulfrian1-12/+16
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