This commit is contained in:
2024-10-07 19:05:33 -04:00
parent ca52443f81
commit bb3a0ad113
12 changed files with 173 additions and 218 deletions

View File

@@ -17,7 +17,7 @@ pub enum Token {
Keyword(Keyword),
}
#[derive(Clone)]
#[derive(Debug, Clone)]
pub struct TokenInstance {
pub token: Token,
pub span: FileSpan,