Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
Functions
examples.ast.ast_callbacks Namespace Reference

Functions

def A_ast (state, input, index, length, data)
 
def B_ast (state, input, index, length, data)
 
def X_ast (state, input, index, length, data)
 
def alt1_ast (state, input, index, length, data)
 
def alt2_ast (state, input, index, length, data)
 

Function Documentation

◆ A_ast()

def examples.ast.ast_callbacks.A_ast (   state,
  input,
  index,
  length,
  data 
)

Definition at line 16 of file ast_callbacks.py.

◆ alt1_ast()

def examples.ast.ast_callbacks.alt1_ast (   state,
  input,
  index,
  length,
  data 
)

Definition at line 34 of file ast_callbacks.py.

◆ alt2_ast()

def examples.ast.ast_callbacks.alt2_ast (   state,
  input,
  index,
  length,
  data 
)

Definition at line 40 of file ast_callbacks.py.

◆ B_ast()

def examples.ast.ast_callbacks.B_ast (   state,
  input,
  index,
  length,
  data 
)

Definition at line 22 of file ast_callbacks.py.

◆ X_ast()

def examples.ast.ast_callbacks.X_ast (   state,
  input,
  index,
  length,
  data 
)

Definition at line 28 of file ast_callbacks.py.

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