summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/rgens/parser/RGrammarTest.java
AgeCommit message (Collapse)Author
2020-04-12Adjust to BJC-Utils changesBen Culkin
Several packages were moved from BJC-Utils to esodata. This makes the necessary changes
2019-07-21Merge cleanupsbculkin2442
2019-07-21Refactor front-end error-handlingBenjamin J. Culkin
This refactors the front-end to use a tree for capturing errors, instead of throwing exceptions. This has the benefit that you will receive notifications about all of the error messages you have, instead of only the first. I'm a bit fuzzy on the details, since it's been a while since I wrote these changes.
2018-10-28Import organizationbculkin2442
2018-09-06Convert GenerationState.contents to privateBenjamin J. Culkin
This is to prepare for replacing contents with a ReportWriter
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-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-05Config workBenjamin J. Culkin
More work for getting going on templates, as well as just some refactoring for future changes
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-04Debug infoBenjamin J. Culkin
2018-06-04Add recurrance limitBenjamin J. Culkin
This controls the number of times a rule can be entered into during a single generations, and is set to 5 by default
2018-06-03Minor updatesBenjamin J. Culkin
This does some minor updates to things, as well as adding some performance tracking
2018-05-29Merge branch 'working'Benjamin J. Culkin
2018-05-29Move files out of folderBenjamin J. Culkin