Implemented AST, ensured bucket memory worked

This commit is contained in:
2024-09-10 20:19:11 +10:00
parent 81417e7f32
commit 5fd933a15e
13 changed files with 435 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ typedef enum Toy_ValueType {
TOY_VALUE_OPAQUE,
} Toy_ValueType;
//4 bytes in size
//8 bytes in size
typedef struct Toy_Value {
union {
bool boolean; //1