feat: final firsts initialization

This commit is contained in:
Guillem George 2026-01-29 19:47:59 +01:00
parent 98d18eef7d
commit 3601c3136f
5 changed files with 104 additions and 50 deletions

View file

@ -68,7 +68,11 @@ enum token_type
TOKEN_FI,
TOKEN_ELIF,
TOKEN_AND,
TOKEN_OR
TOKEN_OR,
TOKEN_FOR,
TOKEN_WHILE,
TOKEN_UNTIL,
TOKEN_CASE
};
struct token