summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/funcutils
AgeCommit message (Collapse)Author
2017-04-10Add 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-10Cleanupbculkin2442
2017-04-10Warning resolutionbculkin2442
2017-04-07Add simple toggle valuesbjculkin
2017-04-07Fix property bugsstudent
2017-04-07Cleanupbjculkin
2017-04-06Add default constructorbjculkin
2017-04-06Add simple lock w/ lambda capabilitiesbjculkin
2017-03-28Mostly finish FDS corebjculkin
The major changes this time are that we have both data/command macros, as well as proper Unicode character support.
2017-03-25General cleanupbculkin2442
2017-03-24Update Pratt Parserbjculkin
2017-03-24Update Pratt parser.bjculkin
2017-03-24Implement Pratt parser.bjculkin
2017-03-17Add new 3-arg consumer typebjculkin
2017-03-17Fix toEnglishList spacingbjculkin
2017-03-17Move parsing utilities.bjculkin
Moved the parsing utilities SequenceDelimiter and TokenSplitter to the parserutils package, instead of the funcutils package.
2017-03-17Refactor StringUtilsbjculkin
Moved a bunch of token-oriented stuff from StringUtils to a new TokenUtils class.
2017-03-17Generalize SequenceDelimiter.bjculkin
Made SequenceDelimiter work for arbitrary sequences of objects. Use the StringDelimiter class for ease of use on strings.
2017-03-16Formattingbjculkin
2017-03-16Add sequence delimitation.bjculkin
Essentially, this allows you to convert flat strings to trees that match the delimiter structure of that flat string.
2017-03-15Remove old splitter code, and swap naming to match.EVE
2017-03-15Remove first attempt at delim. remover.EVE
It wasn't working well with regexes. I'll do fixed length strings instead.
2017-03-14Formattingbculkin2442
2017-03-14Deprecate ListUtils token splitting for NeoTokenSplitterbculkin2442
2017-03-14Added ability to ignore strings to splitterbculkin2442
2017-03-14Start on delimiter grouperbculkin2442
2017-03-14CleanupEVE
2017-03-13FormattingEVE
2017-03-11Don't split solo operatorsbculkin2442
2017-03-10StringUtils expandedbculkin2442
2017-03-10String manipulation additionsbculkin2442
More and better ways to manipulate strings
2017-02-24Updatebjculkin
2017-02-16Updatebculkin2442
2017-02-13Updatebculkin2442
2017-02-11Fixed extra toString commabculkin2442
2017-02-10Bugfixes/Simplificationbculkin2442
2017-02-09Updatebculkin2442
2016-11-16Documentation updatebculkin2442
2016-11-10Doc updatesbculkin2442
2016-09-28Formatting passbculkin2442
2016-09-28Update various things.bculkin2442
2016-07-28Format/Cleanup passbculkin2442
2016-05-11Minor changesbculkin2442
2016-05-10Added interface to JDK collector APIbculkin2442
2016-05-10General updatebculkin2442
2016-05-07General changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-18Minor code changesbculkin2442
2016-04-17Added new tree traversal option, and some minor changesbculkin2442