core: lexer: Add preprocessor tokens
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -18,6 +18,9 @@ typedef enum {
|
||||
TT_RPAREN, /* '( */
|
||||
TT_COMMA, /* ',' */
|
||||
TT_ARROW, /* '->' */
|
||||
TT_DEFINE, /* '#define' */
|
||||
TT_IFNDEF, /* '#ifndef' */
|
||||
TT_IFDEF, /* '#ifdef' */
|
||||
TT_RETURN, /* 'return' */
|
||||
TT_PUB, /* 'pub' */
|
||||
TT_PROC, /* 'proc' */
|
||||
|
||||
Reference in New Issue
Block a user