Remove TODO

This commit is contained in:
MrLetsplay 2024-03-25 17:08:35 +01:00
parent a53b294392
commit c7fc2fdae0
Signed by: mr
SSH Key Fingerprint: SHA256:0zWNiRisbQ4dq/CCQAaMLoF3UfkF5wKPXO7DcjfFBEU

View File

@ -179,7 +179,6 @@ func (l *Lexer) stringLiteral() (string, error) {
return literal, nil return literal, nil
} }
// TODO: maybe this method should directly return LexToken
func (l *Lexer) nextToken() (*LexToken, error) { func (l *Lexer) nextToken() (*LexToken, error) {
// Skip whitespace // Skip whitespace
for { for {