We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a5e3b commit 2add1cbCopy full SHA for 2add1cb
sly/yacc.py
@@ -983,7 +983,6 @@ def __init__(self, grammar):
983
self.lr_goto_cache = None
984
self.lr_goto_cache2 = None
985
self.lr0_cidhash = None
986
- self.grammar = None
987
988
# Compute the LR(0) closure operation on I, where I is a set of LR(0) items.
989
def lr0_closure(self, I):
0 commit comments