| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-08 | Start splitting into maven modules | Benjamin J. Culkin | |
| 2017-09-11 | Fix misc. compile errors | Benjamin J. Culkin | |
| 2017-09-11 | Add converge combinator | Benjamin J. Culkin | |
| Adds a function that creates a function that iterates an operator until it either converges or exceeds a defined number of iterations. | |||
| 2017-09-09 | Update | Benjamin J. Culkin | |
| Most of it is documentation changes. The rest is more work on BlockReaders, as well as a simple command language for configuring them. | |||
| 2017-07-23 | Fix line numbers for blocks | Benjamin J. Culkin | |
| SimpleBlockReader now properly gives line numbers | |||
| 2017-04-10 | Add isomorphisms. | bculkin2442 | |
| An isomorphism is a pair of functions between a source and destination type. Ideally, they should be inverses, but java has no way to check that by itself. | |||
| 2017-04-10 | Cleanup | bculkin2442 | |
| 2017-04-10 | Warning resolution | bculkin2442 | |
| 2017-04-07 | Add simple toggle values | bjculkin | |
| 2017-04-07 | Fix property bugs | student | |
| 2017-04-07 | Cleanup | bjculkin | |
| 2017-04-06 | Add default constructor | bjculkin | |
| 2017-04-06 | Add simple lock w/ lambda capabilities | bjculkin | |
| 2017-03-28 | Mostly finish FDS core | bjculkin | |
| The major changes this time are that we have both data/command macros, as well as proper Unicode character support. | |||
| 2017-03-25 | General cleanup | bculkin2442 | |
| 2017-03-24 | Update Pratt Parser | bjculkin | |
| 2017-03-24 | Update Pratt parser. | bjculkin | |
| 2017-03-24 | Implement Pratt parser. | bjculkin | |
| 2017-03-17 | Add new 3-arg consumer type | bjculkin | |
| 2017-03-17 | Fix toEnglishList spacing | bjculkin | |
| 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 | |
