You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
3.+ More loop-isolation grammar separation...
but also back off some isolation separation for now.
This commit is contained in:
@@ -21,7 +21,6 @@ class Python35Parser(Python34Parser):
|
||||
_ifstmts_jump ::= c_stmts_opt come_froms
|
||||
ifelsestmt ::= testexpr c_stmts_opt JUMP_FORWARD
|
||||
ifelsestmt ::= testexpr c_stmts_opt jump_forward_else else_suite _come_froms
|
||||
_ifstmts_jump ::= c_stmts_opt JUMP_FORWARD _come_froms
|
||||
|
||||
pb_ja ::= POP_BLOCK JUMP_ABSOLUTE
|
||||
|
||||
|
Reference in New Issue
Block a user