aboutsummaryrefslogtreecommitdiff
path: root/src/nodes.h
AgeCommit message (Collapse)Author
2013-10-19Switched OperatorNode to TokenTypeAdrian Kummerländer
* OperatorNode class now uses TokenType for internal operator storage and logic selection * print-Method resolves the TokenType back into its character representation
2013-10-19POC: alphabetic constantsAdrian Kummerländer
* New priority for alphabetic characters * Overloaded OperandNode constructor * Currently not usable, only basic proof of concept
2013-01-05Moved node classes into separate compilation unit; File extension changeAdrian Kummerländer