summaryrefslogtreecommitdiff
path: root/src/unitparser.cpp (follow)
AgeCommit message (Collapse)Author
2016-12-01Scripts are executable now!Mike Buland
The main interactive interface doesn't work, and there's a lot left to do with the unit tests, other command line options, etc. but it's pretty exciting. I also still have to figure out how commands will work. I'm thinking they'll be stored in an Expression and executed by the engine as normal.
2016-12-01Disabled unit tests, they rely on old API.Mike Buland
These will have to be updated later.
2016-11-30Working on the parser, some issues.Mike Buland
2015-01-07Fixed parsing bug, added unit tests, debug cleanup.0.12Mike Buland
There was an issue with order of operations outside of parenthesies, easily solved.
2014-11-25Added a new 'execute' command line parameter.Mike Buland
2014-11-24Fixed an annoying parsing bug.0.10Mike Buland
2014-10-30The new division works great!Mike Buland
Other minor bug fixes including scale issues, digit() access stopped a digit before the final possible digit in the scale, >, >=, <, <= all work correctly with mixed scale numbers now, probably other fixes.
2013-11-14Fixed (?) parsing order of operations bug, added unit tests.Mike Buland