You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Make sure "stmts" stays the start rule
This commit is contained in:
@@ -360,7 +360,7 @@ class Python3Parser(PythonParser):
|
||||
ifelsestmt ::= testexpr c_stmts_opt JUMP_FORWARD else_suite _come_froms
|
||||
|
||||
# FIXME: go over this
|
||||
stmts ::= _stmts last_stmt
|
||||
_stmts ::= _stmts last_stmt
|
||||
stmts ::= last_stmt
|
||||
stmts_opt ::= stmts
|
||||
last_stmt ::= iflaststmt
|
||||
|
Reference in New Issue
Block a user