diff --git a/0001-add-to-parser.patch b/0001-add-to-parser.patch index d79259e..28ade40 100644 --- a/0001-add-to-parser.patch +++ b/0001-add-to-parser.patch @@ -87,7 +87,7 @@ index 110136af81b..48cebe45d5b 100644 # ----------------- +pipe[expr_ty]: -+ | lhs=bitwise_or '|>' rhs=primary_nocall b=genexp { ++ | lhs=pipe '|>' rhs=primary_nocall b=genexp { + _PyAST_Call(rhs, + _PyPegen_desugar_pipe( + CHECK(asdl_expr_seq*, (asdl_expr_seq*)_PyPegen_singleton_seq(p, b)), @@ -98,7 +98,7 @@ index 110136af81b..48cebe45d5b 100644 + EXTRA + ) + } -+ | lhs=bitwise_or '|>' rhs=primary_nocall '(' arg=[arguments] ')' { ++ | lhs=pipe '|>' rhs=primary_nocall '(' arg=[arguments] ')' { + _PyAST_Call( + rhs, + _PyPegen_desugar_pipe(