NT return_stmt -> return to match AST

This commit is contained in:
rocky
2017-12-14 11:03:15 -05:00
parent ebb78158b6
commit acdefb4f70
14 changed files with 49 additions and 49 deletions

View File

@@ -15,7 +15,7 @@ class Python21Parser(Python22Parser):
"""
for_iter ::= LOAD_CONST FOR_LOOP
for ::= SETUP_LOOP expr for_iter store
return_stmts
returns
POP_BLOCK COME_FROM
for ::= SETUP_LOOP expr for_iter store
l_stmts_opt _jump_back