You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert the flat Rule[] array into a tiered tree structure. If a parent rule matches, then child rules and subtrees will run. Otherwise, they will be skipped. This should give a nice performance boost and allow some rules to be simplified.
Rules can be nested
Child rules only run if parent rule matches
Child rules have access to parent regex groups
Child rules have access to all recursive parent regex groups
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Convert the flat
Rule[]
array into a tiered tree structure. If a parent rule matches, then child rules and subtrees will run. Otherwise, they will be skipped. This should give a nice performance boost and allow some rules to be simplified.The text was updated successfully, but these errors were encountered: