summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/rgens/parser/RGrammarSet.java
AgeCommit message (Collapse)Author
2018-10-28Import organizationbculkin2442
2018-10-28General cleanupbculkin2442
2018-08-10Update loggingBenjamin J. Culkin
Logging now uses the RGrammarLogging system so as to allow for better customizability of how the logging works
2018-07-20UpdateBenjamin J. Culkin
2018-06-05Templates pt. 3Benjamin J. Culkin
Templates should now work, though there is no syntax to reference them from rules yet In addition, several internal things have been changed so as to improve code quality
2018-06-05Templates pt.2Benjamin J. Culkin
More work that leads towards getting templates working
2018-06-05Move config loading to new classBenjamin J. Culkin
Move config loading to a new class, in preparation for adding template support
2018-06-04UpdateBenjamin J. Culkin
2018-06-03Weighting part 2Benjamin J. Culkin
Weighting now has a syntax. Include a {^<weight>} token to set the rule weight
2018-06-03Minor updatesBenjamin J. Culkin
This does some minor updates to things, as well as adding some performance tracking
2018-06-03Enable multi-prefixing/suffixingBenjamin J. Culkin
You can now provide multiple prefix/suffix elements, and all of the permutations of them will be applied. For example, providing the elements A & B, will yield the following permutations * A * B * A B * B A
2018-05-29Merge branch 'working'Benjamin J. Culkin
2018-05-29Move files out of folderBenjamin J. Culkin