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

Demonstrates using the pattern matching flags. More...

Go to the source code of this file.

Namespaces

 examples.exp.flags
 

Variables

string examples.exp.flags.title
 
string examples.exp.flags.pattern = 'start = "abc"\n'
 
string examples.exp.flags.input_global = '---abc===ABC---'
 
string examples.exp.flags.input_sticky = '---abcABC---'
 
string examples.exp.flags.header = 'RESULT'
 
int examples.exp.flags.testno = 0
 
 examples.exp.flags.exp = ApgExp(pattern, 'g')
 
string examples.exp.flags.input = input_global
 
 examples.exp.flags.result = exp.exec(input)
 
 examples.exp.flags.last_index
 

Detailed Description

Demonstrates using the pattern matching flags.

Definition in file flags.py.

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