Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-27 | Modified Makefile to generate shared library | Adrian Kummerländer | |
* library is called libSimpleParser.so * parser was renamed to clc * test and clc are using the shared library | |||
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-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 | |
2013-01-05 | Folder structure change; Further improvements of parser code | Adrian Kummerländer | |
2013-01-05 | Fixes for ugly style used in my early C++ days | Adrian Kummerländer | |
2012-10-12 | Added gtest based test cases to be executed after every compile | Adrian Kummerländer | |
2012-04-14 | Updated Makefile | Adrian Kummerländer | |
2011-11-18 | Inital commit | Adrian Kummerländer | |