implemented labels and goto parsing
This commit is contained in:
parent
1be3bf0659
commit
1ca6f024ee
7 changed files with 71 additions and 17 deletions
3
lexer.h
3
lexer.h
|
|
@ -57,9 +57,8 @@ typedef enum {
|
|||
TOKEN_STRING,
|
||||
TOKEN_CHAR,
|
||||
|
||||
TOKEN_WHILE,
|
||||
TOKEN_FOR,
|
||||
TOKEN_GOTO,
|
||||
TOKEN_LOOP,
|
||||
TOKEN_IF,
|
||||
TOKEN_ELSE,
|
||||
TOKEN_SWITCH,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue