WIP, Functions are declared, still not called

This commit is contained in:
2025-02-11 11:55:35 +11:00
parent 7a8c415b3f
commit 258968d7a4
11 changed files with 119 additions and 26 deletions

View File

@@ -6,7 +6,7 @@
//runtime module info
typedef struct Toy_Module {
//closure support - points to parent scope
Toy_Scope* scopePtr;
Toy_Scope* parentScope;
unsigned char* code;