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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/token.h b/src/include/token.h
index 33f28f1..b923734 100644
--- a/src/include/token.h
+++ b/src/include/token.h
@@ -13,6 +13,7 @@ typedef struct TOKEN_STRUC {
TOKEN_RBRAK, // ']'
TOKEN_POUND, // '#''
TOKEN_TILDE, // '~'
+ TOKEN_QUOTE, // '''
TOKEN_EOF // '\0'
} type;