Macro peg::parser

source ·
parser!() { /* proc-macro */ }
Expand description

The main macro for creating a PEG parser.

For the grammar syntax, see the peg crate documentation.