| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Several packages were moved from BJC-Utils to esodata. This makes the
necessary changes
|
|
Clean up some warnings that were hanging around
|
|
|
|
This refactors the front-end to use a tree for capturing errors, instead
of throwing exceptions.
This has the benefit that you will receive notifications about all of
the error messages you have, instead of only the first.
I'm a bit fuzzy on the details, since it's been a while since I wrote
these changes.
|
|
|
|
|
|
|
|
This is to prepare for replacing contents with a ReportWriter
|
|
It now works, but is called find-replace-rule instead. There is also
reject-rule, to say to reject any rule that doesn't match a provided
regex.
NOTE: For providing the regexes, if they contain spaces, they must be
quoted.
|
|
|
|
Logging now uses the RGrammarLogging system so as to allow for better
customizability of how the logging works
|
|
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
|
|
Add the capability to store regular/exhaustible rule variables
|
|
Simple/expanding variables are now marked with a $, as they are when
used.
Additionally, some debugging help was added
|
|
|
|
This controls the number of times a rule can be entered into during a
single generations, and is set to 5 by default
|
|
This re-adds the capability to weight rules.
However, no syntax has yet been add to perform that rule weighting
|
|
|
|
|