| Age | Commit message (Collapse) | Author |
|
This adds inline case elements, essentially cutting down on the need for
short 2-3 alternative rules.
You'll still need explicit rules for things involving spaces though.
Perhaps I will add a quoting feature to solve that problem.
|
|
You can now provide multiple prefix/suffix elements, and all of the
permutations of them will be applied.
For example, providing the elements A & B, will yield the following
permutations
* A
* B
* A B
* B A
|
|
RuleCase now handles its own generation.
|
|
The various types of RuleCaseElement are now their own things.
|
|
Case elements are now responsible for generating themselves.
|
|
Malformed pragmas should now give better error messages.
|
|
|
|
|