mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
@@ -33,7 +33,7 @@ typedef struct Toy_Value { //32 | 64 BITNESS
|
||||
bool boolean; //1 | 1
|
||||
int integer; //4 | 4
|
||||
float number; //4 | 4
|
||||
union Toy_String_t* string; //4 | 8
|
||||
union Toy_String_t* string; //4 | 8
|
||||
struct Toy_Array* array; //4 | 8
|
||||
struct Toy_Table* table; //4 | 8
|
||||
//TODO: more types go here
|
||||
|
||||
Reference in New Issue
Block a user