summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-11-19 21:46:51 -0400
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-11-19 21:53:39 -0400
commit43a1c34c3b606d4e5db0633cfd651de5309c5b5f (patch)
tree2c2715032253362048802b39da3eada68a10c313 /src/test
parent93735887516aa7dfcf8664046a3cc8d42c4a2a5d (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/test')
0 files changed, 0 insertions, 0 deletions