Any type initially working

This commit is contained in:
Krzosa Karol
2022-06-19 12:34:05 +02:00
parent ade2638255
commit 014ef07b9f
6 changed files with 93 additions and 55 deletions

View File

@@ -8,15 +8,14 @@ Slice :: struct
data: *void
len : S64
Any :: struct
data: *void
type: Type_ID
*/
Any :: struct
data: *void
type: Type
Type_Info_Kind :: enum
NONE
S64 :: 7 // FIRST_NUMERIC
S64 // FIRST_NUMERIC
S32
S16
S8
@@ -40,7 +39,6 @@ Type_Info_Kind :: enum
TYPE
SLICE
TUPLE
ANY
Type_Info_Struct_Member :: struct
name: String