aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
authorc+12023-05-05 17:09:41 -0400
committerc+12023-05-05 17:09:41 -0400
commitf4affa93fac8c52b3350cfa3d2dec4bfb9b3deae (patch)
treedcdca08f3b56bf293cda566c08cd6929304dcdbb /src/include/token.h
parent276629104f3f31ce754468d5bbc3fa523ddfade5 (diff)
HAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALK!
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;