feat(lexer): elif token type
This commit is contained in:
parent
254a50177f
commit
bc7f8f3e8c
2 changed files with 6 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ enum token_type
|
|||
TOKEN_IF,
|
||||
TOKEN_THEN,
|
||||
TOKEN_ELSE,
|
||||
TOKEN_FI
|
||||
TOKEN_FI,
|
||||
TOKEN_ELIF
|
||||
};
|
||||
|
||||
struct token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue