diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-11-05 16:21:09 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-11-05 16:21:09 +0000 |
commit | 4ae6c052764767f8281576a4ed938e1d6cf7c688 (patch) | |
tree | f47a2b3557858065ce2d96d2d548e0b1216aad56 /asm/lexer.h | |
parent | aadb21853a0defc9aeac55ee2f4d582ba0c52cf4 (diff) | |
download | ovm-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.h | 2 |
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, |