| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-06 | Rename exceptions to not use Exception | Ben Culkin | |
| This renames several of the stock exceptions to remove 'Exception' from their name. This is something that I don't recall where I picked it up from, but the idea is that the fact that it is an exception is generally syntactically obvious. Therefore, you can instead give your exceptions names which directly state what it wrong, as well as strongly implying what you can do to fix it. For instance, if you get a DirectionInvalid, it is apparent what the issue is (it is less apparent why it is invalid, but that is another issue, and a discussion for another time) | |||
| 2020-04-14 | Cleanup some warnings and stuff | Ben Culkin | |
| 2020-04-13 | Cleanup pass | Ben Culkin | |
| Cleanup pass to uniformize things | |||
| 2020-04-13 | Add some javadoc. | Ben Culkin | |
| Add some javadoc comments | |||
| 2020-03-28 | Add DualExprParser | Ben Culkin | |
| This class parses DualExprs from prefix expressions | |||
| 2018-04-25 | Add some new classes | bjculkin | |
| Import some new classes from an old project | |||
| 2018-02-12 | Formatting pass | bjculkin | |
| 2017-10-11 | Cleanup work | Benjamin J. Culkin | |
| 2017-10-08 | Start splitting into maven modules | Benjamin J. Culkin | |
