add range constraint type
This commit is contained in:
@@ -39,6 +39,7 @@ keyword_kind :: proc(text: string) -> token.Kind {
|
||||
case "bool": return .Keyword_Bool
|
||||
case "int": return .Keyword_Int
|
||||
case "float": return .Keyword_Float
|
||||
case "range": return .Keyword_Range
|
||||
case "i8": return .Keyword_I8
|
||||
case "i16": return .Keyword_I16
|
||||
case "i32": return .Keyword_I32
|
||||
|
||||
Reference in New Issue
Block a user