You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
More grammar cleanup
This commit is contained in:
@@ -181,8 +181,6 @@ class Python26Parser(Python2Parser):
|
|||||||
jmp_false_then ::= JUMP_IF_FALSE THEN POP_TOP
|
jmp_false_then ::= JUMP_IF_FALSE THEN POP_TOP
|
||||||
jmp_true_then ::= JUMP_IF_TRUE THEN POP_TOP
|
jmp_true_then ::= JUMP_IF_TRUE THEN POP_TOP
|
||||||
|
|
||||||
# Common with 2.7
|
|
||||||
while1stmt ::= SETUP_LOOP return_stmts bp_come_from
|
|
||||||
while1stmt ::= SETUP_LOOP return_stmts COME_FROM
|
while1stmt ::= SETUP_LOOP return_stmts COME_FROM
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@@ -102,7 +102,6 @@ class Python27Parser(Python2Parser):
|
|||||||
WITH_CLEANUP END_FINALLY
|
WITH_CLEANUP END_FINALLY
|
||||||
|
|
||||||
while1stmt ::= SETUP_LOOP return_stmts bp_come_from
|
while1stmt ::= SETUP_LOOP return_stmts bp_come_from
|
||||||
while1stmt ::= SETUP_LOOP return_stmts COME_FROM
|
|
||||||
while1elsestmt ::= SETUP_LOOP l_stmts JUMP_BACK POP_BLOCK else_suite COME_FROM
|
while1elsestmt ::= SETUP_LOOP l_stmts JUMP_BACK POP_BLOCK else_suite COME_FROM
|
||||||
while1stmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK POP_BLOCK COME_FROM
|
while1stmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK POP_BLOCK COME_FROM
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user