Tidy a bit

This commit is contained in:
rocky
2016-09-11 03:39:19 -04:00
parent 71591152ef
commit 23770fca64
5 changed files with 1 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ class Python35Parser(Python3Parser):
# RETURN_END_IF vs RETURN_VALUE
ifelsestmtc ::= testexpr c_stmts_opt JUMP_FORWARD else_suitec
# ifstmt ::= testexpr c_stmts_opt
# Python 3.3+ also has yield from. 3.5 does it
# differently than 3.3, 3.4