(MOD) Refined Var, Array, CatlogMsg, CatlogSender, Status

This is the very first version that pass the compiler.  Though it has lots things were made for testing, such as commenting problematic source code to avoid irrelevant errors.  For test.c, everything is working fine.  Congrats!
This commit is contained in:
William
2024-05-20 04:47:39 +08:00
parent e73f3af436
commit e2f8dceda7
23 changed files with 656 additions and 393 deletions

View File

@@ -38,7 +38,7 @@ Status String_Literalise(String *inst, String *store)
fails(inst, UnavailableInstance);
}
bool String_Equal(String *arr1, String *arr2)
bool String_Equals(String *arr1, String *arr2)
{
fails(inst, UnavailableInstance);
}