merge parser into dev with ast loops

This commit is contained in:
Matteo Flebus 2026-01-30 19:57:36 +01:00
commit 4d271981df
10 changed files with 343 additions and 26 deletions

View file

@ -73,7 +73,9 @@ enum token_type
TOKEN_WHILE,
TOKEN_UNTIL,
TOKEN_CASE,
TOKEN_EXPORT
TOKEN_EXPORT,
TOKEN_DO,
TOKEN_DONE
};
struct token