summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/rgens/parser/ConfigLoader.java
AgeCommit message (Collapse)Author
2020-03-30Clean up warningsBen Culkin
Clean up some warnings that were hanging around
2019-08-28Merge cleanupBenjamin J. Culkin
2019-08-28Add additional comments & suchBenjamin J. Culkin
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-28Cleanupbculkin2442
2018-10-28Import organizationbculkin2442
2018-10-28General cleanupbculkin2442
2018-10-11UpdateBenjamin J. Culkin
2018-08-17Enable directory scanningBenjamin J. Culkin
This enables a directory-scanning behavior for files. Now, we just have to add internal names to almost all of the grammars
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-08-08Use levelSplit moreBenjamin J. Culkin
2018-06-07RefactoringBenjamin J. Culkin
The main refactoring here is removing the type field from the various classes, but there are a few other smaller ones. This also contains the grounds for a refactoring on variable use
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