add action buffer to script engine

This commit is contained in:
SinaKarvandi 2021-01-14 02:59:30 -08:00
parent d430444f1e
commit 280d9c1364
6 changed files with 162 additions and 142 deletions

View file

@ -180,6 +180,7 @@ typedef struct SYMBOL_MAP
#define SYMBOL_PSEUDO_REG_TYPE 3
#define SYMBOL_SEMANTIC_RULE_TYPE 4
#define SYMBOL_TEMP_TYPE 5
#define SYMBOL_STRING_TYPE 6
#define INVALID -1