diff options
Diffstat (limited to 'src/parse/lex.hpp')
-rw-r--r-- | src/parse/lex.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/lex.hpp b/src/parse/lex.hpp index 6a798909..710f3a6c 100644 --- a/src/parse/lex.hpp +++ b/src/parse/lex.hpp @@ -20,6 +20,7 @@ enum eTokenType TOK_INTEGER,
TOK_CHAR,
TOK_FLOAT,
+ TOK_STRING, TOK_CATTR_OPEN,
TOK_ATTR_OPEN,
|