Skip to content

Commit

Permalink
Neaten token enum
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Nov 18, 2023
1 parent 5759d43 commit 88fea6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tokenizer/src/tokenizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ enum TokenType {
Number,
Identifier,
Operator,
// Add more token types as needed
}

#[derive(Debug)]
Expand Down

0 comments on commit 88fea6b

Please sign in to comment.