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

All of the APG numerical ids. More...

Go to the source code of this file.

Namespaces

 apg_py.lib.identifiers
 

Variables

 apg_py.lib.identifiers.MAX_INT = sys.maxsize
 
int apg_py.lib.identifiers.ALT = 1
 
int apg_py.lib.identifiers.CAT = 2
 
int apg_py.lib.identifiers.REP = 3
 
int apg_py.lib.identifiers.RNM = 4
 
int apg_py.lib.identifiers.TRG = 5
 
int apg_py.lib.identifiers.TBS = 6
 
int apg_py.lib.identifiers.TLS = 7
 
int apg_py.lib.identifiers.UDT = 11
 
int apg_py.lib.identifiers.AND = 12
 
int apg_py.lib.identifiers.NOT = 13
 
int apg_py.lib.identifiers.BKR = 14
 
int apg_py.lib.identifiers.BKA = 15
 
int apg_py.lib.identifiers.BKN = 16
 
int apg_py.lib.identifiers.ABG = 17
 
int apg_py.lib.identifiers.AEN = 18
 
int apg_py.lib.identifiers.ACTIVE = 100
 
int apg_py.lib.identifiers.MATCH = 101
 
int apg_py.lib.identifiers.EMPTY = 102
 
int apg_py.lib.identifiers.NOMATCH = 103
 
int apg_py.lib.identifiers.SEM_PRE = 200
 
int apg_py.lib.identifiers.SEM_POST = 201
 
int apg_py.lib.identifiers.SEM_OK = 300
 
int apg_py.lib.identifiers.SEM_SKIP = 301
 
int apg_py.lib.identifiers.ATTR_N = 400
 
int apg_py.lib.identifiers.ATTR_R = 401
 
int apg_py.lib.identifiers.ATTR_MR = 402
 
int apg_py.lib.identifiers.LOOKAROUND_NONE = 500
 
int apg_py.lib.identifiers.LOOKAROUND_AHEAD = 501
 
int apg_py.lib.identifiers.LOOKAROUND_BEHIND = 502
 
int apg_py.lib.identifiers.BKR_MODE_UM = 601
 
int apg_py.lib.identifiers.BKR_MODE_RM = 602
 
int apg_py.lib.identifiers.BKR_MODE_CS = 603
 
int apg_py.lib.identifiers.BKR_MODE_CI = 604
 
dictionary apg_py.lib.identifiers.dict
 

Detailed Description

All of the APG numerical ids.

Definition in file identifiers.py.

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