fn pierce_parens(expr: &Expr) -> &Expr
Expand description

Traverse through any amount of parenthesis and return the first non-parens expression.