Private
rulesAdd rule to this builder.
This builder, to method chains.
The rule is interpreted as "When the first letter of a word is firstLetter, add writeWord after the word and delete the first m letters." m is set by TagSystem.
If a rule with the same "firstLetter" has already been added.
Add STOP rule to this builder.
This builder, to method chains.
The rule is interpreted as "When the first letter of a word is firstLetter, this tag system stops working."
If a rule with the same "firstLetter" has already been added.
Build the rule-set with the configured rules.
Created rule-set.
When calling this function, only one rule must be defined for each character. Otherwise, it throws an error.
Private
hasGenerated using TypeDoc
A builder to build the tag system's ruleset.
See
TagSystemRuleSet