Age | Commit message (Expand) | Author |
2016-12-01 | Scripts are executable now! | Mike Buland |
2016-12-01 | Forgot assignment and negation. They both work now. | Mike Buland |
2016-12-01 | The parser works. | Mike Buland |
2016-12-01 | Disabled unit tests, they rely on old API. | Mike Buland |
2016-12-01 | New layout for the parser, it doesn't parse yet. | Mike Buland |
2016-11-30 | I managed to confuse myself pretty well. | Mike Buland |
2016-11-30 | Working on the parser, some issues. | Mike Buland |
2016-11-23 | Added new helpers for lookahead. | Mike Buland |
2016-02-16 | Merge remote-tracking branch 'origin/master'HEADmain | Mike Buland |
2015-07-23 | Just a tweak to the lexer to make some errors nicer. | Mike Buland |
2015-01-29 | Merge branch 'master' of /home/eichlan/git/clic | Mike Buland |
2015-01-29 | Minor tweak to some display text. | Mike Buland |
2015-01-29 | Fixed nasty subtraction bug when dealing with fractions.0.13 | Mike Buland |
2015-01-07 | Fixed parsing bug, added unit tests, debug cleanup.0.12 | Mike Buland |
2014-12-01 | Added "--sum" command line option. | 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-25 | Added a new 'execute' command line parameter. | Mike Buland |
2014-11-24 | Fixed an annoying parsing bug.0.10 | Mike Buland |
2014-11-03 | Made x/0 return 0 for now. | Mike Buland |
2014-10-31 | Added more tests, keep everything on the up and up | Mike Buland |
2014-10-31 | Corrected issue with particular sequences of zeros. | Mike Buland |
2014-10-30 | Maybe better? conversions aren't always good. | Mike Buland |
2014-10-30 | Used the new cuter sign logic in multiply. | Mike Buland |
2014-10-30 | Better comments! | Mike Buland |
2014-10-30 | Updated version number.0.09 | Mike Buland |
2014-10-30 | Fixed remaining known division issues. | Mike Buland |
2014-10-30 | Divisors between 0 and 1 break division now. | Mike Buland |
2014-10-30 | The new division works great! | Mike Buland |
2014-09-26 | Added tests that fail for division. | Mike Buland |
2014-09-17 | Added a unit test that breaks divide. | 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 | 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 |