feat: while and for loops support for parser, plus new ASTs, new tokens and fixes inside parser
This commit is contained in:
parent
f8b91d4da3
commit
423793903d
9 changed files with 341 additions and 35 deletions
|
|
@ -72,6 +72,8 @@ enum token_type
|
|||
TOKEN_FOR,
|
||||
TOKEN_WHILE,
|
||||
TOKEN_UNTIL,
|
||||
TOKEN_DO,
|
||||
TOKEN_DONE,
|
||||
TOKEN_CASE
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue