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

@@ -126,8 +126,6 @@ class Python3Parser(PythonParser):
classdefdeco1 ::= expr classdefdeco2 CALL_FUNCTION_1
assert ::= assert_expr jmp_true LOAD_ASSERT RAISE_VARARGS_1 COME_FROM
assert2 ::= assert_expr jmp_true LOAD_ASSERT expr
RAISE_VARARGS_2 COME_FROM
assert_expr ::= expr
assert_expr ::= assert_expr_or