merge parser into dev with ast loops
This commit is contained in:
commit
4d271981df
10 changed files with 343 additions and 26 deletions
|
|
@ -73,7 +73,9 @@ enum token_type
|
|||
TOKEN_WHILE,
|
||||
TOKEN_UNTIL,
|
||||
TOKEN_CASE,
|
||||
TOKEN_EXPORT
|
||||
TOKEN_EXPORT,
|
||||
TOKEN_DO,
|
||||
TOKEN_DONE
|
||||
};
|
||||
|
||||
struct token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue