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