(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:
@@ -16,7 +16,7 @@ Status NameScope_CopyOf(NameScope *inst, NameScope *other);
|
||||
Status NameScope_CreateName(NameScope *inst, Name *buff);
|
||||
Status NameScope_RemoveName(NameScope *inst, Name idx);
|
||||
Status NameScope_UpdateLatest(NameScope *inst, Name idx);
|
||||
bool NameScope_Equal(NameScope *inst, NameScope *other);
|
||||
bool NameScope_Equals(NameScope *inst, NameScope *other);
|
||||
bool NameScope_IsAvailable(NameScope *inst, Name idx);
|
||||
|
||||
/* Universal Attribute NameScope. (U.A.N.) */
|
||||
|
Reference in New Issue
Block a user