APG
… an ABNF Parser Generator
|
For each rule, R, determines the list of other rules R references in its syntax tree. More...
Go to the source code of this file.
Functions | |
void | vRuleDependencies (attrs_ctx *spAtt) |
Compute each rule's dependencies on the other rules, and possibly on itself if the rule is recursive. More... | |
For each rule, R, determines the list of other rules R references in its syntax tree.
Additionally, for each rule, R, determines the list of rules that refer back to R in their respective syntax trees.
Definition in file rule-dependencies.c.
void vRuleDependencies | ( | attrs_ctx * | spAtt | ) |
Compute each rule's dependencies on the other rules, and possibly on itself if the rule is recursive.
spAtt | Pointer to the attribute context. |
Definition at line 58 of file rule-dependencies.c.