pub fn build_binop_expr(op: &str, left: Value, right: Value) -> Value
Build a DExpr binary operation.