fictiveworks / CalyxSharp

Generative text processing for C# and Unity applications
Other
0 stars 0 forks source link

Fix input strings from memoization not passing to filters #42

Open TheDeathlyCow opened 11 months ago

TheDeathlyCow commented 11 months ago

Fixes #33

Adds a ruleName field to ExpressionChain that stores the name of the rule that the chain references in the registry, and changed the components to just be the filter names. The ruleName has its sigil removed, if one is present, when the chain is created.