summaryrefslogtreecommitdiff
path: root/src/lexer.cpp (follow)
AgeCommit message (Collapse)Author
2013-11-13Corrected silly bug in variable assignment.Mike Buland
2013-05-08Command parameters are taken as strings & decimal.0.06Mike Buland
You no longer need to set the radix in the current radix.
2013-04-23Now supports modulus (strange for fractions).Mike Buland
2013-04-23Variables work.Mike Buland
2013-04-22Fixed = bug in lexer (they halted it).Mike Buland
2013-04-22There is now a parser & calculator interface.Mike Buland