mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Began writing Toy_VM, read more
Toy_VM and Toy_Stack are both considered WIP, and neither has any tests yet.
This commit is contained in:
@@ -28,7 +28,7 @@ typedef struct Toy_Value {
|
||||
} as; //4
|
||||
|
||||
Toy_ValueType type; //4
|
||||
} Toy_Value;
|
||||
} Toy_Value; //8
|
||||
|
||||
#define TOY_VALUE_IS_NULL(value) ((value).type == TOY_VALUE_NULL)
|
||||
#define TOY_VALUE_IS_BOOLEAN(value) ((value).type == TOY_VALUE_BOOLEAN)
|
||||
|
||||
Reference in New Issue
Block a user