implemented basic parsing

This commit is contained in:
Lorenzo Torres 2025-11-30 21:56:39 +01:00
parent 038930d881
commit abf1d7c066
10 changed files with 588 additions and 486 deletions

View file

@ -67,6 +67,7 @@ typedef enum {
TOKEN_DO,
TOKEN_DEFER,
TOKEN_MODULE,
TOKEN_RETURN,
TOKEN_STATIC,
TOKEN_CONST,