summaryrefslogtreecommitdiffstats
path: root/src/front/token.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)