Function create_binary_expr

Source
fn create_binary_expr(op: BinaryOperator, left: String, right: String) -> Expr