aboutsummaryrefslogtreecommitdiff
path: root/asm/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/lexer.h')
-rw-r--r--asm/lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/lexer.h b/asm/lexer.h
index c7d1f3d..000e33a 100644
--- a/asm/lexer.h
+++ b/asm/lexer.h
@@ -30,6 +30,7 @@ typedef enum TokenType
TOKEN_MSET,
TOKEN_MGET,
TOKEN_MDELETE,
+ TOKEN_MSIZE,
TOKEN_NOT,
TOKEN_OR,
TOKEN_AND,