lexer refactor
This commit is contained in:
@@ -2,7 +2,7 @@ import "@source/strpool"
|
||||
|
||||
Token :: struct {
|
||||
kind TokenKind
|
||||
start int
|
||||
start uint
|
||||
str_id strpool.StringId = strpool.NO_ID
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user