| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-11 | Some minor changes to the CLI system | bculkin2442 | |
| 2016-04-11 | Work on restructing data. | bculkin2442 | |
| 2016-04-11 | Initial commit of experimental data rewrite | bculkin2442 | |
| 2016-04-11 | Added toStrings for easier debugging | bculkin2442 | |
| 2016-04-11 | Added new method to pairs and holders | bculkin2442 | |
| 2016-04-08 | Switch functional data to use interfaces | bculkin2442 | |
| 2016-04-06 | Minor bugfixes/changes, as well as beginnings of CLI systems | bculkin2442 | |
| 2016-04-04 | Minor changes | bculkin2442 | |
| 2016-04-03 | Code maintenance and changes | bculkin2442 | |
| 2016-04-03 | General code refactoring and maintenance | bculkin2442 | |
| 2016-04-02 | Began work on general configuration stuff. | bculkin2442 | |
| I'll leave this sit for a while, and come back to it after some thought | |||
| 2016-04-01 | Fixed bug that lead to exception when collapsing 0-length lists | bculkin2442 | |
| 2016-04-01 | Minor fixes to things | bculkin2442 | |
| 2016-03-31 | Created interface for implementations of builder pattern | bculkin2442 | |
| 2016-03-31 | More code maintenance | bculkin2442 | |
| 2016-03-30 | Moved interface back to the package it belongs in | bculkin2442 | |
| 2016-03-30 | General code refactoring | bculkin2442 | |
| 2016-03-30 | Optimized a case that would've caused premature pair materialization | bculkin2442 | |
| 2016-03-30 | Fix latent bug in LazyHolder. | bculkin2442 | |
| See comment in the constructor of LazyHolderSupplier for details. | |||
| 2016-03-30 | Moved IPrecedent into the only package that uses it | bculkin2442 | |
| 2016-03-30 | Added error-checking and input validation | bculkin2442 | |
| 2016-03-30 | Added method to check if a tokenizer has more tokenizers | bculkin2442 | |
| 2016-03-30 | New exception for invalid pragma syntax | bculkin2442 | |
| 2016-03-30 | Adjusted shunting yard for multiple nesting levels. | bculkin2442 | |
| Basically, you can now repeat a parenthesis to make new nesting levels. For example, while ( still matches with ), (( will now only match with )), so you have as many levels of nesting as you want, and won't get confused about which closing paren matches which opening one | |||
| 2016-03-30 | Changed some of the token manipulators to not affect solo operators | bculkin2442 | |
| The main change is that they won't handle tokens that consist only of the operator. | |||
| 2016-03-29 | Some more minor tweaks to components | bculkin2442 | |
| 2016-03-28 | Added utility method to collapses lists into a string | bculkin2442 | |
| 2016-03-28 | Added parser for component descriptions | bculkin2442 | |
| 2016-03-28 | Added some simple utilities for handling expression tokens | bculkin2442 | |
| 2016-03-28 | Changed sig of flatMap to use FunctionalLists instead of lists | bculkin2442 | |
| 2016-03-28 | Added toString for GenHolder | bculkin2442 | |
| 2016-03-28 | Moved dice things to seperate project | bculkin2442 | |
| 2016-03-27 | Adapted component repository implementation to use files, not streams | bculkin2442 | |
| This change was made because a component reader might care about where it's reading a component from. | |||
| 2016-03-27 | Mild formatting tweaks | bculkin2442 | |
| 2016-03-27 | Modified tree constructor to support "special" operators | bculkin2442 | |
| The use case this was created for was to support unary operators, but it should support operators of any arities, as well some basic meta operations. I can't think of any obvious ones off the top of my head but the potential is there. | |||
| 2016-03-27 | Made a couple of private methods protected | bculkin2442 | |
| 2016-03-22 | General formatting changes | bculkin2442 | |
| 2016-03-22 | General formatting cleanup and documentation update | bculkin2442 | |
| 2016-03-22 | Ensured Dice AST worked correctly | bculkin2442 | |
| 2016-03-22 | Fixed bug in AST traversal | bculkin2442 | |
| 2016-03-21 | Minor polishing of things | bculkin2442 | |
| 2016-03-21 | Polished up work on AST-based dice | bculkin2442 | |
| 2016-03-21 | New example for AST-based dice things | bculkin2442 | |
| 2016-03-21 | Cleaned up imports | bculkin2442 | |
| 2016-03-21 | Minor usability changes | bculkin2442 | |
| 2016-03-21 | Built AST representation of Dice things | bculkin2442 | |
| 2016-03-18 | General changes to the dice package | bculkin2442 | |
| The biggest change is the addition of variables and assignment | |||
| 2016-03-18 | Trimmed some unnecessary imports | bculkin2442 | |
| 2016-03-18 | Categorized examples | bculkin2442 | |
| 2016-03-18 | Added examples for both the shunter and the tree builder | bculkin2442 | |
