Remove more unused grammar stuff

This commit is contained in:
Dave Halter
2018-06-22 12:53:38 +02:00
parent 532aef2342
commit 1362d4f05d

View File

@@ -61,8 +61,6 @@ class Grammar(object):
self.labels = [(0, "EMPTY")]
self.keywords = {}
self.tokens = {}
self.nonterminal2label = {}
self.label2nonterminal = {}
self.start_nonterminal = start_nonterminal
self._label_cache = {}