mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +00:00
some refactorings, analyzer global var publics fix, include publics into merged bytefile
This commit is contained in:
parent
1f42c9ff4b
commit
b1ab8ee4b3
8 changed files with 73 additions and 141 deletions
|
|
@ -8,6 +8,9 @@ extern "C" {
|
|||
#include "utils.h"
|
||||
}
|
||||
|
||||
static const constexpr char *GLOBAL_VAR_TAG = "global_";
|
||||
static const size_t GLOBAL_VAR_TAG_LEN = strlen(GLOBAL_VAR_TAG);
|
||||
|
||||
enum class Cmd : int8_t {
|
||||
BINOP,
|
||||
CONST,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue