aboutsummaryrefslogtreecommitdiff
path: root/src/tree.h
AgeCommit message (Expand)Author
2014-10-01Moved child pointers to OperatorNode classAdrian Kummerlaender
2014-09-26Simplified Tree::addNode and continued cleanupAdrian Kummerlaender
2014-09-25Increased tree constness and added constructor aliasesAdrian Kummerlaender
2014-03-04Did some refactoring to improve readabilityAdrian Kummerländer
2013-10-29Added previously missing parser.ccAdrian Kummerländer
2013-10-20Implemented constant identifier functionalityAdrian Kummerländer
2013-10-19Merged Node factory-methods into template methodAdrian Kummerländer
2013-10-19Switched OperatorNode to TokenTypeAdrian Kummerländer
2013-10-19POC: alphabetic constantsAdrian Kummerländer
2013-09-26Code restructuring of tree and parsing logicAdrian 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