frontend: lexer: Add scanning of .cc and .ld directives
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -18,6 +18,8 @@ typedef enum {
|
||||
TT_NONE, /* [none] */
|
||||
TT_NAME, /* [name] */
|
||||
TT_NEWLINE, /* [newline] */
|
||||
TT_CC, /* '.cc' */
|
||||
TT_LD, /* '.ld' */
|
||||
TT_COLON, /* ':' */
|
||||
TT_COLONDUB, /* '::' */
|
||||
} tt_t;
|
||||
|
||||
Reference in New Issue
Block a user