aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-12Add reproducible dev-env and Nix derivation of the latest releaseHEADmasterAdrian Kummerlaender
2018-05-12Link pthreadAdrian Kummerlaender
2018-02-02Replace boost::optional with std::optionalAdrian Kummerlaender
2015-06-10Changed token determination regarding identifier valuesAdrian Kummerlaender
2014-10-02Moved exception based syntax check into buildTreeAdrian Kummerlaender
2014-10-01Moved child pointers to OperatorNode classAdrian Kummerlaender
2014-09-27Added argument and tree export mode to frontendAdrian Kummerlaender
2014-09-27Removed line breaks from `dot` export and fixed naming errorAdrian Kummerlaender
2014-09-26Replaced array-like accesses with their named member method counterpartsAdrian Kummerlaender
2014-09-26Eliminated manual division through zero preventionAdrian Kummerlaender
2014-09-26Simplified Tree::addNode and continued cleanupAdrian Kummerlaender
2014-09-25Increased tree constness and added constructor aliasesAdrian Kummerlaender
2014-09-25Declared "{top|pop}Node" helper methods local to their compilation unitAdrian Kummerlaender
2014-09-25Increased Node constness and removed type member methodAdrian Kummerlaender
2014-09-16Improved lexer readabilty and replaced raw new in tree constructionAdrian Kummerlaender
2014-03-04Did some refactoring to improve readabilityAdrian Kummerländer
2014-03-02Switched build system to cmakeAdrian Kummerländer
2013-10-29Added previously missing parser.ccAdrian Kummerländer
2013-10-20Modified README to match recently added featuresAdrian Kummerländer
2013-10-20Implemented constant identifier functionalityAdrian Kummerländer
2013-10-20Enabled C++11 for clc and test applicationsAdrian Kummerländer
2013-10-19Merged Node factory-methods into template methodAdrian Kummerländer
2013-10-19Switched OperatorNode to TokenTypeAdrian Kummerländer
2013-10-19Merge branch 'master' into feature_constantsAdrian Kummerländer
2013-10-19Improvement: Replaced "priority" with TokenTypeAdrian Kummerländer
2013-10-19POC: alphabetic constantsAdrian Kummerländer
2013-10-19Fixed undefined behavior of tree constructionAdrian Kummerländer
2013-10-19Added simple input loop to clcAdrian Kummerländer
2013-09-27Modified Makefile to generate shared libraryAdrian Kummerländer
2013-09-26Code restructuring of tree and parsing logicAdrian Kummerländer
2013-07-29Coding style improvementsAdrian Kummerländer
2013-07-28Added MIT licenseAdrian Kummerländer
2013-01-11Included previously missing exceptions headerAdrian Kummerländer
2013-01-06Added a basic readme fileAdrian Kummerländer
2013-01-05Made existing Graphviz tree generation availableAdrian Kummerländer
2013-01-05Deprecated parser class in favour of plain functions; Internal lexer,Adrian Kummerländer
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-22Fixed a bug which was preventing the lexer from working correctlyAdrian Kummerländer
2012-04-15Removed all memory leaks detected by valgrindAdrian Kummerländer
2012-04-14Updated MakefileAdrian Kummerländer
2012-03-10Enabled full precision output of resultsAdrian Kummerländer
2012-03-10Moved static_cast needed for accessing the specific solve methods of the two ...Adrian Kummerländer
2012-03-04Got rid of boost dependencyAdrian Kummerländer
2011-11-20Added support for signed numbersAdrian Kummerländer
2011-11-18Inital commitAdrian Kummerländer