1 #define START 0 2 #define STRINGS 1 3 #define ACTION_STRINGS 2 4 #define ACTION_CHARS 3 5 #define ACTION_COMMENTS 4 6 #define TOK_DEF_COMMENTS 5 7 #define TOK_DEF_CPP_COMMENTS 6 8 #define ACTION_CPP_COMMENTS 7 9 #define CPP_COMMENTS 8 10 #define COMMENTS 9 11 #define ACTIONS 10 12 #define PARSE_ENUM_FILE 11 13