feat: final firsts initialization
This commit is contained in:
parent
98d18eef7d
commit
3601c3136f
5 changed files with 104 additions and 50 deletions
|
|
@ -68,7 +68,11 @@ enum token_type
|
|||
TOKEN_FI,
|
||||
TOKEN_ELIF,
|
||||
TOKEN_AND,
|
||||
TOKEN_OR
|
||||
TOKEN_OR,
|
||||
TOKEN_FOR,
|
||||
TOKEN_WHILE,
|
||||
TOKEN_UNTIL,
|
||||
TOKEN_CASE
|
||||
};
|
||||
|
||||
struct token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue