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.
2 parents a1618b6 + 8823bc8 commit 621f79bCopy full SHA for 621f79b
1 file changed
lib/eco/incparser/incparser.py
@@ -107,6 +107,7 @@ def __init__(self, grammar=None, lr_type=LR0, whitespaces=False, startsymbol=Non
107
self.autolboxes = None
108
self.autodetector = None
109
self.option_autolbox_find = False
110
+ self.lang = None
111
112
def is_valid_symbol(self, state, token):
113
return self.syntaxtable.lookup(state, token) is not None
0 commit comments