This commit is contained in:
2024-11-21 16:28:38 -07:00
parent 62bf83e277
commit 67c22e1f6b
4 changed files with 185 additions and 168 deletions

View File

@@ -1,4 +1,4 @@
#[derive(Debug, PartialEq, Clone)]
#[derive(Debug, PartialEq, Eq, Clone)]
pub struct Token {
/// The type of the token
pub token_type: TokenType,