Expand description
Informs us about recursive rules.
Structsยง
- Recursion
- Calculation of parts of grammar that participate in recursion, be it left-recursion, right-recursion or middle-recursion.
- Recursion
Kind - Informs us about the kind of recursion in a rule.
- Recursive
Rule - Refers to a grammar rule alongside information about rule recursion and optionally minimal distance to the closest recursion symbol.
- Recursive
Rules - Iterator over recursive rules with information about the kind of their recursion.
- Recursive
Rules With Distances - Iterator over recursive rules with information about the kind of their recursion as well as symmetric distance to the closest recursion.