frontend: lexer: Add token for tilde
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -21,6 +21,7 @@ typedef enum {
|
||||
TT_CC, /* '.cc' */
|
||||
TT_LD, /* '.ld' */
|
||||
TT_COLON, /* ':' */
|
||||
TT_TILDE, /* '~' */
|
||||
TT_COLONDUB, /* '::' */
|
||||
} tt_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user