summaryrefslogtreecommitdiffstats
path: root/src/front/token.py (unfollow)
Commit message (Expand)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
2009-05-19define interfacesBenedikt Böhm1-0/+62