Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
Classes | Namespaces | Functions
rule_attributes.py File Reference

Compute the rule attributes for all rules. More...

Go to the source code of this file.

Classes

class  apg_py.api.rule_attributes.Attr
 Simple class for attribute data for each rule. More...
 

Namespaces

 apg_py.api.rule_attributes
 

Functions

def apg_py.api.rule_attributes.rule_attributes (rules, rule_deps)
 Compute the recursive and non-recursive attributes for each rule. More...
 
def apg_py.api.rule_attributes.display_rule_attributes (attrs_arg, mode='index')
 Display all rule attributes. More...
 

Detailed Description

Compute the rule attributes for all rules.

Definition in file rule_attributes.py.

Python APG, Version 1.0, is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.