pega-texto
A Parsing Expression Grammars (PEG) runtime engine in C
Data Fields
pt_match_options Struct Reference

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.
 

Detailed Description

Options passed to pt_match.

Definition at line 352 of file pega-texto.h.


The documentation for this struct was generated from the following file: