feat(lexer + parser): export handling
This commit is contained in:
parent
bada9c6a29
commit
115377edfe
3 changed files with 80 additions and 50 deletions
|
|
@ -72,7 +72,8 @@ enum token_type
|
|||
TOKEN_FOR,
|
||||
TOKEN_WHILE,
|
||||
TOKEN_UNTIL,
|
||||
TOKEN_CASE
|
||||
TOKEN_CASE,
|
||||
TOKEN_EXPORT
|
||||
};
|
||||
|
||||
struct token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue