summaryrefslogtreecommitdiff
path: root/src/parser.cpp (follow)
AgeCommit message (Expand)Author
2013-11-14Fixed (?) parsing order of operations bug, added unit tests.Mike Buland
2013-11-13Added debugging to parser, and disabled debug flag.0.08Mike Buland
2013-11-13Corrected silly bug in variable assignment.Mike Buland
2013-05-22Some compilers need an extra header.Mike Buland
2013-05-09Added better filtering in Number::set, and cli options.Mike Buland
2013-05-08Command parameters are taken as strings & decimal.0.06Mike Buland
2013-04-24Fixed order of operations bug.Mike Buland
2013-04-23Now supports modulus (strange for fractions).Mike Buland
2013-04-23Variables work.Mike Buland
2013-04-22There is now a parser & calculator interface.Mike Buland