diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-11-19 21:46:51 -0400 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-11-19 21:53:39 -0400 |
| commit | 43a1c34c3b606d4e5db0633cfd651de5309c5b5f (patch) | |
| tree | 2c2715032253362048802b39da3eada68a10c313 /src/examples | |
| parent | 93735887516aa7dfcf8664046a3cc8d42c4a2a5d (diff) | |
Swap directive lexer to character-based iterator
This swaps the lexer that compiled inflection strings use for finding
directives to use a character-based custom iterator instead of using
String.split(). This means that you can now have spaces inside of your
directives, and allows the easier addition of any future directives with
more complex contents.
NOTE: However, while spaces in directives may not cause errors with the
syntax, none of the existing directives will likely do what you want in
those cases.
Diffstat (limited to 'src/examples')
0 files changed, 0 insertions, 0 deletions
