Grammar isolation

This commit is contained in:
rocky
2017-11-27 05:26:43 -05:00
parent c241b12308
commit 169e4681c3
4 changed files with 10 additions and 5 deletions

View File

@@ -90,7 +90,6 @@ class Python2Parser(PythonParser):
stmt ::= exec_stmt
del_stmt ::= expr DELETE_SLICE+0
del_stmt ::= expr expr DELETE_SLICE+1
del_stmt ::= expr expr DELETE_SLICE+2
del_stmt ::= expr expr expr DELETE_SLICE+3
del_stmt ::= delete_subscr