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

Demonstrates placing limits on the node hits and parse tree depth. More...

Go to the source code of this file.

Namespaces

 examples.exp.limits
 

Variables

string examples.exp.limits.title
 
string examples.exp.limits.pattern
 
string examples.exp.limits.input = '---+1234.56789E-10==='
 
string examples.exp.limits.header = 'RESULT'
 
int examples.exp.limits.testno = 0
 
 examples.exp.limits.exp = ApgExp(pattern)
 
 examples.exp.limits.result = exp.exec(input)
 
 examples.exp.limits.end
 

Detailed Description

Demonstrates placing limits on the node hits and parse tree depth.

Definition in file limits.py.

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