implemented basic parsing
This commit is contained in:
parent
038930d881
commit
abf1d7c066
10 changed files with 588 additions and 486 deletions
1
lexer.h
1
lexer.h
|
|
@ -67,6 +67,7 @@ typedef enum {
|
|||
TOKEN_DO,
|
||||
TOKEN_DEFER,
|
||||
TOKEN_MODULE,
|
||||
TOKEN_RETURN,
|
||||
|
||||
TOKEN_STATIC,
|
||||
TOKEN_CONST,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue