mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-19 22:21:07 +00:00
Remove TODO
This commit is contained in:
@@ -580,7 +580,6 @@ scan :: proc(t: ^Tokenizer) -> Token {
|
||||
break check_keyword
|
||||
}
|
||||
} else {
|
||||
// TODO(bill): Maybe have a hash table lookup rather than this linear search
|
||||
for i in Token_Kind.B_Keyword_Begin ..= Token_Kind.B_Keyword_End {
|
||||
if lit == tokens[i] {
|
||||
kind = Token_Kind(i)
|
||||
|
||||
Reference in New Issue
Block a user