summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/rgens/parser/RGrammarTest.java
AgeCommit message (Collapse)Author
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