pub fn strip_parens(expr: &Expr) -> Expr
Strip (…) recursively. CppNix’s grammar discards parens outright, so anything that asks “what KIND of expression is this?” must strip them first or it will answer about the wrapper.
(…)