summaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2019-01-05Minor tweaksBenjamin J. Culkin
2019-01-05Split AffixListerBenjamin J. Culkin
This splits AffixLister into a separate file for each class that it once contained.
2019-01-05Split AffixLister pt. 1Benjamin J. Culkin
2019-01-05Convert to Maven IIBenjamin J. Culkin
This gets the main script working, and the pom compiling things. To get it working right, two options were added for outputting normal & error outputs to files instead of the standard streams (System.out & System.err)