You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Another 2.6 while stmt. Clean up grammar a little
This commit is contained in:
@@ -199,13 +199,7 @@ class PythonParser(GenericASTBuilder):
|
||||
_jump ::= JUMP_FORWARD
|
||||
_jump ::= JUMP_BACK
|
||||
|
||||
# Note: Python < 2.7 doesn't have POP_JUMP_IF ...
|
||||
# FIXME: segregate 2.7+
|
||||
|
||||
jmp_false ::= POP_JUMP_IF_FALSE
|
||||
jmp_true ::= POP_JUMP_IF_TRUE
|
||||
|
||||
# Zero or more COME_FROM
|
||||
# Zero or more COME_FROMs
|
||||
# loops can have this
|
||||
_come_from ::= _come_from COME_FROM
|
||||
_come_from ::=
|
||||
|
Reference in New Issue
Block a user