index
:
clic.git
main
newdiv
newparser
Console based arbitrary radix, arbitrary precision calculator.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
2015-01-07
Fixed parsing bug, added unit tests, debug cleanup.
0.12
Mike Buland
2014-11-28
Division fixes, better config, more tests.
0.11
Mike Buland
2014-11-28
Switched to using bin2cpp for the help.
Mike Buland
2014-11-24
Fixed an annoying parsing bug.
0.10
Mike Buland
2014-10-30
The new division works great!
Mike Buland
2014-09-17
Issues with small decimal numbers were in toString.
Mike Buland
2013-11-14
Fixed (?) parsing order of operations bug, added unit tests.
Mike Buland
2013-11-13
Added debugging to parser, and disabled debug flag.
0.08
Mike Buland
2013-11-13
Corrected silly bug in variable assignment.
Mike Buland
2013-05-22
Some compilers need an extra header.
Mike Buland
2013-05-09
Added better filtering in Number::set, and cli options.
Mike Buland
2013-05-08
Command parameters are taken as strings & decimal.
0.06
Mike Buland
2013-04-24
Fixed order of operations bug.
Mike Buland
2013-04-23
Now supports modulus (strange for fractions).
Mike Buland
2013-04-23
Variables work.
Mike Buland
2013-04-22
There is now a parser & calculator interface.
Mike Buland