| Age | Commit message (Collapse) | Author |
|
This adds a empty base class for options that both NounOptions and
NumericOptions subclass, so as to allow the directive to contain a
single field of Options, that is cast to the correct subtype when
needed.
Attempting to set the wrong kind of options for a directive will cause
an exception to be thrown.
|
|
Error handling for InflectionStrings will now make itself known, as an
exception will be thrown upon there being errors parsing the string.
|
|
|
|
They can be created, but not evaluated
|
|
|
|
Inflection strings can now be compiled and reused, like regular
expressions.
|