More grammar isolation: assert2 in Python3

This commit is contained in:
rocky
2017-11-16 11:20:35 -05:00
parent 2a13851f55
commit 2f218fe9bf
3 changed files with 1 additions and 3 deletions

View File

@@ -235,7 +235,6 @@ class PythonParser(GenericASTBuilder):
else_suitec ::= return_stmts
stmt ::= assert
stmt ::= assert2
stmt ::= classdef
stmt ::= call_stmt