| Age | Commit message (Collapse) | Author |
|
|
|
Templates should now work, though there is no syntax to reference them
from rules yet
In addition, several internal things have been changed so as to improve
code quality
|
|
More work that leads towards getting templates working
|
|
Move config loading to a new class, in preparation for adding template
support
|
|
|
|
Weighting now has a syntax. Include a {^<weight>} token to set the rule
weight
|
|
This does some minor updates to things, as well as adding some
performance tracking
|
|
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
|
|
|
|
|