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

The AST call back functions for the AST example. More...

Go to the source code of this file.

Namespaces

 examples.ast.ast_callbacks
 

Functions

def examples.ast.ast_callbacks.A_ast (state, input, index, length, data)
 
def examples.ast.ast_callbacks.B_ast (state, input, index, length, data)
 
def examples.ast.ast_callbacks.X_ast (state, input, index, length, data)
 
def examples.ast.ast_callbacks.alt1_ast (state, input, index, length, data)
 
def examples.ast.ast_callbacks.alt2_ast (state, input, index, length, data)
 

Detailed Description

The AST call back functions for the AST example.

Definition in file ast_callbacks.py.

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