add else if, else, and comments

This commit is contained in:
2025-06-03 13:57:49 +01:00
parent 18993a5d7e
commit 604839d324
8 changed files with 122 additions and 44 deletions

View File

@@ -39,6 +39,7 @@ typedef enum {
// Keywords
TOKEN_IF,
TOKEN_ELSE_IF,
TOKEN_ELSE,
TOKEN_WHILE,
TOKEN_FOREVER,