Started work on preprocessing jump addresses

This commit is contained in:
2023-11-02 20:31:22 +00:00
parent d12820cd25
commit d5e311c9d4
3 changed files with 15 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
typedef enum TokenType
{
TOKEN_STAR,
TOKEN_LITERAL_NUMBER,
TOKEN_LITERAL_CHAR,
TOKEN_NOOP,