pub fn binary_expr(left: Expr, op: Operator, right: Expr) -> Expr
Return a new expression left <op> right
left <op> right