summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/parserutils/TokenUtils.java
AgeCommit message (Collapse)Author
2017-10-08Start splitting into maven modulesBenjamin J. Culkin
2017-09-22Fix TokenUtils#isIntBenjamin J. Culkin
2017-09-11Remove unneeded todo. Use StringDescaper instead.Benjamin J. Culkin
2017-09-09UpdateBenjamin 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-01CommentingBenjamin J. Culkin
2017-04-11More splittersbculkin2442
2017-04-11Remove old splittersbculkin2442
2017-04-10Cleanupbculkin2442
2017-04-07Add simple toggle valuesbjculkin
2017-04-07Fix property bugsstudent
2017-04-07Cleanupbjculkin
2017-04-06More propertiesbjculkin
2017-04-06Add simple lock w/ lambda capabilitiesbjculkin
2017-03-23Add 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-20Minor testing reorgstudent
2017-03-20Test removeDQuotedStringsstudent
2017-03-20Start work on testing.bjculkin
2017-03-19Fix subgroups.bjculkin
This fixes subgroups, by mostly rewriting the way the delimiter works.
2017-03-17Refactor StringUtilsbjculkin
Moved a bunch of token-oriented stuff from StringUtils to a new TokenUtils class.