Add hexadecimal escape sequence as string parameter for string function in script engine

This commit is contained in:
xmaple555 2023-11-23 01:07:20 +08:00
parent c8b06cba82
commit 60fbec6936
9 changed files with 583 additions and 549 deletions

View file

@ -40,6 +40,7 @@ class Generator():
#define SCRIPT_ENGINE_COMMON_DEFINITIONS_H
typedef struct SYMBOL {
long long unsigned Type;
long long unsigned Len;
long long unsigned Value;
} SYMBOL, * PSYMBOL;
typedef struct SYMBOL_BUFFER {