You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Fix grammar after last change
This commit is contained in:
@@ -205,7 +205,7 @@ class PythonParser(GenericASTBuilder):
|
||||
c_stmts ::= _stmts
|
||||
c_stmts ::= _stmts lastc_stmt
|
||||
c_stmts ::= lastc_stmt
|
||||
c_stmts ::= continue_stmts
|
||||
c_stmts ::= continues
|
||||
|
||||
lastc_stmt ::= iflaststmt
|
||||
lastc_stmt ::= forelselaststmt
|
||||
@@ -217,7 +217,7 @@ class PythonParser(GenericASTBuilder):
|
||||
|
||||
l_stmts ::= _stmts
|
||||
l_stmts ::= return_stmts
|
||||
l_stmts ::= continue_stmts
|
||||
l_stmts ::= continues
|
||||
l_stmts ::= _stmts lastl_stmt
|
||||
l_stmts ::= lastl_stmt
|
||||
|
||||
@@ -231,7 +231,7 @@ class PythonParser(GenericASTBuilder):
|
||||
|
||||
suite_stmts ::= _stmts
|
||||
suite_stmts ::= return_stmts
|
||||
suite_stmts ::= continue_stmts
|
||||
suite_stmts ::= continues
|
||||
|
||||
suite_stmts_opt ::= suite_stmts
|
||||
|
||||
|
Reference in New Issue
Block a user