From 48b791d443efa3fc41715ea7d177d583952a77ee Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 10 Apr 2015 17:22:55 +0200 Subject: Allow specifying sequences of character terminals as strings --- src/parse.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/parse.hpp') diff --git a/src/parse.hpp b/src/parse.hpp index 567a38c..86aa095 100644 --- a/src/parse.hpp +++ b/src/parse.hpp @@ -9,10 +9,11 @@ enum parse_token_t { TOK_EXTRA_ARG = 258, TOK_HEADER = 259, TOK_SOURCE = 260, - TOK_SYMBOL = 261, - TOK_SYMBOL_LC = 262, - TOK_SYMBOL_UC = 263, - TOK_TYPE = 264, + TOK_STRING = 261, + TOK_SYMBOL = 262, + TOK_SYMBOL_LC = 263, + TOK_SYMBOL_UC = 264, + TOK_TYPE = 265, }; typedef struct parse_token_value { -- cgit v1.2.3