Added tables to integration tests, tweaked a lot of comments

This commit is contained in:
2024-12-25 11:04:18 +11:00
parent 9e2cbb1f59
commit 9cb138a7d6
21 changed files with 22 additions and 78 deletions

View File

@@ -40,7 +40,7 @@ typedef struct Toy_VM {
Toy_Bucket* stringBucket; //stores the string literals
Toy_Bucket* scopeBucket; //stores the scopes
//TODO: panic flag
//URGENT: panic/failed state flag
} Toy_VM;
TOY_API void Toy_initVM(Toy_VM* vm);