index
:
SimpleParser
master
Simple parser for mathematical terms
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-05-12
Add reproducible dev-env and Nix derivation of the latest release
HEAD
master
Adrian Kummerlaender
2018-05-12
Link pthread
Adrian Kummerlaender
2018-02-02
Replace boost::optional with std::optional
Adrian Kummerlaender
2015-06-10
Changed token determination regarding identifier values
Adrian Kummerlaender
2014-10-02
Moved exception based syntax check into buildTree
Adrian Kummerlaender
2014-10-01
Moved child pointers to OperatorNode class
Adrian Kummerlaender
2014-09-27
Added argument and tree export mode to frontend
Adrian Kummerlaender
2014-09-27
Removed line breaks from `dot` export and fixed naming error
Adrian Kummerlaender
2014-09-26
Replaced array-like accesses with their named member method counterparts
Adrian Kummerlaender
2014-09-26
Eliminated manual division through zero prevention
Adrian Kummerlaender
2014-09-26
Simplified Tree::addNode and continued cleanup
Adrian Kummerlaender
2014-09-25
Increased tree constness and added constructor aliases
Adrian Kummerlaender
2014-09-25
Declared "{top|pop}Node" helper methods local to their compilation unit
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
2014-03-02
Switched build system to cmake
Adrian Kummerländer
2013-10-29
Added previously missing parser.cc
Adrian Kummerländer
2013-10-20
Modified README to match recently added features
Adrian Kummerländer
2013-10-20
Implemented constant identifier functionality
Adrian Kummerländer
2013-10-20
Enabled C++11 for clc and test applications
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
Merge branch 'master' into feature_constants
Adrian Kummerländer
2013-10-19
Improvement: Replaced "priority" with TokenType
Adrian Kummerländer
2013-10-19
POC: alphabetic constants
Adrian Kummerländer
2013-10-19
Fixed undefined behavior of tree construction
Adrian Kummerländer
2013-10-19
Added simple input loop to clc
Adrian Kummerländer
2013-09-27
Modified Makefile to generate shared library
Adrian Kummerländer
2013-09-26
Code restructuring of tree and parsing logic
Adrian Kummerländer
2013-07-29
Coding style improvements
Adrian Kummerländer
2013-07-28
Added MIT license
Adrian Kummerländer
2013-01-11
Included previously missing exceptions header
Adrian Kummerländer
2013-01-06
Added a basic readme file
Adrian Kummerländer
2013-01-05
Made existing Graphviz tree generation available
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
2013-01-05
Folder structure change; Further improvements of parser code
Adrian Kummerländer
2013-01-05
Fixes for ugly style used in my early C++ days
Adrian Kummerländer
2012-10-12
Added gtest based test cases to be executed after every compile
Adrian Kummerländer
2012-04-22
Fixed a bug which was preventing the lexer from working correctly
Adrian Kummerländer
2012-04-15
Removed all memory leaks detected by valgrind
Adrian Kummerländer
2012-04-14
Updated Makefile
Adrian Kummerländer
2012-03-10
Enabled full precision output of results
Adrian Kummerländer
2012-03-10
Moved static_cast needed for accessing the specific solve methods of the two ...
Adrian Kummerländer
2012-03-04
Got rid of boost dependency
Adrian Kummerländer
2011-11-20
Added support for signed numbers
Adrian Kummerländer
2011-11-18
Inital commit
Adrian Kummerländer