add float constraint type

This commit is contained in:
2026-06-25 22:09:08 +02:00
parent ca6cc89da0
commit c3208fdb61
7 changed files with 319 additions and 10 deletions
+1
View File
@@ -72,6 +72,7 @@ Kind :: enum u8 {
Keyword_Void,
Keyword_Bool,
Keyword_Int,
Keyword_Float,
Keyword_I8,
Keyword_I16,
Keyword_I32,