Add basic var tokens

This commit is contained in:
2026-04-29 20:28:52 +02:00
parent 76f9168c5f
commit e2d8e385f0
3 changed files with 31 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ typedef enum {
TOKEN_SEMICOLON,
TOKEN_ALIAS,
TOKEN_PUBLIC,
TOKEN_VAR,
TOKEN_CONST,
TOKEN_STATIC,
/* Symbols */
TOKEN_PARENT_OPEN,