Skip to content

Commit

Permalink
chore: move TODO to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ianprime0509 committed Jan 1, 2024
1 parent f6960c1 commit f831c46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tokenizer.zig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pub fn init(source: []const u8) Tokenizer {
}

pub fn next(t: *Tokenizer) Token {
// TODO: validate identifier composition
var state: enum {
start,
@"/",
Expand Down

0 comments on commit f831c46

Please sign in to comment.