Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-29 | Added previously missing parser.cc | Adrian Kummerländer | |
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 | |||
2013-07-29 | Coding style improvements | Adrian Kummerländer | |
2013-01-05 | Made existing Graphviz tree generation available | Adrian Kummerländer | |
to the libary user by providing a new plain "exportTree" function | |||
2013-01-05 | Deprecated parser class in favour of plain functions; Internal lexer, | Adrian Kummerländer | |
priority determination and tree building functions were hidden in unnamed namespace | |||
2013-01-05 | Moved node classes into separate compilation unit; File extension change | Adrian Kummerländer | |