|
pega-texto
A Parsing Expression Grammars (PEG) runtime engine in C
|
Options passed to pt_match.
More...
#include <pega-texto.h>
Data Fields | |
| void * | userdata |
| Custom user data for the actions. | |
| pt_error_action | on_error |
| The action to be performed when a syntactic error is found. | |
| size_t | initial_stack_capacity |
| The initial capacity for the stack. If 0, stack capacity will begin at a reasonable default. | |
Options passed to pt_match.
Definition at line 352 of file pega-texto.h.