summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-19It actually sorta' works again!newparserMike Buland
2016-12-19Parsing commands is almost there.Mike Buland
2016-12-19Parser updates, it's having trouble with command parameters.Mike Buland
2016-12-15Wow, I feel dumb. Fixed the always-build-datafiles bug.Mike Buland
2016-12-13Fixed up some unit tests.Mike Buland
2016-12-13Corrected negation and single value parse bugs.Mike Buland
2016-12-01Signals solve many problems.Mike Buland
2016-12-01Terrible parsing issues are behind us now.Mike Buland
2016-12-01Found a big problem with order of operations.Mike Buland
2016-12-01Scripts are executable now!Mike Buland
2016-12-01Forgot assignment and negation. They both work now.Mike Buland
2016-12-01The parser works.Mike Buland
2016-12-01Disabled unit tests, they rely on old API.Mike Buland
2016-12-01New layout for the parser, it doesn't parse yet.Mike Buland
2016-11-30I managed to confuse myself pretty well.Mike Buland
2016-11-30Working on the parser, some issues.Mike Buland
2016-11-23Added new helpers for lookahead.Mike Buland
2016-02-16Merge remote-tracking branch 'origin/master'HEADmainMike Buland
2015-07-23Actually added a makefile with dep support.Mike Buland
2015-07-23Just a tweak to the lexer to make some errors nicer.Mike Buland
2015-01-29Merge branch 'master' of /home/eichlan/git/clicMike Buland
2015-01-29Minor tweak to some display text.Mike Buland
2015-01-29Fixed nasty subtraction bug when dealing with fractions.0.13Mike Buland
2015-01-07Fixed parsing bug, added unit tests, debug cleanup.0.12Mike Buland
2014-12-01Added "--sum" command line option.Mike Buland
2014-11-28Division fixes, better config, more tests.0.11Mike Buland
2014-11-28build builds the datafiles class now.Mike Buland
2014-11-28Switched to using bin2cpp for the help.Mike Buland
2014-11-25Added a new 'execute' command line parameter.Mike Buland
2014-11-24Fixed an annoying parsing bug.0.10Mike Buland
2014-11-03Made x/0 return 0 for now.Mike Buland
2014-10-31Added more tests, keep everything on the up and upMike Buland
2014-10-31Corrected issue with particular sequences of zeros.Mike Buland
2014-10-30Maybe better? conversions aren't always good.Mike Buland
2014-10-30Used the new cuter sign logic in multiply.Mike Buland
2014-10-30Better comments!Mike Buland
2014-10-30Updated version number.0.09Mike Buland
2014-10-30Fixed remaining known division issues.Mike Buland
2014-10-30Divisors between 0 and 1 break division now.Mike Buland
2014-10-30The new division works great!Mike Buland
2014-09-26Added tests that fail for division.Mike Buland
2014-09-17Added a unit test that breaks divide.Mike Buland
2014-09-17Issues with small decimal numbers were in toString.Mike 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