Function rustemo_compiler::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.