Another 2.7 "if" with return fix

This works is in conjunction with the commit before the previous release commit.
This commit is contained in:
rocky
2018-02-17 11:09:47 -05:00
parent c82095e6ac
commit a5c388c13b

View File

@@ -131,6 +131,7 @@ class Python27Parser(Python2Parser):
else_suitel COME_FROM
return_stmts ::= _stmts return_stmt
return_stmts ::= return_stmt
return_stmt ::= return
ifstmt ::= testexpr return_stmts COME_FROM