(FEA) Featured for Location_Literalisation, Status_Literalisation etc.

This commit is contained in:
William
2024-06-06 02:22:54 +08:00
parent df073877cc
commit 54042cf2cf
28 changed files with 744 additions and 358 deletions

View File

@@ -15,6 +15,7 @@
// # define VAR_IDENTITY_ILLEGAL_CHAR "!@#$%^*()-=+;\'\"\\|,./<>?[]{}`~ "
// static Status IllegalVarIdentity = {
// .value = 1,
// .description = "Given identity does not fit the standard of Var Naming "
// "convention.",
// .characteristic = STATUS_ERROR,
@@ -22,6 +23,7 @@
// };
// static Status VarIdentityTooLong = {
// .value = 1,
// .description = "Given identity has longer length that the maximum length "
// "limitation.",
// .characteristic = STATUS_ERROR,
@@ -34,6 +36,8 @@ typedef struct {
void *addr;
size_t size;
bool alive;
// /* Identification */
// char *identity; // Maximum up to VAR_IDENTITY_LENGTH