summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/examples/java/bjc
AgeCommit message (Collapse)Author
2017-03-18Attempt to get subgroups workingbjculkin
2017-03-17Add abbreviation map.bjculkin
An abbreviation map allows you to figure out which of the possible strings in a given set could be abbreviated by a particular string.
2017-03-17Move parsing utilities.bjculkin
Moved the parsing utilities SequenceDelimiter and TokenSplitter to the parserutils package, instead of the funcutils package.
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-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-14Formattingbculkin2442
2017-03-14CleanupEVE
2017-03-13FormattingEVE
2017-02-27Package reorganizationbjculkin
2017-02-26Example formattingbculkin2442
2017-02-09Updatebculkin2442
2016-10-03Minor reorganizationbculkin2442
2016-09-28Formatting passbculkin2442
2016-08-28Tossed attempt at subrule-supported parserbculkin2442
Also, renamed some tests
2016-07-28Format/Cleanup passbculkin2442
2016-05-10General updatebculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-18Minor code changesbculkin2442
2016-04-13Fixed examples using treesbculkin2442
2016-04-13Implemented new tree abstractionbculkin2442
2016-04-08Switch functional data to use interfacesbculkin2442
2016-03-31More code maintenancebculkin2442
2016-03-30Moved interface back to the package it belongs inbculkin2442
2016-03-28Moved dice things to seperate projectbculkin2442
2016-03-27Mild formatting tweaksbculkin2442
2016-03-22General formatting changesbculkin2442
2016-03-22General formatting cleanup and documentation updatebculkin2442
2016-03-22Ensured Dice AST worked correctlybculkin2442
2016-03-21Polished up work on AST-based dicebculkin2442
2016-03-21New example for AST-based dice thingsbculkin2442
2016-03-18General changes to the dice packagebculkin2442
The biggest change is the addition of variables and assignment
2016-03-18Categorized examplesbculkin2442
2016-03-18Added examples for both the shunter and the tree builderbculkin2442
2016-03-18Moved exceptions to their own packagebculkin2442
2016-03-16Moved dice parser test to example directoriesbculkin2442
Also made internal pair data holder protected.
2015-09-29Moved around tree stuff.bculkin2442
2015-09-29Added description for examples and added utility method to tokenizer.bculkin2442
It's now easier to use the tokenizer in the simpe case I usually use it for.
2015-09-29Added examples from previous version.bculkin2442
That's all of the things from the previous version added.