summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-14Working on new division code.newdivMike Buland
2013-11-14Fixed (?) parsing order of operations bug, added unit tests.Mike Buland
2013-11-13Forgot to update the version number again.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-17The --text-primes option supports a parameter.Mike Buland
2013-05-10Added more helpers to Number.0.07Mike Buland
2013-05-10Added more checking & unit-tests.Mike Buland
2013-05-09Added Number::toRadix & Number::set( int32_t ).Mike Buland
2013-05-09Added better filtering in Number::set, and cli options.Mike Buland
2013-05-08Added a funny option to generate primes.Mike Buland
2013-05-08Forgot to change the version number in the code.Mike Buland
2013-05-08Command parameters are taken as strings & decimal.0.06Mike Buland
2013-04-24Updated version header.0.05Mike Buland
2013-04-24Fixed order of operations bug.Mike Buland
2013-04-23Now supports modulus (strange for fractions).Mike Buland
2013-04-23Updated the version and startup banner.0.04Mike Buland
2013-04-23Variables work.Mike Buland
2013-04-23Fixed random zeros bug.0.03Mike Buland
2013-04-23Added == operator to compare Numbers & stringsMike Buland
2013-04-23Added stdlib for exit in the options.cpp file.Mike Buland
2013-04-23Added cli params & a unit test.Mike Buland
2013-04-22Just tweaked the starting banner.0.02Mike Buland
2013-04-22Fixed = bug in lexer (they halted it).Mike Buland
2013-04-22There is now a parser & calculator interface.Mike Buland
2013-04-22Fixed bug in multiply, added toInt32 function.Mike Buland
2013-04-21FIxed fractional support in comparisons.Mike Buland
2013-04-21Corrected zero-length PackedIntArray bug.Mike Buland
2013-04-19Added routines to get/set scale.Mike Buland
2013-04-19Corrected bugs in division scaling and string parsing.Mike Buland
2013-04-19Fractional divisoin works.Mike Buland
2013-04-19It does fractional division, but the result is an int.Mike Buland
2013-04-17Division, attempt one - broken.Mike Buland
2013-04-17Now you can multiply fractional numbers.Mike Buland
2013-04-17You can now add and subtract fractional numbers.Mike Buland
2013-04-17Fractional portions parse now.Mike Buland
2013-04-17Well, the fractional portion is...making...progress...Mike Buland
2013-04-16Broke the string parser.Mike Buland
2013-04-16Cleaned up some naming.0.01Mike Buland
2013-04-16Added formatter for Number.Mike Buland
2013-04-16Full support for arbitrary radixes is in place.Mike Buland
2013-04-16The divide function is public now.Mike Buland
2013-04-16Added /, %, and = operators.Mike Buland
2013-04-16Added operators: -, ==, !=, <, >, <=, >=Mike Buland
2013-04-15Addition, subtraction, and multiplication work nowMike Buland
2013-04-15Initial checkin.Mike Buland