Renamed Toy_ModuleBuilder to Toy_ModuleCompiler

I also noticed that Toy_ModuleBundle isn't being used right now.
This commit is contained in:
2025-02-08 00:23:19 +11:00
parent 212eca1825
commit 470836a390
8 changed files with 186 additions and 183 deletions

View File

@@ -206,7 +206,7 @@ char* Toy_getStringRawBuffer(Toy_String* str) {
}
static int deepCompareUtil(Toy_String* left, Toy_String* right, const char** leftHead, const char** rightHead) {
//WARNING: this function can't handle strings of zero length
//NOTE: this function can't handle strings of zero length
int result = 0;
//if it's the same object, of course they match