aboutsummaryrefslogtreecommitdiff
path: root/src/nodes.cc
AgeCommit message (Expand)Author
2015-06-10Changed token determination regarding identifier valuesAdrian Kummerlaender
2014-10-01Moved child pointers to OperatorNode classAdrian Kummerlaender
2014-09-26Eliminated manual division through zero preventionAdrian 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
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-27Modified Makefile to generate shared libraryAdrian Kummerländer
2013-07-29Coding style improvementsAdrian 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