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