Cleaned up some comments

This commit is contained in:
2024-10-10 09:10:39 +11:00
parent ca4073a5ae
commit e6fa345fe6
8 changed files with 15 additions and 14 deletions

View File

@@ -29,8 +29,8 @@ typedef struct Toy_VM {
//stack - immediate-level values only
Toy_Stack* stack;
//heap - block-level key/value pairs
//TODO: needs string util for identifiers
//scope - block-level key/value pairs
//TODO: Toy_Scope* scope;
//easy access to memory
Toy_Bucket* stringBucket;