unsigned integer constraint (uint)

This commit is contained in:
2026-07-18 00:12:59 +02:00
parent b09787029d
commit ef91f13e7b
15 changed files with 4618 additions and 2849 deletions
+1
View File
@@ -52,6 +52,7 @@ keyword_kind :: proc(text: string) -> token.Kind {
case "anyopaque": return .Keyword_Anyopaque
case "bool": return .Keyword_Bool
case "int": return .Keyword_Int
case "uint": return .Keyword_Uint
case "float": return .Keyword_Float
case "range": return .Keyword_Range
case "i8": return .Keyword_I8