summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cescal/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cescal/token.h b/include/cescal/token.h
index 990df77..eb9fc39 100644
--- a/include/cescal/token.h
+++ b/include/cescal/token.h
@@ -12,6 +12,7 @@
typedef enum {
TT_NONE, /* [none] */
TT_IDENT, /* [identifier] */
+ TT_COMMENT, /* [comment : ignored] */
TT_INTLIT, /* [0-9]+ */
TT_LPAREN, /* '(' */
TT_RPAREN, /* '( */