core: lexer: Add comment skipping
Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
typedef enum {
|
||||
TT_NONE, /* [none] */
|
||||
TT_IDENT, /* [identifier] */
|
||||
TT_COMMENT, /* [comment : ignored] */
|
||||
TT_INTLIT, /* [0-9]+ */
|
||||
TT_LPAREN, /* '(' */
|
||||
TT_RPAREN, /* '( */
|
||||
|
||||
Reference in New Issue
Block a user