Implemented OP_MSIZE into lexer/parser of ASM
This commit is contained in:
@@ -30,6 +30,7 @@ typedef enum TokenType
|
||||
TOKEN_MSET,
|
||||
TOKEN_MGET,
|
||||
TOKEN_MDELETE,
|
||||
TOKEN_MSIZE,
|
||||
TOKEN_NOT,
|
||||
TOKEN_OR,
|
||||
TOKEN_AND,
|
||||
|
||||
Reference in New Issue
Block a user