You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
NT break_stmt, continue_stmt -> break, continue...
to match AST
This commit is contained in:
@@ -62,8 +62,8 @@ class Python2Parser(PythonParser):
|
||||
|
||||
return_stmt_lambda ::= ret_expr RETURN_VALUE_LAMBDA
|
||||
|
||||
stmt ::= break_stmt
|
||||
break_stmt ::= BREAK_LOOP
|
||||
stmt ::= break
|
||||
break ::= BREAK_LOOP
|
||||
|
||||
stmt ::= continue
|
||||
continue ::= CONTINUE
|
||||
|
Reference in New Issue
Block a user