mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-24 08:15:25 +00:00
lexer cleanups (#23037)
* remove some dead code and leftovers from past features * fix yaml printing of uint64 literals
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user