EBNF-PARSER:


Vocabulary
peg.ebnf

Syntax
EBNF-PARSER: word "...ebnf..."


Word description
Defines a word that when called will return a parser for the syntax defined with the EBNF DSL. The parser can be used with the peg.search vocab.

Definition