added comment parsing
This commit is contained in:
parent
c0f1b74a48
commit
038930d881
2 changed files with 17 additions and 2 deletions
6
lexer.h
6
lexer.h
|
|
@ -71,7 +71,11 @@ typedef enum {
|
|||
TOKEN_STATIC,
|
||||
TOKEN_CONST,
|
||||
TOKEN_EXTERN,
|
||||
TOKEN_VOLATILE
|
||||
TOKEN_VOLATILE,
|
||||
|
||||
TOKEN_STRUCT,
|
||||
TOKEN_ENUM,
|
||||
TOKEN_UNION
|
||||
} token_type;
|
||||
|
||||
typedef struct _token {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue