Make sure "stmts" stays the start rule

This commit is contained in:
rocky
2020-01-25 16:14:36 -05:00
parent c772972227
commit 73fb9f6b96
2 changed files with 2 additions and 4 deletions

View File

@@ -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