implemented labels and goto parsing

This commit is contained in:
Lorenzo Torres 2025-12-01 21:05:06 +01:00
parent 1be3bf0659
commit 1ca6f024ee
7 changed files with 71 additions and 17 deletions

View file

@ -57,9 +57,8 @@ typedef enum {
TOKEN_STRING,
TOKEN_CHAR,
TOKEN_WHILE,
TOKEN_FOR,
TOKEN_GOTO,
TOKEN_LOOP,
TOKEN_IF,
TOKEN_ELSE,
TOKEN_SWITCH,