lexer refactor

This commit is contained in:
2026-08-05 22:11:06 +02:00
parent 410246faee
commit 425ce38011
2 changed files with 64 additions and 39 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import "@source/strpool"
Token :: struct {
kind TokenKind
start int
start uint
str_id strpool.StringId = strpool.NO_ID
}