pub fn balanced_braces<'a>(input: &mut &'a str) -> PResult<'a, &'a str>
Parse balanced braces { … } with SIMD acceleration