pub fn parenthesized(s: &str) -> IResult<&str, Expression>
Expand description

Parenthesized expression to modify operator precedence order