| Age | Commit message (Collapse) | Author |
|
This re-adds the capability to weight rules.
However, no syntax has yet been add to perform that rule weighting
|
|
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.
|
|
Case elements are now responsible for generating themselves.
|
|
Malformed pragmas should now give better error messages.
|
|
|
|
|