Module dynparser::peg

source ·
Expand description

Module with functions to generate rules from PEG grammar

Modules

Generate source code from a set of rules
Here it’s the peg grammar to parse the peg input ;-P

Enums

Most of peg functions will return a result with this type on Error side

Functions

Given a peg set of rules on an string, it will generate the set of rules to use in the parser

Type Definitions

Most of functions on peg module, will return a set of rules or an error