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