diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/token.h | 1 |
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; |