Function process_grammar

Source
pub fn process_grammar<P: AsRef<Path>>(grammar: P) -> Result<()>
Expand description

Generates a parser from the given grammar file with default settings.

ยงErrors

In case of an error a value of rustemo::Error is returned.