More grammar cleanups

This commit is contained in:
rocky
2017-11-16 12:01:18 -05:00
parent d18a353381
commit 37108bc41c
2 changed files with 2 additions and 4 deletions

View File

@@ -227,6 +227,8 @@ class PythonParser(GenericASTBuilder):
suite_stmts ::= continue_stmts
suite_stmts_opt ::= suite_stmts
# passtmt is needed for semantic actions to add "pass"
suite_stmts_opt ::= passstmt
else_suite ::= suite_stmts