pub fn parse(src: &str) -> Result<ParsedGrammar, GrammarError>Expand description
Parse GBNF text with no vocabulary. The <name> token form is refused
by name; <[id]> works.
pub fn parse(src: &str) -> Result<ParsedGrammar, GrammarError>Parse GBNF text with no vocabulary. The <name> token form is refused
by name; <[id]> works.