feat(lexer + parser): export handling

This commit is contained in:
Matteo Flebus 2026-01-30 19:13:27 +01:00
parent bada9c6a29
commit 115377edfe
3 changed files with 80 additions and 50 deletions

View file

@ -72,7 +72,8 @@ enum token_type
TOKEN_FOR,
TOKEN_WHILE,
TOKEN_UNTIL,
TOKEN_CASE
TOKEN_CASE,
TOKEN_EXPORT
};
struct token