Types now exist, but they're not being embedded into bytecode yet

This commit is contained in:
2022-08-12 09:11:43 +01:00
parent 80b64cf21e
commit 2f18989f25
8 changed files with 193 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ typedef struct NodePair {
typedef struct NodeVarTypes {
NodeType type;
unsigned char mask;
unsigned char mask; //the type mask
Node* nodes;
int capacity;
int count;