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) |
The AST call back functions for the AST example.
Definition in file ast_callbacks.py.