aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2013-10-20Enabled C++11 for clc and test applicationsAdrian Kummerländer
2013-09-27Modified Makefile to generate shared libraryAdrian Kummerländer
* library is called libSimpleParser.so * parser was renamed to clc * test and clc are using the shared library
2013-09-26Code restructuring of tree and parsing logicAdrian 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-05Deprecated 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-05Moved node classes into separate compilation unit; File extension changeAdrian Kummerländer
2013-01-05Folder structure change; Further improvements of parser codeAdrian Kummerländer
2013-01-05Fixes for ugly style used in my early C++ daysAdrian Kummerländer
2012-10-12Added gtest based test cases to be executed after every compileAdrian Kummerländer
2012-04-14Updated MakefileAdrian Kummerländer
2011-11-18Inital commitAdrian Kummerländer