summaryrefslogtreecommitdiffstats
path: root/src/lex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex.hpp')
-rw-r--r--src/lex.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lex.hpp b/src/lex.hpp
index e240e12..bbf1de2 100644
--- a/src/lex.hpp
+++ b/src/lex.hpp
@@ -66,9 +66,9 @@ private:
int syntax_error(parse_token_value_t *value);
int consume_comment(parse_token_value_t *value);
int unterminated_block(parse_token_value_t *value);
- //int unterminated_string(parse_token_value_t *value);
+ int unterminated_string(parse_token_value_t *value);
- //int lex_string(parse_token_value_t *value);
+ int lex_string(parse_token_value_t *value);
//int lex_number(parse_token_value_t *value);
int lex_keyword(parse_token_value_t *value);
int lex_block(parse_token_value_t *value);