[parser] Remove embarassing debug output
This commit is contained in:
parent
42183be0f4
commit
179405d849
1 changed files with 0 additions and 1 deletions
|
|
@ -1452,7 +1452,6 @@ class ParserGenerator:
|
||||||
rules = self.grammar[config_next]
|
rules = self.grammar[config_next]
|
||||||
if len(rules) > 0:
|
if len(rules) > 0:
|
||||||
lookahead, epsilon = self.gen_first(core.rest)
|
lookahead, epsilon = self.gen_first(core.rest)
|
||||||
print(f" LA {core.rest} -> {lookahead} e:{epsilon}")
|
|
||||||
if epsilon:
|
if epsilon:
|
||||||
lookahead.update(context)
|
lookahead.update(context)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue