You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Add 3.0 whilestmt rule
This commit is contained in:
@@ -159,7 +159,7 @@ class Python30Parser(Python31Parser):
|
|||||||
and ::= expr jmp_false_then expr come_from_opt
|
and ::= expr jmp_false_then expr come_from_opt
|
||||||
|
|
||||||
whilestmt ::= SETUP_LOOP testexpr l_stmts_opt come_from_opt
|
whilestmt ::= SETUP_LOOP testexpr l_stmts_opt come_from_opt
|
||||||
JUMP_BACK come_froms POP_TOP POP_BLOCK COME_FROM_LOOP
|
JUMP_BACK _come_froms POP_TOP POP_BLOCK COME_FROM_LOOP
|
||||||
whilestmt ::= SETUP_LOOP testexpr returns
|
whilestmt ::= SETUP_LOOP testexpr returns
|
||||||
POP_TOP POP_BLOCK COME_FROM_LOOP
|
POP_TOP POP_BLOCK COME_FROM_LOOP
|
||||||
whilestmt ::= SETUP_LOOP testexpr l_stmts_opt come_from_opt
|
whilestmt ::= SETUP_LOOP testexpr l_stmts_opt come_from_opt
|
||||||
|
Reference in New Issue
Block a user