finished while loops
This commit is contained in:
parent
21b43af69d
commit
006015c607
7 changed files with 42 additions and 9 deletions
3
lexer.h
3
lexer.h
|
|
@ -57,11 +57,12 @@ typedef enum {
|
|||
TOKEN_CHAR,
|
||||
TOKEN_GOTO,
|
||||
TOKEN_LOOP,
|
||||
TOKEN_WHILE,
|
||||
TOKEN_UNTIL,
|
||||
TOKEN_IF,
|
||||
TOKEN_ELSE,
|
||||
TOKEN_SWITCH,
|
||||
TOKEN_BREAK,
|
||||
TOKEN_DO,
|
||||
TOKEN_DEFER,
|
||||
TOKEN_RETURN,
|
||||
TOKEN_IMPORT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue