lexer: Add scanning of identifiers
Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
@@ -32,6 +32,7 @@ struct token {
|
||||
tt_t type;
|
||||
union {
|
||||
char c;
|
||||
char *s;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user