| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-08 | Start splitting into maven modules | Benjamin J. Culkin | |
| 2017-09-22 | Fix TokenUtils#isInt | Benjamin J. Culkin | |
| 2017-09-11 | Remove unneeded todo. Use StringDescaper instead. | Benjamin J. Culkin | |
| 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-09-01 | Commenting | Benjamin J. Culkin | |
| 2017-04-11 | More splitters | bculkin2442 | |
| 2017-04-11 | Remove old splitters | bculkin2442 | |
| 2017-04-10 | Cleanup | bculkin2442 | |
| 2017-04-07 | Add simple toggle values | bjculkin | |
| 2017-04-07 | Fix property bugs | student | |
| 2017-04-07 | Cleanup | bjculkin | |
| 2017-04-06 | More properties | bjculkin | |
| 2017-04-06 | Add simple lock w/ lambda capabilities | bjculkin | |
| 2017-03-23 | Add forgetful groups. | bjculkin | |
| Forgetful groups are groups which reset the currently allowed nested openers/closers from enclosing groups. This is useful for things like quoted strings, where you don't want groups to open inside them. As a consequence, this also adds nested openers. However, predicated openers/closers cannot be nested. | |||
| 2017-03-20 | Minor testing reorg | student | |
| 2017-03-20 | Test removeDQuotedStrings | student | |
| 2017-03-20 | Start work on testing. | bjculkin | |
| 2017-03-19 | Fix subgroups. | bjculkin | |
| This fixes subgroups, by mostly rewriting the way the delimiter works. | |||
| 2017-03-17 | Refactor StringUtils | bjculkin | |
| Moved a bunch of token-oriented stuff from StringUtils to a new TokenUtils class. | |||
