summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/parserutils/RuleBasedConfigReader.java
AgeCommit message (Collapse)Author
2016-09-28Formatting passbculkin2442
2016-08-24Added tentative support for subrulesbculkin2442
Added a new sort of config reader that tentatively supports subrules through indentation. I need to actually write a parser that uses it though. I think something to do with trees would work well for testing it.
2016-07-28Format/Cleanup passbculkin2442
2016-05-11Minor changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-17Code maintenace and changesbculkin2442
2016-04-13Implemented new tree abstractionbculkin2442
2016-04-08Switch functional data to use interfacesbculkin2442
2016-04-03General code refactoring and maintenancebculkin2442
2016-03-31More code maintenancebculkin2442
2016-03-22General formatting cleanup and documentation updatebculkin2442
2016-03-18Moved exceptions to their own packagebculkin2442
2016-02-29General code cleanupbculkin2442
2016-02-21Added parser for rule-based config files.bculkin2442
Also, minor changes to FST