(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

4
name.h
View File

@@ -34,11 +34,11 @@ static const Name NullName = {
// Name value;
// Name idx;
// Name *occupied;
// } NameSpace; // Size: 8+8+8 =8*3 =24 Bytes (x64)
// } NameScope; // Size: 8+8+8 =8*3 =24 Bytes (x64)
/*
* Example:
* Var variable_from_namespace_Utils_in_class_Calculation_in_function_C;
* Var variable_from_namescope_Utils_in_class_Calculation_in_function_C;
* // Not enough room for representation.
* // Must use another more efficient method to store the name.
* Become (roughly):