From c7fc2fdae0096f3e3f60f42c7ec5f0a877480671 Mon Sep 17 00:00:00 2001 From: MrLetsplay Date: Mon, 25 Mar 2024 17:08:35 +0100 Subject: [PATCH] Remove TODO --- lexer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lexer.go b/lexer.go index 41e794a..f4b3e2a 100644 --- a/lexer.go +++ b/lexer.go @@ -179,7 +179,6 @@ func (l *Lexer) stringLiteral() (string, error) { return literal, nil } -// TODO: maybe this method should directly return LexToken func (l *Lexer) nextToken() (*LexToken, error) { // Skip whitespace for {