Function gabc_parser::parse_gabc[][src]

pub fn parse_gabc(text: &str, rule: Rule) -> Pairs<Rule>

Wrapper for GABCParser::parse() that prints a helpful error and exits the process if parsing fails (a friendly alternative to panicking).