| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-17 | Move parsing utilities. | bjculkin | |
| Moved the parsing utilities SequenceDelimiter and TokenSplitter to the parserutils package, instead of the funcutils package. | |||
| 2017-03-17 | Refactor StringUtils | bjculkin | |
| Moved a bunch of token-oriented stuff from StringUtils to a new TokenUtils class. | |||
| 2017-03-17 | Generalize SequenceDelimiter. | bjculkin | |
| Made SequenceDelimiter work for arbitrary sequences of objects. Use the StringDelimiter class for ease of use on strings. | |||
| 2017-03-16 | Formatting | bjculkin | |
| 2017-03-16 | Add sequence delimitation. | bjculkin | |
| Essentially, this allows you to convert flat strings to trees that match the delimiter structure of that flat string. | |||
| 2017-03-15 | Remove old splitter code, and swap naming to match. | EVE | |
| 2017-03-15 | Remove first attempt at delim. remover. | EVE | |
| It wasn't working well with regexes. I'll do fixed length strings instead. | |||
| 2017-03-14 | Formatting | bculkin2442 | |
| 2017-03-14 | Deprecate ListUtils token splitting for NeoTokenSplitter | bculkin2442 | |
| 2017-03-14 | Added ability to ignore strings to splitter | bculkin2442 | |
| 2017-03-14 | Start on delimiter grouper | bculkin2442 | |
| 2017-03-14 | Cleanup | EVE | |
| 2017-03-13 | Formatting | EVE | |
| 2017-03-11 | Don't split solo operators | bculkin2442 | |
| 2017-03-10 | StringUtils expanded | bculkin2442 | |
| 2017-03-10 | String manipulation additions | bculkin2442 | |
| More and better ways to manipulate strings | |||
| 2017-02-24 | Update | bjculkin | |
| 2017-02-16 | Update | bculkin2442 | |
| 2017-02-13 | Update | bculkin2442 | |
| 2017-02-11 | Fixed extra toString comma | bculkin2442 | |
| 2017-02-10 | Bugfixes/Simplification | bculkin2442 | |
| 2017-02-09 | Update | bculkin2442 | |
| 2016-11-16 | Documentation update | bculkin2442 | |
| 2016-11-10 | Doc updates | bculkin2442 | |
| 2016-09-28 | Formatting pass | bculkin2442 | |
| 2016-09-28 | Update various things. | bculkin2442 | |
| 2016-07-28 | Format/Cleanup pass | bculkin2442 | |
| 2016-05-11 | Minor changes | bculkin2442 | |
| 2016-05-10 | Added interface to JDK collector API | bculkin2442 | |
| 2016-05-10 | General update | bculkin2442 | |
| 2016-05-07 | General changes | bculkin2442 | |
| 2016-04-22 | Formatting changes | bculkin2442 | |
| 2016-04-22 | Formatting changes | bculkin2442 | |
| 2016-04-18 | Minor code changes | bculkin2442 | |
| 2016-04-17 | Added new tree traversal option, and some minor changes | bculkin2442 | |
| 2016-04-17 | Code maintenace and changes | bculkin2442 | |
| 2016-04-13 | Implemented new tree abstraction | bculkin2442 | |
| 2016-04-13 | Removed old data types | 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-03 | General code refactoring and maintenance | bculkin2442 | |
| 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 | 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-28 | Added utility method to collapses lists into a string | bculkin2442 | |
| 2016-03-28 | Added some simple utilities for handling expression tokens | bculkin2442 | |
| 2016-03-22 | General formatting changes | bculkin2442 | |
