lexer cleanups (#23037)

* remove some dead code and leftovers from past features
* fix yaml printing of uint64 literals
This commit is contained in:
Jacek Sieka
2023-12-06 18:17:57 +01:00
committed by GitHub
parent 44b64e726e
commit e1a0ff1b8a
7 changed files with 20 additions and 76 deletions

View File

@@ -22,7 +22,6 @@ proc checkGrammarFileImpl(cache: IdentCache, config: ConfigRef) =
var
L: Lexer
tok: Token
initToken(tok)
openLexer(L, f, stream, cache, config)
# load the first token:
rawGetTok(L, tok)