Macro peg_macros::parser[][src]

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

The main macro for creating a PEG parser.

For the grammar syntax, see the peg crate documentation.