pub fn obtain_grammar_config<T>(
    file_name: T,
    verbose: bool
) -> Result<GrammarConfig> where
    T: AsRef<Path> + Debug
Expand description

Utility function to parse a file with a grammar in PAR syntax.