summaryrefslogtreecommitdiff
path: root/src/options.h (follow)
AgeCommit message (Collapse)Author
2016-12-01Signals solve many problems.Mike Buland
The command structures will be changed, I think. I want the lexer to actually lex the command names into tokens, then the parser and the engine can both use them to update their state when necesarry. It will be less ambiguous and easier for both sides to stay synchronized.
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-12-01Added "--sum" command line option.Mike Buland
Reads in a list of numbers on standard in, one per line, and sums them.
2014-11-28Division fixes, better config, more tests.0.11Mike Buland
Other minor fixes and options such as --version being added.
2014-11-25Added a new 'execute' command line parameter.Mike Buland
2013-05-10Added more checking & unit-tests.Mike Buland
2013-05-09Added better filtering in Number::set, and cli options.Mike Buland
The command line options let you set the initial radix/scale, and there's a function te test if any number is prime, that's fun.
2013-05-08Added a funny option to generate primes.Mike Buland
...But primes in base 36 and it skips all numbers with digits in the range 0-9
2013-04-23Added cli params & a unit test.Mike Buland