3.6 decompilation problems

This commit is contained in:
rocky
2018-03-29 17:21:22 -04:00
parent dc3e6b31ca
commit 7d110f17bc
6 changed files with 11 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ class Python35Parser(Python34Parser):
# ...
# the end of the if will jump back to the loop and there will be a COME_FROM
# after the jump
l_stmts ::= lastl_stmt COME_FROM l_stmts
l_stmts ::= lastl_stmt come_froms l_stmts
# Python 3.5+ Await statement
expr ::= await_expr