Remove TODO
This commit is contained in:
parent
a53b294392
commit
c7fc2fdae0
1
lexer.go
1
lexer.go
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user