aboutsummaryrefslogtreecommitdiff
path: root/include/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lex.h')
-rw-r--r--include/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lex.h b/include/lex.h
index 942df9b..8050c4e 100644
--- a/include/lex.h
+++ b/include/lex.h
@@ -83,6 +83,7 @@ enum lexical_token {
T_LAST_OPERATOR,
// Tokens with additional information
+ T_COMMENT,
T_NAME,
T_NUMBER,
T_STRING,