pub fn process_grammar<P: AsRef<Path>>(grammar: P) -> Result<()>
Generates a parser from the given grammar file with default settings.
In case of an error a value of rustemo::Error is returned.