feat(parser): and_or_rule in progress

This commit is contained in:
Matteo Flebus 2026-01-22 19:57:49 +01:00
parent 5faa179b63
commit 82f35cfa08
4 changed files with 57 additions and 2 deletions

View file

@ -56,7 +56,9 @@ enum token_type
TOKEN_THEN,
TOKEN_ELSE,
TOKEN_FI,
TOKEN_ELIF
TOKEN_ELIF,
TOKEN_AND,
TOKEN_OR
};
struct token