core: lexer: Add arrow token
Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
@@ -17,6 +17,7 @@ typedef enum {
|
||||
TT_LPAREN, /* '(' */
|
||||
TT_RPAREN, /* '( */
|
||||
TT_COMMA, /* ',' */
|
||||
TT_ARROW, /* '->' */
|
||||
TT_RETURN, /* 'return' */
|
||||
TT_PUB, /* 'pub' */
|
||||
TT_PROC, /* 'proc' */
|
||||
|
||||
Reference in New Issue
Block a user