Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
Functions | Variables
apg_py.api.sabnf_grammar Namespace Reference

Functions

def to_string ()
 Displays the original SABNF syntax. More...
 

Variables

tuple rules
 
tuple udts = ()
 
bool has_bkru = False
 
bool has_bkrr = False
 

Function Documentation

◆ to_string()

def apg_py.api.sabnf_grammar.to_string ( )

Displays the original SABNF syntax.

Definition at line 933 of file sabnf_grammar.py.

Variable Documentation

◆ has_bkrr

bool apg_py.api.sabnf_grammar.has_bkrr = False

Definition at line 930 of file sabnf_grammar.py.

◆ has_bkru

bool apg_py.api.sabnf_grammar.has_bkru = False

Definition at line 929 of file sabnf_grammar.py.

◆ rules

tuple apg_py.api.sabnf_grammar.rules

Definition at line 30 of file sabnf_grammar.py.

◆ udts

tuple apg_py.api.sabnf_grammar.udts = ()

Definition at line 927 of file sabnf_grammar.py.

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