Implemented OP_MSIZE into lexer/parser of ASM

This commit is contained in:
2023-11-01 21:47:19 +00:00
parent ea715c569e
commit 44125d7ad9
3 changed files with 12 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ typedef enum TokenType
TOKEN_MSET,
TOKEN_MGET,
TOKEN_MDELETE,
TOKEN_MSIZE,
TOKEN_NOT,
TOKEN_OR,
TOKEN_AND,