diff --git a/src/nimkalc/parsing/lexer.nim b/src/nimkalc/parsing/lexer.nim index 96cc3fa..e24aec5 100644 --- a/src/nimkalc/parsing/lexer.nim +++ b/src/nimkalc/parsing/lexer.nim @@ -92,7 +92,7 @@ func createToken(self: Lexer, tokenType: TokenType): Token = result = Token(kind: tokenType, lexeme: self.source[self.start..