Fixed BNF concept evaluations
This commit is contained in:
@@ -795,7 +795,7 @@ class ConceptLexerParser(BaseParser):
|
||||
if not self.next_token():
|
||||
break
|
||||
|
||||
# Fix the source if we were working on unrecognized tokens
|
||||
# Fix the source for unrecognized tokens
|
||||
if unrecognized_tokens:
|
||||
unrecognized_tokens.fix_source()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user