pub fn balanced_parentheses<'a>(input: &mut &'a str) -> PResult<'a, &'a str>
Parse balanced parentheses ( … ) with SIMD acceleration