| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-19 | Improvement: Replaced "priority" with TokenType | Adrian Kummerländer | |
| * Made implementation more expressive by replacing the integer priority with an strictly typed enum called TokenType ** Made removal of character comparisons from tree construction and lexer possible * As a side effect distinct numbers had to be assigned to each token ** Operators of same priority do not have identical numbers anymore | |||
| 2013-09-26 | Code restructuring of tree and parsing logic | Adrian Kummerländer | |
| * Enabled tree to generate itself ** Main work is now done during tree construction * Moved lexer and getPriority utility functions into separate compilation unit | |||
