index
:
SimpleParser
master
Simple parser for mathematical terms
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nodes.cc
Age
Commit message (
Expand
)
Author
2015-06-10
Changed token determination regarding identifier values
Adrian Kummerlaender
2014-10-01
Moved child pointers to OperatorNode class
Adrian Kummerlaender
2014-09-26
Eliminated manual division through zero prevention
Adrian Kummerlaender
2014-09-25
Increased Node constness and removed type member method
Adrian Kummerlaender
2014-09-16
Improved lexer readabilty and replaced raw new in tree construction
Adrian Kummerlaender
2014-03-04
Did some refactoring to improve readability
Adrian Kummerländer
2013-10-20
Implemented constant identifier functionality
Adrian Kummerländer
2013-10-19
Merged Node factory-methods into template method
Adrian Kummerländer
2013-10-19
Switched OperatorNode to TokenType
Adrian Kummerländer
2013-10-19
POC: alphabetic constants
Adrian Kummerländer
2013-09-27
Modified Makefile to generate shared library
Adrian Kummerländer
2013-07-29
Coding style improvements
Adrian Kummerländer
2013-01-05
Deprecated parser class in favour of plain functions; Internal lexer,
Adrian Kummerländer
2013-01-05
Moved node classes into separate compilation unit; File extension change
Adrian Kummerländer