#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 14 #define STATE_COUNT 48 #define LARGE_STATE_COUNT 2 #define SYMBOL_COUNT 23 #define ALIAS_COUNT 0 #define TOKEN_COUNT 14 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 0 #define MAX_ALIAS_SEQUENCE_LENGTH 6 #define PRODUCTION_ID_COUNT 1 enum { anon_sym_GT = 1, anon_sym_LBRACE = 2, anon_sym_RBRACE = 3, anon_sym_DASH = 4, anon_sym_EQ = 5, sym_node_name = 6, anon_sym_AT = 7, sym_literal_text = 8, sym_class_shorthand = 9, sym_id_shorthand = 10, sym_attribute_name = 11, sym_attribute_value = 12, sym__S = 13, sym_source_file = 14, sym_node = 15, sym_node_body = 16, sym_text = 17, sym_attribute_list = 18, sym_attribute = 19, aux_sym_source_file_repeat1 = 20, aux_sym_text_repeat1 = 21, aux_sym_attribute_list_repeat1 = 22, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [anon_sym_GT] = ">", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [anon_sym_DASH] = "-", [anon_sym_EQ] = "=", [sym_node_name] = "node_name", [anon_sym_AT] = "@", [sym_literal_text] = "literal_text", [sym_class_shorthand] = "class_shorthand", [sym_id_shorthand] = "id_shorthand", [sym_attribute_name] = "attribute_name", [sym_attribute_value] = "attribute_value", [sym__S] = "_S", [sym_source_file] = "source_file", [sym_node] = "node", [sym_node_body] = "node_body", [sym_text] = "text", [sym_attribute_list] = "attribute_list", [sym_attribute] = "attribute", [aux_sym_source_file_repeat1] = "source_file_repeat1", [aux_sym_text_repeat1] = "text_repeat1", [aux_sym_attribute_list_repeat1] = "attribute_list_repeat1", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [anon_sym_GT] = anon_sym_GT, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_EQ] = anon_sym_EQ, [sym_node_name] = sym_node_name, [anon_sym_AT] = anon_sym_AT, [sym_literal_text] = sym_literal_text, [sym_class_shorthand] = sym_class_shorthand, [sym_id_shorthand] = sym_id_shorthand, [sym_attribute_name] = sym_attribute_name, [sym_attribute_value] = sym_attribute_value, [sym__S] = sym__S, [sym_source_file] = sym_source_file, [sym_node] = sym_node, [sym_node_body] = sym_node_body, [sym_text] = sym_text, [sym_attribute_list] = sym_attribute_list, [sym_attribute] = sym_attribute, [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1, [aux_sym_text_repeat1] = aux_sym_text_repeat1, [aux_sym_attribute_list_repeat1] = aux_sym_attribute_list_repeat1, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [sym_node_name] = { .visible = true, .named = true, }, [anon_sym_AT] = { .visible = true, .named = false, }, [sym_literal_text] = { .visible = true, .named = true, }, [sym_class_shorthand] = { .visible = true, .named = true, }, [sym_id_shorthand] = { .visible = true, .named = true, }, [sym_attribute_name] = { .visible = true, .named = true, }, [sym_attribute_value] = { .visible = true, .named = true, }, [sym__S] = { .visible = false, .named = true, }, [sym_source_file] = { .visible = true, .named = true, }, [sym_node] = { .visible = true, .named = true, }, [sym_node_body] = { .visible = true, .named = true, }, [sym_text] = { .visible = true, .named = true, }, [sym_attribute_list] = { .visible = true, .named = true, }, [sym_attribute] = { .visible = true, .named = true, }, [aux_sym_source_file_repeat1] = { .visible = false, .named = false, }, [aux_sym_text_repeat1] = { .visible = false, .named = false, }, [aux_sym_attribute_list_repeat1] = { .visible = false, .named = false, }, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, }; static const uint16_t ts_non_terminal_alias_map[] = { 0, }; static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] = 4, [5] = 3, [6] = 4, [7] = 2, [8] = 8, [9] = 9, [10] = 9, [11] = 8, [12] = 12, [13] = 13, [14] = 14, [15] = 15, [16] = 16, [17] = 17, [18] = 18, [19] = 19, [20] = 20, [21] = 21, [22] = 22, [23] = 23, [24] = 24, [25] = 25, [26] = 26, [27] = 27, [28] = 28, [29] = 20, [30] = 22, [31] = 19, [32] = 21, [33] = 33, [34] = 34, [35] = 35, [36] = 36, [37] = 37, [38] = 38, [39] = 38, [40] = 36, [41] = 41, [42] = 34, [43] = 43, [44] = 44, [45] = 43, [46] = 41, [47] = 35, }; static inline bool sym_node_name_character_set_1(int32_t c) { return (c < 895 ? (c < 192 ? (c < '_' ? (c < 'A' ? c == ':' : c <= 'Z') : (c <= '_' || (c >= 'a' && c <= 'z'))) : (c <= 214 || (c < 248 ? (c >= 216 && c <= 246) : (c <= 767 || (c >= 880 && c <= 893))))) : (c <= 8191 || (c < 12289 ? (c < 8304 ? (c >= 8204 && c <= 8205) : (c <= 8591 || (c >= 11264 && c <= 12271))) : (c <= 55295 || (c < 65008 ? (c >= 63744 && c <= 64975) : (c <= 65533 || (c >= 65536 && c <= 983039))))))); } static inline bool sym_node_name_character_set_2(int32_t c) { return (c < 895 ? (c < 'a' ? (c < 'A' ? (c < '0' ? (c >= '-' && c <= '.') : c <= ':') : (c <= 'Z' || c == '_')) : (c <= 'z' || (c < 216 ? (c < 192 ? c == 183 : c <= 214) : (c <= 246 || (c >= 248 && c <= 893))))) : (c <= 8191 || (c < 12289 ? (c < 8304 ? (c < 8255 ? (c >= 8204 && c <= 8205) : c <= 8256) : (c <= 8591 || (c >= 11264 && c <= 12271))) : (c <= 55295 || (c < 65008 ? (c >= 63744 && c <= 64975) : (c <= 65533 || (c >= 65536 && c <= 983039))))))); } static inline bool sym_literal_text_character_set_1(int32_t c) { return (c < 8192 ? (c < 133 ? (c < ' ' ? (c >= '\t' && c <= '\r') : c <= ' ') : (c <= 133 || (c < 5760 ? c == 160 : c <= 5760))) : (c <= 8202 || (c < 8287 ? (c < 8239 ? (c >= 8232 && c <= 8233) : c <= 8239) : (c <= 8287 || c == 12288)))); } static inline bool sym_id_shorthand_character_set_1(int32_t c) { return (c < 5760 ? (c < ' ' ? (c < '\t' ? c == 0 : c <= '\r') : (c <= ' ' || (c < 160 ? c == 133 : c <= 160))) : (c <= 5760 || (c < 8239 ? (c < 8232 ? (c >= 8192 && c <= 8202) : c <= 8233) : (c <= 8239 || (c < 12288 ? c == 8287 : c <= 12288))))); } static inline bool sym__S_character_set_1(int32_t c) { return (c < 8192 ? (c < 133 ? (c < ' ' ? (c >= '\t' && c <= '\r') : c <= ' ') : (c <= 133 || c == 160)) : (c <= 8202 || (c < 8287 ? (c < 8239 ? (c >= 8232 && c <= 8233) : c <= 8239) : (c <= 8287 || c == 12288)))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(8); if (lookahead == '"') ADVANCE(1); if (lookahead == '#') ADVANCE(4); if (lookahead == '-') ADVANCE(12); if (lookahead == '.') ADVANCE(5); if (lookahead == '=') ADVANCE(13); if (lookahead == '>') ADVANCE(9); if (lookahead == '@') ADVANCE(16); if (lookahead == '{') ADVANCE(10); if (lookahead == '}') ADVANCE(11); if (lookahead == 5760) ADVANCE(14); if (sym__S_character_set_1(lookahead)) ADVANCE(23); if (sym_node_name_character_set_1(lookahead)) ADVANCE(15); END_STATE(); case 1: if (lookahead == '"') ADVANCE(22); if (lookahead == '\\') ADVANCE(6); if (lookahead != 0) ADVANCE(1); END_STATE(); case 2: if (lookahead == '@') ADVANCE(16); if (lookahead == '\\') ADVANCE(3); if (lookahead == '}') ADVANCE(11); if (sym_literal_text_character_set_1(lookahead)) ADVANCE(17); if (lookahead != 0) ADVANCE(18); END_STATE(); case 3: if (lookahead == '@' || lookahead == '\\' || lookahead == '}') ADVANCE(18); END_STATE(); case 4: if (!sym_id_shorthand_character_set_1(lookahead)) ADVANCE(20); END_STATE(); case 5: if (!sym_id_shorthand_character_set_1(lookahead)) ADVANCE(19); END_STATE(); case 6: if (lookahead != 0 && lookahead != '\n') ADVANCE(1); END_STATE(); case 7: if (eof) ADVANCE(8); if (lookahead == '"') ADVANCE(1); if (lookahead == '#') ADVANCE(4); if (lookahead == '.') ADVANCE(5); if (lookahead == '=') ADVANCE(13); if (lookahead == '{') ADVANCE(10); if (lookahead == '}') ADVANCE(11); if (sym_literal_text_character_set_1(lookahead)) ADVANCE(23); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(21); END_STATE(); case 8: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 9: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); case 10: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 11: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 12: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 13: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 14: ACCEPT_TOKEN(sym_node_name); if (lookahead == 5760) ADVANCE(14); if (sym__S_character_set_1(lookahead)) ADVANCE(23); if (sym_node_name_character_set_2(lookahead)) ADVANCE(15); END_STATE(); case 15: ACCEPT_TOKEN(sym_node_name); if (sym_node_name_character_set_2(lookahead)) ADVANCE(15); END_STATE(); case 16: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 17: ACCEPT_TOKEN(sym_literal_text); if (lookahead == '\\') ADVANCE(3); if (sym_literal_text_character_set_1(lookahead)) ADVANCE(17); if (lookahead != 0 && lookahead != '@' && lookahead != '}') ADVANCE(18); END_STATE(); case 18: ACCEPT_TOKEN(sym_literal_text); if (lookahead == '\\') ADVANCE(3); if (lookahead != 0 && lookahead != '@' && lookahead != '}') ADVANCE(18); END_STATE(); case 19: ACCEPT_TOKEN(sym_class_shorthand); if (!sym_id_shorthand_character_set_1(lookahead)) ADVANCE(19); END_STATE(); case 20: ACCEPT_TOKEN(sym_id_shorthand); if (!sym_id_shorthand_character_set_1(lookahead)) ADVANCE(20); END_STATE(); case 21: ACCEPT_TOKEN(sym_attribute_name); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(21); END_STATE(); case 22: ACCEPT_TOKEN(sym_attribute_value); END_STATE(); case 23: ACCEPT_TOKEN(sym__S); if (sym_literal_text_character_set_1(lookahead)) ADVANCE(23); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, [1] = {.lex_state = 0}, [2] = {.lex_state = 0}, [3] = {.lex_state = 0}, [4] = {.lex_state = 0}, [5] = {.lex_state = 0}, [6] = {.lex_state = 0}, [7] = {.lex_state = 0}, [8] = {.lex_state = 7}, [9] = {.lex_state = 7}, [10] = {.lex_state = 7}, [11] = {.lex_state = 7}, [12] = {.lex_state = 0}, [13] = {.lex_state = 7}, [14] = {.lex_state = 7}, [15] = {.lex_state = 2}, [16] = {.lex_state = 0}, [17] = {.lex_state = 0}, [18] = {.lex_state = 7}, [19] = {.lex_state = 0}, [20] = {.lex_state = 0}, [21] = {.lex_state = 0}, [22] = {.lex_state = 0}, [23] = {.lex_state = 2}, [24] = {.lex_state = 7}, [25] = {.lex_state = 2}, [26] = {.lex_state = 7}, [27] = {.lex_state = 0}, [28] = {.lex_state = 2}, [29] = {.lex_state = 2}, [30] = {.lex_state = 2}, [31] = {.lex_state = 2}, [32] = {.lex_state = 2}, [33] = {.lex_state = 7}, [34] = {.lex_state = 7}, [35] = {.lex_state = 0}, [36] = {.lex_state = 7}, [37] = {.lex_state = 7}, [38] = {.lex_state = 7}, [39] = {.lex_state = 7}, [40] = {.lex_state = 7}, [41] = {.lex_state = 7}, [42] = {.lex_state = 7}, [43] = {.lex_state = 7}, [44] = {.lex_state = 7}, [45] = {.lex_state = 7}, [46] = {.lex_state = 7}, [47] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [sym_node_name] = ACTIONS(1), [anon_sym_AT] = ACTIONS(1), [sym_class_shorthand] = ACTIONS(1), [sym_id_shorthand] = ACTIONS(1), [sym_attribute_value] = ACTIONS(1), [sym__S] = ACTIONS(3), }, [1] = { [sym_source_file] = STATE(44), [sym_node] = STATE(16), [aux_sym_source_file_repeat1] = STATE(16), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_GT] = ACTIONS(7), [sym_node_name] = ACTIONS(9), [sym__S] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 7, ACTIONS(3), 1, sym__S, ACTIONS(7), 1, anon_sym_GT, ACTIONS(9), 1, sym_node_name, ACTIONS(11), 1, anon_sym_RBRACE, STATE(40), 1, sym_node_body, ACTIONS(13), 2, anon_sym_DASH, anon_sym_EQ, STATE(17), 2, sym_node, aux_sym_source_file_repeat1, [24] = 7, ACTIONS(3), 1, sym__S, ACTIONS(7), 1, anon_sym_GT, ACTIONS(9), 1, sym_node_name, ACTIONS(15), 1, anon_sym_RBRACE, STATE(38), 1, sym_node_body, ACTIONS(13), 2, anon_sym_DASH, anon_sym_EQ, STATE(17), 2, sym_node, aux_sym_source_file_repeat1, [48] = 7, ACTIONS(3), 1, sym__S, ACTIONS(7), 1, anon_sym_GT, ACTIONS(9), 1, sym_node_name, ACTIONS(17), 1, anon_sym_RBRACE, STATE(34), 1, sym_node_body, ACTIONS(13), 2, anon_sym_DASH, anon_sym_EQ, STATE(17), 2, sym_node, aux_sym_source_file_repeat1, [72] = 7, ACTIONS(3), 1, sym__S, ACTIONS(7), 1, anon_sym_GT, ACTIONS(9), 1, sym_node_name, ACTIONS(19), 1, anon_sym_RBRACE, STATE(39), 1, sym_node_body, ACTIONS(13), 2, anon_sym_DASH, anon_sym_EQ, STATE(17), 2, sym_node, aux_sym_source_file_repeat1, [96] = 7, ACTIONS(3), 1, sym__S, ACTIONS(7), 1, anon_sym_GT, ACTIONS(9), 1, sym_node_name, ACTIONS(21), 1, anon_sym_RBRACE, STATE(42), 1, sym_node_body, ACTIONS(13), 2, anon_sym_DASH, anon_sym_EQ, STATE(17), 2, sym_node, aux_sym_source_file_repeat1, [120] = 7, ACTIONS(3), 1, sym__S, ACTIONS(7), 1, anon_sym_GT, ACTIONS(9), 1, sym_node_name, ACTIONS(23), 1, anon_sym_RBRACE, STATE(36), 1, sym_node_body, ACTIONS(13), 2, anon_sym_DASH, anon_sym_EQ, STATE(17), 2, sym_node, aux_sym_source_file_repeat1, [144] = 6, ACTIONS(25), 1, anon_sym_LBRACE, ACTIONS(29), 1, sym_attribute_name, ACTIONS(31), 1, sym__S, STATE(46), 1, sym_attribute_list, ACTIONS(27), 2, sym_class_shorthand, sym_id_shorthand, STATE(13), 2, sym_attribute, aux_sym_attribute_list_repeat1, [165] = 6, ACTIONS(29), 1, sym_attribute_name, ACTIONS(31), 1, sym__S, ACTIONS(33), 1, anon_sym_LBRACE, STATE(43), 1, sym_attribute_list, ACTIONS(27), 2, sym_class_shorthand, sym_id_shorthand, STATE(13), 2, sym_attribute, aux_sym_attribute_list_repeat1, [186] = 6, ACTIONS(29), 1, sym_attribute_name, ACTIONS(31), 1, sym__S, ACTIONS(35), 1, anon_sym_LBRACE, STATE(45), 1, sym_attribute_list, ACTIONS(27), 2, sym_class_shorthand, sym_id_shorthand, STATE(13), 2, sym_attribute, aux_sym_attribute_list_repeat1, [207] = 6, ACTIONS(29), 1, sym_attribute_name, ACTIONS(31), 1, sym__S, ACTIONS(37), 1, anon_sym_LBRACE, STATE(41), 1, sym_attribute_list, ACTIONS(27), 2, sym_class_shorthand, sym_id_shorthand, STATE(13), 2, sym_attribute, aux_sym_attribute_list_repeat1, [228] = 5, ACTIONS(3), 1, sym__S, ACTIONS(41), 1, anon_sym_GT, ACTIONS(44), 1, sym_node_name, ACTIONS(39), 2, ts_builtin_sym_end, anon_sym_RBRACE, STATE(12), 2, sym_node, aux_sym_source_file_repeat1, [246] = 5, ACTIONS(29), 1, sym_attribute_name, ACTIONS(31), 1, sym__S, ACTIONS(47), 1, anon_sym_LBRACE, ACTIONS(27), 2, sym_class_shorthand, sym_id_shorthand, STATE(14), 2, sym_attribute, aux_sym_attribute_list_repeat1, [264] = 5, ACTIONS(31), 1, sym__S, ACTIONS(49), 1, anon_sym_LBRACE, ACTIONS(54), 1, sym_attribute_name, ACTIONS(51), 2, sym_class_shorthand, sym_id_shorthand, STATE(14), 2, sym_attribute, aux_sym_attribute_list_repeat1, [282] = 6, ACTIONS(3), 1, sym__S, ACTIONS(57), 1, anon_sym_RBRACE, ACTIONS(59), 1, anon_sym_AT, ACTIONS(61), 1, sym_literal_text, STATE(25), 1, aux_sym_text_repeat1, STATE(33), 1, sym_text, [301] = 5, ACTIONS(3), 1, sym__S, ACTIONS(7), 1, anon_sym_GT, ACTIONS(9), 1, sym_node_name, ACTIONS(63), 1, ts_builtin_sym_end, STATE(12), 2, sym_node, aux_sym_source_file_repeat1, [318] = 5, ACTIONS(3), 1, sym__S, ACTIONS(7), 1, anon_sym_GT, ACTIONS(9), 1, sym_node_name, ACTIONS(57), 1, anon_sym_RBRACE, STATE(12), 2, sym_node, aux_sym_source_file_repeat1, [335] = 3, ACTIONS(31), 1, sym__S, ACTIONS(67), 1, anon_sym_EQ, ACTIONS(65), 4, anon_sym_LBRACE, sym_class_shorthand, sym_id_shorthand, sym_attribute_name, [348] = 3, ACTIONS(3), 1, sym__S, ACTIONS(71), 1, sym_node_name, ACTIONS(69), 3, ts_builtin_sym_end, anon_sym_GT, anon_sym_RBRACE, [360] = 3, ACTIONS(3), 1, sym__S, ACTIONS(75), 1, sym_node_name, ACTIONS(73), 3, ts_builtin_sym_end, anon_sym_GT, anon_sym_RBRACE, [372] = 3, ACTIONS(3), 1, sym__S, ACTIONS(79), 1, sym_node_name, ACTIONS(77), 3, ts_builtin_sym_end, anon_sym_GT, anon_sym_RBRACE, [384] = 3, ACTIONS(3), 1, sym__S, ACTIONS(83), 1, sym_node_name, ACTIONS(81), 3, ts_builtin_sym_end, anon_sym_GT, anon_sym_RBRACE, [396] = 5, ACTIONS(3), 1, sym__S, ACTIONS(85), 1, anon_sym_RBRACE, ACTIONS(87), 1, anon_sym_AT, ACTIONS(90), 1, sym_literal_text, STATE(23), 1, aux_sym_text_repeat1, [412] = 2, ACTIONS(31), 1, sym__S, ACTIONS(65), 4, anon_sym_LBRACE, sym_class_shorthand, sym_id_shorthand, sym_attribute_name, [422] = 5, ACTIONS(3), 1, sym__S, ACTIONS(59), 1, anon_sym_AT, ACTIONS(93), 1, anon_sym_RBRACE, ACTIONS(95), 1, sym_literal_text, STATE(23), 1, aux_sym_text_repeat1, [438] = 2, ACTIONS(31), 1, sym__S, ACTIONS(97), 4, anon_sym_LBRACE, sym_class_shorthand, sym_id_shorthand, sym_attribute_name, [448] = 4, ACTIONS(3), 1, sym__S, ACTIONS(99), 1, anon_sym_GT, ACTIONS(101), 1, sym_node_name, STATE(28), 1, sym_node, [461] = 2, ACTIONS(3), 1, sym__S, ACTIONS(85), 3, anon_sym_RBRACE, anon_sym_AT, sym_literal_text, [470] = 2, ACTIONS(3), 1, sym__S, ACTIONS(73), 3, anon_sym_RBRACE, anon_sym_AT, sym_literal_text, [479] = 2, ACTIONS(3), 1, sym__S, ACTIONS(81), 3, anon_sym_RBRACE, anon_sym_AT, sym_literal_text, [488] = 2, ACTIONS(3), 1, sym__S, ACTIONS(69), 3, anon_sym_RBRACE, anon_sym_AT, sym_literal_text, [497] = 2, ACTIONS(3), 1, sym__S, ACTIONS(77), 3, anon_sym_RBRACE, anon_sym_AT, sym_literal_text, [506] = 2, ACTIONS(31), 1, sym__S, ACTIONS(103), 1, anon_sym_RBRACE, [513] = 2, ACTIONS(31), 1, sym__S, ACTIONS(105), 1, anon_sym_RBRACE, [520] = 2, ACTIONS(3), 1, sym__S, ACTIONS(107), 1, sym_node_name, [527] = 2, ACTIONS(17), 1, anon_sym_RBRACE, ACTIONS(31), 1, sym__S, [534] = 2, ACTIONS(31), 1, sym__S, ACTIONS(109), 1, sym_attribute_value, [541] = 2, ACTIONS(23), 1, anon_sym_RBRACE, ACTIONS(31), 1, sym__S, [548] = 2, ACTIONS(11), 1, anon_sym_RBRACE, ACTIONS(31), 1, sym__S, [555] = 2, ACTIONS(21), 1, anon_sym_RBRACE, ACTIONS(31), 1, sym__S, [562] = 2, ACTIONS(31), 1, sym__S, ACTIONS(111), 1, anon_sym_LBRACE, [569] = 2, ACTIONS(31), 1, sym__S, ACTIONS(113), 1, anon_sym_RBRACE, [576] = 2, ACTIONS(31), 1, sym__S, ACTIONS(37), 1, anon_sym_LBRACE, [583] = 2, ACTIONS(31), 1, sym__S, ACTIONS(115), 1, ts_builtin_sym_end, [590] = 2, ACTIONS(25), 1, anon_sym_LBRACE, ACTIONS(31), 1, sym__S, [597] = 2, ACTIONS(31), 1, sym__S, ACTIONS(117), 1, anon_sym_LBRACE, [604] = 2, ACTIONS(3), 1, sym__S, ACTIONS(119), 1, sym_node_name, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2)] = 0, [SMALL_STATE(3)] = 24, [SMALL_STATE(4)] = 48, [SMALL_STATE(5)] = 72, [SMALL_STATE(6)] = 96, [SMALL_STATE(7)] = 120, [SMALL_STATE(8)] = 144, [SMALL_STATE(9)] = 165, [SMALL_STATE(10)] = 186, [SMALL_STATE(11)] = 207, [SMALL_STATE(12)] = 228, [SMALL_STATE(13)] = 246, [SMALL_STATE(14)] = 264, [SMALL_STATE(15)] = 282, [SMALL_STATE(16)] = 301, [SMALL_STATE(17)] = 318, [SMALL_STATE(18)] = 335, [SMALL_STATE(19)] = 348, [SMALL_STATE(20)] = 360, [SMALL_STATE(21)] = 372, [SMALL_STATE(22)] = 384, [SMALL_STATE(23)] = 396, [SMALL_STATE(24)] = 412, [SMALL_STATE(25)] = 422, [SMALL_STATE(26)] = 438, [SMALL_STATE(27)] = 448, [SMALL_STATE(28)] = 461, [SMALL_STATE(29)] = 470, [SMALL_STATE(30)] = 479, [SMALL_STATE(31)] = 488, [SMALL_STATE(32)] = 497, [SMALL_STATE(33)] = 506, [SMALL_STATE(34)] = 513, [SMALL_STATE(35)] = 520, [SMALL_STATE(36)] = 527, [SMALL_STATE(37)] = 534, [SMALL_STATE(38)] = 541, [SMALL_STATE(39)] = 548, [SMALL_STATE(40)] = 555, [SMALL_STATE(41)] = 562, [SMALL_STATE(42)] = 569, [SMALL_STATE(43)] = 576, [SMALL_STATE(44)] = 583, [SMALL_STATE(45)] = 590, [SMALL_STATE(46)] = 597, [SMALL_STATE(47)] = 604, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0), [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), [39] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), [41] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(35), [44] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(9), [47] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_list, 1), [49] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2), [51] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2), SHIFT_REPEAT(24), [54] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2), SHIFT_REPEAT(18), [57] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node_body, 1), [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), [63] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), [65] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1), [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [69] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 5), [71] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node, 5), [73] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 3), [75] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node, 3), [77] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 6), [79] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node, 6), [81] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 4), [83] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node, 4), [85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 2), [87] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 2), SHIFT_REPEAT(27), [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 2), SHIFT_REPEAT(23), [93] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text, 1), [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), [97] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3), [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), [103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node_body, 2), [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), [115] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), }; #ifdef __cplusplus extern "C" { #endif #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_gsp(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, .primary_state_ids = ts_primary_state_ids, }; return &language; } #ifdef __cplusplus } #endif