Isolate kv, kv2, and kdv3 better

This commit is contained in:
rocky
2017-11-26 06:53:22 -05:00
parent 57fe56d72e
commit 35aca37557
7 changed files with 25 additions and 8 deletions

View File

@@ -47,6 +47,7 @@ class Python32Parser(Python3Parser):
stmt ::= del_deref_stmt
del_deref_stmt ::= DELETE_DEREF
kv3 ::= expr expr STORE_MAP
"""
pass