Current work on preprocessor implementation

Lots to refactor and test
This commit is contained in:
2023-11-05 16:21:09 +00:00
parent aadb21853a
commit 4ae6c05276
5 changed files with 116 additions and 89 deletions

View File

@@ -17,6 +17,8 @@
typedef enum TokenType
{
TOKEN_PP_CONST,
TOKEN_PP_END,
TOKEN_GLOBAL,
TOKEN_STAR,
TOKEN_LITERAL_NUMBER,