summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/inflexion/InflectionString.java
AgeCommit message (Collapse)Author
2018-11-15Fix up error handling (throw when parse errors happen)bculkin2442
Error handling for InflectionStrings will now make itself known, as an exception will be thrown upon there being errors parsing the string.
2018-10-30Finish directive sequencingbculkin2442
2018-10-29Partial implementation of directive sequencesBenjamin Culkin
They can be created, but not evaluated
2018-10-28Import organizationbculkin2442
2018-10-28Add compilation supportbculkin2442
Inflection strings can now be compiled and reused, like regular expressions.