aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/token.h')
-rw-r--r--src/include/token.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/token.h b/src/include/token.h
index 9bfc4f3..709051a 100644
--- a/src/include/token.h
+++ b/src/include/token.h
@@ -12,8 +12,9 @@ typedef struct TOKEN_STRUC {
TOKEN_LBRAK, // '['
TOKEN_RBRAK, // ']'
TOKEN_POUND, // '#''
- TOKEN_tILDE, // '~'
+ TOKEN_TILDE, // '~'
TOKEN_QUOTE, // '''
+ TOKEN_COMM, // '[comment]'
TOKEN_EOF // '\0'
} type;