Skip to main content

parse

Function parse 

Source
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.