core: lexer: Add token for ':' byte
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -37,6 +37,7 @@ static const char *toktab[] = {
|
||||
[TT_LPAREN] = qtok("("),
|
||||
[TT_RPAREN] = qtok(")"),
|
||||
[TT_COMMA] = qtok(","),
|
||||
[TT_COLON] = qtok(":"),
|
||||
[TT_ARROW] = qtok("->"),
|
||||
[TT_DEFINE] = qtok("#define"),
|
||||
[TT_IFNDEF] = qtok("#ifndef"),
|
||||
|
||||
Reference in New Issue
Block a user