frontend: lexer: Create identifier token for names
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -31,6 +31,7 @@ struct token {
|
||||
tt_t type;
|
||||
union {
|
||||
char c;
|
||||
char *s;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user