Skip to main content

balanced_parentheses

Function balanced_parentheses 

Source
pub fn balanced_parentheses<'a>(input: &mut &'a str) -> PResult<'a, &'a str>
Expand description

Parse balanced parentheses ( … ) with SIMD acceleration