This commit is contained in:
YannAhlgrim
2026-05-09 17:42:21 +02:00
parent 68bf2f4288
commit 64e9f9c8c5
2 changed files with 50 additions and 12 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
struct Token {
type_: String,
literal: String,
pub struct Token {
pub type_: String,
pub literal: String,
}
const ILLEGAL: &str = "ILLEGAL";