Some Python 3.4 bugss fixed by using 3.5 rules

This commit is contained in:
rocky
2017-02-20 08:17:17 -05:00
parent 9491c67779
commit 493e4b14a1
3 changed files with 2 additions and 4 deletions

View File

@@ -141,6 +141,7 @@ class Python3Parser(PythonParser):
_ifstmts_jump ::= return_if_stmts
_ifstmts_jump ::= c_stmts_opt JUMP_FORWARD COME_FROM
_ifstmts_jump ::= c_stmts_opt COME_FROM
iflaststmt ::= testexpr c_stmts_opt JUMP_ABSOLUTE