[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]
|
||||
if len(rules) > 0:
|
||||
lookahead, epsilon = self.gen_first(core.rest)
|
||||
print(f" LA {core.rest} -> {lookahead} e:{epsilon}")
|
||||
if epsilon:
|
||||
lookahead.update(context)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue