More 3.x "if" checking. Abbreviate stmts->sstmt

This commit is contained in:
rocky
2020-01-26 02:58:33 -05:00
parent 7721fbd276
commit 33918bd9d2
5 changed files with 17 additions and 9 deletions

View File

@@ -380,7 +380,6 @@ class Python3Parser(PythonParser):
iflaststmt ::= testexpr _iflaststmts_jump
ifelsestmt ::= testexpr stmts_opt jump_absolute_else else_suite
ifelsestmt ::= testexpr stmts_opt jump_forward_else else_suite _come_froms
iflaststmt ::= testexpr _ifstmts_jump
else_suite ::= stmts