summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/rgens/parser/elements/RangeCaseElement.java
AgeCommit message (Collapse)Author
2022-09-27Minor changesBen Culkin
2020-10-06Info cleanupBen Culkin
2018-09-06Convert GenerationState.contents to privateBenjamin J. Culkin
This is to prepare for replacing contents with a ReportWriter
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.2Benjamin J. Culkin
More work that leads towards getting templates working
2018-05-29Refactor case element generationBenjamin J. Culkin
Case elements are now responsible for generating themselves.
2018-05-29Merge branch 'working'Benjamin J. Culkin
2018-05-29Move files out of folderBenjamin J. Culkin