Macro peg_macros::parser
source ยท parser!() { /* proc-macro */ }
Expand description
The main macro for creating a PEG parser.
For the grammar syntax, see the peg
crate documentation.
parser!() { /* proc-macro */ }
The main macro for creating a PEG parser.
For the grammar syntax, see the peg
crate documentation.