preliminary work on the loop parsing
This commit is contained in:
parent
39c92585f1
commit
eaebcd7bdd
4 changed files with 18 additions and 2 deletions
1
lexer.h
1
lexer.h
|
|
@ -41,6 +41,7 @@ typedef enum {
|
|||
TOKEN_COLON, // :
|
||||
TOKEN_SEMICOLON, // ;
|
||||
TOKEN_DOT, // .
|
||||
TOKEN_DOUBLE_DOT, // ..
|
||||
TOKEN_BANG, // !
|
||||
TOKEN_COMMA, // ,
|
||||
TOKEN_LPAREN, // (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue