preliminary work on the loop parsing

This commit is contained in:
Lorenzo Torres 2025-12-01 22:32:41 +01:00
parent 39c92585f1
commit eaebcd7bdd
4 changed files with 18 additions and 2 deletions

View file

@ -41,6 +41,7 @@ typedef enum {
TOKEN_COLON, // :
TOKEN_SEMICOLON, // ;
TOKEN_DOT, // .
TOKEN_DOUBLE_DOT, // ..
TOKEN_BANG, // !
TOKEN_COMMA, // ,
TOKEN_LPAREN, // (