@ -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 {
The note is not visible to the blocked user.