Fixed BNF concept evaluations

This commit is contained in:
2020-01-03 19:19:57 +01:00
parent adcbc6bb2e
commit ffd98d7407
20 changed files with 682 additions and 237 deletions
+1 -1
View File
@@ -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()