aboutsummaryrefslogtreecommitdiff
path: root/asm/lexer.h
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-11-05 16:21:09 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-11-05 16:21:09 +0000
commit4ae6c052764767f8281576a4ed938e1d6cf7c688 (patch)
treef47a2b3557858065ce2d96d2d548e0b1216aad56 /asm/lexer.h
parentaadb21853a0defc9aeac55ee2f4d582ba0c52cf4 (diff)
downloadovm-4ae6c052764767f8281576a4ed938e1d6cf7c688.tar.gz
ovm-4ae6c052764767f8281576a4ed938e1d6cf7c688.tar.bz2
ovm-4ae6c052764767f8281576a4ed938e1d6cf7c688.zip
Current work on preprocessor implementation
Lots to refactor and test
Diffstat (limited to 'asm/lexer.h')
-rw-r--r--asm/lexer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/lexer.h b/asm/lexer.h
index 0ced4ca..8470a18 100644
--- a/asm/lexer.h
+++ b/asm/lexer.h
@@ -17,6 +17,8 @@
typedef enum TokenType
{
+ TOKEN_PP_CONST,
+ TOKEN_PP_END,
TOKEN_GLOBAL,
TOKEN_STAR,
TOKEN_LITERAL_NUMBER,