diff options
| author | Ian Moffett <ian@mirocom.org> | 2026-05-23 08:54:14 -0400 |
|---|---|---|
| committer | Ian Moffett <ian@mirocom.org> | 2026-05-23 08:54:14 -0400 |
| commit | 07859d37359a82542267401a83392519e4984eb3 (patch) | |
| tree | a0eeb7ce8f6fe9d736b92c0a66efc238a47d58b4 /include | |
| parent | a6f776e1f2bd634395db0ddbbdf40575ad5bca23 (diff) | |
core: lexer: Add token for ':' byte
Signed-off-by: Ian Moffett <ian@mirocom.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/cescal/token.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cescal/token.h b/include/cescal/token.h index 5f6b903..1f214bb 100644 --- a/include/cescal/token.h +++ b/include/cescal/token.h @@ -17,6 +17,7 @@ typedef enum { TT_LPAREN, /* '(' */ TT_RPAREN, /* '( */ TT_COMMA, /* ',' */ + TT_COLON, /* ':' */ TT_ARROW, /* '->' */ TT_DEFINE, /* '#define' */ TT_IFNDEF, /* '#ifndef' */ |
