summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/examples/java/bjc
AgeCommit message (Collapse)Author
2017-03-27Update FDSstudent
2017-03-27Simplificationsbjculkin
2017-03-27Updatebculkin2442
2017-03-26Updatebculkin2442
2017-03-25Update Pratt parserbculkin2442
2017-03-25General cleanupbculkin2442
2017-03-24Update Pratt Parserbjculkin
2017-03-24Update Pratt Parserbjculkin
2017-03-24Update Pratt parserstudent
2017-03-24Update Pratt parser.bjculkin
2017-03-24Implement Pratt parser.bjculkin
2017-03-20Add sample scripts for the DelimSplitter testbjculkin
One script recognizes HTML tags without attributes or tag omission. The other recognizes JSON files.
2017-03-20Update delimiter/splitter examplebjculkin
2017-03-20Update delim/splitter examplebjculkin
2017-03-20Move openers into groups, not globalbjculkin
2017-03-19Fix subgroups.bjculkin
This fixes subgroups, by mostly rewriting the way the delimiter works.
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