More parser changes to reinstate what was working in 3.6.2...

However, again, probably more precise since we isolate loop rules better

However, again, this isnt' the full store. Semantics were incorrect in
Release 3.6.2 and they still are.
This commit is contained in:
rocky
2020-01-17 05:36:20 -05:00
parent 273c4bcbf0
commit af76218abf
2 changed files with 22 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ class Python37Parser(Python37BaseParser):
_stmts ::= stmt+
# statements with continue
# statements with continue and break
c_stmts ::= _stmts
c_stmts ::= _stmts lastc_stmt
c_stmts ::= lastc_stmt