#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 13 #define STATE_COUNT 416 #define LARGE_STATE_COUNT 2 #define SYMBOL_COUNT 109 #define ALIAS_COUNT 0 #define TOKEN_COUNT 51 #define EXTERNAL_TOKEN_COUNT 6 #define FIELD_COUNT 0 #define MAX_ALIAS_SEQUENCE_LENGTH 8 #define PRODUCTION_ID_COUNT 1 enum { anon_sym_EQ = 1, anon_sym_LBRACE = 2, anon_sym_RBRACE = 3, sym_identifier = 4, anon_sym_LPAREN = 5, anon_sym_RPAREN = 6, aux_sym_numeric_lit_token1 = 7, aux_sym_numeric_lit_token2 = 8, anon_sym_true = 9, anon_sym_false = 10, sym_null_lit = 11, anon_sym_COMMA = 12, anon_sym_LBRACK = 13, anon_sym_RBRACK = 14, anon_sym_COLON = 15, anon_sym_DOT = 16, aux_sym_legacy_index_token1 = 17, anon_sym_DOT_STAR = 18, anon_sym_LBRACK_STAR_RBRACK = 19, anon_sym_EQ_GT = 20, anon_sym_for = 21, anon_sym_in = 22, anon_sym_if = 23, sym_ellipsis = 24, anon_sym_QMARK = 25, anon_sym_DASH = 26, anon_sym_BANG = 27, anon_sym_STAR = 28, anon_sym_SLASH = 29, anon_sym_PERCENT = 30, anon_sym_PLUS = 31, anon_sym_GT = 32, anon_sym_GT_EQ = 33, anon_sym_LT = 34, anon_sym_LT_EQ = 35, anon_sym_EQ_EQ = 36, anon_sym_BANG_EQ = 37, anon_sym_AMP_AMP = 38, anon_sym_PIPE_PIPE = 39, anon_sym_LT_LT = 40, anon_sym_LT_LT_DASH = 41, sym_strip_marker = 42, sym_comment = 43, sym__whitespace = 44, sym__quoted_template_start = 45, sym__quoted_template_end = 46, sym__template_literal_chunk = 47, sym__template_interpolation_start = 48, sym__template_interpolation_end = 49, sym_heredoc_identifier = 50, sym_config_file = 51, sym_body = 52, sym_attribute = 53, sym_block = 54, sym__block_start = 55, sym__block_end = 56, sym_expression = 57, sym__expr_term = 58, sym_literal_value = 59, sym_numeric_lit = 60, sym_bool_lit = 61, sym_string_lit = 62, sym_collection_value = 63, sym__comma = 64, sym_tuple = 65, sym__tuple_start = 66, sym__tuple_end = 67, sym__tuple_elems = 68, sym_object = 69, sym__object_start = 70, sym__object_end = 71, sym__object_elems = 72, sym_object_elem = 73, sym_index = 74, sym_new_index = 75, sym_legacy_index = 76, sym_get_attr = 77, sym_splat = 78, sym_attr_splat = 79, sym_full_splat = 80, sym_for_expr = 81, sym_for_tuple_expr = 82, sym_for_object_expr = 83, sym_for_intro = 84, sym_for_cond = 85, sym_variable_expr = 86, sym_function_call = 87, sym__function_call_start = 88, sym__function_call_end = 89, sym_function_arguments = 90, sym_conditional = 91, sym_operation = 92, sym_unary_operation = 93, sym_binary_operation = 94, sym_template_expr = 95, sym_quoted_template = 96, sym_heredoc_template = 97, sym_heredoc_start = 98, sym_template_literal = 99, sym_template_interpolation = 100, sym_template_directive = 101, aux_sym_body_repeat1 = 102, aux_sym_block_repeat1 = 103, aux_sym__tuple_elems_repeat1 = 104, aux_sym__object_elems_repeat1 = 105, aux_sym_attr_splat_repeat1 = 106, aux_sym_quoted_template_repeat1 = 107, aux_sym_template_literal_repeat1 = 108, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [anon_sym_EQ] = "=", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [sym_identifier] = "identifier", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [aux_sym_numeric_lit_token1] = "numeric_lit_token1", [aux_sym_numeric_lit_token2] = "numeric_lit_token2", [anon_sym_true] = "true", [anon_sym_false] = "false", [sym_null_lit] = "null_lit", [anon_sym_COMMA] = ",", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_COLON] = ":", [anon_sym_DOT] = ".", [aux_sym_legacy_index_token1] = "legacy_index_token1", [anon_sym_DOT_STAR] = ".*", [anon_sym_LBRACK_STAR_RBRACK] = "[*]", [anon_sym_EQ_GT] = "=>", [anon_sym_for] = "for", [anon_sym_in] = "in", [anon_sym_if] = "if", [sym_ellipsis] = "ellipsis", [anon_sym_QMARK] = "\?", [anon_sym_DASH] = "-", [anon_sym_BANG] = "!", [anon_sym_STAR] = "*", [anon_sym_SLASH] = "/", [anon_sym_PERCENT] = "%", [anon_sym_PLUS] = "+", [anon_sym_GT] = ">", [anon_sym_GT_EQ] = ">=", [anon_sym_LT] = "<", [anon_sym_LT_EQ] = "<=", [anon_sym_EQ_EQ] = "==", [anon_sym_BANG_EQ] = "!=", [anon_sym_AMP_AMP] = "&&", [anon_sym_PIPE_PIPE] = "||", [anon_sym_LT_LT] = "<<", [anon_sym_LT_LT_DASH] = "<<-", [sym_strip_marker] = "strip_marker", [sym_comment] = "comment", [sym__whitespace] = "_whitespace", [sym__quoted_template_start] = "_quoted_template_start", [sym__quoted_template_end] = "_quoted_template_end", [sym__template_literal_chunk] = "_template_literal_chunk", [sym__template_interpolation_start] = "_template_interpolation_start", [sym__template_interpolation_end] = "_template_interpolation_end", [sym_heredoc_identifier] = "heredoc_identifier", [sym_config_file] = "config_file", [sym_body] = "body", [sym_attribute] = "attribute", [sym_block] = "block", [sym__block_start] = "_block_start", [sym__block_end] = "_block_end", [sym_expression] = "expression", [sym__expr_term] = "_expr_term", [sym_literal_value] = "literal_value", [sym_numeric_lit] = "numeric_lit", [sym_bool_lit] = "bool_lit", [sym_string_lit] = "string_lit", [sym_collection_value] = "collection_value", [sym__comma] = "_comma", [sym_tuple] = "tuple", [sym__tuple_start] = "_tuple_start", [sym__tuple_end] = "_tuple_end", [sym__tuple_elems] = "_tuple_elems", [sym_object] = "object", [sym__object_start] = "_object_start", [sym__object_end] = "_object_end", [sym__object_elems] = "_object_elems", [sym_object_elem] = "object_elem", [sym_index] = "index", [sym_new_index] = "new_index", [sym_legacy_index] = "legacy_index", [sym_get_attr] = "get_attr", [sym_splat] = "splat", [sym_attr_splat] = "attr_splat", [sym_full_splat] = "full_splat", [sym_for_expr] = "for_expr", [sym_for_tuple_expr] = "for_tuple_expr", [sym_for_object_expr] = "for_object_expr", [sym_for_intro] = "for_intro", [sym_for_cond] = "for_cond", [sym_variable_expr] = "variable_expr", [sym_function_call] = "function_call", [sym__function_call_start] = "_function_call_start", [sym__function_call_end] = "_function_call_end", [sym_function_arguments] = "function_arguments", [sym_conditional] = "conditional", [sym_operation] = "operation", [sym_unary_operation] = "unary_operation", [sym_binary_operation] = "binary_operation", [sym_template_expr] = "template_expr", [sym_quoted_template] = "quoted_template", [sym_heredoc_template] = "heredoc_template", [sym_heredoc_start] = "heredoc_start", [sym_template_literal] = "template_literal", [sym_template_interpolation] = "template_interpolation", [sym_template_directive] = "template_directive", [aux_sym_body_repeat1] = "body_repeat1", [aux_sym_block_repeat1] = "block_repeat1", [aux_sym__tuple_elems_repeat1] = "_tuple_elems_repeat1", [aux_sym__object_elems_repeat1] = "_object_elems_repeat1", [aux_sym_attr_splat_repeat1] = "attr_splat_repeat1", [aux_sym_quoted_template_repeat1] = "quoted_template_repeat1", [aux_sym_template_literal_repeat1] = "template_literal_repeat1", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [sym_identifier] = sym_identifier, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [aux_sym_numeric_lit_token1] = aux_sym_numeric_lit_token1, [aux_sym_numeric_lit_token2] = aux_sym_numeric_lit_token2, [anon_sym_true] = anon_sym_true, [anon_sym_false] = anon_sym_false, [sym_null_lit] = sym_null_lit, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_DOT] = anon_sym_DOT, [aux_sym_legacy_index_token1] = aux_sym_legacy_index_token1, [anon_sym_DOT_STAR] = anon_sym_DOT_STAR, [anon_sym_LBRACK_STAR_RBRACK] = anon_sym_LBRACK_STAR_RBRACK, [anon_sym_EQ_GT] = anon_sym_EQ_GT, [anon_sym_for] = anon_sym_for, [anon_sym_in] = anon_sym_in, [anon_sym_if] = anon_sym_if, [sym_ellipsis] = sym_ellipsis, [anon_sym_QMARK] = anon_sym_QMARK, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_GT] = anon_sym_GT, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_AMP_AMP] = anon_sym_AMP_AMP, [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE, [anon_sym_LT_LT] = anon_sym_LT_LT, [anon_sym_LT_LT_DASH] = anon_sym_LT_LT_DASH, [sym_strip_marker] = sym_strip_marker, [sym_comment] = sym_comment, [sym__whitespace] = sym__whitespace, [sym__quoted_template_start] = sym__quoted_template_start, [sym__quoted_template_end] = sym__quoted_template_end, [sym__template_literal_chunk] = sym__template_literal_chunk, [sym__template_interpolation_start] = sym__template_interpolation_start, [sym__template_interpolation_end] = sym__template_interpolation_end, [sym_heredoc_identifier] = sym_heredoc_identifier, [sym_config_file] = sym_config_file, [sym_body] = sym_body, [sym_attribute] = sym_attribute, [sym_block] = sym_block, [sym__block_start] = sym__block_start, [sym__block_end] = sym__block_end, [sym_expression] = sym_expression, [sym__expr_term] = sym__expr_term, [sym_literal_value] = sym_literal_value, [sym_numeric_lit] = sym_numeric_lit, [sym_bool_lit] = sym_bool_lit, [sym_string_lit] = sym_string_lit, [sym_collection_value] = sym_collection_value, [sym__comma] = sym__comma, [sym_tuple] = sym_tuple, [sym__tuple_start] = sym__tuple_start, [sym__tuple_end] = sym__tuple_end, [sym__tuple_elems] = sym__tuple_elems, [sym_object] = sym_object, [sym__object_start] = sym__object_start, [sym__object_end] = sym__object_end, [sym__object_elems] = sym__object_elems, [sym_object_elem] = sym_object_elem, [sym_index] = sym_index, [sym_new_index] = sym_new_index, [sym_legacy_index] = sym_legacy_index, [sym_get_attr] = sym_get_attr, [sym_splat] = sym_splat, [sym_attr_splat] = sym_attr_splat, [sym_full_splat] = sym_full_splat, [sym_for_expr] = sym_for_expr, [sym_for_tuple_expr] = sym_for_tuple_expr, [sym_for_object_expr] = sym_for_object_expr, [sym_for_intro] = sym_for_intro, [sym_for_cond] = sym_for_cond, [sym_variable_expr] = sym_variable_expr, [sym_function_call] = sym_function_call, [sym__function_call_start] = sym__function_call_start, [sym__function_call_end] = sym__function_call_end, [sym_function_arguments] = sym_function_arguments, [sym_conditional] = sym_conditional, [sym_operation] = sym_operation, [sym_unary_operation] = sym_unary_operation, [sym_binary_operation] = sym_binary_operation, [sym_template_expr] = sym_template_expr, [sym_quoted_template] = sym_quoted_template, [sym_heredoc_template] = sym_heredoc_template, [sym_heredoc_start] = sym_heredoc_start, [sym_template_literal] = sym_template_literal, [sym_template_interpolation] = sym_template_interpolation, [sym_template_directive] = sym_template_directive, [aux_sym_body_repeat1] = aux_sym_body_repeat1, [aux_sym_block_repeat1] = aux_sym_block_repeat1, [aux_sym__tuple_elems_repeat1] = aux_sym__tuple_elems_repeat1, [aux_sym__object_elems_repeat1] = aux_sym__object_elems_repeat1, [aux_sym_attr_splat_repeat1] = aux_sym_attr_splat_repeat1, [aux_sym_quoted_template_repeat1] = aux_sym_quoted_template_repeat1, [aux_sym_template_literal_repeat1] = aux_sym_template_literal_repeat1, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [sym_identifier] = { .visible = true, .named = true, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [aux_sym_numeric_lit_token1] = { .visible = false, .named = false, }, [aux_sym_numeric_lit_token2] = { .visible = false, .named = false, }, [anon_sym_true] = { .visible = true, .named = false, }, [anon_sym_false] = { .visible = true, .named = false, }, [sym_null_lit] = { .visible = true, .named = true, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [aux_sym_legacy_index_token1] = { .visible = false, .named = false, }, [anon_sym_DOT_STAR] = { .visible = true, .named = false, }, [anon_sym_LBRACK_STAR_RBRACK] = { .visible = true, .named = false, }, [anon_sym_EQ_GT] = { .visible = true, .named = false, }, [anon_sym_for] = { .visible = true, .named = false, }, [anon_sym_in] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [sym_ellipsis] = { .visible = true, .named = true, }, [anon_sym_QMARK] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_BANG] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_AMP] = { .visible = true, .named = false, }, [anon_sym_PIPE_PIPE] = { .visible = true, .named = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, }, [anon_sym_LT_LT_DASH] = { .visible = true, .named = false, }, [sym_strip_marker] = { .visible = true, .named = true, }, [sym_comment] = { .visible = true, .named = true, }, [sym__whitespace] = { .visible = false, .named = true, }, [sym__quoted_template_start] = { .visible = false, .named = true, }, [sym__quoted_template_end] = { .visible = false, .named = true, }, [sym__template_literal_chunk] = { .visible = false, .named = true, }, [sym__template_interpolation_start] = { .visible = false, .named = true, }, [sym__template_interpolation_end] = { .visible = false, .named = true, }, [sym_heredoc_identifier] = { .visible = true, .named = true, }, [sym_config_file] = { .visible = true, .named = true, }, [sym_body] = { .visible = true, .named = true, }, [sym_attribute] = { .visible = true, .named = true, }, [sym_block] = { .visible = true, .named = true, }, [sym__block_start] = { .visible = false, .named = true, }, [sym__block_end] = { .visible = false, .named = true, }, [sym_expression] = { .visible = true, .named = true, }, [sym__expr_term] = { .visible = false, .named = true, }, [sym_literal_value] = { .visible = true, .named = true, }, [sym_numeric_lit] = { .visible = true, .named = true, }, [sym_bool_lit] = { .visible = true, .named = true, }, [sym_string_lit] = { .visible = true, .named = true, }, [sym_collection_value] = { .visible = true, .named = true, }, [sym__comma] = { .visible = false, .named = true, }, [sym_tuple] = { .visible = true, .named = true, }, [sym__tuple_start] = { .visible = false, .named = true, }, [sym__tuple_end] = { .visible = false, .named = true, }, [sym__tuple_elems] = { .visible = false, .named = true, }, [sym_object] = { .visible = true, .named = true, }, [sym__object_start] = { .visible = false, .named = true, }, [sym__object_end] = { .visible = false, .named = true, }, [sym__object_elems] = { .visible = false, .named = true, }, [sym_object_elem] = { .visible = true, .named = true, }, [sym_index] = { .visible = true, .named = true, }, [sym_new_index] = { .visible = true, .named = true, }, [sym_legacy_index] = { .visible = true, .named = true, }, [sym_get_attr] = { .visible = true, .named = true, }, [sym_splat] = { .visible = true, .named = true, }, [sym_attr_splat] = { .visible = true, .named = true, }, [sym_full_splat] = { .visible = true, .named = true, }, [sym_for_expr] = { .visible = true, .named = true, }, [sym_for_tuple_expr] = { .visible = true, .named = true, }, [sym_for_object_expr] = { .visible = true, .named = true, }, [sym_for_intro] = { .visible = true, .named = true, }, [sym_for_cond] = { .visible = true, .named = true, }, [sym_variable_expr] = { .visible = true, .named = true, }, [sym_function_call] = { .visible = true, .named = true, }, [sym__function_call_start] = { .visible = false, .named = true, }, [sym__function_call_end] = { .visible = false, .named = true, }, [sym_function_arguments] = { .visible = true, .named = true, }, [sym_conditional] = { .visible = true, .named = true, }, [sym_operation] = { .visible = true, .named = true, }, [sym_unary_operation] = { .visible = true, .named = true, }, [sym_binary_operation] = { .visible = true, .named = true, }, [sym_template_expr] = { .visible = true, .named = true, }, [sym_quoted_template] = { .visible = true, .named = true, }, [sym_heredoc_template] = { .visible = true, .named = true, }, [sym_heredoc_start] = { .visible = true, .named = true, }, [sym_template_literal] = { .visible = true, .named = true, }, [sym_template_interpolation] = { .visible = true, .named = true, }, [sym_template_directive] = { .visible = true, .named = true, }, [aux_sym_body_repeat1] = { .visible = false, .named = false, }, [aux_sym_block_repeat1] = { .visible = false, .named = false, }, [aux_sym__tuple_elems_repeat1] = { .visible = false, .named = false, }, [aux_sym__object_elems_repeat1] = { .visible = false, .named = false, }, [aux_sym_attr_splat_repeat1] = { .visible = false, .named = false, }, [aux_sym_quoted_template_repeat1] = { .visible = false, .named = false, }, [aux_sym_template_literal_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 inline bool sym_identifier_character_set_1(int32_t c) { return (c < 6576 ? (c < 2974 ? (c < 2230 ? (c < 1329 ? (c < 736 ? (c < 170 ? (c < 'g' ? (c < '_' ? (c >= 'A' && c <= 'Z') : (c <= '_' || (c >= 'a' && c <= 'e'))) : (c <= 'm' || (c < 'u' ? (c >= 'o' && c <= 's') : c <= 'z'))) : (c <= 170 || (c < 216 ? (c < 186 ? c == 181 : (c <= 186 || (c >= 192 && c <= 214))) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 902 ? (c < 886 ? (c < 750 ? c == 748 : (c <= 750 || (c >= 880 && c <= 884))) : (c <= 887 || (c < 895 ? (c >= 890 && c <= 893) : c <= 895))) : (c <= 902 || (c < 931 ? (c < 908 ? (c >= 904 && c <= 906) : (c <= 908 || (c >= 910 && c <= 929))) : (c <= 1013 || (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327))))))) : (c <= 1366 || (c < 1810 ? (c < 1649 ? (c < 1519 ? (c < 1376 ? c == 1369 : (c <= 1416 || (c >= 1488 && c <= 1514))) : (c <= 1522 || (c < 1646 ? (c >= 1568 && c <= 1610) : c <= 1647))) : (c <= 1747 || (c < 1786 ? (c < 1765 ? c == 1749 : (c <= 1766 || (c >= 1774 && c <= 1775))) : (c <= 1788 || (c < 1808 ? c == 1791 : c <= 1808))))) : (c <= 1839 || (c < 2074 ? (c < 2036 ? (c < 1969 ? (c >= 1869 && c <= 1957) : (c <= 1969 || (c >= 1994 && c <= 2026))) : (c <= 2037 || (c < 2048 ? c == 2042 : c <= 2069))) : (c <= 2074 || (c < 2112 ? (c < 2088 ? c == 2084 : c <= 2088) : (c <= 2136 || (c < 2208 ? (c >= 2144 && c <= 2154) : c <= 2228))))))))) : (c <= 2247 || (c < 2674 ? (c < 2524 ? (c < 2447 ? (c < 2392 ? (c < 2365 ? (c >= 2308 && c <= 2361) : (c <= 2365 || c == 2384)) : (c <= 2401 || (c < 2437 ? (c >= 2417 && c <= 2432) : c <= 2444))) : (c <= 2448 || (c < 2486 ? (c < 2474 ? (c >= 2451 && c <= 2472) : (c <= 2480 || c == 2482)) : (c <= 2489 || (c < 2510 ? c == 2493 : c <= 2510))))) : (c <= 2525 || (c < 2602 ? (c < 2565 ? (c < 2544 ? (c >= 2527 && c <= 2529) : (c <= 2545 || c == 2556)) : (c <= 2570 || (c < 2579 ? (c >= 2575 && c <= 2576) : c <= 2600))) : (c <= 2608 || (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654))))))) : (c <= 2676 || (c < 2858 ? (c < 2749 ? (c < 2730 ? (c < 2703 ? (c >= 2693 && c <= 2701) : (c <= 2705 || (c >= 2707 && c <= 2728))) : (c <= 2736 || (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745))) : (c <= 2749 || (c < 2821 ? (c < 2784 ? c == 2768 : (c <= 2785 || c == 2809)) : (c <= 2828 || (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856))))) : (c <= 2864 || (c < 2947 ? (c < 2908 ? (c < 2869 ? (c >= 2866 && c <= 2867) : (c <= 2873 || c == 2877)) : (c <= 2909 || (c < 2929 ? (c >= 2911 && c <= 2913) : c <= 2929))) : (c <= 2947 || (c < 2962 ? (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960) : (c <= 2965 || (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972))))))))))) : (c <= 2975 || (c < 4159 ? (c < 3412 ? (c < 3214 ? (c < 3090 ? (c < 3024 ? (c < 2984 ? (c >= 2979 && c <= 2980) : (c <= 2986 || (c >= 2990 && c <= 3001))) : (c <= 3024 || (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088))) : (c <= 3112 || (c < 3168 ? (c < 3133 ? (c >= 3114 && c <= 3129) : (c <= 3133 || (c >= 3160 && c <= 3162))) : (c <= 3169 || (c < 3205 ? c == 3200 : c <= 3212))))) : (c <= 3216 || (c < 3313 ? (c < 3261 ? (c < 3242 ? (c >= 3218 && c <= 3240) : (c <= 3251 || (c >= 3253 && c <= 3257))) : (c <= 3261 || (c < 3296 ? c == 3294 : c <= 3297))) : (c <= 3314 || (c < 3346 ? (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344) : (c <= 3386 || (c < 3406 ? c == 3389 : c <= 3406))))))) : (c <= 3414 || (c < 3724 ? (c < 3520 ? (c < 3482 ? (c < 3450 ? (c >= 3423 && c <= 3425) : (c <= 3455 || (c >= 3461 && c <= 3478))) : (c <= 3505 || (c < 3517 ? (c >= 3507 && c <= 3515) : c <= 3517))) : (c <= 3526 || (c < 3713 ? (c < 3634 ? (c >= 3585 && c <= 3632) : (c <= 3635 || (c >= 3648 && c <= 3654))) : (c <= 3714 || (c < 3718 ? c == 3716 : c <= 3722))))) : (c <= 3747 || (c < 3804 ? (c < 3773 ? (c < 3751 ? c == 3749 : (c <= 3760 || (c >= 3762 && c <= 3763))) : (c <= 3773 || (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782))) : (c <= 3807 || (c < 3913 ? (c < 3904 ? c == 3840 : c <= 3911) : (c <= 3948 || (c < 4096 ? (c >= 3976 && c <= 3980) : c <= 4138))))))))) : (c <= 4159 || (c < 4888 ? (c < 4688 ? (c < 4238 ? (c < 4197 ? (c < 4186 ? (c >= 4176 && c <= 4181) : (c <= 4189 || c == 4193)) : (c <= 4198 || (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225))) : (c <= 4238 || (c < 4304 ? (c < 4295 ? (c >= 4256 && c <= 4293) : (c <= 4295 || c == 4301)) : (c <= 4346 || (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685))))) : (c <= 4694 || (c < 4792 ? (c < 4746 ? (c < 4698 ? c == 4696 : (c <= 4701 || (c >= 4704 && c <= 4744))) : (c <= 4749 || (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789))) : (c <= 4798 || (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885))))))) : (c <= 4954 || (c < 5998 ? (c < 5792 ? (c < 5121 ? (c < 5024 ? (c >= 4992 && c <= 5007) : (c <= 5109 || (c >= 5112 && c <= 5117))) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5920 ? (c < 5888 ? (c >= 5873 && c <= 5880) : (c <= 5900 || (c >= 5902 && c <= 5905))) : (c <= 5937 || (c < 5984 ? (c >= 5952 && c <= 5969) : c <= 5996))))) : (c <= 6000 || (c < 6314 ? (c < 6176 ? (c < 6103 ? (c >= 6016 && c <= 6067) : (c <= 6103 || c == 6108)) : (c <= 6264 || (c < 6279 ? (c >= 6272 && c <= 6276) : c <= 6312))) : (c <= 6314 || (c < 6480 ? (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430) : (c <= 6509 || (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571))))))))))))) : (c <= 6601 || (c < 43250 ? (c < 8579 ? (c < 8031 ? (c < 7357 ? (c < 7086 ? (c < 6917 ? (c < 6688 ? (c >= 6656 && c <= 6678) : (c <= 6740 || c == 6823)) : (c <= 6963 || (c < 7043 ? (c >= 6981 && c <= 6987) : c <= 7072))) : (c <= 7087 || (c < 7258 ? (c < 7168 ? (c >= 7098 && c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 7960 ? (c < 7418 ? (c < 7406 ? (c >= 7401 && c <= 7404) : (c <= 7411 || (c >= 7413 && c <= 7414))) : (c <= 7418 || (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957))) : (c <= 7965 || (c < 8025 ? (c < 8008 ? (c >= 7968 && c <= 8005) : (c <= 8013 || (c >= 8016 && c <= 8023))) : (c <= 8025 || (c < 8029 ? c == 8027 : c <= 8029))))))) : (c <= 8061 || (c < 8450 ? (c < 8150 ? (c < 8130 ? (c < 8118 ? (c >= 8064 && c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147))) : (c <= 8155 || (c < 8305 ? (c < 8178 ? (c >= 8160 && c <= 8172) : (c <= 8180 || (c >= 8182 && c <= 8188))) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))))) : (c <= 8450 || (c < 8488 ? (c < 8473 ? (c < 8458 ? c == 8455 : (c <= 8467 || c == 8469)) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))) : (c <= 8488 || (c < 8508 ? (c < 8495 ? (c >= 8490 && c <= 8493) : c <= 8505) : (c <= 8511 || (c < 8526 ? (c >= 8517 && c <= 8521) : c <= 8526))))))))) : (c <= 8580 || (c < 12540 ? (c < 11696 ? (c < 11559 ? (c < 11499 ? (c < 11312 ? (c >= 11264 && c <= 11310) : (c <= 11358 || (c >= 11360 && c <= 11492))) : (c <= 11502 || (c < 11520 ? (c >= 11506 && c <= 11507) : c <= 11557))) : (c <= 11559 || (c < 11648 ? (c < 11568 ? c == 11565 : (c <= 11623 || c == 11631)) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))))) : (c <= 11702 || (c < 12293 ? (c < 11728 ? (c < 11712 ? (c >= 11704 && c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 11823 ? (c >= 11736 && c <= 11742) : c <= 11823))) : (c <= 12294 || (c < 12353 ? (c < 12347 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))))))) : (c <= 12543 || (c < 42560 ? (c < 19968 ? (c < 12784 ? (c < 12593 ? (c >= 12549 && c <= 12591) : (c <= 12686 || (c >= 12704 && c <= 12735))) : (c <= 12799 || (c < 19903 ? c == 13312 : c <= 19903))) : (c <= 19968 || (c < 42240 ? (c < 40960 ? c == 40956 : (c <= 42124 || (c >= 42192 && c <= 42237))) : (c <= 42508 || (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539))))) : (c <= 42606 || (c < 42997 ? (c < 42786 ? (c < 42656 ? (c >= 42623 && c <= 42653) : (c <= 42725 || (c >= 42775 && c <= 42783))) : (c <= 42888 || (c < 42946 ? (c >= 42891 && c <= 42943) : c <= 42954))) : (c <= 43009 || (c < 43020 ? (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018) : (c <= 43042 || (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187))))))))))) : (c <= 43255 || (c < 65142 ? (c < 43793 ? (c < 43616 ? (c < 43471 ? (c < 43312 ? (c < 43261 ? c == 43259 : (c <= 43262 || (c >= 43274 && c <= 43301))) : (c <= 43334 || (c < 43396 ? (c >= 43360 && c <= 43388) : c <= 43442))) : (c <= 43471 || (c < 43520 ? (c < 43494 ? (c >= 43488 && c <= 43492) : (c <= 43503 || (c >= 43514 && c <= 43518))) : (c <= 43560 || (c < 43588 ? (c >= 43584 && c <= 43586) : c <= 43595))))) : (c <= 43638 || (c < 43714 ? (c < 43701 ? (c < 43646 ? c == 43642 : (c <= 43695 || c == 43697)) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790))))))) : (c <= 43798 || (c < 64285 ? (c < 55203 ? (c < 43868 ? (c < 43816 ? (c >= 43808 && c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 44032))) : (c <= 55203 || (c < 64112 ? (c < 55243 ? (c >= 55216 && c <= 55238) : (c <= 55291 || (c >= 63744 && c <= 64109))) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))))) : (c <= 64285 || (c < 64326 ? (c < 64318 ? (c < 64298 ? (c >= 64287 && c <= 64296) : (c <= 64310 || (c >= 64312 && c <= 64316))) : (c <= 64318 || (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324))) : (c <= 64433 || (c < 64914 ? (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911) : (c <= 64967 || (c < 65136 ? (c >= 65008 && c <= 65019) : c <= 65140))))))))) : (c <= 65276 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? (c >= 65313 && c <= 65338) : (c <= 65370 || (c >= 65382 && c <= 65470))) : (c <= 65479 || (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495))) : (c <= 65500 || (c < 65596 ? (c < 65549 ? (c >= 65536 && c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629))))) : (c <= 65786 || (c < 66432 ? (c < 66349 ? (c < 66208 ? (c >= 66176 && c <= 66204) : (c <= 66256 || (c >= 66304 && c <= 66335))) : (c <= 66368 || (c < 66384 ? (c >= 66370 && c <= 66377) : c <= 66421))) : (c <= 66461 || (c < 66560 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66717 || (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811))))))) : (c <= 66855 || (c < 67828 ? (c < 67594 ? (c < 67424 ? (c < 67072 ? (c >= 66864 && c <= 66915) : (c <= 67382 || (c >= 67392 && c <= 67413))) : (c <= 67431 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67680 ? (c < 67644 ? (c >= 67639 && c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))))) : (c <= 67829 || (c < 68117 ? (c < 68030 ? (c < 67872 ? (c >= 67840 && c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))) : (c <= 68031 || (c < 68112 ? c == 68096 : c <= 68115))) : (c <= 68119 || (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68309))))))))))))))); } static inline bool sym_identifier_character_set_2(int32_t c) { return (c < 6688 ? (c < 2984 ? (c < 2365 ? (c < 1376 ? (c < 880 ? (c < 192 ? (c < 170 ? (c < '_' ? (c >= 'A' && c <= 'Z') : (c <= '_' || (c >= 'a' && c <= 'z'))) : (c <= 170 || (c < 186 ? c == 181 : c <= 186))) : (c <= 214 || (c < 736 ? (c < 248 ? (c >= 216 && c <= 246) : (c <= 705 || (c >= 710 && c <= 721))) : (c <= 740 || (c < 750 ? c == 748 : c <= 750))))) : (c <= 884 || (c < 910 ? (c < 902 ? (c < 890 ? (c >= 886 && c <= 887) : (c <= 893 || c == 895)) : (c <= 902 || (c < 908 ? (c >= 904 && c <= 906) : c <= 908))) : (c <= 929 || (c < 1162 ? (c < 1015 ? (c >= 931 && c <= 1013) : c <= 1153) : (c <= 1327 || (c < 1369 ? (c >= 1329 && c <= 1366) : c <= 1369))))))) : (c <= 1416 || (c < 1969 ? (c < 1765 ? (c < 1646 ? (c < 1519 ? (c >= 1488 && c <= 1514) : (c <= 1522 || (c >= 1568 && c <= 1610))) : (c <= 1647 || (c < 1749 ? (c >= 1649 && c <= 1747) : c <= 1749))) : (c <= 1766 || (c < 1808 ? (c < 1786 ? (c >= 1774 && c <= 1775) : (c <= 1788 || c == 1791)) : (c <= 1808 || (c < 1869 ? (c >= 1810 && c <= 1839) : c <= 1957))))) : (c <= 1969 || (c < 2088 ? (c < 2048 ? (c < 2036 ? (c >= 1994 && c <= 2026) : (c <= 2037 || c == 2042)) : (c <= 2069 || (c < 2084 ? c == 2074 : c <= 2084))) : (c <= 2088 || (c < 2208 ? (c < 2144 ? (c >= 2112 && c <= 2136) : c <= 2154) : (c <= 2228 || (c < 2308 ? (c >= 2230 && c <= 2247) : c <= 2361))))))))) : (c <= 2365 || (c < 2703 ? (c < 2544 ? (c < 2474 ? (c < 2437 ? (c < 2392 ? c == 2384 : (c <= 2401 || (c >= 2417 && c <= 2432))) : (c <= 2444 || (c < 2451 ? (c >= 2447 && c <= 2448) : c <= 2472))) : (c <= 2480 || (c < 2510 ? (c < 2486 ? c == 2482 : (c <= 2489 || c == 2493)) : (c <= 2510 || (c < 2527 ? (c >= 2524 && c <= 2525) : c <= 2529))))) : (c <= 2545 || (c < 2613 ? (c < 2579 ? (c < 2565 ? c == 2556 : (c <= 2570 || (c >= 2575 && c <= 2576))) : (c <= 2600 || (c < 2610 ? (c >= 2602 && c <= 2608) : c <= 2611))) : (c <= 2614 || (c < 2654 ? (c < 2649 ? (c >= 2616 && c <= 2617) : c <= 2652) : (c <= 2654 || (c < 2693 ? (c >= 2674 && c <= 2676) : c <= 2701))))))) : (c <= 2705 || (c < 2869 ? (c < 2784 ? (c < 2741 ? (c < 2730 ? (c >= 2707 && c <= 2728) : (c <= 2736 || (c >= 2738 && c <= 2739))) : (c <= 2745 || (c < 2768 ? c == 2749 : c <= 2768))) : (c <= 2785 || (c < 2835 ? (c < 2821 ? c == 2809 : (c <= 2828 || (c >= 2831 && c <= 2832))) : (c <= 2856 || (c < 2866 ? (c >= 2858 && c <= 2864) : c <= 2867))))) : (c <= 2873 || (c < 2958 ? (c < 2929 ? (c < 2908 ? c == 2877 : (c <= 2909 || (c >= 2911 && c <= 2913))) : (c <= 2929 || (c < 2949 ? c == 2947 : c <= 2954))) : (c <= 2960 || (c < 2972 ? (c < 2969 ? (c >= 2962 && c <= 2965) : c <= 2970) : (c <= 2972 || (c < 2979 ? (c >= 2974 && c <= 2975) : c <= 2980))))))))))) : (c <= 2986 || (c < 4186 ? (c < 3450 ? (c < 3242 ? (c < 3133 ? (c < 3086 ? (c < 3024 ? (c >= 2990 && c <= 3001) : (c <= 3024 || (c >= 3077 && c <= 3084))) : (c <= 3088 || (c < 3114 ? (c >= 3090 && c <= 3112) : c <= 3129))) : (c <= 3133 || (c < 3205 ? (c < 3168 ? (c >= 3160 && c <= 3162) : (c <= 3169 || c == 3200)) : (c <= 3212 || (c < 3218 ? (c >= 3214 && c <= 3216) : c <= 3240))))) : (c <= 3251 || (c < 3342 ? (c < 3296 ? (c < 3261 ? (c >= 3253 && c <= 3257) : (c <= 3261 || c == 3294)) : (c <= 3297 || (c < 3332 ? (c >= 3313 && c <= 3314) : c <= 3340))) : (c <= 3344 || (c < 3406 ? (c < 3389 ? (c >= 3346 && c <= 3386) : c <= 3389) : (c <= 3406 || (c < 3423 ? (c >= 3412 && c <= 3414) : c <= 3425))))))) : (c <= 3455 || (c < 3751 ? (c < 3634 ? (c < 3517 ? (c < 3482 ? (c >= 3461 && c <= 3478) : (c <= 3505 || (c >= 3507 && c <= 3515))) : (c <= 3517 || (c < 3585 ? (c >= 3520 && c <= 3526) : c <= 3632))) : (c <= 3635 || (c < 3718 ? (c < 3713 ? (c >= 3648 && c <= 3654) : (c <= 3714 || c == 3716)) : (c <= 3722 || (c < 3749 ? (c >= 3724 && c <= 3747) : c <= 3749))))) : (c <= 3760 || (c < 3904 ? (c < 3782 ? (c < 3773 ? (c >= 3762 && c <= 3763) : (c <= 3773 || (c >= 3776 && c <= 3780))) : (c <= 3782 || (c < 3840 ? (c >= 3804 && c <= 3807) : c <= 3840))) : (c <= 3911 || (c < 4096 ? (c < 3976 ? (c >= 3913 && c <= 3948) : c <= 3980) : (c <= 4138 || (c < 4176 ? c == 4159 : c <= 4181))))))))) : (c <= 4189 || (c < 5024 ? (c < 4698 ? (c < 4295 ? (c < 4213 ? (c < 4197 ? c == 4193 : (c <= 4198 || (c >= 4206 && c <= 4208))) : (c <= 4225 || (c < 4256 ? c == 4238 : c <= 4293))) : (c <= 4295 || (c < 4682 ? (c < 4304 ? c == 4301 : (c <= 4346 || (c >= 4348 && c <= 4680))) : (c <= 4685 || (c < 4696 ? (c >= 4688 && c <= 4694) : c <= 4696))))) : (c <= 4701 || (c < 4802 ? (c < 4786 ? (c < 4746 ? (c >= 4704 && c <= 4744) : (c <= 4749 || (c >= 4752 && c <= 4784))) : (c <= 4789 || (c < 4800 ? (c >= 4792 && c <= 4798) : c <= 4800))) : (c <= 4805 || (c < 4882 ? (c < 4824 ? (c >= 4808 && c <= 4822) : c <= 4880) : (c <= 4885 || (c < 4992 ? (c >= 4888 && c <= 4954) : c <= 5007))))))) : (c <= 5109 || (c < 6103 ? (c < 5888 ? (c < 5761 ? (c < 5121 ? (c >= 5112 && c <= 5117) : (c <= 5740 || (c >= 5743 && c <= 5759))) : (c <= 5786 || (c < 5873 ? (c >= 5792 && c <= 5866) : c <= 5880))) : (c <= 5900 || (c < 5984 ? (c < 5920 ? (c >= 5902 && c <= 5905) : (c <= 5937 || (c >= 5952 && c <= 5969))) : (c <= 5996 || (c < 6016 ? (c >= 5998 && c <= 6000) : c <= 6067))))) : (c <= 6103 || (c < 6400 ? (c < 6279 ? (c < 6176 ? c == 6108 : (c <= 6264 || (c >= 6272 && c <= 6276))) : (c <= 6312 || (c < 6320 ? c == 6314 : c <= 6389))) : (c <= 6430 || (c < 6528 ? (c < 6512 ? (c >= 6480 && c <= 6509) : c <= 6516) : (c <= 6571 || (c < 6656 ? (c >= 6576 && c <= 6601) : c <= 6678))))))))))))) : (c <= 6740 || (c < 43259 ? (c < 11264 ? (c < 8064 ? (c < 7406 ? (c < 7168 ? (c < 7043 ? (c < 6917 ? c == 6823 : (c <= 6963 || (c >= 6981 && c <= 6987))) : (c <= 7072 || (c < 7098 ? (c >= 7086 && c <= 7087) : c <= 7141))) : (c <= 7203 || (c < 7312 ? (c < 7258 ? (c >= 7245 && c <= 7247) : (c <= 7293 || (c >= 7296 && c <= 7304))) : (c <= 7354 || (c < 7401 ? (c >= 7357 && c <= 7359) : c <= 7404))))) : (c <= 7411 || (c < 8008 ? (c < 7680 ? (c < 7418 ? (c >= 7413 && c <= 7414) : (c <= 7418 || (c >= 7424 && c <= 7615))) : (c <= 7957 || (c < 7968 ? (c >= 7960 && c <= 7965) : c <= 8005))) : (c <= 8013 || (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) : (c <= 8027 || (c < 8031 ? c == 8029 : c <= 8061))))))) : (c <= 8116 || (c < 8455 ? (c < 8160 ? (c < 8134 ? (c < 8126 ? (c >= 8118 && c <= 8124) : (c <= 8126 || (c >= 8130 && c <= 8132))) : (c <= 8140 || (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155))) : (c <= 8172 || (c < 8319 ? (c < 8182 ? (c >= 8178 && c <= 8180) : (c <= 8188 || c == 8305)) : (c <= 8319 || (c < 8450 ? (c >= 8336 && c <= 8348) : c <= 8450))))) : (c <= 8455 || (c < 8490 ? (c < 8484 ? (c < 8469 ? (c >= 8458 && c <= 8467) : (c <= 8469 || (c >= 8473 && c <= 8477))) : (c <= 8484 || (c < 8488 ? c == 8486 : c <= 8488))) : (c <= 8493 || (c < 8517 ? (c < 8508 ? (c >= 8495 && c <= 8505) : c <= 8511) : (c <= 8521 || (c < 8579 ? c == 8526 : c <= 8580))))))))) : (c <= 11310 || (c < 12549 ? (c < 11704 ? (c < 11565 ? (c < 11506 ? (c < 11360 ? (c >= 11312 && c <= 11358) : (c <= 11492 || (c >= 11499 && c <= 11502))) : (c <= 11507 || (c < 11559 ? (c >= 11520 && c <= 11557) : c <= 11559))) : (c <= 11565 || (c < 11680 ? (c < 11631 ? (c >= 11568 && c <= 11623) : (c <= 11631 || (c >= 11648 && c <= 11670))) : (c <= 11686 || (c < 11696 ? (c >= 11688 && c <= 11694) : c <= 11702))))) : (c <= 11710 || (c < 12337 ? (c < 11736 ? (c < 11720 ? (c >= 11712 && c <= 11718) : (c <= 11726 || (c >= 11728 && c <= 11734))) : (c <= 11742 || (c < 12293 ? c == 11823 : c <= 12294))) : (c <= 12341 || (c < 12445 ? (c < 12353 ? (c >= 12347 && c <= 12348) : c <= 12438) : (c <= 12447 || (c < 12540 ? (c >= 12449 && c <= 12538) : c <= 12543))))))) : (c <= 12591 || (c < 42623 ? (c < 40956 ? (c < 13312 ? (c < 12704 ? (c >= 12593 && c <= 12686) : (c <= 12735 || (c >= 12784 && c <= 12799))) : (c <= 13312 || (c < 19968 ? c == 19903 : c <= 19968))) : (c <= 40956 || (c < 42512 ? (c < 42192 ? (c >= 40960 && c <= 42124) : (c <= 42237 || (c >= 42240 && c <= 42508))) : (c <= 42527 || (c < 42560 ? (c >= 42538 && c <= 42539) : c <= 42606))))) : (c <= 42653 || (c < 43011 ? (c < 42891 ? (c < 42775 ? (c >= 42656 && c <= 42725) : (c <= 42783 || (c >= 42786 && c <= 42888))) : (c <= 42943 || (c < 42997 ? (c >= 42946 && c <= 42954) : c <= 43009))) : (c <= 43013 || (c < 43072 ? (c < 43020 ? (c >= 43015 && c <= 43018) : c <= 43042) : (c <= 43123 || (c < 43250 ? (c >= 43138 && c <= 43187) : c <= 43255))))))))))) : (c <= 43259 || (c < 65313 ? (c < 43808 ? (c < 43642 ? (c < 43488 ? (c < 43360 ? (c < 43274 ? (c >= 43261 && c <= 43262) : (c <= 43301 || (c >= 43312 && c <= 43334))) : (c <= 43388 || (c < 43471 ? (c >= 43396 && c <= 43442) : c <= 43471))) : (c <= 43492 || (c < 43584 ? (c < 43514 ? (c >= 43494 && c <= 43503) : (c <= 43518 || (c >= 43520 && c <= 43560))) : (c <= 43586 || (c < 43616 ? (c >= 43588 && c <= 43595) : c <= 43638))))) : (c <= 43642 || (c < 43739 ? (c < 43705 ? (c < 43697 ? (c >= 43646 && c <= 43695) : (c <= 43697 || (c >= 43701 && c <= 43702))) : (c <= 43709 || (c < 43714 ? c == 43712 : c <= 43714))) : (c <= 43741 || (c < 43777 ? (c < 43762 ? (c >= 43744 && c <= 43754) : c <= 43764) : (c <= 43782 || (c < 43793 ? (c >= 43785 && c <= 43790) : c <= 43798))))))) : (c <= 43814 || (c < 64287 ? (c < 55216 ? (c < 43888 ? (c < 43824 ? (c >= 43816 && c <= 43822) : (c <= 43866 || (c >= 43868 && c <= 43881))) : (c <= 44002 || (c < 55203 ? c == 44032 : c <= 55203))) : (c <= 55238 || (c < 64256 ? (c < 63744 ? (c >= 55243 && c <= 55291) : (c <= 64109 || (c >= 64112 && c <= 64217))) : (c <= 64262 || (c < 64285 ? (c >= 64275 && c <= 64279) : c <= 64285))))) : (c <= 64296 || (c < 64467 ? (c < 64320 ? (c < 64312 ? (c >= 64298 && c <= 64310) : (c <= 64316 || c == 64318)) : (c <= 64321 || (c < 64326 ? (c >= 64323 && c <= 64324) : c <= 64433))) : (c <= 64829 || (c < 65008 ? (c < 64914 ? (c >= 64848 && c <= 64911) : c <= 64967) : (c <= 65019 || (c < 65142 ? (c >= 65136 && c <= 65140) : c <= 65276))))))))) : (c <= 65338 || (c < 66864 ? (c < 66176 ? (c < 65536 ? (c < 65482 ? (c < 65382 ? (c >= 65345 && c <= 65370) : (c <= 65470 || (c >= 65474 && c <= 65479))) : (c <= 65487 || (c < 65498 ? (c >= 65490 && c <= 65495) : c <= 65500))) : (c <= 65547 || (c < 65599 ? (c < 65576 ? (c >= 65549 && c <= 65574) : (c <= 65594 || (c >= 65596 && c <= 65597))) : (c <= 65613 || (c < 65664 ? (c >= 65616 && c <= 65629) : c <= 65786))))) : (c <= 66204 || (c < 66464 ? (c < 66370 ? (c < 66304 ? (c >= 66208 && c <= 66256) : (c <= 66335 || (c >= 66349 && c <= 66368))) : (c <= 66377 || (c < 66432 ? (c >= 66384 && c <= 66421) : c <= 66461))) : (c <= 66499 || (c < 66736 ? (c < 66560 ? (c >= 66504 && c <= 66511) : c <= 66717) : (c <= 66771 || (c < 66816 ? (c >= 66776 && c <= 66811) : c <= 66855))))))) : (c <= 66915 || (c < 67828 ? (c < 67639 ? (c < 67584 ? (c < 67392 ? (c >= 67072 && c <= 67382) : (c <= 67413 || (c >= 67424 && c <= 67431))) : (c <= 67589 || (c < 67594 ? c == 67592 : c <= 67637))) : (c <= 67640 || (c < 67680 ? (c < 67647 ? c == 67644 : c <= 67669) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))))) : (c <= 67829 || (c < 68117 ? (c < 68030 ? (c < 67872 ? (c >= 67840 && c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))) : (c <= 68031 || (c < 68112 ? c == 68096 : c <= 68115))) : (c <= 68119 || (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68309))))))))))))))); } static inline bool sym_identifier_character_set_3(int32_t c) { return (c < 6576 ? (c < 2974 ? (c < 2230 ? (c < 1329 ? (c < 736 ? (c < 170 ? (c < '_' ? (c < '0' ? c == '-' : (c <= '9' || (c >= 'A' && c <= 'Z'))) : (c <= '_' || (c < 'p' ? (c >= 'b' && c <= 'n') : c <= 'z'))) : (c <= 170 || (c < 216 ? (c < 186 ? c == 181 : (c <= 186 || (c >= 192 && c <= 214))) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 902 ? (c < 886 ? (c < 750 ? c == 748 : (c <= 750 || (c >= 880 && c <= 884))) : (c <= 887 || (c < 895 ? (c >= 890 && c <= 893) : c <= 895))) : (c <= 902 || (c < 931 ? (c < 908 ? (c >= 904 && c <= 906) : (c <= 908 || (c >= 910 && c <= 929))) : (c <= 1013 || (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327))))))) : (c <= 1366 || (c < 1810 ? (c < 1649 ? (c < 1519 ? (c < 1376 ? c == 1369 : (c <= 1416 || (c >= 1488 && c <= 1514))) : (c <= 1522 || (c < 1646 ? (c >= 1568 && c <= 1610) : c <= 1647))) : (c <= 1747 || (c < 1786 ? (c < 1765 ? c == 1749 : (c <= 1766 || (c >= 1774 && c <= 1775))) : (c <= 1788 || (c < 1808 ? c == 1791 : c <= 1808))))) : (c <= 1839 || (c < 2074 ? (c < 2036 ? (c < 1969 ? (c >= 1869 && c <= 1957) : (c <= 1969 || (c >= 1994 && c <= 2026))) : (c <= 2037 || (c < 2048 ? c == 2042 : c <= 2069))) : (c <= 2074 || (c < 2112 ? (c < 2088 ? c == 2084 : c <= 2088) : (c <= 2136 || (c < 2208 ? (c >= 2144 && c <= 2154) : c <= 2228))))))))) : (c <= 2247 || (c < 2674 ? (c < 2524 ? (c < 2447 ? (c < 2392 ? (c < 2365 ? (c >= 2308 && c <= 2361) : (c <= 2365 || c == 2384)) : (c <= 2401 || (c < 2437 ? (c >= 2417 && c <= 2432) : c <= 2444))) : (c <= 2448 || (c < 2486 ? (c < 2474 ? (c >= 2451 && c <= 2472) : (c <= 2480 || c == 2482)) : (c <= 2489 || (c < 2510 ? c == 2493 : c <= 2510))))) : (c <= 2525 || (c < 2602 ? (c < 2565 ? (c < 2544 ? (c >= 2527 && c <= 2529) : (c <= 2545 || c == 2556)) : (c <= 2570 || (c < 2579 ? (c >= 2575 && c <= 2576) : c <= 2600))) : (c <= 2608 || (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654))))))) : (c <= 2676 || (c < 2858 ? (c < 2749 ? (c < 2730 ? (c < 2703 ? (c >= 2693 && c <= 2701) : (c <= 2705 || (c >= 2707 && c <= 2728))) : (c <= 2736 || (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745))) : (c <= 2749 || (c < 2821 ? (c < 2784 ? c == 2768 : (c <= 2785 || c == 2809)) : (c <= 2828 || (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856))))) : (c <= 2864 || (c < 2947 ? (c < 2908 ? (c < 2869 ? (c >= 2866 && c <= 2867) : (c <= 2873 || c == 2877)) : (c <= 2909 || (c < 2929 ? (c >= 2911 && c <= 2913) : c <= 2929))) : (c <= 2947 || (c < 2962 ? (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960) : (c <= 2965 || (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972))))))))))) : (c <= 2975 || (c < 4159 ? (c < 3412 ? (c < 3214 ? (c < 3090 ? (c < 3024 ? (c < 2984 ? (c >= 2979 && c <= 2980) : (c <= 2986 || (c >= 2990 && c <= 3001))) : (c <= 3024 || (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088))) : (c <= 3112 || (c < 3168 ? (c < 3133 ? (c >= 3114 && c <= 3129) : (c <= 3133 || (c >= 3160 && c <= 3162))) : (c <= 3169 || (c < 3205 ? c == 3200 : c <= 3212))))) : (c <= 3216 || (c < 3313 ? (c < 3261 ? (c < 3242 ? (c >= 3218 && c <= 3240) : (c <= 3251 || (c >= 3253 && c <= 3257))) : (c <= 3261 || (c < 3296 ? c == 3294 : c <= 3297))) : (c <= 3314 || (c < 3346 ? (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344) : (c <= 3386 || (c < 3406 ? c == 3389 : c <= 3406))))))) : (c <= 3414 || (c < 3724 ? (c < 3520 ? (c < 3482 ? (c < 3450 ? (c >= 3423 && c <= 3425) : (c <= 3455 || (c >= 3461 && c <= 3478))) : (c <= 3505 || (c < 3517 ? (c >= 3507 && c <= 3515) : c <= 3517))) : (c <= 3526 || (c < 3713 ? (c < 3634 ? (c >= 3585 && c <= 3632) : (c <= 3635 || (c >= 3648 && c <= 3654))) : (c <= 3714 || (c < 3718 ? c == 3716 : c <= 3722))))) : (c <= 3747 || (c < 3804 ? (c < 3773 ? (c < 3751 ? c == 3749 : (c <= 3760 || (c >= 3762 && c <= 3763))) : (c <= 3773 || (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782))) : (c <= 3807 || (c < 3913 ? (c < 3904 ? c == 3840 : c <= 3911) : (c <= 3948 || (c < 4096 ? (c >= 3976 && c <= 3980) : c <= 4138))))))))) : (c <= 4159 || (c < 4888 ? (c < 4688 ? (c < 4238 ? (c < 4197 ? (c < 4186 ? (c >= 4176 && c <= 4181) : (c <= 4189 || c == 4193)) : (c <= 4198 || (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225))) : (c <= 4238 || (c < 4304 ? (c < 4295 ? (c >= 4256 && c <= 4293) : (c <= 4295 || c == 4301)) : (c <= 4346 || (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685))))) : (c <= 4694 || (c < 4792 ? (c < 4746 ? (c < 4698 ? c == 4696 : (c <= 4701 || (c >= 4704 && c <= 4744))) : (c <= 4749 || (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789))) : (c <= 4798 || (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885))))))) : (c <= 4954 || (c < 5998 ? (c < 5792 ? (c < 5121 ? (c < 5024 ? (c >= 4992 && c <= 5007) : (c <= 5109 || (c >= 5112 && c <= 5117))) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5920 ? (c < 5888 ? (c >= 5873 && c <= 5880) : (c <= 5900 || (c >= 5902 && c <= 5905))) : (c <= 5937 || (c < 5984 ? (c >= 5952 && c <= 5969) : c <= 5996))))) : (c <= 6000 || (c < 6314 ? (c < 6176 ? (c < 6103 ? (c >= 6016 && c <= 6067) : (c <= 6103 || c == 6108)) : (c <= 6264 || (c < 6279 ? (c >= 6272 && c <= 6276) : c <= 6312))) : (c <= 6314 || (c < 6480 ? (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430) : (c <= 6509 || (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571))))))))))))) : (c <= 6601 || (c < 43250 ? (c < 8579 ? (c < 8031 ? (c < 7357 ? (c < 7086 ? (c < 6917 ? (c < 6688 ? (c >= 6656 && c <= 6678) : (c <= 6740 || c == 6823)) : (c <= 6963 || (c < 7043 ? (c >= 6981 && c <= 6987) : c <= 7072))) : (c <= 7087 || (c < 7258 ? (c < 7168 ? (c >= 7098 && c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 7960 ? (c < 7418 ? (c < 7406 ? (c >= 7401 && c <= 7404) : (c <= 7411 || (c >= 7413 && c <= 7414))) : (c <= 7418 || (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957))) : (c <= 7965 || (c < 8025 ? (c < 8008 ? (c >= 7968 && c <= 8005) : (c <= 8013 || (c >= 8016 && c <= 8023))) : (c <= 8025 || (c < 8029 ? c == 8027 : c <= 8029))))))) : (c <= 8061 || (c < 8450 ? (c < 8150 ? (c < 8130 ? (c < 8118 ? (c >= 8064 && c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147))) : (c <= 8155 || (c < 8305 ? (c < 8178 ? (c >= 8160 && c <= 8172) : (c <= 8180 || (c >= 8182 && c <= 8188))) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))))) : (c <= 8450 || (c < 8488 ? (c < 8473 ? (c < 8458 ? c == 8455 : (c <= 8467 || c == 8469)) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))) : (c <= 8488 || (c < 8508 ? (c < 8495 ? (c >= 8490 && c <= 8493) : c <= 8505) : (c <= 8511 || (c < 8526 ? (c >= 8517 && c <= 8521) : c <= 8526))))))))) : (c <= 8580 || (c < 12540 ? (c < 11696 ? (c < 11559 ? (c < 11499 ? (c < 11312 ? (c >= 11264 && c <= 11310) : (c <= 11358 || (c >= 11360 && c <= 11492))) : (c <= 11502 || (c < 11520 ? (c >= 11506 && c <= 11507) : c <= 11557))) : (c <= 11559 || (c < 11648 ? (c < 11568 ? c == 11565 : (c <= 11623 || c == 11631)) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))))) : (c <= 11702 || (c < 12293 ? (c < 11728 ? (c < 11712 ? (c >= 11704 && c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 11823 ? (c >= 11736 && c <= 11742) : c <= 11823))) : (c <= 12294 || (c < 12353 ? (c < 12347 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))))))) : (c <= 12543 || (c < 42560 ? (c < 19968 ? (c < 12784 ? (c < 12593 ? (c >= 12549 && c <= 12591) : (c <= 12686 || (c >= 12704 && c <= 12735))) : (c <= 12799 || (c < 19903 ? c == 13312 : c <= 19903))) : (c <= 19968 || (c < 42240 ? (c < 40960 ? c == 40956 : (c <= 42124 || (c >= 42192 && c <= 42237))) : (c <= 42508 || (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539))))) : (c <= 42606 || (c < 42997 ? (c < 42786 ? (c < 42656 ? (c >= 42623 && c <= 42653) : (c <= 42725 || (c >= 42775 && c <= 42783))) : (c <= 42888 || (c < 42946 ? (c >= 42891 && c <= 42943) : c <= 42954))) : (c <= 43009 || (c < 43020 ? (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018) : (c <= 43042 || (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187))))))))))) : (c <= 43255 || (c < 65142 ? (c < 43793 ? (c < 43616 ? (c < 43471 ? (c < 43312 ? (c < 43261 ? c == 43259 : (c <= 43262 || (c >= 43274 && c <= 43301))) : (c <= 43334 || (c < 43396 ? (c >= 43360 && c <= 43388) : c <= 43442))) : (c <= 43471 || (c < 43520 ? (c < 43494 ? (c >= 43488 && c <= 43492) : (c <= 43503 || (c >= 43514 && c <= 43518))) : (c <= 43560 || (c < 43588 ? (c >= 43584 && c <= 43586) : c <= 43595))))) : (c <= 43638 || (c < 43714 ? (c < 43701 ? (c < 43646 ? c == 43642 : (c <= 43695 || c == 43697)) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790))))))) : (c <= 43798 || (c < 64285 ? (c < 55203 ? (c < 43868 ? (c < 43816 ? (c >= 43808 && c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 44032))) : (c <= 55203 || (c < 64112 ? (c < 55243 ? (c >= 55216 && c <= 55238) : (c <= 55291 || (c >= 63744 && c <= 64109))) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))))) : (c <= 64285 || (c < 64326 ? (c < 64318 ? (c < 64298 ? (c >= 64287 && c <= 64296) : (c <= 64310 || (c >= 64312 && c <= 64316))) : (c <= 64318 || (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324))) : (c <= 64433 || (c < 64914 ? (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911) : (c <= 64967 || (c < 65136 ? (c >= 65008 && c <= 65019) : c <= 65140))))))))) : (c <= 65276 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? (c >= 65313 && c <= 65338) : (c <= 65370 || (c >= 65382 && c <= 65470))) : (c <= 65479 || (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495))) : (c <= 65500 || (c < 65596 ? (c < 65549 ? (c >= 65536 && c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629))))) : (c <= 65786 || (c < 66432 ? (c < 66349 ? (c < 66208 ? (c >= 66176 && c <= 66204) : (c <= 66256 || (c >= 66304 && c <= 66335))) : (c <= 66368 || (c < 66384 ? (c >= 66370 && c <= 66377) : c <= 66421))) : (c <= 66461 || (c < 66560 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66717 || (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811))))))) : (c <= 66855 || (c < 67828 ? (c < 67594 ? (c < 67424 ? (c < 67072 ? (c >= 66864 && c <= 66915) : (c <= 67382 || (c >= 67392 && c <= 67413))) : (c <= 67431 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67680 ? (c < 67644 ? (c >= 67639 && c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))))) : (c <= 67829 || (c < 68117 ? (c < 68030 ? (c < 67872 ? (c >= 67840 && c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))) : (c <= 68031 || (c < 68112 ? c == 68096 : c <= 68115))) : (c <= 68119 || (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68309))))))))))))))); } static inline bool sym_identifier_character_set_4(int32_t c) { return (c < 6576 ? (c < 2974 ? (c < 2230 ? (c < 1329 ? (c < 736 ? (c < 170 ? (c < '_' ? (c < '0' ? c == '-' : (c <= '9' || (c >= 'A' && c <= 'Z'))) : (c <= '_' || (c < 'f' ? (c >= 'a' && c <= 'd') : c <= 'z'))) : (c <= 170 || (c < 216 ? (c < 186 ? c == 181 : (c <= 186 || (c >= 192 && c <= 214))) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 902 ? (c < 886 ? (c < 750 ? c == 748 : (c <= 750 || (c >= 880 && c <= 884))) : (c <= 887 || (c < 895 ? (c >= 890 && c <= 893) : c <= 895))) : (c <= 902 || (c < 931 ? (c < 908 ? (c >= 904 && c <= 906) : (c <= 908 || (c >= 910 && c <= 929))) : (c <= 1013 || (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327))))))) : (c <= 1366 || (c < 1810 ? (c < 1649 ? (c < 1519 ? (c < 1376 ? c == 1369 : (c <= 1416 || (c >= 1488 && c <= 1514))) : (c <= 1522 || (c < 1646 ? (c >= 1568 && c <= 1610) : c <= 1647))) : (c <= 1747 || (c < 1786 ? (c < 1765 ? c == 1749 : (c <= 1766 || (c >= 1774 && c <= 1775))) : (c <= 1788 || (c < 1808 ? c == 1791 : c <= 1808))))) : (c <= 1839 || (c < 2074 ? (c < 2036 ? (c < 1969 ? (c >= 1869 && c <= 1957) : (c <= 1969 || (c >= 1994 && c <= 2026))) : (c <= 2037 || (c < 2048 ? c == 2042 : c <= 2069))) : (c <= 2074 || (c < 2112 ? (c < 2088 ? c == 2084 : c <= 2088) : (c <= 2136 || (c < 2208 ? (c >= 2144 && c <= 2154) : c <= 2228))))))))) : (c <= 2247 || (c < 2674 ? (c < 2524 ? (c < 2447 ? (c < 2392 ? (c < 2365 ? (c >= 2308 && c <= 2361) : (c <= 2365 || c == 2384)) : (c <= 2401 || (c < 2437 ? (c >= 2417 && c <= 2432) : c <= 2444))) : (c <= 2448 || (c < 2486 ? (c < 2474 ? (c >= 2451 && c <= 2472) : (c <= 2480 || c == 2482)) : (c <= 2489 || (c < 2510 ? c == 2493 : c <= 2510))))) : (c <= 2525 || (c < 2602 ? (c < 2565 ? (c < 2544 ? (c >= 2527 && c <= 2529) : (c <= 2545 || c == 2556)) : (c <= 2570 || (c < 2579 ? (c >= 2575 && c <= 2576) : c <= 2600))) : (c <= 2608 || (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654))))))) : (c <= 2676 || (c < 2858 ? (c < 2749 ? (c < 2730 ? (c < 2703 ? (c >= 2693 && c <= 2701) : (c <= 2705 || (c >= 2707 && c <= 2728))) : (c <= 2736 || (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745))) : (c <= 2749 || (c < 2821 ? (c < 2784 ? c == 2768 : (c <= 2785 || c == 2809)) : (c <= 2828 || (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856))))) : (c <= 2864 || (c < 2947 ? (c < 2908 ? (c < 2869 ? (c >= 2866 && c <= 2867) : (c <= 2873 || c == 2877)) : (c <= 2909 || (c < 2929 ? (c >= 2911 && c <= 2913) : c <= 2929))) : (c <= 2947 || (c < 2962 ? (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960) : (c <= 2965 || (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972))))))))))) : (c <= 2975 || (c < 4159 ? (c < 3412 ? (c < 3214 ? (c < 3090 ? (c < 3024 ? (c < 2984 ? (c >= 2979 && c <= 2980) : (c <= 2986 || (c >= 2990 && c <= 3001))) : (c <= 3024 || (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088))) : (c <= 3112 || (c < 3168 ? (c < 3133 ? (c >= 3114 && c <= 3129) : (c <= 3133 || (c >= 3160 && c <= 3162))) : (c <= 3169 || (c < 3205 ? c == 3200 : c <= 3212))))) : (c <= 3216 || (c < 3313 ? (c < 3261 ? (c < 3242 ? (c >= 3218 && c <= 3240) : (c <= 3251 || (c >= 3253 && c <= 3257))) : (c <= 3261 || (c < 3296 ? c == 3294 : c <= 3297))) : (c <= 3314 || (c < 3346 ? (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344) : (c <= 3386 || (c < 3406 ? c == 3389 : c <= 3406))))))) : (c <= 3414 || (c < 3724 ? (c < 3520 ? (c < 3482 ? (c < 3450 ? (c >= 3423 && c <= 3425) : (c <= 3455 || (c >= 3461 && c <= 3478))) : (c <= 3505 || (c < 3517 ? (c >= 3507 && c <= 3515) : c <= 3517))) : (c <= 3526 || (c < 3713 ? (c < 3634 ? (c >= 3585 && c <= 3632) : (c <= 3635 || (c >= 3648 && c <= 3654))) : (c <= 3714 || (c < 3718 ? c == 3716 : c <= 3722))))) : (c <= 3747 || (c < 3804 ? (c < 3773 ? (c < 3751 ? c == 3749 : (c <= 3760 || (c >= 3762 && c <= 3763))) : (c <= 3773 || (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782))) : (c <= 3807 || (c < 3913 ? (c < 3904 ? c == 3840 : c <= 3911) : (c <= 3948 || (c < 4096 ? (c >= 3976 && c <= 3980) : c <= 4138))))))))) : (c <= 4159 || (c < 4888 ? (c < 4688 ? (c < 4238 ? (c < 4197 ? (c < 4186 ? (c >= 4176 && c <= 4181) : (c <= 4189 || c == 4193)) : (c <= 4198 || (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225))) : (c <= 4238 || (c < 4304 ? (c < 4295 ? (c >= 4256 && c <= 4293) : (c <= 4295 || c == 4301)) : (c <= 4346 || (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685))))) : (c <= 4694 || (c < 4792 ? (c < 4746 ? (c < 4698 ? c == 4696 : (c <= 4701 || (c >= 4704 && c <= 4744))) : (c <= 4749 || (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789))) : (c <= 4798 || (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885))))))) : (c <= 4954 || (c < 5998 ? (c < 5792 ? (c < 5121 ? (c < 5024 ? (c >= 4992 && c <= 5007) : (c <= 5109 || (c >= 5112 && c <= 5117))) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5920 ? (c < 5888 ? (c >= 5873 && c <= 5880) : (c <= 5900 || (c >= 5902 && c <= 5905))) : (c <= 5937 || (c < 5984 ? (c >= 5952 && c <= 5969) : c <= 5996))))) : (c <= 6000 || (c < 6314 ? (c < 6176 ? (c < 6103 ? (c >= 6016 && c <= 6067) : (c <= 6103 || c == 6108)) : (c <= 6264 || (c < 6279 ? (c >= 6272 && c <= 6276) : c <= 6312))) : (c <= 6314 || (c < 6480 ? (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430) : (c <= 6509 || (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571))))))))))))) : (c <= 6601 || (c < 43250 ? (c < 8579 ? (c < 8031 ? (c < 7357 ? (c < 7086 ? (c < 6917 ? (c < 6688 ? (c >= 6656 && c <= 6678) : (c <= 6740 || c == 6823)) : (c <= 6963 || (c < 7043 ? (c >= 6981 && c <= 6987) : c <= 7072))) : (c <= 7087 || (c < 7258 ? (c < 7168 ? (c >= 7098 && c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 7960 ? (c < 7418 ? (c < 7406 ? (c >= 7401 && c <= 7404) : (c <= 7411 || (c >= 7413 && c <= 7414))) : (c <= 7418 || (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957))) : (c <= 7965 || (c < 8025 ? (c < 8008 ? (c >= 7968 && c <= 8005) : (c <= 8013 || (c >= 8016 && c <= 8023))) : (c <= 8025 || (c < 8029 ? c == 8027 : c <= 8029))))))) : (c <= 8061 || (c < 8450 ? (c < 8150 ? (c < 8130 ? (c < 8118 ? (c >= 8064 && c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147))) : (c <= 8155 || (c < 8305 ? (c < 8178 ? (c >= 8160 && c <= 8172) : (c <= 8180 || (c >= 8182 && c <= 8188))) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))))) : (c <= 8450 || (c < 8488 ? (c < 8473 ? (c < 8458 ? c == 8455 : (c <= 8467 || c == 8469)) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))) : (c <= 8488 || (c < 8508 ? (c < 8495 ? (c >= 8490 && c <= 8493) : c <= 8505) : (c <= 8511 || (c < 8526 ? (c >= 8517 && c <= 8521) : c <= 8526))))))))) : (c <= 8580 || (c < 12540 ? (c < 11696 ? (c < 11559 ? (c < 11499 ? (c < 11312 ? (c >= 11264 && c <= 11310) : (c <= 11358 || (c >= 11360 && c <= 11492))) : (c <= 11502 || (c < 11520 ? (c >= 11506 && c <= 11507) : c <= 11557))) : (c <= 11559 || (c < 11648 ? (c < 11568 ? c == 11565 : (c <= 11623 || c == 11631)) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))))) : (c <= 11702 || (c < 12293 ? (c < 11728 ? (c < 11712 ? (c >= 11704 && c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 11823 ? (c >= 11736 && c <= 11742) : c <= 11823))) : (c <= 12294 || (c < 12353 ? (c < 12347 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))))))) : (c <= 12543 || (c < 42560 ? (c < 19968 ? (c < 12784 ? (c < 12593 ? (c >= 12549 && c <= 12591) : (c <= 12686 || (c >= 12704 && c <= 12735))) : (c <= 12799 || (c < 19903 ? c == 13312 : c <= 19903))) : (c <= 19968 || (c < 42240 ? (c < 40960 ? c == 40956 : (c <= 42124 || (c >= 42192 && c <= 42237))) : (c <= 42508 || (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539))))) : (c <= 42606 || (c < 42997 ? (c < 42786 ? (c < 42656 ? (c >= 42623 && c <= 42653) : (c <= 42725 || (c >= 42775 && c <= 42783))) : (c <= 42888 || (c < 42946 ? (c >= 42891 && c <= 42943) : c <= 42954))) : (c <= 43009 || (c < 43020 ? (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018) : (c <= 43042 || (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187))))))))))) : (c <= 43255 || (c < 65142 ? (c < 43793 ? (c < 43616 ? (c < 43471 ? (c < 43312 ? (c < 43261 ? c == 43259 : (c <= 43262 || (c >= 43274 && c <= 43301))) : (c <= 43334 || (c < 43396 ? (c >= 43360 && c <= 43388) : c <= 43442))) : (c <= 43471 || (c < 43520 ? (c < 43494 ? (c >= 43488 && c <= 43492) : (c <= 43503 || (c >= 43514 && c <= 43518))) : (c <= 43560 || (c < 43588 ? (c >= 43584 && c <= 43586) : c <= 43595))))) : (c <= 43638 || (c < 43714 ? (c < 43701 ? (c < 43646 ? c == 43642 : (c <= 43695 || c == 43697)) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790))))))) : (c <= 43798 || (c < 64285 ? (c < 55203 ? (c < 43868 ? (c < 43816 ? (c >= 43808 && c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 44032))) : (c <= 55203 || (c < 64112 ? (c < 55243 ? (c >= 55216 && c <= 55238) : (c <= 55291 || (c >= 63744 && c <= 64109))) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))))) : (c <= 64285 || (c < 64326 ? (c < 64318 ? (c < 64298 ? (c >= 64287 && c <= 64296) : (c <= 64310 || (c >= 64312 && c <= 64316))) : (c <= 64318 || (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324))) : (c <= 64433 || (c < 64914 ? (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911) : (c <= 64967 || (c < 65136 ? (c >= 65008 && c <= 65019) : c <= 65140))))))))) : (c <= 65276 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? (c >= 65313 && c <= 65338) : (c <= 65370 || (c >= 65382 && c <= 65470))) : (c <= 65479 || (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495))) : (c <= 65500 || (c < 65596 ? (c < 65549 ? (c >= 65536 && c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629))))) : (c <= 65786 || (c < 66432 ? (c < 66349 ? (c < 66208 ? (c >= 66176 && c <= 66204) : (c <= 66256 || (c >= 66304 && c <= 66335))) : (c <= 66368 || (c < 66384 ? (c >= 66370 && c <= 66377) : c <= 66421))) : (c <= 66461 || (c < 66560 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66717 || (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811))))))) : (c <= 66855 || (c < 67828 ? (c < 67594 ? (c < 67424 ? (c < 67072 ? (c >= 66864 && c <= 66915) : (c <= 67382 || (c >= 67392 && c <= 67413))) : (c <= 67431 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67680 ? (c < 67644 ? (c >= 67639 && c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))))) : (c <= 67829 || (c < 68117 ? (c < 68030 ? (c < 67872 ? (c >= 67840 && c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))) : (c <= 68031 || (c < 68112 ? c == 68096 : c <= 68115))) : (c <= 68119 || (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68309))))))))))))))); } static inline bool sym_identifier_character_set_5(int32_t c) { return (c < 6576 ? (c < 2974 ? (c < 2230 ? (c < 1329 ? (c < 736 ? (c < 170 ? (c < '_' ? (c < '0' ? c == '-' : (c <= '9' || (c >= 'A' && c <= 'Z'))) : (c <= '_' || (c < 'm' ? (c >= 'a' && c <= 'k') : c <= 'z'))) : (c <= 170 || (c < 216 ? (c < 186 ? c == 181 : (c <= 186 || (c >= 192 && c <= 214))) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 902 ? (c < 886 ? (c < 750 ? c == 748 : (c <= 750 || (c >= 880 && c <= 884))) : (c <= 887 || (c < 895 ? (c >= 890 && c <= 893) : c <= 895))) : (c <= 902 || (c < 931 ? (c < 908 ? (c >= 904 && c <= 906) : (c <= 908 || (c >= 910 && c <= 929))) : (c <= 1013 || (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327))))))) : (c <= 1366 || (c < 1810 ? (c < 1649 ? (c < 1519 ? (c < 1376 ? c == 1369 : (c <= 1416 || (c >= 1488 && c <= 1514))) : (c <= 1522 || (c < 1646 ? (c >= 1568 && c <= 1610) : c <= 1647))) : (c <= 1747 || (c < 1786 ? (c < 1765 ? c == 1749 : (c <= 1766 || (c >= 1774 && c <= 1775))) : (c <= 1788 || (c < 1808 ? c == 1791 : c <= 1808))))) : (c <= 1839 || (c < 2074 ? (c < 2036 ? (c < 1969 ? (c >= 1869 && c <= 1957) : (c <= 1969 || (c >= 1994 && c <= 2026))) : (c <= 2037 || (c < 2048 ? c == 2042 : c <= 2069))) : (c <= 2074 || (c < 2112 ? (c < 2088 ? c == 2084 : c <= 2088) : (c <= 2136 || (c < 2208 ? (c >= 2144 && c <= 2154) : c <= 2228))))))))) : (c <= 2247 || (c < 2674 ? (c < 2524 ? (c < 2447 ? (c < 2392 ? (c < 2365 ? (c >= 2308 && c <= 2361) : (c <= 2365 || c == 2384)) : (c <= 2401 || (c < 2437 ? (c >= 2417 && c <= 2432) : c <= 2444))) : (c <= 2448 || (c < 2486 ? (c < 2474 ? (c >= 2451 && c <= 2472) : (c <= 2480 || c == 2482)) : (c <= 2489 || (c < 2510 ? c == 2493 : c <= 2510))))) : (c <= 2525 || (c < 2602 ? (c < 2565 ? (c < 2544 ? (c >= 2527 && c <= 2529) : (c <= 2545 || c == 2556)) : (c <= 2570 || (c < 2579 ? (c >= 2575 && c <= 2576) : c <= 2600))) : (c <= 2608 || (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654))))))) : (c <= 2676 || (c < 2858 ? (c < 2749 ? (c < 2730 ? (c < 2703 ? (c >= 2693 && c <= 2701) : (c <= 2705 || (c >= 2707 && c <= 2728))) : (c <= 2736 || (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745))) : (c <= 2749 || (c < 2821 ? (c < 2784 ? c == 2768 : (c <= 2785 || c == 2809)) : (c <= 2828 || (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856))))) : (c <= 2864 || (c < 2947 ? (c < 2908 ? (c < 2869 ? (c >= 2866 && c <= 2867) : (c <= 2873 || c == 2877)) : (c <= 2909 || (c < 2929 ? (c >= 2911 && c <= 2913) : c <= 2929))) : (c <= 2947 || (c < 2962 ? (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960) : (c <= 2965 || (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972))))))))))) : (c <= 2975 || (c < 4159 ? (c < 3412 ? (c < 3214 ? (c < 3090 ? (c < 3024 ? (c < 2984 ? (c >= 2979 && c <= 2980) : (c <= 2986 || (c >= 2990 && c <= 3001))) : (c <= 3024 || (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088))) : (c <= 3112 || (c < 3168 ? (c < 3133 ? (c >= 3114 && c <= 3129) : (c <= 3133 || (c >= 3160 && c <= 3162))) : (c <= 3169 || (c < 3205 ? c == 3200 : c <= 3212))))) : (c <= 3216 || (c < 3313 ? (c < 3261 ? (c < 3242 ? (c >= 3218 && c <= 3240) : (c <= 3251 || (c >= 3253 && c <= 3257))) : (c <= 3261 || (c < 3296 ? c == 3294 : c <= 3297))) : (c <= 3314 || (c < 3346 ? (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344) : (c <= 3386 || (c < 3406 ? c == 3389 : c <= 3406))))))) : (c <= 3414 || (c < 3724 ? (c < 3520 ? (c < 3482 ? (c < 3450 ? (c >= 3423 && c <= 3425) : (c <= 3455 || (c >= 3461 && c <= 3478))) : (c <= 3505 || (c < 3517 ? (c >= 3507 && c <= 3515) : c <= 3517))) : (c <= 3526 || (c < 3713 ? (c < 3634 ? (c >= 3585 && c <= 3632) : (c <= 3635 || (c >= 3648 && c <= 3654))) : (c <= 3714 || (c < 3718 ? c == 3716 : c <= 3722))))) : (c <= 3747 || (c < 3804 ? (c < 3773 ? (c < 3751 ? c == 3749 : (c <= 3760 || (c >= 3762 && c <= 3763))) : (c <= 3773 || (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782))) : (c <= 3807 || (c < 3913 ? (c < 3904 ? c == 3840 : c <= 3911) : (c <= 3948 || (c < 4096 ? (c >= 3976 && c <= 3980) : c <= 4138))))))))) : (c <= 4159 || (c < 4888 ? (c < 4688 ? (c < 4238 ? (c < 4197 ? (c < 4186 ? (c >= 4176 && c <= 4181) : (c <= 4189 || c == 4193)) : (c <= 4198 || (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225))) : (c <= 4238 || (c < 4304 ? (c < 4295 ? (c >= 4256 && c <= 4293) : (c <= 4295 || c == 4301)) : (c <= 4346 || (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685))))) : (c <= 4694 || (c < 4792 ? (c < 4746 ? (c < 4698 ? c == 4696 : (c <= 4701 || (c >= 4704 && c <= 4744))) : (c <= 4749 || (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789))) : (c <= 4798 || (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885))))))) : (c <= 4954 || (c < 5998 ? (c < 5792 ? (c < 5121 ? (c < 5024 ? (c >= 4992 && c <= 5007) : (c <= 5109 || (c >= 5112 && c <= 5117))) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5920 ? (c < 5888 ? (c >= 5873 && c <= 5880) : (c <= 5900 || (c >= 5902 && c <= 5905))) : (c <= 5937 || (c < 5984 ? (c >= 5952 && c <= 5969) : c <= 5996))))) : (c <= 6000 || (c < 6314 ? (c < 6176 ? (c < 6103 ? (c >= 6016 && c <= 6067) : (c <= 6103 || c == 6108)) : (c <= 6264 || (c < 6279 ? (c >= 6272 && c <= 6276) : c <= 6312))) : (c <= 6314 || (c < 6480 ? (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430) : (c <= 6509 || (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571))))))))))))) : (c <= 6601 || (c < 43250 ? (c < 8579 ? (c < 8031 ? (c < 7357 ? (c < 7086 ? (c < 6917 ? (c < 6688 ? (c >= 6656 && c <= 6678) : (c <= 6740 || c == 6823)) : (c <= 6963 || (c < 7043 ? (c >= 6981 && c <= 6987) : c <= 7072))) : (c <= 7087 || (c < 7258 ? (c < 7168 ? (c >= 7098 && c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 7960 ? (c < 7418 ? (c < 7406 ? (c >= 7401 && c <= 7404) : (c <= 7411 || (c >= 7413 && c <= 7414))) : (c <= 7418 || (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957))) : (c <= 7965 || (c < 8025 ? (c < 8008 ? (c >= 7968 && c <= 8005) : (c <= 8013 || (c >= 8016 && c <= 8023))) : (c <= 8025 || (c < 8029 ? c == 8027 : c <= 8029))))))) : (c <= 8061 || (c < 8450 ? (c < 8150 ? (c < 8130 ? (c < 8118 ? (c >= 8064 && c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147))) : (c <= 8155 || (c < 8305 ? (c < 8178 ? (c >= 8160 && c <= 8172) : (c <= 8180 || (c >= 8182 && c <= 8188))) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))))) : (c <= 8450 || (c < 8488 ? (c < 8473 ? (c < 8458 ? c == 8455 : (c <= 8467 || c == 8469)) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))) : (c <= 8488 || (c < 8508 ? (c < 8495 ? (c >= 8490 && c <= 8493) : c <= 8505) : (c <= 8511 || (c < 8526 ? (c >= 8517 && c <= 8521) : c <= 8526))))))))) : (c <= 8580 || (c < 12540 ? (c < 11696 ? (c < 11559 ? (c < 11499 ? (c < 11312 ? (c >= 11264 && c <= 11310) : (c <= 11358 || (c >= 11360 && c <= 11492))) : (c <= 11502 || (c < 11520 ? (c >= 11506 && c <= 11507) : c <= 11557))) : (c <= 11559 || (c < 11648 ? (c < 11568 ? c == 11565 : (c <= 11623 || c == 11631)) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))))) : (c <= 11702 || (c < 12293 ? (c < 11728 ? (c < 11712 ? (c >= 11704 && c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 11823 ? (c >= 11736 && c <= 11742) : c <= 11823))) : (c <= 12294 || (c < 12353 ? (c < 12347 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))))))) : (c <= 12543 || (c < 42560 ? (c < 19968 ? (c < 12784 ? (c < 12593 ? (c >= 12549 && c <= 12591) : (c <= 12686 || (c >= 12704 && c <= 12735))) : (c <= 12799 || (c < 19903 ? c == 13312 : c <= 19903))) : (c <= 19968 || (c < 42240 ? (c < 40960 ? c == 40956 : (c <= 42124 || (c >= 42192 && c <= 42237))) : (c <= 42508 || (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539))))) : (c <= 42606 || (c < 42997 ? (c < 42786 ? (c < 42656 ? (c >= 42623 && c <= 42653) : (c <= 42725 || (c >= 42775 && c <= 42783))) : (c <= 42888 || (c < 42946 ? (c >= 42891 && c <= 42943) : c <= 42954))) : (c <= 43009 || (c < 43020 ? (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018) : (c <= 43042 || (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187))))))))))) : (c <= 43255 || (c < 65142 ? (c < 43793 ? (c < 43616 ? (c < 43471 ? (c < 43312 ? (c < 43261 ? c == 43259 : (c <= 43262 || (c >= 43274 && c <= 43301))) : (c <= 43334 || (c < 43396 ? (c >= 43360 && c <= 43388) : c <= 43442))) : (c <= 43471 || (c < 43520 ? (c < 43494 ? (c >= 43488 && c <= 43492) : (c <= 43503 || (c >= 43514 && c <= 43518))) : (c <= 43560 || (c < 43588 ? (c >= 43584 && c <= 43586) : c <= 43595))))) : (c <= 43638 || (c < 43714 ? (c < 43701 ? (c < 43646 ? c == 43642 : (c <= 43695 || c == 43697)) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790))))))) : (c <= 43798 || (c < 64285 ? (c < 55203 ? (c < 43868 ? (c < 43816 ? (c >= 43808 && c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 44032))) : (c <= 55203 || (c < 64112 ? (c < 55243 ? (c >= 55216 && c <= 55238) : (c <= 55291 || (c >= 63744 && c <= 64109))) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))))) : (c <= 64285 || (c < 64326 ? (c < 64318 ? (c < 64298 ? (c >= 64287 && c <= 64296) : (c <= 64310 || (c >= 64312 && c <= 64316))) : (c <= 64318 || (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324))) : (c <= 64433 || (c < 64914 ? (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911) : (c <= 64967 || (c < 65136 ? (c >= 65008 && c <= 65019) : c <= 65140))))))))) : (c <= 65276 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? (c >= 65313 && c <= 65338) : (c <= 65370 || (c >= 65382 && c <= 65470))) : (c <= 65479 || (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495))) : (c <= 65500 || (c < 65596 ? (c < 65549 ? (c >= 65536 && c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629))))) : (c <= 65786 || (c < 66432 ? (c < 66349 ? (c < 66208 ? (c >= 66176 && c <= 66204) : (c <= 66256 || (c >= 66304 && c <= 66335))) : (c <= 66368 || (c < 66384 ? (c >= 66370 && c <= 66377) : c <= 66421))) : (c <= 66461 || (c < 66560 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66717 || (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811))))))) : (c <= 66855 || (c < 67828 ? (c < 67594 ? (c < 67424 ? (c < 67072 ? (c >= 66864 && c <= 66915) : (c <= 67382 || (c >= 67392 && c <= 67413))) : (c <= 67431 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67680 ? (c < 67644 ? (c >= 67639 && c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))))) : (c <= 67829 || (c < 68117 ? (c < 68030 ? (c < 67872 ? (c >= 67840 && c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))) : (c <= 68031 || (c < 68112 ? c == 68096 : c <= 68115))) : (c <= 68119 || (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68309))))))))))))))); } static inline bool sym_identifier_character_set_6(int32_t c) { return (c < 6576 ? (c < 2974 ? (c < 2230 ? (c < 1329 ? (c < 736 ? (c < 170 ? (c < '_' ? (c < '0' ? c == '-' : (c <= '9' || (c >= 'A' && c <= 'Z'))) : (c <= '_' || (c < 's' ? (c >= 'a' && c <= 'q') : c <= 'z'))) : (c <= 170 || (c < 216 ? (c < 186 ? c == 181 : (c <= 186 || (c >= 192 && c <= 214))) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 902 ? (c < 886 ? (c < 750 ? c == 748 : (c <= 750 || (c >= 880 && c <= 884))) : (c <= 887 || (c < 895 ? (c >= 890 && c <= 893) : c <= 895))) : (c <= 902 || (c < 931 ? (c < 908 ? (c >= 904 && c <= 906) : (c <= 908 || (c >= 910 && c <= 929))) : (c <= 1013 || (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327))))))) : (c <= 1366 || (c < 1810 ? (c < 1649 ? (c < 1519 ? (c < 1376 ? c == 1369 : (c <= 1416 || (c >= 1488 && c <= 1514))) : (c <= 1522 || (c < 1646 ? (c >= 1568 && c <= 1610) : c <= 1647))) : (c <= 1747 || (c < 1786 ? (c < 1765 ? c == 1749 : (c <= 1766 || (c >= 1774 && c <= 1775))) : (c <= 1788 || (c < 1808 ? c == 1791 : c <= 1808))))) : (c <= 1839 || (c < 2074 ? (c < 2036 ? (c < 1969 ? (c >= 1869 && c <= 1957) : (c <= 1969 || (c >= 1994 && c <= 2026))) : (c <= 2037 || (c < 2048 ? c == 2042 : c <= 2069))) : (c <= 2074 || (c < 2112 ? (c < 2088 ? c == 2084 : c <= 2088) : (c <= 2136 || (c < 2208 ? (c >= 2144 && c <= 2154) : c <= 2228))))))))) : (c <= 2247 || (c < 2674 ? (c < 2524 ? (c < 2447 ? (c < 2392 ? (c < 2365 ? (c >= 2308 && c <= 2361) : (c <= 2365 || c == 2384)) : (c <= 2401 || (c < 2437 ? (c >= 2417 && c <= 2432) : c <= 2444))) : (c <= 2448 || (c < 2486 ? (c < 2474 ? (c >= 2451 && c <= 2472) : (c <= 2480 || c == 2482)) : (c <= 2489 || (c < 2510 ? c == 2493 : c <= 2510))))) : (c <= 2525 || (c < 2602 ? (c < 2565 ? (c < 2544 ? (c >= 2527 && c <= 2529) : (c <= 2545 || c == 2556)) : (c <= 2570 || (c < 2579 ? (c >= 2575 && c <= 2576) : c <= 2600))) : (c <= 2608 || (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654))))))) : (c <= 2676 || (c < 2858 ? (c < 2749 ? (c < 2730 ? (c < 2703 ? (c >= 2693 && c <= 2701) : (c <= 2705 || (c >= 2707 && c <= 2728))) : (c <= 2736 || (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745))) : (c <= 2749 || (c < 2821 ? (c < 2784 ? c == 2768 : (c <= 2785 || c == 2809)) : (c <= 2828 || (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856))))) : (c <= 2864 || (c < 2947 ? (c < 2908 ? (c < 2869 ? (c >= 2866 && c <= 2867) : (c <= 2873 || c == 2877)) : (c <= 2909 || (c < 2929 ? (c >= 2911 && c <= 2913) : c <= 2929))) : (c <= 2947 || (c < 2962 ? (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960) : (c <= 2965 || (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972))))))))))) : (c <= 2975 || (c < 4159 ? (c < 3412 ? (c < 3214 ? (c < 3090 ? (c < 3024 ? (c < 2984 ? (c >= 2979 && c <= 2980) : (c <= 2986 || (c >= 2990 && c <= 3001))) : (c <= 3024 || (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088))) : (c <= 3112 || (c < 3168 ? (c < 3133 ? (c >= 3114 && c <= 3129) : (c <= 3133 || (c >= 3160 && c <= 3162))) : (c <= 3169 || (c < 3205 ? c == 3200 : c <= 3212))))) : (c <= 3216 || (c < 3313 ? (c < 3261 ? (c < 3242 ? (c >= 3218 && c <= 3240) : (c <= 3251 || (c >= 3253 && c <= 3257))) : (c <= 3261 || (c < 3296 ? c == 3294 : c <= 3297))) : (c <= 3314 || (c < 3346 ? (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344) : (c <= 3386 || (c < 3406 ? c == 3389 : c <= 3406))))))) : (c <= 3414 || (c < 3724 ? (c < 3520 ? (c < 3482 ? (c < 3450 ? (c >= 3423 && c <= 3425) : (c <= 3455 || (c >= 3461 && c <= 3478))) : (c <= 3505 || (c < 3517 ? (c >= 3507 && c <= 3515) : c <= 3517))) : (c <= 3526 || (c < 3713 ? (c < 3634 ? (c >= 3585 && c <= 3632) : (c <= 3635 || (c >= 3648 && c <= 3654))) : (c <= 3714 || (c < 3718 ? c == 3716 : c <= 3722))))) : (c <= 3747 || (c < 3804 ? (c < 3773 ? (c < 3751 ? c == 3749 : (c <= 3760 || (c >= 3762 && c <= 3763))) : (c <= 3773 || (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782))) : (c <= 3807 || (c < 3913 ? (c < 3904 ? c == 3840 : c <= 3911) : (c <= 3948 || (c < 4096 ? (c >= 3976 && c <= 3980) : c <= 4138))))))))) : (c <= 4159 || (c < 4888 ? (c < 4688 ? (c < 4238 ? (c < 4197 ? (c < 4186 ? (c >= 4176 && c <= 4181) : (c <= 4189 || c == 4193)) : (c <= 4198 || (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225))) : (c <= 4238 || (c < 4304 ? (c < 4295 ? (c >= 4256 && c <= 4293) : (c <= 4295 || c == 4301)) : (c <= 4346 || (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685))))) : (c <= 4694 || (c < 4792 ? (c < 4746 ? (c < 4698 ? c == 4696 : (c <= 4701 || (c >= 4704 && c <= 4744))) : (c <= 4749 || (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789))) : (c <= 4798 || (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885))))))) : (c <= 4954 || (c < 5998 ? (c < 5792 ? (c < 5121 ? (c < 5024 ? (c >= 4992 && c <= 5007) : (c <= 5109 || (c >= 5112 && c <= 5117))) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5920 ? (c < 5888 ? (c >= 5873 && c <= 5880) : (c <= 5900 || (c >= 5902 && c <= 5905))) : (c <= 5937 || (c < 5984 ? (c >= 5952 && c <= 5969) : c <= 5996))))) : (c <= 6000 || (c < 6314 ? (c < 6176 ? (c < 6103 ? (c >= 6016 && c <= 6067) : (c <= 6103 || c == 6108)) : (c <= 6264 || (c < 6279 ? (c >= 6272 && c <= 6276) : c <= 6312))) : (c <= 6314 || (c < 6480 ? (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430) : (c <= 6509 || (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571))))))))))))) : (c <= 6601 || (c < 43250 ? (c < 8579 ? (c < 8031 ? (c < 7357 ? (c < 7086 ? (c < 6917 ? (c < 6688 ? (c >= 6656 && c <= 6678) : (c <= 6740 || c == 6823)) : (c <= 6963 || (c < 7043 ? (c >= 6981 && c <= 6987) : c <= 7072))) : (c <= 7087 || (c < 7258 ? (c < 7168 ? (c >= 7098 && c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 7960 ? (c < 7418 ? (c < 7406 ? (c >= 7401 && c <= 7404) : (c <= 7411 || (c >= 7413 && c <= 7414))) : (c <= 7418 || (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957))) : (c <= 7965 || (c < 8025 ? (c < 8008 ? (c >= 7968 && c <= 8005) : (c <= 8013 || (c >= 8016 && c <= 8023))) : (c <= 8025 || (c < 8029 ? c == 8027 : c <= 8029))))))) : (c <= 8061 || (c < 8450 ? (c < 8150 ? (c < 8130 ? (c < 8118 ? (c >= 8064 && c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147))) : (c <= 8155 || (c < 8305 ? (c < 8178 ? (c >= 8160 && c <= 8172) : (c <= 8180 || (c >= 8182 && c <= 8188))) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))))) : (c <= 8450 || (c < 8488 ? (c < 8473 ? (c < 8458 ? c == 8455 : (c <= 8467 || c == 8469)) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))) : (c <= 8488 || (c < 8508 ? (c < 8495 ? (c >= 8490 && c <= 8493) : c <= 8505) : (c <= 8511 || (c < 8526 ? (c >= 8517 && c <= 8521) : c <= 8526))))))))) : (c <= 8580 || (c < 12540 ? (c < 11696 ? (c < 11559 ? (c < 11499 ? (c < 11312 ? (c >= 11264 && c <= 11310) : (c <= 11358 || (c >= 11360 && c <= 11492))) : (c <= 11502 || (c < 11520 ? (c >= 11506 && c <= 11507) : c <= 11557))) : (c <= 11559 || (c < 11648 ? (c < 11568 ? c == 11565 : (c <= 11623 || c == 11631)) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))))) : (c <= 11702 || (c < 12293 ? (c < 11728 ? (c < 11712 ? (c >= 11704 && c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 11823 ? (c >= 11736 && c <= 11742) : c <= 11823))) : (c <= 12294 || (c < 12353 ? (c < 12347 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))))))) : (c <= 12543 || (c < 42560 ? (c < 19968 ? (c < 12784 ? (c < 12593 ? (c >= 12549 && c <= 12591) : (c <= 12686 || (c >= 12704 && c <= 12735))) : (c <= 12799 || (c < 19903 ? c == 13312 : c <= 19903))) : (c <= 19968 || (c < 42240 ? (c < 40960 ? c == 40956 : (c <= 42124 || (c >= 42192 && c <= 42237))) : (c <= 42508 || (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539))))) : (c <= 42606 || (c < 42997 ? (c < 42786 ? (c < 42656 ? (c >= 42623 && c <= 42653) : (c <= 42725 || (c >= 42775 && c <= 42783))) : (c <= 42888 || (c < 42946 ? (c >= 42891 && c <= 42943) : c <= 42954))) : (c <= 43009 || (c < 43020 ? (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018) : (c <= 43042 || (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187))))))))))) : (c <= 43255 || (c < 65142 ? (c < 43793 ? (c < 43616 ? (c < 43471 ? (c < 43312 ? (c < 43261 ? c == 43259 : (c <= 43262 || (c >= 43274 && c <= 43301))) : (c <= 43334 || (c < 43396 ? (c >= 43360 && c <= 43388) : c <= 43442))) : (c <= 43471 || (c < 43520 ? (c < 43494 ? (c >= 43488 && c <= 43492) : (c <= 43503 || (c >= 43514 && c <= 43518))) : (c <= 43560 || (c < 43588 ? (c >= 43584 && c <= 43586) : c <= 43595))))) : (c <= 43638 || (c < 43714 ? (c < 43701 ? (c < 43646 ? c == 43642 : (c <= 43695 || c == 43697)) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790))))))) : (c <= 43798 || (c < 64285 ? (c < 55203 ? (c < 43868 ? (c < 43816 ? (c >= 43808 && c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 44032))) : (c <= 55203 || (c < 64112 ? (c < 55243 ? (c >= 55216 && c <= 55238) : (c <= 55291 || (c >= 63744 && c <= 64109))) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))))) : (c <= 64285 || (c < 64326 ? (c < 64318 ? (c < 64298 ? (c >= 64287 && c <= 64296) : (c <= 64310 || (c >= 64312 && c <= 64316))) : (c <= 64318 || (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324))) : (c <= 64433 || (c < 64914 ? (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911) : (c <= 64967 || (c < 65136 ? (c >= 65008 && c <= 65019) : c <= 65140))))))))) : (c <= 65276 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? (c >= 65313 && c <= 65338) : (c <= 65370 || (c >= 65382 && c <= 65470))) : (c <= 65479 || (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495))) : (c <= 65500 || (c < 65596 ? (c < 65549 ? (c >= 65536 && c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629))))) : (c <= 65786 || (c < 66432 ? (c < 66349 ? (c < 66208 ? (c >= 66176 && c <= 66204) : (c <= 66256 || (c >= 66304 && c <= 66335))) : (c <= 66368 || (c < 66384 ? (c >= 66370 && c <= 66377) : c <= 66421))) : (c <= 66461 || (c < 66560 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66717 || (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811))))))) : (c <= 66855 || (c < 67828 ? (c < 67594 ? (c < 67424 ? (c < 67072 ? (c >= 66864 && c <= 66915) : (c <= 67382 || (c >= 67392 && c <= 67413))) : (c <= 67431 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67680 ? (c < 67644 ? (c >= 67639 && c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))))) : (c <= 67829 || (c < 68117 ? (c < 68030 ? (c < 67872 ? (c >= 67840 && c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))) : (c <= 68031 || (c < 68112 ? c == 68096 : c <= 68115))) : (c <= 68119 || (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68309))))))))))))))); } static inline bool sym_identifier_character_set_7(int32_t c) { return (c < 6576 ? (c < 2974 ? (c < 2230 ? (c < 1329 ? (c < 736 ? (c < 170 ? (c < '_' ? (c < '0' ? c == '-' : (c <= '9' || (c >= 'A' && c <= 'Z'))) : (c <= '_' || (c < 't' ? (c >= 'a' && c <= 'r') : c <= 'z'))) : (c <= 170 || (c < 216 ? (c < 186 ? c == 181 : (c <= 186 || (c >= 192 && c <= 214))) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 902 ? (c < 886 ? (c < 750 ? c == 748 : (c <= 750 || (c >= 880 && c <= 884))) : (c <= 887 || (c < 895 ? (c >= 890 && c <= 893) : c <= 895))) : (c <= 902 || (c < 931 ? (c < 908 ? (c >= 904 && c <= 906) : (c <= 908 || (c >= 910 && c <= 929))) : (c <= 1013 || (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327))))))) : (c <= 1366 || (c < 1810 ? (c < 1649 ? (c < 1519 ? (c < 1376 ? c == 1369 : (c <= 1416 || (c >= 1488 && c <= 1514))) : (c <= 1522 || (c < 1646 ? (c >= 1568 && c <= 1610) : c <= 1647))) : (c <= 1747 || (c < 1786 ? (c < 1765 ? c == 1749 : (c <= 1766 || (c >= 1774 && c <= 1775))) : (c <= 1788 || (c < 1808 ? c == 1791 : c <= 1808))))) : (c <= 1839 || (c < 2074 ? (c < 2036 ? (c < 1969 ? (c >= 1869 && c <= 1957) : (c <= 1969 || (c >= 1994 && c <= 2026))) : (c <= 2037 || (c < 2048 ? c == 2042 : c <= 2069))) : (c <= 2074 || (c < 2112 ? (c < 2088 ? c == 2084 : c <= 2088) : (c <= 2136 || (c < 2208 ? (c >= 2144 && c <= 2154) : c <= 2228))))))))) : (c <= 2247 || (c < 2674 ? (c < 2524 ? (c < 2447 ? (c < 2392 ? (c < 2365 ? (c >= 2308 && c <= 2361) : (c <= 2365 || c == 2384)) : (c <= 2401 || (c < 2437 ? (c >= 2417 && c <= 2432) : c <= 2444))) : (c <= 2448 || (c < 2486 ? (c < 2474 ? (c >= 2451 && c <= 2472) : (c <= 2480 || c == 2482)) : (c <= 2489 || (c < 2510 ? c == 2493 : c <= 2510))))) : (c <= 2525 || (c < 2602 ? (c < 2565 ? (c < 2544 ? (c >= 2527 && c <= 2529) : (c <= 2545 || c == 2556)) : (c <= 2570 || (c < 2579 ? (c >= 2575 && c <= 2576) : c <= 2600))) : (c <= 2608 || (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654))))))) : (c <= 2676 || (c < 2858 ? (c < 2749 ? (c < 2730 ? (c < 2703 ? (c >= 2693 && c <= 2701) : (c <= 2705 || (c >= 2707 && c <= 2728))) : (c <= 2736 || (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745))) : (c <= 2749 || (c < 2821 ? (c < 2784 ? c == 2768 : (c <= 2785 || c == 2809)) : (c <= 2828 || (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856))))) : (c <= 2864 || (c < 2947 ? (c < 2908 ? (c < 2869 ? (c >= 2866 && c <= 2867) : (c <= 2873 || c == 2877)) : (c <= 2909 || (c < 2929 ? (c >= 2911 && c <= 2913) : c <= 2929))) : (c <= 2947 || (c < 2962 ? (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960) : (c <= 2965 || (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972))))))))))) : (c <= 2975 || (c < 4159 ? (c < 3412 ? (c < 3214 ? (c < 3090 ? (c < 3024 ? (c < 2984 ? (c >= 2979 && c <= 2980) : (c <= 2986 || (c >= 2990 && c <= 3001))) : (c <= 3024 || (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088))) : (c <= 3112 || (c < 3168 ? (c < 3133 ? (c >= 3114 && c <= 3129) : (c <= 3133 || (c >= 3160 && c <= 3162))) : (c <= 3169 || (c < 3205 ? c == 3200 : c <= 3212))))) : (c <= 3216 || (c < 3313 ? (c < 3261 ? (c < 3242 ? (c >= 3218 && c <= 3240) : (c <= 3251 || (c >= 3253 && c <= 3257))) : (c <= 3261 || (c < 3296 ? c == 3294 : c <= 3297))) : (c <= 3314 || (c < 3346 ? (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344) : (c <= 3386 || (c < 3406 ? c == 3389 : c <= 3406))))))) : (c <= 3414 || (c < 3724 ? (c < 3520 ? (c < 3482 ? (c < 3450 ? (c >= 3423 && c <= 3425) : (c <= 3455 || (c >= 3461 && c <= 3478))) : (c <= 3505 || (c < 3517 ? (c >= 3507 && c <= 3515) : c <= 3517))) : (c <= 3526 || (c < 3713 ? (c < 3634 ? (c >= 3585 && c <= 3632) : (c <= 3635 || (c >= 3648 && c <= 3654))) : (c <= 3714 || (c < 3718 ? c == 3716 : c <= 3722))))) : (c <= 3747 || (c < 3804 ? (c < 3773 ? (c < 3751 ? c == 3749 : (c <= 3760 || (c >= 3762 && c <= 3763))) : (c <= 3773 || (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782))) : (c <= 3807 || (c < 3913 ? (c < 3904 ? c == 3840 : c <= 3911) : (c <= 3948 || (c < 4096 ? (c >= 3976 && c <= 3980) : c <= 4138))))))))) : (c <= 4159 || (c < 4888 ? (c < 4688 ? (c < 4238 ? (c < 4197 ? (c < 4186 ? (c >= 4176 && c <= 4181) : (c <= 4189 || c == 4193)) : (c <= 4198 || (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225))) : (c <= 4238 || (c < 4304 ? (c < 4295 ? (c >= 4256 && c <= 4293) : (c <= 4295 || c == 4301)) : (c <= 4346 || (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685))))) : (c <= 4694 || (c < 4792 ? (c < 4746 ? (c < 4698 ? c == 4696 : (c <= 4701 || (c >= 4704 && c <= 4744))) : (c <= 4749 || (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789))) : (c <= 4798 || (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885))))))) : (c <= 4954 || (c < 5998 ? (c < 5792 ? (c < 5121 ? (c < 5024 ? (c >= 4992 && c <= 5007) : (c <= 5109 || (c >= 5112 && c <= 5117))) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5920 ? (c < 5888 ? (c >= 5873 && c <= 5880) : (c <= 5900 || (c >= 5902 && c <= 5905))) : (c <= 5937 || (c < 5984 ? (c >= 5952 && c <= 5969) : c <= 5996))))) : (c <= 6000 || (c < 6314 ? (c < 6176 ? (c < 6103 ? (c >= 6016 && c <= 6067) : (c <= 6103 || c == 6108)) : (c <= 6264 || (c < 6279 ? (c >= 6272 && c <= 6276) : c <= 6312))) : (c <= 6314 || (c < 6480 ? (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430) : (c <= 6509 || (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571))))))))))))) : (c <= 6601 || (c < 43250 ? (c < 8579 ? (c < 8031 ? (c < 7357 ? (c < 7086 ? (c < 6917 ? (c < 6688 ? (c >= 6656 && c <= 6678) : (c <= 6740 || c == 6823)) : (c <= 6963 || (c < 7043 ? (c >= 6981 && c <= 6987) : c <= 7072))) : (c <= 7087 || (c < 7258 ? (c < 7168 ? (c >= 7098 && c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 7960 ? (c < 7418 ? (c < 7406 ? (c >= 7401 && c <= 7404) : (c <= 7411 || (c >= 7413 && c <= 7414))) : (c <= 7418 || (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957))) : (c <= 7965 || (c < 8025 ? (c < 8008 ? (c >= 7968 && c <= 8005) : (c <= 8013 || (c >= 8016 && c <= 8023))) : (c <= 8025 || (c < 8029 ? c == 8027 : c <= 8029))))))) : (c <= 8061 || (c < 8450 ? (c < 8150 ? (c < 8130 ? (c < 8118 ? (c >= 8064 && c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147))) : (c <= 8155 || (c < 8305 ? (c < 8178 ? (c >= 8160 && c <= 8172) : (c <= 8180 || (c >= 8182 && c <= 8188))) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))))) : (c <= 8450 || (c < 8488 ? (c < 8473 ? (c < 8458 ? c == 8455 : (c <= 8467 || c == 8469)) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))) : (c <= 8488 || (c < 8508 ? (c < 8495 ? (c >= 8490 && c <= 8493) : c <= 8505) : (c <= 8511 || (c < 8526 ? (c >= 8517 && c <= 8521) : c <= 8526))))))))) : (c <= 8580 || (c < 12540 ? (c < 11696 ? (c < 11559 ? (c < 11499 ? (c < 11312 ? (c >= 11264 && c <= 11310) : (c <= 11358 || (c >= 11360 && c <= 11492))) : (c <= 11502 || (c < 11520 ? (c >= 11506 && c <= 11507) : c <= 11557))) : (c <= 11559 || (c < 11648 ? (c < 11568 ? c == 11565 : (c <= 11623 || c == 11631)) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))))) : (c <= 11702 || (c < 12293 ? (c < 11728 ? (c < 11712 ? (c >= 11704 && c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 11823 ? (c >= 11736 && c <= 11742) : c <= 11823))) : (c <= 12294 || (c < 12353 ? (c < 12347 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))))))) : (c <= 12543 || (c < 42560 ? (c < 19968 ? (c < 12784 ? (c < 12593 ? (c >= 12549 && c <= 12591) : (c <= 12686 || (c >= 12704 && c <= 12735))) : (c <= 12799 || (c < 19903 ? c == 13312 : c <= 19903))) : (c <= 19968 || (c < 42240 ? (c < 40960 ? c == 40956 : (c <= 42124 || (c >= 42192 && c <= 42237))) : (c <= 42508 || (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539))))) : (c <= 42606 || (c < 42997 ? (c < 42786 ? (c < 42656 ? (c >= 42623 && c <= 42653) : (c <= 42725 || (c >= 42775 && c <= 42783))) : (c <= 42888 || (c < 42946 ? (c >= 42891 && c <= 42943) : c <= 42954))) : (c <= 43009 || (c < 43020 ? (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018) : (c <= 43042 || (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187))))))))))) : (c <= 43255 || (c < 65142 ? (c < 43793 ? (c < 43616 ? (c < 43471 ? (c < 43312 ? (c < 43261 ? c == 43259 : (c <= 43262 || (c >= 43274 && c <= 43301))) : (c <= 43334 || (c < 43396 ? (c >= 43360 && c <= 43388) : c <= 43442))) : (c <= 43471 || (c < 43520 ? (c < 43494 ? (c >= 43488 && c <= 43492) : (c <= 43503 || (c >= 43514 && c <= 43518))) : (c <= 43560 || (c < 43588 ? (c >= 43584 && c <= 43586) : c <= 43595))))) : (c <= 43638 || (c < 43714 ? (c < 43701 ? (c < 43646 ? c == 43642 : (c <= 43695 || c == 43697)) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790))))))) : (c <= 43798 || (c < 64285 ? (c < 55203 ? (c < 43868 ? (c < 43816 ? (c >= 43808 && c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 44032))) : (c <= 55203 || (c < 64112 ? (c < 55243 ? (c >= 55216 && c <= 55238) : (c <= 55291 || (c >= 63744 && c <= 64109))) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))))) : (c <= 64285 || (c < 64326 ? (c < 64318 ? (c < 64298 ? (c >= 64287 && c <= 64296) : (c <= 64310 || (c >= 64312 && c <= 64316))) : (c <= 64318 || (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324))) : (c <= 64433 || (c < 64914 ? (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911) : (c <= 64967 || (c < 65136 ? (c >= 65008 && c <= 65019) : c <= 65140))))))))) : (c <= 65276 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? (c >= 65313 && c <= 65338) : (c <= 65370 || (c >= 65382 && c <= 65470))) : (c <= 65479 || (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495))) : (c <= 65500 || (c < 65596 ? (c < 65549 ? (c >= 65536 && c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629))))) : (c <= 65786 || (c < 66432 ? (c < 66349 ? (c < 66208 ? (c >= 66176 && c <= 66204) : (c <= 66256 || (c >= 66304 && c <= 66335))) : (c <= 66368 || (c < 66384 ? (c >= 66370 && c <= 66377) : c <= 66421))) : (c <= 66461 || (c < 66560 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66717 || (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811))))))) : (c <= 66855 || (c < 67828 ? (c < 67594 ? (c < 67424 ? (c < 67072 ? (c >= 66864 && c <= 66915) : (c <= 67382 || (c >= 67392 && c <= 67413))) : (c <= 67431 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67680 ? (c < 67644 ? (c >= 67639 && c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))))) : (c <= 67829 || (c < 68117 ? (c < 68030 ? (c < 67872 ? (c >= 67840 && c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))) : (c <= 68031 || (c < 68112 ? c == 68096 : c <= 68115))) : (c <= 68119 || (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68309))))))))))))))); } static inline bool sym_identifier_character_set_8(int32_t c) { return (c < 6576 ? (c < 2974 ? (c < 2230 ? (c < 1329 ? (c < 736 ? (c < 170 ? (c < '_' ? (c < '0' ? c == '-' : (c <= '9' || (c >= 'A' && c <= 'Z'))) : (c <= '_' || (c < 'v' ? (c >= 'a' && c <= 't') : c <= 'z'))) : (c <= 170 || (c < 216 ? (c < 186 ? c == 181 : (c <= 186 || (c >= 192 && c <= 214))) : (c <= 246 || (c < 710 ? (c >= 248 && c <= 705) : c <= 721))))) : (c <= 740 || (c < 902 ? (c < 886 ? (c < 750 ? c == 748 : (c <= 750 || (c >= 880 && c <= 884))) : (c <= 887 || (c < 895 ? (c >= 890 && c <= 893) : c <= 895))) : (c <= 902 || (c < 931 ? (c < 908 ? (c >= 904 && c <= 906) : (c <= 908 || (c >= 910 && c <= 929))) : (c <= 1013 || (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327))))))) : (c <= 1366 || (c < 1810 ? (c < 1649 ? (c < 1519 ? (c < 1376 ? c == 1369 : (c <= 1416 || (c >= 1488 && c <= 1514))) : (c <= 1522 || (c < 1646 ? (c >= 1568 && c <= 1610) : c <= 1647))) : (c <= 1747 || (c < 1786 ? (c < 1765 ? c == 1749 : (c <= 1766 || (c >= 1774 && c <= 1775))) : (c <= 1788 || (c < 1808 ? c == 1791 : c <= 1808))))) : (c <= 1839 || (c < 2074 ? (c < 2036 ? (c < 1969 ? (c >= 1869 && c <= 1957) : (c <= 1969 || (c >= 1994 && c <= 2026))) : (c <= 2037 || (c < 2048 ? c == 2042 : c <= 2069))) : (c <= 2074 || (c < 2112 ? (c < 2088 ? c == 2084 : c <= 2088) : (c <= 2136 || (c < 2208 ? (c >= 2144 && c <= 2154) : c <= 2228))))))))) : (c <= 2247 || (c < 2674 ? (c < 2524 ? (c < 2447 ? (c < 2392 ? (c < 2365 ? (c >= 2308 && c <= 2361) : (c <= 2365 || c == 2384)) : (c <= 2401 || (c < 2437 ? (c >= 2417 && c <= 2432) : c <= 2444))) : (c <= 2448 || (c < 2486 ? (c < 2474 ? (c >= 2451 && c <= 2472) : (c <= 2480 || c == 2482)) : (c <= 2489 || (c < 2510 ? c == 2493 : c <= 2510))))) : (c <= 2525 || (c < 2602 ? (c < 2565 ? (c < 2544 ? (c >= 2527 && c <= 2529) : (c <= 2545 || c == 2556)) : (c <= 2570 || (c < 2579 ? (c >= 2575 && c <= 2576) : c <= 2600))) : (c <= 2608 || (c < 2616 ? (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614) : (c <= 2617 || (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654))))))) : (c <= 2676 || (c < 2858 ? (c < 2749 ? (c < 2730 ? (c < 2703 ? (c >= 2693 && c <= 2701) : (c <= 2705 || (c >= 2707 && c <= 2728))) : (c <= 2736 || (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745))) : (c <= 2749 || (c < 2821 ? (c < 2784 ? c == 2768 : (c <= 2785 || c == 2809)) : (c <= 2828 || (c < 2835 ? (c >= 2831 && c <= 2832) : c <= 2856))))) : (c <= 2864 || (c < 2947 ? (c < 2908 ? (c < 2869 ? (c >= 2866 && c <= 2867) : (c <= 2873 || c == 2877)) : (c <= 2909 || (c < 2929 ? (c >= 2911 && c <= 2913) : c <= 2929))) : (c <= 2947 || (c < 2962 ? (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960) : (c <= 2965 || (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972))))))))))) : (c <= 2975 || (c < 4159 ? (c < 3412 ? (c < 3214 ? (c < 3090 ? (c < 3024 ? (c < 2984 ? (c >= 2979 && c <= 2980) : (c <= 2986 || (c >= 2990 && c <= 3001))) : (c <= 3024 || (c < 3086 ? (c >= 3077 && c <= 3084) : c <= 3088))) : (c <= 3112 || (c < 3168 ? (c < 3133 ? (c >= 3114 && c <= 3129) : (c <= 3133 || (c >= 3160 && c <= 3162))) : (c <= 3169 || (c < 3205 ? c == 3200 : c <= 3212))))) : (c <= 3216 || (c < 3313 ? (c < 3261 ? (c < 3242 ? (c >= 3218 && c <= 3240) : (c <= 3251 || (c >= 3253 && c <= 3257))) : (c <= 3261 || (c < 3296 ? c == 3294 : c <= 3297))) : (c <= 3314 || (c < 3346 ? (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344) : (c <= 3386 || (c < 3406 ? c == 3389 : c <= 3406))))))) : (c <= 3414 || (c < 3724 ? (c < 3520 ? (c < 3482 ? (c < 3450 ? (c >= 3423 && c <= 3425) : (c <= 3455 || (c >= 3461 && c <= 3478))) : (c <= 3505 || (c < 3517 ? (c >= 3507 && c <= 3515) : c <= 3517))) : (c <= 3526 || (c < 3713 ? (c < 3634 ? (c >= 3585 && c <= 3632) : (c <= 3635 || (c >= 3648 && c <= 3654))) : (c <= 3714 || (c < 3718 ? c == 3716 : c <= 3722))))) : (c <= 3747 || (c < 3804 ? (c < 3773 ? (c < 3751 ? c == 3749 : (c <= 3760 || (c >= 3762 && c <= 3763))) : (c <= 3773 || (c < 3782 ? (c >= 3776 && c <= 3780) : c <= 3782))) : (c <= 3807 || (c < 3913 ? (c < 3904 ? c == 3840 : c <= 3911) : (c <= 3948 || (c < 4096 ? (c >= 3976 && c <= 3980) : c <= 4138))))))))) : (c <= 4159 || (c < 4888 ? (c < 4688 ? (c < 4238 ? (c < 4197 ? (c < 4186 ? (c >= 4176 && c <= 4181) : (c <= 4189 || c == 4193)) : (c <= 4198 || (c < 4213 ? (c >= 4206 && c <= 4208) : c <= 4225))) : (c <= 4238 || (c < 4304 ? (c < 4295 ? (c >= 4256 && c <= 4293) : (c <= 4295 || c == 4301)) : (c <= 4346 || (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685))))) : (c <= 4694 || (c < 4792 ? (c < 4746 ? (c < 4698 ? c == 4696 : (c <= 4701 || (c >= 4704 && c <= 4744))) : (c <= 4749 || (c < 4786 ? (c >= 4752 && c <= 4784) : c <= 4789))) : (c <= 4798 || (c < 4808 ? (c < 4802 ? c == 4800 : c <= 4805) : (c <= 4822 || (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885))))))) : (c <= 4954 || (c < 5998 ? (c < 5792 ? (c < 5121 ? (c < 5024 ? (c >= 4992 && c <= 5007) : (c <= 5109 || (c >= 5112 && c <= 5117))) : (c <= 5740 || (c < 5761 ? (c >= 5743 && c <= 5759) : c <= 5786))) : (c <= 5866 || (c < 5920 ? (c < 5888 ? (c >= 5873 && c <= 5880) : (c <= 5900 || (c >= 5902 && c <= 5905))) : (c <= 5937 || (c < 5984 ? (c >= 5952 && c <= 5969) : c <= 5996))))) : (c <= 6000 || (c < 6314 ? (c < 6176 ? (c < 6103 ? (c >= 6016 && c <= 6067) : (c <= 6103 || c == 6108)) : (c <= 6264 || (c < 6279 ? (c >= 6272 && c <= 6276) : c <= 6312))) : (c <= 6314 || (c < 6480 ? (c < 6400 ? (c >= 6320 && c <= 6389) : c <= 6430) : (c <= 6509 || (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571))))))))))))) : (c <= 6601 || (c < 43250 ? (c < 8579 ? (c < 8031 ? (c < 7357 ? (c < 7086 ? (c < 6917 ? (c < 6688 ? (c >= 6656 && c <= 6678) : (c <= 6740 || c == 6823)) : (c <= 6963 || (c < 7043 ? (c >= 6981 && c <= 6987) : c <= 7072))) : (c <= 7087 || (c < 7258 ? (c < 7168 ? (c >= 7098 && c <= 7141) : (c <= 7203 || (c >= 7245 && c <= 7247))) : (c <= 7293 || (c < 7312 ? (c >= 7296 && c <= 7304) : c <= 7354))))) : (c <= 7359 || (c < 7960 ? (c < 7418 ? (c < 7406 ? (c >= 7401 && c <= 7404) : (c <= 7411 || (c >= 7413 && c <= 7414))) : (c <= 7418 || (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957))) : (c <= 7965 || (c < 8025 ? (c < 8008 ? (c >= 7968 && c <= 8005) : (c <= 8013 || (c >= 8016 && c <= 8023))) : (c <= 8025 || (c < 8029 ? c == 8027 : c <= 8029))))))) : (c <= 8061 || (c < 8450 ? (c < 8150 ? (c < 8130 ? (c < 8118 ? (c >= 8064 && c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147))) : (c <= 8155 || (c < 8305 ? (c < 8178 ? (c >= 8160 && c <= 8172) : (c <= 8180 || (c >= 8182 && c <= 8188))) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))))) : (c <= 8450 || (c < 8488 ? (c < 8473 ? (c < 8458 ? c == 8455 : (c <= 8467 || c == 8469)) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))) : (c <= 8488 || (c < 8508 ? (c < 8495 ? (c >= 8490 && c <= 8493) : c <= 8505) : (c <= 8511 || (c < 8526 ? (c >= 8517 && c <= 8521) : c <= 8526))))))))) : (c <= 8580 || (c < 12540 ? (c < 11696 ? (c < 11559 ? (c < 11499 ? (c < 11312 ? (c >= 11264 && c <= 11310) : (c <= 11358 || (c >= 11360 && c <= 11492))) : (c <= 11502 || (c < 11520 ? (c >= 11506 && c <= 11507) : c <= 11557))) : (c <= 11559 || (c < 11648 ? (c < 11568 ? c == 11565 : (c <= 11623 || c == 11631)) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))))) : (c <= 11702 || (c < 12293 ? (c < 11728 ? (c < 11712 ? (c >= 11704 && c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 11823 ? (c >= 11736 && c <= 11742) : c <= 11823))) : (c <= 12294 || (c < 12353 ? (c < 12347 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))))))) : (c <= 12543 || (c < 42560 ? (c < 19968 ? (c < 12784 ? (c < 12593 ? (c >= 12549 && c <= 12591) : (c <= 12686 || (c >= 12704 && c <= 12735))) : (c <= 12799 || (c < 19903 ? c == 13312 : c <= 19903))) : (c <= 19968 || (c < 42240 ? (c < 40960 ? c == 40956 : (c <= 42124 || (c >= 42192 && c <= 42237))) : (c <= 42508 || (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539))))) : (c <= 42606 || (c < 42997 ? (c < 42786 ? (c < 42656 ? (c >= 42623 && c <= 42653) : (c <= 42725 || (c >= 42775 && c <= 42783))) : (c <= 42888 || (c < 42946 ? (c >= 42891 && c <= 42943) : c <= 42954))) : (c <= 43009 || (c < 43020 ? (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018) : (c <= 43042 || (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187))))))))))) : (c <= 43255 || (c < 65142 ? (c < 43793 ? (c < 43616 ? (c < 43471 ? (c < 43312 ? (c < 43261 ? c == 43259 : (c <= 43262 || (c >= 43274 && c <= 43301))) : (c <= 43334 || (c < 43396 ? (c >= 43360 && c <= 43388) : c <= 43442))) : (c <= 43471 || (c < 43520 ? (c < 43494 ? (c >= 43488 && c <= 43492) : (c <= 43503 || (c >= 43514 && c <= 43518))) : (c <= 43560 || (c < 43588 ? (c >= 43584 && c <= 43586) : c <= 43595))))) : (c <= 43638 || (c < 43714 ? (c < 43701 ? (c < 43646 ? c == 43642 : (c <= 43695 || c == 43697)) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790))))))) : (c <= 43798 || (c < 64285 ? (c < 55203 ? (c < 43868 ? (c < 43816 ? (c >= 43808 && c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 44032))) : (c <= 55203 || (c < 64112 ? (c < 55243 ? (c >= 55216 && c <= 55238) : (c <= 55291 || (c >= 63744 && c <= 64109))) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))))) : (c <= 64285 || (c < 64326 ? (c < 64318 ? (c < 64298 ? (c >= 64287 && c <= 64296) : (c <= 64310 || (c >= 64312 && c <= 64316))) : (c <= 64318 || (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324))) : (c <= 64433 || (c < 64914 ? (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911) : (c <= 64967 || (c < 65136 ? (c >= 65008 && c <= 65019) : c <= 65140))))))))) : (c <= 65276 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? (c >= 65313 && c <= 65338) : (c <= 65370 || (c >= 65382 && c <= 65470))) : (c <= 65479 || (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495))) : (c <= 65500 || (c < 65596 ? (c < 65549 ? (c >= 65536 && c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629))))) : (c <= 65786 || (c < 66432 ? (c < 66349 ? (c < 66208 ? (c >= 66176 && c <= 66204) : (c <= 66256 || (c >= 66304 && c <= 66335))) : (c <= 66368 || (c < 66384 ? (c >= 66370 && c <= 66377) : c <= 66421))) : (c <= 66461 || (c < 66560 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66717 || (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811))))))) : (c <= 66855 || (c < 67828 ? (c < 67594 ? (c < 67424 ? (c < 67072 ? (c >= 66864 && c <= 66915) : (c <= 67382 || (c >= 67392 && c <= 67413))) : (c <= 67431 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67680 ? (c < 67644 ? (c >= 67639 && c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))))) : (c <= 67829 || (c < 68117 ? (c < 68030 ? (c < 67872 ? (c >= 67840 && c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))) : (c <= 68031 || (c < 68112 ? c == 68096 : c <= 68115))) : (c <= 68119 || (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68309))))))))))))))); } static inline bool sym_identifier_character_set_9(int32_t c) { return (c < 6656 ? (c < 2979 ? (c < 2308 ? (c < 1369 ? (c < 748 ? (c < 181 ? (c < '_' ? (c < '0' ? c == '-' : (c <= '9' || (c >= 'A' && c <= 'Z'))) : (c <= '_' || (c < 170 ? (c >= 'b' && c <= 'z') : c <= 170))) : (c <= 181 || (c < 248 ? (c < 192 ? c == 186 : (c <= 214 || (c >= 216 && c <= 246))) : (c <= 705 || (c < 736 ? (c >= 710 && c <= 721) : c <= 740))))) : (c <= 748 || (c < 904 ? (c < 890 ? (c < 880 ? c == 750 : (c <= 884 || (c >= 886 && c <= 887))) : (c <= 893 || (c < 902 ? c == 895 : c <= 902))) : (c <= 906 || (c < 1015 ? (c < 910 ? c == 908 : (c <= 929 || (c >= 931 && c <= 1013))) : (c <= 1153 || (c < 1329 ? (c >= 1162 && c <= 1327) : c <= 1366))))))) : (c <= 1369 || (c < 1869 ? (c < 1749 ? (c < 1568 ? (c < 1488 ? (c >= 1376 && c <= 1416) : (c <= 1514 || (c >= 1519 && c <= 1522))) : (c <= 1610 || (c < 1649 ? (c >= 1646 && c <= 1647) : c <= 1747))) : (c <= 1749 || (c < 1791 ? (c < 1774 ? (c >= 1765 && c <= 1766) : (c <= 1775 || (c >= 1786 && c <= 1788))) : (c <= 1791 || (c < 1810 ? c == 1808 : c <= 1839))))) : (c <= 1957 || (c < 2084 ? (c < 2042 ? (c < 1994 ? c == 1969 : (c <= 2026 || (c >= 2036 && c <= 2037))) : (c <= 2042 || (c < 2074 ? (c >= 2048 && c <= 2069) : c <= 2074))) : (c <= 2084 || (c < 2144 ? (c < 2112 ? c == 2088 : c <= 2136) : (c <= 2154 || (c < 2230 ? (c >= 2208 && c <= 2228) : c <= 2247))))))))) : (c <= 2361 || (c < 2693 ? (c < 2527 ? (c < 2451 ? (c < 2417 ? (c < 2384 ? c == 2365 : (c <= 2384 || (c >= 2392 && c <= 2401))) : (c <= 2432 || (c < 2447 ? (c >= 2437 && c <= 2444) : c <= 2448))) : (c <= 2472 || (c < 2493 ? (c < 2482 ? (c >= 2474 && c <= 2480) : (c <= 2482 || (c >= 2486 && c <= 2489))) : (c <= 2493 || (c < 2524 ? c == 2510 : c <= 2525))))) : (c <= 2529 || (c < 2610 ? (c < 2575 ? (c < 2556 ? (c >= 2544 && c <= 2545) : (c <= 2556 || (c >= 2565 && c <= 2570))) : (c <= 2576 || (c < 2602 ? (c >= 2579 && c <= 2600) : c <= 2608))) : (c <= 2611 || (c < 2649 ? (c < 2616 ? (c >= 2613 && c <= 2614) : c <= 2617) : (c <= 2652 || (c < 2674 ? c == 2654 : c <= 2676))))))) : (c <= 2701 || (c < 2866 ? (c < 2768 ? (c < 2738 ? (c < 2707 ? (c >= 2703 && c <= 2705) : (c <= 2728 || (c >= 2730 && c <= 2736))) : (c <= 2739 || (c < 2749 ? (c >= 2741 && c <= 2745) : c <= 2749))) : (c <= 2768 || (c < 2831 ? (c < 2809 ? (c >= 2784 && c <= 2785) : (c <= 2809 || (c >= 2821 && c <= 2828))) : (c <= 2832 || (c < 2858 ? (c >= 2835 && c <= 2856) : c <= 2864))))) : (c <= 2867 || (c < 2949 ? (c < 2911 ? (c < 2877 ? (c >= 2869 && c <= 2873) : (c <= 2877 || (c >= 2908 && c <= 2909))) : (c <= 2913 || (c < 2947 ? c == 2929 : c <= 2947))) : (c <= 2954 || (c < 2969 ? (c < 2962 ? (c >= 2958 && c <= 2960) : c <= 2965) : (c <= 2970 || (c < 2974 ? c == 2972 : c <= 2975))))))))))) : (c <= 2980 || (c < 4176 ? (c < 3423 ? (c < 3218 ? (c < 3114 ? (c < 3077 ? (c < 2990 ? (c >= 2984 && c <= 2986) : (c <= 3001 || c == 3024)) : (c <= 3084 || (c < 3090 ? (c >= 3086 && c <= 3088) : c <= 3112))) : (c <= 3129 || (c < 3200 ? (c < 3160 ? c == 3133 : (c <= 3162 || (c >= 3168 && c <= 3169))) : (c <= 3200 || (c < 3214 ? (c >= 3205 && c <= 3212) : c <= 3216))))) : (c <= 3240 || (c < 3332 ? (c < 3294 ? (c < 3253 ? (c >= 3242 && c <= 3251) : (c <= 3257 || c == 3261)) : (c <= 3294 || (c < 3313 ? (c >= 3296 && c <= 3297) : c <= 3314))) : (c <= 3340 || (c < 3389 ? (c < 3346 ? (c >= 3342 && c <= 3344) : c <= 3386) : (c <= 3389 || (c < 3412 ? c == 3406 : c <= 3414))))))) : (c <= 3425 || (c < 3749 ? (c < 3585 ? (c < 3507 ? (c < 3461 ? (c >= 3450 && c <= 3455) : (c <= 3478 || (c >= 3482 && c <= 3505))) : (c <= 3515 || (c < 3520 ? c == 3517 : c <= 3526))) : (c <= 3632 || (c < 3716 ? (c < 3648 ? (c >= 3634 && c <= 3635) : (c <= 3654 || (c >= 3713 && c <= 3714))) : (c <= 3716 || (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747))))) : (c <= 3749 || (c < 3840 ? (c < 3776 ? (c < 3762 ? (c >= 3751 && c <= 3760) : (c <= 3763 || c == 3773)) : (c <= 3780 || (c < 3804 ? c == 3782 : c <= 3807))) : (c <= 3840 || (c < 3976 ? (c < 3913 ? (c >= 3904 && c <= 3911) : c <= 3948) : (c <= 3980 || (c < 4159 ? (c >= 4096 && c <= 4138) : c <= 4159))))))))) : (c <= 4181 || (c < 4992 ? (c < 4696 ? (c < 4256 ? (c < 4206 ? (c < 4193 ? (c >= 4186 && c <= 4189) : (c <= 4193 || (c >= 4197 && c <= 4198))) : (c <= 4208 || (c < 4238 ? (c >= 4213 && c <= 4225) : c <= 4238))) : (c <= 4293 || (c < 4348 ? (c < 4301 ? c == 4295 : (c <= 4301 || (c >= 4304 && c <= 4346))) : (c <= 4680 || (c < 4688 ? (c >= 4682 && c <= 4685) : c <= 4694))))) : (c <= 4696 || (c < 4800 ? (c < 4752 ? (c < 4704 ? (c >= 4698 && c <= 4701) : (c <= 4744 || (c >= 4746 && c <= 4749))) : (c <= 4784 || (c < 4792 ? (c >= 4786 && c <= 4789) : c <= 4798))) : (c <= 4800 || (c < 4824 ? (c < 4808 ? (c >= 4802 && c <= 4805) : c <= 4822) : (c <= 4880 || (c < 4888 ? (c >= 4882 && c <= 4885) : c <= 4954))))))) : (c <= 5007 || (c < 6016 ? (c < 5873 ? (c < 5743 ? (c < 5112 ? (c >= 5024 && c <= 5109) : (c <= 5117 || (c >= 5121 && c <= 5740))) : (c <= 5759 || (c < 5792 ? (c >= 5761 && c <= 5786) : c <= 5866))) : (c <= 5880 || (c < 5952 ? (c < 5902 ? (c >= 5888 && c <= 5900) : (c <= 5905 || (c >= 5920 && c <= 5937))) : (c <= 5969 || (c < 5998 ? (c >= 5984 && c <= 5996) : c <= 6000))))) : (c <= 6067 || (c < 6320 ? (c < 6272 ? (c < 6108 ? c == 6103 : (c <= 6108 || (c >= 6176 && c <= 6264))) : (c <= 6276 || (c < 6314 ? (c >= 6279 && c <= 6312) : c <= 6314))) : (c <= 6389 || (c < 6512 ? (c < 6480 ? (c >= 6400 && c <= 6430) : c <= 6509) : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601))))))))))))) : (c <= 6678 || (c < 43250 ? (c < 8579 ? (c < 8031 ? (c < 7401 ? (c < 7098 ? (c < 6981 ? (c < 6823 ? (c >= 6688 && c <= 6740) : (c <= 6823 || (c >= 6917 && c <= 6963))) : (c <= 6987 || (c < 7086 ? (c >= 7043 && c <= 7072) : c <= 7087))) : (c <= 7141 || (c < 7296 ? (c < 7245 ? (c >= 7168 && c <= 7203) : (c <= 7247 || (c >= 7258 && c <= 7293))) : (c <= 7304 || (c < 7357 ? (c >= 7312 && c <= 7354) : c <= 7359))))) : (c <= 7404 || (c < 7968 ? (c < 7424 ? (c < 7413 ? (c >= 7406 && c <= 7411) : (c <= 7414 || c == 7418)) : (c <= 7615 || (c < 7960 ? (c >= 7680 && c <= 7957) : c <= 7965))) : (c <= 8005 || (c < 8025 ? (c < 8016 ? (c >= 8008 && c <= 8013) : c <= 8023) : (c <= 8025 || (c < 8029 ? c == 8027 : c <= 8029))))))) : (c <= 8061 || (c < 8450 ? (c < 8150 ? (c < 8130 ? (c < 8118 ? (c >= 8064 && c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147))) : (c <= 8155 || (c < 8305 ? (c < 8178 ? (c >= 8160 && c <= 8172) : (c <= 8180 || (c >= 8182 && c <= 8188))) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))))) : (c <= 8450 || (c < 8488 ? (c < 8473 ? (c < 8458 ? c == 8455 : (c <= 8467 || c == 8469)) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))) : (c <= 8488 || (c < 8508 ? (c < 8495 ? (c >= 8490 && c <= 8493) : c <= 8505) : (c <= 8511 || (c < 8526 ? (c >= 8517 && c <= 8521) : c <= 8526))))))))) : (c <= 8580 || (c < 12540 ? (c < 11696 ? (c < 11559 ? (c < 11499 ? (c < 11312 ? (c >= 11264 && c <= 11310) : (c <= 11358 || (c >= 11360 && c <= 11492))) : (c <= 11502 || (c < 11520 ? (c >= 11506 && c <= 11507) : c <= 11557))) : (c <= 11559 || (c < 11648 ? (c < 11568 ? c == 11565 : (c <= 11623 || c == 11631)) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))))) : (c <= 11702 || (c < 12293 ? (c < 11728 ? (c < 11712 ? (c >= 11704 && c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 11823 ? (c >= 11736 && c <= 11742) : c <= 11823))) : (c <= 12294 || (c < 12353 ? (c < 12347 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))))))) : (c <= 12543 || (c < 42560 ? (c < 19968 ? (c < 12784 ? (c < 12593 ? (c >= 12549 && c <= 12591) : (c <= 12686 || (c >= 12704 && c <= 12735))) : (c <= 12799 || (c < 19903 ? c == 13312 : c <= 19903))) : (c <= 19968 || (c < 42240 ? (c < 40960 ? c == 40956 : (c <= 42124 || (c >= 42192 && c <= 42237))) : (c <= 42508 || (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539))))) : (c <= 42606 || (c < 42997 ? (c < 42786 ? (c < 42656 ? (c >= 42623 && c <= 42653) : (c <= 42725 || (c >= 42775 && c <= 42783))) : (c <= 42888 || (c < 42946 ? (c >= 42891 && c <= 42943) : c <= 42954))) : (c <= 43009 || (c < 43020 ? (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018) : (c <= 43042 || (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187))))))))))) : (c <= 43255 || (c < 65142 ? (c < 43793 ? (c < 43616 ? (c < 43471 ? (c < 43312 ? (c < 43261 ? c == 43259 : (c <= 43262 || (c >= 43274 && c <= 43301))) : (c <= 43334 || (c < 43396 ? (c >= 43360 && c <= 43388) : c <= 43442))) : (c <= 43471 || (c < 43520 ? (c < 43494 ? (c >= 43488 && c <= 43492) : (c <= 43503 || (c >= 43514 && c <= 43518))) : (c <= 43560 || (c < 43588 ? (c >= 43584 && c <= 43586) : c <= 43595))))) : (c <= 43638 || (c < 43714 ? (c < 43701 ? (c < 43646 ? c == 43642 : (c <= 43695 || c == 43697)) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790))))))) : (c <= 43798 || (c < 64285 ? (c < 55203 ? (c < 43868 ? (c < 43816 ? (c >= 43808 && c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 44032))) : (c <= 55203 || (c < 64112 ? (c < 55243 ? (c >= 55216 && c <= 55238) : (c <= 55291 || (c >= 63744 && c <= 64109))) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))))) : (c <= 64285 || (c < 64326 ? (c < 64318 ? (c < 64298 ? (c >= 64287 && c <= 64296) : (c <= 64310 || (c >= 64312 && c <= 64316))) : (c <= 64318 || (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324))) : (c <= 64433 || (c < 64914 ? (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911) : (c <= 64967 || (c < 65136 ? (c >= 65008 && c <= 65019) : c <= 65140))))))))) : (c <= 65276 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? (c >= 65313 && c <= 65338) : (c <= 65370 || (c >= 65382 && c <= 65470))) : (c <= 65479 || (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495))) : (c <= 65500 || (c < 65596 ? (c < 65549 ? (c >= 65536 && c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629))))) : (c <= 65786 || (c < 66432 ? (c < 66349 ? (c < 66208 ? (c >= 66176 && c <= 66204) : (c <= 66256 || (c >= 66304 && c <= 66335))) : (c <= 66368 || (c < 66384 ? (c >= 66370 && c <= 66377) : c <= 66421))) : (c <= 66461 || (c < 66560 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66717 || (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811))))))) : (c <= 66855 || (c < 67828 ? (c < 67594 ? (c < 67424 ? (c < 67072 ? (c >= 66864 && c <= 66915) : (c <= 67382 || (c >= 67392 && c <= 67413))) : (c <= 67431 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67680 ? (c < 67644 ? (c >= 67639 && c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))))) : (c <= 67829 || (c < 68117 ? (c < 68030 ? (c < 67872 ? (c >= 67840 && c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))) : (c <= 68031 || (c < 68112 ? c == 68096 : c <= 68115))) : (c <= 68119 || (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68309))))))))))))))); } static inline bool sym_identifier_character_set_10(int32_t c) { return (c < 6656 ? (c < 2979 ? (c < 2308 ? (c < 1369 ? (c < 748 ? (c < 181 ? (c < '_' ? (c < '0' ? c == '-' : (c <= '9' || (c >= 'A' && c <= 'Z'))) : (c <= '_' || (c < 170 ? (c >= 'a' && c <= 'z') : c <= 170))) : (c <= 181 || (c < 248 ? (c < 192 ? c == 186 : (c <= 214 || (c >= 216 && c <= 246))) : (c <= 705 || (c < 736 ? (c >= 710 && c <= 721) : c <= 740))))) : (c <= 748 || (c < 904 ? (c < 890 ? (c < 880 ? c == 750 : (c <= 884 || (c >= 886 && c <= 887))) : (c <= 893 || (c < 902 ? c == 895 : c <= 902))) : (c <= 906 || (c < 1015 ? (c < 910 ? c == 908 : (c <= 929 || (c >= 931 && c <= 1013))) : (c <= 1153 || (c < 1329 ? (c >= 1162 && c <= 1327) : c <= 1366))))))) : (c <= 1369 || (c < 1869 ? (c < 1749 ? (c < 1568 ? (c < 1488 ? (c >= 1376 && c <= 1416) : (c <= 1514 || (c >= 1519 && c <= 1522))) : (c <= 1610 || (c < 1649 ? (c >= 1646 && c <= 1647) : c <= 1747))) : (c <= 1749 || (c < 1791 ? (c < 1774 ? (c >= 1765 && c <= 1766) : (c <= 1775 || (c >= 1786 && c <= 1788))) : (c <= 1791 || (c < 1810 ? c == 1808 : c <= 1839))))) : (c <= 1957 || (c < 2084 ? (c < 2042 ? (c < 1994 ? c == 1969 : (c <= 2026 || (c >= 2036 && c <= 2037))) : (c <= 2042 || (c < 2074 ? (c >= 2048 && c <= 2069) : c <= 2074))) : (c <= 2084 || (c < 2144 ? (c < 2112 ? c == 2088 : c <= 2136) : (c <= 2154 || (c < 2230 ? (c >= 2208 && c <= 2228) : c <= 2247))))))))) : (c <= 2361 || (c < 2693 ? (c < 2527 ? (c < 2451 ? (c < 2417 ? (c < 2384 ? c == 2365 : (c <= 2384 || (c >= 2392 && c <= 2401))) : (c <= 2432 || (c < 2447 ? (c >= 2437 && c <= 2444) : c <= 2448))) : (c <= 2472 || (c < 2493 ? (c < 2482 ? (c >= 2474 && c <= 2480) : (c <= 2482 || (c >= 2486 && c <= 2489))) : (c <= 2493 || (c < 2524 ? c == 2510 : c <= 2525))))) : (c <= 2529 || (c < 2610 ? (c < 2575 ? (c < 2556 ? (c >= 2544 && c <= 2545) : (c <= 2556 || (c >= 2565 && c <= 2570))) : (c <= 2576 || (c < 2602 ? (c >= 2579 && c <= 2600) : c <= 2608))) : (c <= 2611 || (c < 2649 ? (c < 2616 ? (c >= 2613 && c <= 2614) : c <= 2617) : (c <= 2652 || (c < 2674 ? c == 2654 : c <= 2676))))))) : (c <= 2701 || (c < 2866 ? (c < 2768 ? (c < 2738 ? (c < 2707 ? (c >= 2703 && c <= 2705) : (c <= 2728 || (c >= 2730 && c <= 2736))) : (c <= 2739 || (c < 2749 ? (c >= 2741 && c <= 2745) : c <= 2749))) : (c <= 2768 || (c < 2831 ? (c < 2809 ? (c >= 2784 && c <= 2785) : (c <= 2809 || (c >= 2821 && c <= 2828))) : (c <= 2832 || (c < 2858 ? (c >= 2835 && c <= 2856) : c <= 2864))))) : (c <= 2867 || (c < 2949 ? (c < 2911 ? (c < 2877 ? (c >= 2869 && c <= 2873) : (c <= 2877 || (c >= 2908 && c <= 2909))) : (c <= 2913 || (c < 2947 ? c == 2929 : c <= 2947))) : (c <= 2954 || (c < 2969 ? (c < 2962 ? (c >= 2958 && c <= 2960) : c <= 2965) : (c <= 2970 || (c < 2974 ? c == 2972 : c <= 2975))))))))))) : (c <= 2980 || (c < 4176 ? (c < 3423 ? (c < 3218 ? (c < 3114 ? (c < 3077 ? (c < 2990 ? (c >= 2984 && c <= 2986) : (c <= 3001 || c == 3024)) : (c <= 3084 || (c < 3090 ? (c >= 3086 && c <= 3088) : c <= 3112))) : (c <= 3129 || (c < 3200 ? (c < 3160 ? c == 3133 : (c <= 3162 || (c >= 3168 && c <= 3169))) : (c <= 3200 || (c < 3214 ? (c >= 3205 && c <= 3212) : c <= 3216))))) : (c <= 3240 || (c < 3332 ? (c < 3294 ? (c < 3253 ? (c >= 3242 && c <= 3251) : (c <= 3257 || c == 3261)) : (c <= 3294 || (c < 3313 ? (c >= 3296 && c <= 3297) : c <= 3314))) : (c <= 3340 || (c < 3389 ? (c < 3346 ? (c >= 3342 && c <= 3344) : c <= 3386) : (c <= 3389 || (c < 3412 ? c == 3406 : c <= 3414))))))) : (c <= 3425 || (c < 3749 ? (c < 3585 ? (c < 3507 ? (c < 3461 ? (c >= 3450 && c <= 3455) : (c <= 3478 || (c >= 3482 && c <= 3505))) : (c <= 3515 || (c < 3520 ? c == 3517 : c <= 3526))) : (c <= 3632 || (c < 3716 ? (c < 3648 ? (c >= 3634 && c <= 3635) : (c <= 3654 || (c >= 3713 && c <= 3714))) : (c <= 3716 || (c < 3724 ? (c >= 3718 && c <= 3722) : c <= 3747))))) : (c <= 3749 || (c < 3840 ? (c < 3776 ? (c < 3762 ? (c >= 3751 && c <= 3760) : (c <= 3763 || c == 3773)) : (c <= 3780 || (c < 3804 ? c == 3782 : c <= 3807))) : (c <= 3840 || (c < 3976 ? (c < 3913 ? (c >= 3904 && c <= 3911) : c <= 3948) : (c <= 3980 || (c < 4159 ? (c >= 4096 && c <= 4138) : c <= 4159))))))))) : (c <= 4181 || (c < 4992 ? (c < 4696 ? (c < 4256 ? (c < 4206 ? (c < 4193 ? (c >= 4186 && c <= 4189) : (c <= 4193 || (c >= 4197 && c <= 4198))) : (c <= 4208 || (c < 4238 ? (c >= 4213 && c <= 4225) : c <= 4238))) : (c <= 4293 || (c < 4348 ? (c < 4301 ? c == 4295 : (c <= 4301 || (c >= 4304 && c <= 4346))) : (c <= 4680 || (c < 4688 ? (c >= 4682 && c <= 4685) : c <= 4694))))) : (c <= 4696 || (c < 4800 ? (c < 4752 ? (c < 4704 ? (c >= 4698 && c <= 4701) : (c <= 4744 || (c >= 4746 && c <= 4749))) : (c <= 4784 || (c < 4792 ? (c >= 4786 && c <= 4789) : c <= 4798))) : (c <= 4800 || (c < 4824 ? (c < 4808 ? (c >= 4802 && c <= 4805) : c <= 4822) : (c <= 4880 || (c < 4888 ? (c >= 4882 && c <= 4885) : c <= 4954))))))) : (c <= 5007 || (c < 6016 ? (c < 5873 ? (c < 5743 ? (c < 5112 ? (c >= 5024 && c <= 5109) : (c <= 5117 || (c >= 5121 && c <= 5740))) : (c <= 5759 || (c < 5792 ? (c >= 5761 && c <= 5786) : c <= 5866))) : (c <= 5880 || (c < 5952 ? (c < 5902 ? (c >= 5888 && c <= 5900) : (c <= 5905 || (c >= 5920 && c <= 5937))) : (c <= 5969 || (c < 5998 ? (c >= 5984 && c <= 5996) : c <= 6000))))) : (c <= 6067 || (c < 6320 ? (c < 6272 ? (c < 6108 ? c == 6103 : (c <= 6108 || (c >= 6176 && c <= 6264))) : (c <= 6276 || (c < 6314 ? (c >= 6279 && c <= 6312) : c <= 6314))) : (c <= 6389 || (c < 6512 ? (c < 6480 ? (c >= 6400 && c <= 6430) : c <= 6509) : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601))))))))))))) : (c <= 6678 || (c < 43250 ? (c < 8579 ? (c < 8031 ? (c < 7401 ? (c < 7098 ? (c < 6981 ? (c < 6823 ? (c >= 6688 && c <= 6740) : (c <= 6823 || (c >= 6917 && c <= 6963))) : (c <= 6987 || (c < 7086 ? (c >= 7043 && c <= 7072) : c <= 7087))) : (c <= 7141 || (c < 7296 ? (c < 7245 ? (c >= 7168 && c <= 7203) : (c <= 7247 || (c >= 7258 && c <= 7293))) : (c <= 7304 || (c < 7357 ? (c >= 7312 && c <= 7354) : c <= 7359))))) : (c <= 7404 || (c < 7968 ? (c < 7424 ? (c < 7413 ? (c >= 7406 && c <= 7411) : (c <= 7414 || c == 7418)) : (c <= 7615 || (c < 7960 ? (c >= 7680 && c <= 7957) : c <= 7965))) : (c <= 8005 || (c < 8025 ? (c < 8016 ? (c >= 8008 && c <= 8013) : c <= 8023) : (c <= 8025 || (c < 8029 ? c == 8027 : c <= 8029))))))) : (c <= 8061 || (c < 8450 ? (c < 8150 ? (c < 8130 ? (c < 8118 ? (c >= 8064 && c <= 8116) : (c <= 8124 || c == 8126)) : (c <= 8132 || (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147))) : (c <= 8155 || (c < 8305 ? (c < 8178 ? (c >= 8160 && c <= 8172) : (c <= 8180 || (c >= 8182 && c <= 8188))) : (c <= 8305 || (c < 8336 ? c == 8319 : c <= 8348))))) : (c <= 8450 || (c < 8488 ? (c < 8473 ? (c < 8458 ? c == 8455 : (c <= 8467 || c == 8469)) : (c <= 8477 || (c < 8486 ? c == 8484 : c <= 8486))) : (c <= 8488 || (c < 8508 ? (c < 8495 ? (c >= 8490 && c <= 8493) : c <= 8505) : (c <= 8511 || (c < 8526 ? (c >= 8517 && c <= 8521) : c <= 8526))))))))) : (c <= 8580 || (c < 12540 ? (c < 11696 ? (c < 11559 ? (c < 11499 ? (c < 11312 ? (c >= 11264 && c <= 11310) : (c <= 11358 || (c >= 11360 && c <= 11492))) : (c <= 11502 || (c < 11520 ? (c >= 11506 && c <= 11507) : c <= 11557))) : (c <= 11559 || (c < 11648 ? (c < 11568 ? c == 11565 : (c <= 11623 || c == 11631)) : (c <= 11670 || (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694))))) : (c <= 11702 || (c < 12293 ? (c < 11728 ? (c < 11712 ? (c >= 11704 && c <= 11710) : (c <= 11718 || (c >= 11720 && c <= 11726))) : (c <= 11734 || (c < 11823 ? (c >= 11736 && c <= 11742) : c <= 11823))) : (c <= 12294 || (c < 12353 ? (c < 12347 ? (c >= 12337 && c <= 12341) : c <= 12348) : (c <= 12438 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))))))) : (c <= 12543 || (c < 42560 ? (c < 19968 ? (c < 12784 ? (c < 12593 ? (c >= 12549 && c <= 12591) : (c <= 12686 || (c >= 12704 && c <= 12735))) : (c <= 12799 || (c < 19903 ? c == 13312 : c <= 19903))) : (c <= 19968 || (c < 42240 ? (c < 40960 ? c == 40956 : (c <= 42124 || (c >= 42192 && c <= 42237))) : (c <= 42508 || (c < 42538 ? (c >= 42512 && c <= 42527) : c <= 42539))))) : (c <= 42606 || (c < 42997 ? (c < 42786 ? (c < 42656 ? (c >= 42623 && c <= 42653) : (c <= 42725 || (c >= 42775 && c <= 42783))) : (c <= 42888 || (c < 42946 ? (c >= 42891 && c <= 42943) : c <= 42954))) : (c <= 43009 || (c < 43020 ? (c < 43015 ? (c >= 43011 && c <= 43013) : c <= 43018) : (c <= 43042 || (c < 43138 ? (c >= 43072 && c <= 43123) : c <= 43187))))))))))) : (c <= 43255 || (c < 65142 ? (c < 43793 ? (c < 43616 ? (c < 43471 ? (c < 43312 ? (c < 43261 ? c == 43259 : (c <= 43262 || (c >= 43274 && c <= 43301))) : (c <= 43334 || (c < 43396 ? (c >= 43360 && c <= 43388) : c <= 43442))) : (c <= 43471 || (c < 43520 ? (c < 43494 ? (c >= 43488 && c <= 43492) : (c <= 43503 || (c >= 43514 && c <= 43518))) : (c <= 43560 || (c < 43588 ? (c >= 43584 && c <= 43586) : c <= 43595))))) : (c <= 43638 || (c < 43714 ? (c < 43701 ? (c < 43646 ? c == 43642 : (c <= 43695 || c == 43697)) : (c <= 43702 || (c < 43712 ? (c >= 43705 && c <= 43709) : c <= 43712))) : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c < 43785 ? (c >= 43777 && c <= 43782) : c <= 43790))))))) : (c <= 43798 || (c < 64285 ? (c < 55203 ? (c < 43868 ? (c < 43816 ? (c >= 43808 && c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))) : (c <= 43881 || (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 44032))) : (c <= 55203 || (c < 64112 ? (c < 55243 ? (c >= 55216 && c <= 55238) : (c <= 55291 || (c >= 63744 && c <= 64109))) : (c <= 64217 || (c < 64275 ? (c >= 64256 && c <= 64262) : c <= 64279))))) : (c <= 64285 || (c < 64326 ? (c < 64318 ? (c < 64298 ? (c >= 64287 && c <= 64296) : (c <= 64310 || (c >= 64312 && c <= 64316))) : (c <= 64318 || (c < 64323 ? (c >= 64320 && c <= 64321) : c <= 64324))) : (c <= 64433 || (c < 64914 ? (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911) : (c <= 64967 || (c < 65136 ? (c >= 65008 && c <= 65019) : c <= 65140))))))))) : (c <= 65276 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? (c >= 65313 && c <= 65338) : (c <= 65370 || (c >= 65382 && c <= 65470))) : (c <= 65479 || (c < 65490 ? (c >= 65482 && c <= 65487) : c <= 65495))) : (c <= 65500 || (c < 65596 ? (c < 65549 ? (c >= 65536 && c <= 65547) : (c <= 65574 || (c >= 65576 && c <= 65594))) : (c <= 65597 || (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629))))) : (c <= 65786 || (c < 66432 ? (c < 66349 ? (c < 66208 ? (c >= 66176 && c <= 66204) : (c <= 66256 || (c >= 66304 && c <= 66335))) : (c <= 66368 || (c < 66384 ? (c >= 66370 && c <= 66377) : c <= 66421))) : (c <= 66461 || (c < 66560 ? (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511) : (c <= 66717 || (c < 66776 ? (c >= 66736 && c <= 66771) : c <= 66811))))))) : (c <= 66855 || (c < 67828 ? (c < 67594 ? (c < 67424 ? (c < 67072 ? (c >= 66864 && c <= 66915) : (c <= 67382 || (c >= 67392 && c <= 67413))) : (c <= 67431 || (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592))) : (c <= 67637 || (c < 67680 ? (c < 67644 ? (c >= 67639 && c <= 67640) : (c <= 67644 || (c >= 67647 && c <= 67669))) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))))) : (c <= 67829 || (c < 68117 ? (c < 68030 ? (c < 67872 ? (c >= 67840 && c <= 67861) : (c <= 67897 || (c >= 67968 && c <= 68023))) : (c <= 68031 || (c < 68112 ? c == 68096 : c <= 68115))) : (c <= 68119 || (c < 68224 ? (c < 68192 ? (c >= 68121 && c <= 68149) : c <= 68220) : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68309))))))))))))))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(34); if (lookahead == '!') ADVANCE(84); if (lookahead == '#') ADVANCE(102); if (lookahead == '%') ADVANCE(87); if (lookahead == '&') ADVANCE(5); if (lookahead == '(') ADVANCE(52); if (lookahead == ')') ADVANCE(53); if (lookahead == '*') ADVANCE(85); if (lookahead == '+') ADVANCE(88); if (lookahead == ',') ADVANCE(65); if (lookahead == '-') ADVANCE(82); if (lookahead == '.') ADVANCE(71); if (lookahead == '/') ADVANCE(86); if (lookahead == ':') ADVANCE(69); if (lookahead == '<') ADVANCE(91); if (lookahead == '=') ADVANCE(36); if (lookahead == '>') ADVANCE(89); if (lookahead == '?') ADVANCE(81); if (lookahead == '[') ADVANCE(67); if (lookahead == ']') ADVANCE(68); if (lookahead == 'f') ADVANCE(15); if (lookahead == 'i') ADVANCE(19); if (lookahead == 'n') ADVANCE(27); if (lookahead == 't') ADVANCE(24); if (lookahead == '{') ADVANCE(37); if (lookahead == '|') ADVANCE(28); if (lookahead == '}') ADVANCE(38); if (lookahead == '~') ADVANCE(100); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(103); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(55); END_STATE(); case 1: if (lookahead == '!') ADVANCE(84); if (lookahead == '#') ADVANCE(102); if (lookahead == '%') ADVANCE(87); if (lookahead == '&') ADVANCE(5); if (lookahead == '(') ADVANCE(52); if (lookahead == ')') ADVANCE(53); if (lookahead == '*') ADVANCE(85); if (lookahead == '+') ADVANCE(88); if (lookahead == ',') ADVANCE(65); if (lookahead == '-') ADVANCE(82); if (lookahead == '.') ADVANCE(70); if (lookahead == '/') ADVANCE(86); if (lookahead == '0') ADVANCE(54); if (lookahead == '<') ADVANCE(91); if (lookahead == '=') ADVANCE(13); if (lookahead == '>') ADVANCE(89); if (lookahead == '?') ADVANCE(81); if (lookahead == '[') ADVANCE(67); if (lookahead == ']') ADVANCE(68); if (sym_identifier_character_set_1(lookahead)) ADVANCE(51); if (lookahead == 'f') ADVANCE(50); if (lookahead == 'n') ADVANCE(49); if (lookahead == 't') ADVANCE(46); if (lookahead == '{') ADVANCE(37); if (lookahead == '|') ADVANCE(28); if (lookahead == '}') ADVANCE(38); if (lookahead == '~') ADVANCE(100); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(103); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(55); END_STATE(); case 2: if (lookahead == '!') ADVANCE(11); if (lookahead == '#') ADVANCE(102); if (lookahead == '%') ADVANCE(87); if (lookahead == '&') ADVANCE(5); if (lookahead == '(') ADVANCE(52); if (lookahead == '*') ADVANCE(85); if (lookahead == '+') ADVANCE(88); if (lookahead == '-') ADVANCE(82); if (lookahead == '.') ADVANCE(71); if (lookahead == '/') ADVANCE(86); if (lookahead == '<') ADVANCE(92); if (lookahead == '=') ADVANCE(12); if (lookahead == '>') ADVANCE(89); if (lookahead == '?') ADVANCE(81); if (lookahead == '[') ADVANCE(67); if (lookahead == ']') ADVANCE(68); if (lookahead == 'i') ADVANCE(18); if (lookahead == '|') ADVANCE(28); if (lookahead == '}') ADVANCE(38); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(103); END_STATE(); case 3: if (lookahead == '!') ADVANCE(83); if (lookahead == '#') ADVANCE(102); if (lookahead == '(') ADVANCE(52); if (lookahead == '-') ADVANCE(82); if (lookahead == '/') ADVANCE(6); if (lookahead == '0') ADVANCE(54); if (lookahead == ':') ADVANCE(69); if (lookahead == '<') ADVANCE(10); if (lookahead == '=') ADVANCE(35); if (lookahead == '?') ADVANCE(81); if (lookahead == '[') ADVANCE(66); if (lookahead == ']') ADVANCE(68); if (sym_identifier_character_set_1(lookahead)) ADVANCE(51); if (lookahead == 'f') ADVANCE(39); if (lookahead == 'n') ADVANCE(49); if (lookahead == 't') ADVANCE(46); if (lookahead == '{') ADVANCE(37); if (lookahead == '}') ADVANCE(38); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(103); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(55); END_STATE(); case 4: if (lookahead == '#') ADVANCE(102); if (lookahead == '/') ADVANCE(6); if (lookahead == '=') ADVANCE(35); if (sym_identifier_character_set_2(lookahead)) ADVANCE(51); if (lookahead == '{') ADVANCE(37); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(103); END_STATE(); case 5: if (lookahead == '&') ADVANCE(96); END_STATE(); case 6: if (lookahead == '*') ADVANCE(8); if (lookahead == '/') ADVANCE(102); END_STATE(); case 7: if (lookahead == '*') ADVANCE(7); if (lookahead == '/') ADVANCE(101); if (lookahead != 0) ADVANCE(8); END_STATE(); case 8: if (lookahead == '*') ADVANCE(7); if (lookahead != 0) ADVANCE(8); END_STATE(); case 9: if (lookahead == '.') ADVANCE(80); END_STATE(); case 10: if (lookahead == '<') ADVANCE(98); END_STATE(); case 11: if (lookahead == '=') ADVANCE(95); END_STATE(); case 12: if (lookahead == '=') ADVANCE(94); END_STATE(); case 13: if (lookahead == '=') ADVANCE(94); if (lookahead == '>') ADVANCE(75); END_STATE(); case 14: if (lookahead == ']') ADVANCE(74); END_STATE(); case 15: if (lookahead == 'a') ADVANCE(20); if (lookahead == 'o') ADVANCE(23); END_STATE(); case 16: if (lookahead == 'e') ADVANCE(59); END_STATE(); case 17: if (lookahead == 'e') ADVANCE(61); END_STATE(); case 18: if (lookahead == 'f') ADVANCE(79); END_STATE(); case 19: if (lookahead == 'f') ADVANCE(79); if (lookahead == 'n') ADVANCE(78); END_STATE(); case 20: if (lookahead == 'l') ADVANCE(25); END_STATE(); case 21: if (lookahead == 'l') ADVANCE(63); END_STATE(); case 22: if (lookahead == 'l') ADVANCE(21); END_STATE(); case 23: if (lookahead == 'r') ADVANCE(76); END_STATE(); case 24: if (lookahead == 'r') ADVANCE(26); END_STATE(); case 25: if (lookahead == 's') ADVANCE(17); END_STATE(); case 26: if (lookahead == 'u') ADVANCE(16); END_STATE(); case 27: if (lookahead == 'u') ADVANCE(22); END_STATE(); case 28: if (lookahead == '|') ADVANCE(97); END_STATE(); case 29: if (lookahead == '+' || lookahead == '-') ADVANCE(31); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(57); END_STATE(); case 30: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(56); END_STATE(); case 31: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(57); END_STATE(); case 32: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(58); END_STATE(); case 33: if (eof) ADVANCE(34); if (lookahead == '!') ADVANCE(11); if (lookahead == '#') ADVANCE(102); if (lookahead == '%') ADVANCE(87); if (lookahead == '&') ADVANCE(5); if (lookahead == '(') ADVANCE(52); if (lookahead == ')') ADVANCE(53); if (lookahead == '*') ADVANCE(85); if (lookahead == '+') ADVANCE(88); if (lookahead == ',') ADVANCE(65); if (lookahead == '-') ADVANCE(82); if (lookahead == '.') ADVANCE(71); if (lookahead == '/') ADVANCE(86); if (lookahead == ':') ADVANCE(69); if (lookahead == '<') ADVANCE(92); if (lookahead == '=') ADVANCE(36); if (lookahead == '>') ADVANCE(89); if (lookahead == '?') ADVANCE(81); if (lookahead == '[') ADVANCE(67); if (lookahead == ']') ADVANCE(68); if (sym_identifier_character_set_2(lookahead)) ADVANCE(51); if (lookahead == '{') ADVANCE(37); if (lookahead == '|') ADVANCE(28); if (lookahead == '}') ADVANCE(38); if (lookahead == '~') ADVANCE(100); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(103); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(72); END_STATE(); case 34: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 35: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 36: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(94); if (lookahead == '>') ADVANCE(75); END_STATE(); case 37: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 38: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 39: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_3(lookahead)) ADVANCE(51); if (lookahead == 'a') ADVANCE(42); if (lookahead == 'o') ADVANCE(45); END_STATE(); case 40: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_4(lookahead)) ADVANCE(51); if (lookahead == 'e') ADVANCE(60); END_STATE(); case 41: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_4(lookahead)) ADVANCE(51); if (lookahead == 'e') ADVANCE(62); END_STATE(); case 42: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_5(lookahead)) ADVANCE(51); if (lookahead == 'l') ADVANCE(47); END_STATE(); case 43: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_5(lookahead)) ADVANCE(51); if (lookahead == 'l') ADVANCE(64); END_STATE(); case 44: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_5(lookahead)) ADVANCE(51); if (lookahead == 'l') ADVANCE(43); END_STATE(); case 45: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_6(lookahead)) ADVANCE(51); if (lookahead == 'r') ADVANCE(77); END_STATE(); case 46: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_6(lookahead)) ADVANCE(51); if (lookahead == 'r') ADVANCE(48); END_STATE(); case 47: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_7(lookahead)) ADVANCE(51); if (lookahead == 's') ADVANCE(41); END_STATE(); case 48: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_8(lookahead)) ADVANCE(51); if (lookahead == 'u') ADVANCE(40); END_STATE(); case 49: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_8(lookahead)) ADVANCE(51); if (lookahead == 'u') ADVANCE(44); END_STATE(); case 50: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_9(lookahead)) ADVANCE(51); if (lookahead == 'a') ADVANCE(42); END_STATE(); case 51: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_10(lookahead)) ADVANCE(51); END_STATE(); case 52: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 53: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 54: ACCEPT_TOKEN(aux_sym_numeric_lit_token1); if (lookahead == '.') ADVANCE(30); if (lookahead == 'x') ADVANCE(32); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(55); END_STATE(); case 55: ACCEPT_TOKEN(aux_sym_numeric_lit_token1); if (lookahead == '.') ADVANCE(30); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(55); END_STATE(); case 56: ACCEPT_TOKEN(aux_sym_numeric_lit_token1); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(56); END_STATE(); case 57: ACCEPT_TOKEN(aux_sym_numeric_lit_token1); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(57); END_STATE(); case 58: ACCEPT_TOKEN(aux_sym_numeric_lit_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(58); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_true); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_true); if (sym_identifier_character_set_10(lookahead)) ADVANCE(51); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_false); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_false); if (sym_identifier_character_set_10(lookahead)) ADVANCE(51); END_STATE(); case 63: ACCEPT_TOKEN(sym_null_lit); END_STATE(); case 64: ACCEPT_TOKEN(sym_null_lit); if (sym_identifier_character_set_10(lookahead)) ADVANCE(51); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_LBRACK); if (lookahead == '*') ADVANCE(14); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '*') ADVANCE(73); END_STATE(); case 71: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '*') ADVANCE(73); if (lookahead == '.') ADVANCE(9); END_STATE(); case 72: ACCEPT_TOKEN(aux_sym_legacy_index_token1); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(72); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_DOT_STAR); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_LBRACK_STAR_RBRACK); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_for); if (sym_identifier_character_set_10(lookahead)) ADVANCE(51); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 79: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 80: ACCEPT_TOKEN(sym_ellipsis); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(95); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(8); if (lookahead == '/') ADVANCE(102); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(90); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(98); if (lookahead == '=') ADVANCE(93); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '=') ADVANCE(93); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 94: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '-') ADVANCE(99); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_LT_LT_DASH); END_STATE(); case 100: ACCEPT_TOKEN(sym_strip_marker); END_STATE(); case 101: ACCEPT_TOKEN(sym_comment); END_STATE(); case 102: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(102); END_STATE(); case 103: ACCEPT_TOKEN(sym__whitespace); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 33}, [2] = {.lex_state = 3, .external_lex_state = 2}, [3] = {.lex_state = 3, .external_lex_state = 2}, [4] = {.lex_state = 3, .external_lex_state = 2}, [5] = {.lex_state = 3, .external_lex_state = 2}, [6] = {.lex_state = 3, .external_lex_state = 2}, [7] = {.lex_state = 1, .external_lex_state = 2}, [8] = {.lex_state = 1, .external_lex_state = 2}, [9] = {.lex_state = 3, .external_lex_state = 2}, [10] = {.lex_state = 3, .external_lex_state = 2}, [11] = {.lex_state = 3, .external_lex_state = 2}, [12] = {.lex_state = 1, .external_lex_state = 2}, [13] = {.lex_state = 1, .external_lex_state = 2}, [14] = {.lex_state = 1, .external_lex_state = 2}, [15] = {.lex_state = 1, .external_lex_state = 2}, [16] = {.lex_state = 1, .external_lex_state = 2}, [17] = {.lex_state = 1, .external_lex_state = 2}, [18] = {.lex_state = 1, .external_lex_state = 2}, [19] = {.lex_state = 1, .external_lex_state = 2}, [20] = {.lex_state = 1, .external_lex_state = 2}, [21] = {.lex_state = 1, .external_lex_state = 2}, [22] = {.lex_state = 1, .external_lex_state = 2}, [23] = {.lex_state = 1, .external_lex_state = 2}, [24] = {.lex_state = 1, .external_lex_state = 2}, [25] = {.lex_state = 1, .external_lex_state = 2}, [26] = {.lex_state = 1, .external_lex_state = 2}, [27] = {.lex_state = 1, .external_lex_state = 2}, [28] = {.lex_state = 1, .external_lex_state = 2}, [29] = {.lex_state = 1, .external_lex_state = 2}, [30] = {.lex_state = 1, .external_lex_state = 2}, [31] = {.lex_state = 1, .external_lex_state = 2}, [32] = {.lex_state = 1, .external_lex_state = 2}, [33] = {.lex_state = 1, .external_lex_state = 2}, [34] = {.lex_state = 1, .external_lex_state = 2}, [35] = {.lex_state = 1, .external_lex_state = 2}, [36] = {.lex_state = 1, .external_lex_state = 2}, [37] = {.lex_state = 1, .external_lex_state = 2}, [38] = {.lex_state = 1, .external_lex_state = 2}, [39] = {.lex_state = 1, .external_lex_state = 2}, [40] = {.lex_state = 1, .external_lex_state = 2}, [41] = {.lex_state = 1, .external_lex_state = 2}, [42] = {.lex_state = 1, .external_lex_state = 2}, [43] = {.lex_state = 1, .external_lex_state = 2}, [44] = {.lex_state = 1, .external_lex_state = 2}, [45] = {.lex_state = 1, .external_lex_state = 2}, [46] = {.lex_state = 1, .external_lex_state = 2}, [47] = {.lex_state = 1, .external_lex_state = 2}, [48] = {.lex_state = 1, .external_lex_state = 2}, [49] = {.lex_state = 1, .external_lex_state = 2}, [50] = {.lex_state = 1, .external_lex_state = 2}, [51] = {.lex_state = 1, .external_lex_state = 2}, [52] = {.lex_state = 1, .external_lex_state = 2}, [53] = {.lex_state = 1, .external_lex_state = 2}, [54] = {.lex_state = 1, .external_lex_state = 2}, [55] = {.lex_state = 1, .external_lex_state = 2}, [56] = {.lex_state = 1, .external_lex_state = 2}, [57] = {.lex_state = 1, .external_lex_state = 2}, [58] = {.lex_state = 1, .external_lex_state = 2}, [59] = {.lex_state = 1, .external_lex_state = 2}, [60] = {.lex_state = 1, .external_lex_state = 2}, [61] = {.lex_state = 1, .external_lex_state = 2}, [62] = {.lex_state = 1, .external_lex_state = 2}, [63] = {.lex_state = 1, .external_lex_state = 2}, [64] = {.lex_state = 1, .external_lex_state = 2}, [65] = {.lex_state = 1, .external_lex_state = 2}, [66] = {.lex_state = 1, .external_lex_state = 2}, [67] = {.lex_state = 1, .external_lex_state = 2}, [68] = {.lex_state = 1, .external_lex_state = 2}, [69] = {.lex_state = 1, .external_lex_state = 2}, [70] = {.lex_state = 1, .external_lex_state = 2}, [71] = {.lex_state = 1, .external_lex_state = 2}, [72] = {.lex_state = 1, .external_lex_state = 2}, [73] = {.lex_state = 1, .external_lex_state = 2}, [74] = {.lex_state = 1, .external_lex_state = 2}, [75] = {.lex_state = 1, .external_lex_state = 2}, [76] = {.lex_state = 33}, [77] = {.lex_state = 1, .external_lex_state = 2}, [78] = {.lex_state = 1, .external_lex_state = 2}, [79] = {.lex_state = 1, .external_lex_state = 2}, [80] = {.lex_state = 1, .external_lex_state = 2}, [81] = {.lex_state = 1, .external_lex_state = 2}, [82] = {.lex_state = 1, .external_lex_state = 2}, [83] = {.lex_state = 1, .external_lex_state = 2}, [84] = {.lex_state = 1, .external_lex_state = 2}, [85] = {.lex_state = 1, .external_lex_state = 2}, [86] = {.lex_state = 1, .external_lex_state = 2}, [87] = {.lex_state = 1, .external_lex_state = 2}, [88] = {.lex_state = 1, .external_lex_state = 2}, [89] = {.lex_state = 1, .external_lex_state = 2}, [90] = {.lex_state = 1, .external_lex_state = 2}, [91] = {.lex_state = 33}, [92] = {.lex_state = 33}, [93] = {.lex_state = 33}, [94] = {.lex_state = 33}, [95] = {.lex_state = 33}, [96] = {.lex_state = 33}, [97] = {.lex_state = 1, .external_lex_state = 2}, [98] = {.lex_state = 1, .external_lex_state = 2}, [99] = {.lex_state = 1, .external_lex_state = 2}, [100] = {.lex_state = 1, .external_lex_state = 2}, [101] = {.lex_state = 1, .external_lex_state = 2}, [102] = {.lex_state = 1, .external_lex_state = 2}, [103] = {.lex_state = 1, .external_lex_state = 2}, [104] = {.lex_state = 1, .external_lex_state = 2}, [105] = {.lex_state = 1, .external_lex_state = 2}, [106] = {.lex_state = 1, .external_lex_state = 2}, [107] = {.lex_state = 33}, [108] = {.lex_state = 1, .external_lex_state = 2}, [109] = {.lex_state = 1, .external_lex_state = 2}, [110] = {.lex_state = 33}, [111] = {.lex_state = 33}, [112] = {.lex_state = 33}, [113] = {.lex_state = 33}, [114] = {.lex_state = 33}, [115] = {.lex_state = 1, .external_lex_state = 2}, [116] = {.lex_state = 1, .external_lex_state = 2}, [117] = {.lex_state = 1, .external_lex_state = 2}, [118] = {.lex_state = 1, .external_lex_state = 2}, [119] = {.lex_state = 1, .external_lex_state = 2}, [120] = {.lex_state = 1, .external_lex_state = 2}, [121] = {.lex_state = 1, .external_lex_state = 2}, [122] = {.lex_state = 1, .external_lex_state = 2}, [123] = {.lex_state = 1, .external_lex_state = 2}, [124] = {.lex_state = 1, .external_lex_state = 2}, [125] = {.lex_state = 1, .external_lex_state = 2}, [126] = {.lex_state = 1, .external_lex_state = 2}, [127] = {.lex_state = 1, .external_lex_state = 2}, [128] = {.lex_state = 1, .external_lex_state = 2}, [129] = {.lex_state = 1, .external_lex_state = 2}, [130] = {.lex_state = 1, .external_lex_state = 2}, [131] = {.lex_state = 1, .external_lex_state = 2}, [132] = {.lex_state = 1, .external_lex_state = 2}, [133] = {.lex_state = 1, .external_lex_state = 2}, [134] = {.lex_state = 1, .external_lex_state = 2}, [135] = {.lex_state = 1, .external_lex_state = 2}, [136] = {.lex_state = 1, .external_lex_state = 2}, [137] = {.lex_state = 1, .external_lex_state = 2}, [138] = {.lex_state = 1, .external_lex_state = 2}, [139] = {.lex_state = 1, .external_lex_state = 2}, [140] = {.lex_state = 1, .external_lex_state = 2}, [141] = {.lex_state = 1, .external_lex_state = 2}, [142] = {.lex_state = 1, .external_lex_state = 2}, [143] = {.lex_state = 1, .external_lex_state = 2}, [144] = {.lex_state = 1, .external_lex_state = 2}, [145] = {.lex_state = 1, .external_lex_state = 2}, [146] = {.lex_state = 33}, [147] = {.lex_state = 33}, [148] = {.lex_state = 33}, [149] = {.lex_state = 2}, [150] = {.lex_state = 2}, [151] = {.lex_state = 33}, [152] = {.lex_state = 33}, [153] = {.lex_state = 2}, [154] = {.lex_state = 2}, [155] = {.lex_state = 33}, [156] = {.lex_state = 33}, [157] = {.lex_state = 2}, [158] = {.lex_state = 33}, [159] = {.lex_state = 33}, [160] = {.lex_state = 33}, [161] = {.lex_state = 33}, [162] = {.lex_state = 33}, [163] = {.lex_state = 2}, [164] = {.lex_state = 2}, [165] = {.lex_state = 33}, [166] = {.lex_state = 33}, [167] = {.lex_state = 33}, [168] = {.lex_state = 33}, [169] = {.lex_state = 33}, [170] = {.lex_state = 33}, [171] = {.lex_state = 33}, [172] = {.lex_state = 33}, [173] = {.lex_state = 33}, [174] = {.lex_state = 33}, [175] = {.lex_state = 33}, [176] = {.lex_state = 33}, [177] = {.lex_state = 33}, [178] = {.lex_state = 2}, [179] = {.lex_state = 33}, [180] = {.lex_state = 33}, [181] = {.lex_state = 33}, [182] = {.lex_state = 33}, [183] = {.lex_state = 33}, [184] = {.lex_state = 33}, [185] = {.lex_state = 33, .external_lex_state = 3}, [186] = {.lex_state = 33, .external_lex_state = 3}, [187] = {.lex_state = 2}, [188] = {.lex_state = 2}, [189] = {.lex_state = 33, .external_lex_state = 3}, [190] = {.lex_state = 33, .external_lex_state = 3}, [191] = {.lex_state = 33, .external_lex_state = 3}, [192] = {.lex_state = 33, .external_lex_state = 3}, [193] = {.lex_state = 2}, [194] = {.lex_state = 2}, [195] = {.lex_state = 33, .external_lex_state = 3}, [196] = {.lex_state = 33, .external_lex_state = 3}, [197] = {.lex_state = 2}, [198] = {.lex_state = 33, .external_lex_state = 3}, [199] = {.lex_state = 33, .external_lex_state = 3}, [200] = {.lex_state = 33, .external_lex_state = 3}, [201] = {.lex_state = 33, .external_lex_state = 3}, [202] = {.lex_state = 33, .external_lex_state = 3}, [203] = {.lex_state = 2}, [204] = {.lex_state = 2}, [205] = {.lex_state = 2}, [206] = {.lex_state = 2}, [207] = {.lex_state = 2}, [208] = {.lex_state = 2}, [209] = {.lex_state = 2}, [210] = {.lex_state = 2}, [211] = {.lex_state = 2}, [212] = {.lex_state = 2}, [213] = {.lex_state = 2}, [214] = {.lex_state = 2}, [215] = {.lex_state = 2}, [216] = {.lex_state = 33, .external_lex_state = 3}, [217] = {.lex_state = 2}, [218] = {.lex_state = 2}, [219] = {.lex_state = 2}, [220] = {.lex_state = 2}, [221] = {.lex_state = 2}, [222] = {.lex_state = 2}, [223] = {.lex_state = 2}, [224] = {.lex_state = 2}, [225] = {.lex_state = 2}, [226] = {.lex_state = 2}, [227] = {.lex_state = 2}, [228] = {.lex_state = 2}, [229] = {.lex_state = 2}, [230] = {.lex_state = 2}, [231] = {.lex_state = 2}, [232] = {.lex_state = 2}, [233] = {.lex_state = 2}, [234] = {.lex_state = 2}, [235] = {.lex_state = 33, .external_lex_state = 3}, [236] = {.lex_state = 33, .external_lex_state = 3}, [237] = {.lex_state = 33, .external_lex_state = 3}, [238] = {.lex_state = 33, .external_lex_state = 3}, [239] = {.lex_state = 33, .external_lex_state = 3}, [240] = {.lex_state = 33, .external_lex_state = 3}, [241] = {.lex_state = 33, .external_lex_state = 3}, [242] = {.lex_state = 33, .external_lex_state = 3}, [243] = {.lex_state = 33, .external_lex_state = 3}, [244] = {.lex_state = 33, .external_lex_state = 3}, [245] = {.lex_state = 33, .external_lex_state = 3}, [246] = {.lex_state = 33, .external_lex_state = 3}, [247] = {.lex_state = 33, .external_lex_state = 3}, [248] = {.lex_state = 33, .external_lex_state = 3}, [249] = {.lex_state = 33, .external_lex_state = 3}, [250] = {.lex_state = 33, .external_lex_state = 3}, [251] = {.lex_state = 33, .external_lex_state = 3}, [252] = {.lex_state = 33, .external_lex_state = 3}, [253] = {.lex_state = 33, .external_lex_state = 3}, [254] = {.lex_state = 33, .external_lex_state = 3}, [255] = {.lex_state = 33, .external_lex_state = 3}, [256] = {.lex_state = 33, .external_lex_state = 3}, [257] = {.lex_state = 33, .external_lex_state = 3}, [258] = {.lex_state = 33, .external_lex_state = 3}, [259] = {.lex_state = 33, .external_lex_state = 3}, [260] = {.lex_state = 33, .external_lex_state = 3}, [261] = {.lex_state = 33, .external_lex_state = 3}, [262] = {.lex_state = 33, .external_lex_state = 3}, [263] = {.lex_state = 33, .external_lex_state = 3}, [264] = {.lex_state = 33, .external_lex_state = 3}, [265] = {.lex_state = 1, .external_lex_state = 2}, [266] = {.lex_state = 1, .external_lex_state = 2}, [267] = {.lex_state = 1, .external_lex_state = 2}, [268] = {.lex_state = 1, .external_lex_state = 2}, [269] = {.lex_state = 1, .external_lex_state = 2}, [270] = {.lex_state = 1, .external_lex_state = 2}, [271] = {.lex_state = 1, .external_lex_state = 2}, [272] = {.lex_state = 1, .external_lex_state = 2}, [273] = {.lex_state = 33}, [274] = {.lex_state = 33}, [275] = {.lex_state = 33}, [276] = {.lex_state = 33}, [277] = {.lex_state = 33}, [278] = {.lex_state = 33}, [279] = {.lex_state = 0, .external_lex_state = 4}, [280] = {.lex_state = 0, .external_lex_state = 5}, [281] = {.lex_state = 0, .external_lex_state = 4}, [282] = {.lex_state = 0, .external_lex_state = 5}, [283] = {.lex_state = 0, .external_lex_state = 5}, [284] = {.lex_state = 0, .external_lex_state = 5}, [285] = {.lex_state = 0, .external_lex_state = 4}, [286] = {.lex_state = 0, .external_lex_state = 4}, [287] = {.lex_state = 0, .external_lex_state = 5}, [288] = {.lex_state = 0, .external_lex_state = 5}, [289] = {.lex_state = 0, .external_lex_state = 4}, [290] = {.lex_state = 0, .external_lex_state = 4}, [291] = {.lex_state = 0, .external_lex_state = 4}, [292] = {.lex_state = 0, .external_lex_state = 5}, [293] = {.lex_state = 0, .external_lex_state = 4}, [294] = {.lex_state = 0, .external_lex_state = 5}, [295] = {.lex_state = 0, .external_lex_state = 4}, [296] = {.lex_state = 0, .external_lex_state = 5}, [297] = {.lex_state = 4, .external_lex_state = 2}, [298] = {.lex_state = 0}, [299] = {.lex_state = 0}, [300] = {.lex_state = 0}, [301] = {.lex_state = 0}, [302] = {.lex_state = 0}, [303] = {.lex_state = 0}, [304] = {.lex_state = 33, .external_lex_state = 2}, [305] = {.lex_state = 0}, [306] = {.lex_state = 33, .external_lex_state = 2}, [307] = {.lex_state = 0}, [308] = {.lex_state = 33}, [309] = {.lex_state = 0}, [310] = {.lex_state = 0}, [311] = {.lex_state = 0}, [312] = {.lex_state = 0}, [313] = {.lex_state = 0}, [314] = {.lex_state = 0}, [315] = {.lex_state = 0}, [316] = {.lex_state = 0}, [317] = {.lex_state = 33}, [318] = {.lex_state = 0}, [319] = {.lex_state = 0}, [320] = {.lex_state = 0, .external_lex_state = 5}, [321] = {.lex_state = 0}, [322] = {.lex_state = 0}, [323] = {.lex_state = 0, .external_lex_state = 4}, [324] = {.lex_state = 33}, [325] = {.lex_state = 0, .external_lex_state = 5}, [326] = {.lex_state = 33}, [327] = {.lex_state = 0, .external_lex_state = 4}, [328] = {.lex_state = 0, .external_lex_state = 4}, [329] = {.lex_state = 0, .external_lex_state = 5}, [330] = {.lex_state = 0, .external_lex_state = 4}, [331] = {.lex_state = 0, .external_lex_state = 6}, [332] = {.lex_state = 33, .external_lex_state = 2}, [333] = {.lex_state = 0, .external_lex_state = 4}, [334] = {.lex_state = 0, .external_lex_state = 5}, [335] = {.lex_state = 0, .external_lex_state = 3}, [336] = {.lex_state = 0, .external_lex_state = 3}, [337] = {.lex_state = 0, .external_lex_state = 6}, [338] = {.lex_state = 3}, [339] = {.lex_state = 0, .external_lex_state = 3}, [340] = {.lex_state = 0, .external_lex_state = 4}, [341] = {.lex_state = 0, .external_lex_state = 4}, [342] = {.lex_state = 0, .external_lex_state = 4}, [343] = {.lex_state = 0, .external_lex_state = 5}, [344] = {.lex_state = 0, .external_lex_state = 3}, [345] = {.lex_state = 0}, [346] = {.lex_state = 0, .external_lex_state = 3}, [347] = {.lex_state = 0, .external_lex_state = 4}, [348] = {.lex_state = 0, .external_lex_state = 7}, [349] = {.lex_state = 0, .external_lex_state = 3}, [350] = {.lex_state = 0}, [351] = {.lex_state = 0}, [352] = {.lex_state = 0}, [353] = {.lex_state = 0}, [354] = {.lex_state = 0}, [355] = {.lex_state = 0}, [356] = {.lex_state = 0}, [357] = {.lex_state = 0}, [358] = {.lex_state = 1}, [359] = {.lex_state = 0}, [360] = {.lex_state = 33}, [361] = {.lex_state = 33}, [362] = {.lex_state = 0}, [363] = {.lex_state = 0}, [364] = {.lex_state = 0}, [365] = {.lex_state = 0}, [366] = {.lex_state = 0}, [367] = {.lex_state = 0}, [368] = {.lex_state = 0}, [369] = {.lex_state = 0}, [370] = {.lex_state = 0}, [371] = {.lex_state = 0}, [372] = {.lex_state = 1}, [373] = {.lex_state = 0}, [374] = {.lex_state = 0}, [375] = {.lex_state = 0}, [376] = {.lex_state = 33}, [377] = {.lex_state = 0}, [378] = {.lex_state = 0}, [379] = {.lex_state = 0}, [380] = {.lex_state = 0}, [381] = {.lex_state = 0}, [382] = {.lex_state = 1}, [383] = {.lex_state = 0}, [384] = {.lex_state = 0}, [385] = {.lex_state = 1}, [386] = {.lex_state = 0}, [387] = {.lex_state = 0}, [388] = {.lex_state = 0}, [389] = {.lex_state = 33}, [390] = {.lex_state = 0}, [391] = {.lex_state = 0}, [392] = {.lex_state = 0}, [393] = {.lex_state = 0}, [394] = {.lex_state = 0}, [395] = {.lex_state = 0}, [396] = {.lex_state = 0}, [397] = {.lex_state = 0}, [398] = {.lex_state = 0}, [399] = {.lex_state = 0, .external_lex_state = 8}, [400] = {.lex_state = 0, .external_lex_state = 8}, [401] = {.lex_state = 0, .external_lex_state = 9}, [402] = {.lex_state = 0, .external_lex_state = 3}, [403] = {.lex_state = 0}, [404] = {.lex_state = 0, .external_lex_state = 8}, [405] = {.lex_state = 0, .external_lex_state = 8}, [406] = {.lex_state = 33}, [407] = {.lex_state = 0}, [408] = {.lex_state = 0, .external_lex_state = 3}, [409] = {.lex_state = 0, .external_lex_state = 8}, [410] = {.lex_state = 0, .external_lex_state = 3}, [411] = {.lex_state = 0, .external_lex_state = 3}, [412] = {.lex_state = 33}, [413] = {.lex_state = 0}, [414] = {.lex_state = 0}, [415] = {.lex_state = 0}, }; enum { ts_external_token__quoted_template_start = 0, ts_external_token__quoted_template_end = 1, ts_external_token__template_literal_chunk = 2, ts_external_token__template_interpolation_start = 3, ts_external_token__template_interpolation_end = 4, ts_external_token_heredoc_identifier = 5, }; static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token__quoted_template_start] = sym__quoted_template_start, [ts_external_token__quoted_template_end] = sym__quoted_template_end, [ts_external_token__template_literal_chunk] = sym__template_literal_chunk, [ts_external_token__template_interpolation_start] = sym__template_interpolation_start, [ts_external_token__template_interpolation_end] = sym__template_interpolation_end, [ts_external_token_heredoc_identifier] = sym_heredoc_identifier, }; static const bool ts_external_scanner_states[10][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token__quoted_template_start] = true, [ts_external_token__quoted_template_end] = true, [ts_external_token__template_literal_chunk] = true, [ts_external_token__template_interpolation_start] = true, [ts_external_token__template_interpolation_end] = true, [ts_external_token_heredoc_identifier] = true, }, [2] = { [ts_external_token__quoted_template_start] = true, }, [3] = { [ts_external_token__template_interpolation_end] = true, }, [4] = { [ts_external_token__quoted_template_end] = true, [ts_external_token__template_literal_chunk] = true, [ts_external_token__template_interpolation_start] = true, }, [5] = { [ts_external_token__template_literal_chunk] = true, [ts_external_token__template_interpolation_start] = true, [ts_external_token_heredoc_identifier] = true, }, [6] = { [ts_external_token__quoted_template_end] = true, [ts_external_token__template_literal_chunk] = true, }, [7] = { [ts_external_token__template_literal_chunk] = true, }, [8] = { [ts_external_token_heredoc_identifier] = true, }, [9] = { [ts_external_token__quoted_template_end] = true, }, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [aux_sym_numeric_lit_token1] = ACTIONS(1), [anon_sym_true] = ACTIONS(1), [anon_sym_false] = ACTIONS(1), [sym_null_lit] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [aux_sym_legacy_index_token1] = ACTIONS(1), [anon_sym_DOT_STAR] = ACTIONS(1), [anon_sym_LBRACK_STAR_RBRACK] = ACTIONS(1), [anon_sym_EQ_GT] = ACTIONS(1), [anon_sym_for] = ACTIONS(1), [anon_sym_in] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [sym_ellipsis] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_BANG] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), [anon_sym_AMP_AMP] = ACTIONS(1), [anon_sym_PIPE_PIPE] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(1), [anon_sym_LT_LT_DASH] = ACTIONS(1), [sym_strip_marker] = ACTIONS(1), [sym_comment] = ACTIONS(3), [sym__whitespace] = ACTIONS(3), [sym__quoted_template_start] = ACTIONS(1), [sym__quoted_template_end] = ACTIONS(1), [sym__template_literal_chunk] = ACTIONS(1), [sym__template_interpolation_start] = ACTIONS(1), [sym__template_interpolation_end] = ACTIONS(1), [sym_heredoc_identifier] = ACTIONS(1), }, [1] = { [sym_config_file] = STATE(415), [sym_body] = STATE(414), [sym_attribute] = STATE(278), [sym_block] = STATE(278), [sym_object] = STATE(278), [sym__object_start] = STATE(13), [aux_sym_body_repeat1] = STATE(278), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(7), [sym_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym__whitespace] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 30, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(13), 1, anon_sym_RBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(29), 1, anon_sym_for, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(8), 1, sym_object_elem, STATE(10), 1, sym__tuple_start, STATE(62), 1, sym_for_intro, STATE(231), 1, sym__object_end, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(395), 1, sym__object_elems, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [107] = 30, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(29), 1, anon_sym_for, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(39), 1, anon_sym_RBRACE, STATE(4), 1, sym__object_start, STATE(8), 1, sym_object_elem, STATE(10), 1, sym__tuple_start, STATE(36), 1, sym_for_intro, STATE(128), 1, sym__object_end, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(383), 1, sym__object_elems, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [214] = 30, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(29), 1, anon_sym_for, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(41), 1, anon_sym_RBRACE, STATE(4), 1, sym__object_start, STATE(8), 1, sym_object_elem, STATE(10), 1, sym__tuple_start, STATE(67), 1, sym_for_intro, STATE(162), 1, sym__object_end, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(396), 1, sym__object_elems, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [321] = 30, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(29), 1, anon_sym_for, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(43), 1, anon_sym_RBRACE, STATE(4), 1, sym__object_start, STATE(8), 1, sym_object_elem, STATE(10), 1, sym__tuple_start, STATE(52), 1, sym_for_intro, STATE(243), 1, sym__object_end, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(391), 1, sym__object_elems, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [428] = 29, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(29), 1, anon_sym_for, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(45), 1, anon_sym_RBRACK, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(43), 1, sym_for_intro, STATE(211), 1, sym__tuple_end, STATE(273), 1, sym_conditional, STATE(315), 1, sym_expression, STATE(352), 1, sym__tuple_elems, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [532] = 28, ACTIONS(47), 1, anon_sym_LBRACE, ACTIONS(50), 1, anon_sym_RBRACE, ACTIONS(52), 1, sym_identifier, ACTIONS(55), 1, anon_sym_LPAREN, ACTIONS(58), 1, aux_sym_numeric_lit_token1, ACTIONS(61), 1, aux_sym_numeric_lit_token2, ACTIONS(67), 1, sym_null_lit, ACTIONS(70), 1, anon_sym_COMMA, ACTIONS(73), 1, anon_sym_LBRACK, ACTIONS(79), 1, anon_sym_LT_LT, ACTIONS(82), 1, anon_sym_LT_LT_DASH, ACTIONS(85), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(28), 1, sym__comma, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(64), 2, anon_sym_true, anon_sym_false, ACTIONS(76), 2, anon_sym_DASH, anon_sym_BANG, STATE(7), 2, sym_object_elem, aux_sym__object_elems_repeat1, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [634] = 28, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(88), 1, anon_sym_RBRACE, ACTIONS(90), 1, anon_sym_COMMA, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(18), 1, sym__comma, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(12), 2, sym_object_elem, aux_sym__object_elems_repeat1, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [736] = 29, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(29), 1, anon_sym_for, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(92), 1, anon_sym_RBRACK, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(45), 1, sym_for_intro, STATE(141), 1, sym__tuple_end, STATE(273), 1, sym_conditional, STATE(315), 1, sym_expression, STATE(371), 1, sym__tuple_elems, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [840] = 29, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(29), 1, anon_sym_for, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(94), 1, anon_sym_RBRACK, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(66), 1, sym_for_intro, STATE(148), 1, sym__tuple_end, STATE(273), 1, sym_conditional, STATE(315), 1, sym_expression, STATE(378), 1, sym__tuple_elems, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [944] = 29, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(29), 1, anon_sym_for, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(96), 1, anon_sym_RBRACK, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(47), 1, sym_for_intro, STATE(254), 1, sym__tuple_end, STATE(273), 1, sym_conditional, STATE(315), 1, sym_expression, STATE(394), 1, sym__tuple_elems, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [1048] = 28, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(98), 1, anon_sym_RBRACE, ACTIONS(100), 1, anon_sym_COMMA, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(19), 1, sym__comma, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(7), 2, sym_object_elem, aux_sym__object_elems_repeat1, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [1150] = 28, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(41), 1, anon_sym_RBRACE, STATE(4), 1, sym__object_start, STATE(8), 1, sym_object_elem, STATE(10), 1, sym__tuple_start, STATE(162), 1, sym__object_end, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(396), 1, sym__object_elems, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [1251] = 27, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(102), 1, anon_sym_RPAREN, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(147), 1, sym__function_call_end, STATE(273), 1, sym_conditional, STATE(298), 1, sym_expression, STATE(384), 1, sym_function_arguments, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [1349] = 27, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(104), 1, anon_sym_RPAREN, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(248), 1, sym__function_call_end, STATE(273), 1, sym_conditional, STATE(298), 1, sym_expression, STATE(386), 1, sym_function_arguments, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [1447] = 27, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(106), 1, anon_sym_RPAREN, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(215), 1, sym__function_call_end, STATE(273), 1, sym_conditional, STATE(298), 1, sym_expression, STATE(369), 1, sym_function_arguments, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [1545] = 27, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(108), 1, anon_sym_RPAREN, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(123), 1, sym__function_call_end, STATE(273), 1, sym_conditional, STATE(298), 1, sym_expression, STATE(365), 1, sym_function_arguments, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [1643] = 26, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(98), 1, anon_sym_RBRACE, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(268), 1, sym_object_elem, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [1738] = 26, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(110), 1, anon_sym_RBRACE, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(268), 1, sym_object_elem, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [1833] = 6, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(119), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(112), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [1887] = 8, ACTIONS(118), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(116), 2, anon_sym_STAR, anon_sym_PERCENT, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(119), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 11, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(112), 18, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [1945] = 25, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(120), 1, anon_sym_RBRACK, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(311), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [2037] = 9, ACTIONS(118), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(116), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(122), 2, anon_sym_DASH, anon_sym_PLUS, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(119), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 11, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(112), 16, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [2097] = 11, ACTIONS(118), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(116), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(122), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(124), 2, anon_sym_GT, anon_sym_LT, ACTIONS(126), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(119), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 9, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_LT_LT, ACTIONS(112), 14, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [2161] = 12, ACTIONS(118), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(116), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(122), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(124), 2, anon_sym_GT, anon_sym_LT, ACTIONS(126), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(128), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(119), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 9, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_LT_LT, ACTIONS(112), 12, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [2227] = 13, ACTIONS(118), 1, anon_sym_SLASH, ACTIONS(130), 1, anon_sym_AMP_AMP, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(116), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(122), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(124), 2, anon_sym_GT, anon_sym_LT, ACTIONS(126), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(128), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(119), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 9, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_LT_LT, ACTIONS(112), 11, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [2295] = 25, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, ACTIONS(132), 1, anon_sym_RBRACK, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(311), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [2387] = 25, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(268), 1, sym_object_elem, STATE(273), 1, sym_conditional, STATE(338), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [2479] = 18, ACTIONS(118), 1, anon_sym_SLASH, ACTIONS(130), 1, anon_sym_AMP_AMP, ACTIONS(138), 1, anon_sym_LBRACK, ACTIONS(140), 1, anon_sym_DOT, ACTIONS(142), 1, anon_sym_DOT_STAR, ACTIONS(144), 1, anon_sym_LBRACK_STAR_RBRACK, ACTIONS(146), 1, anon_sym_PIPE_PIPE, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(116), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(122), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(124), 2, anon_sym_GT, anon_sym_LT, ACTIONS(126), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(128), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(119), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(136), 7, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_BANG, anon_sym_LT_LT, ACTIONS(134), 8, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_QMARK, anon_sym_LT_LT_DASH, [2557] = 6, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(119), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(150), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(148), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [2611] = 25, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(170), 1, sym_strip_marker, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(336), 1, sym_conditional, STATE(349), 1, sym_expression, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(196), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [2703] = 25, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, ACTIONS(174), 1, sym_strip_marker, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(336), 1, sym_conditional, STATE(339), 1, sym_expression, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(196), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [2795] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(363), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [2884] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(392), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [2973] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(311), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3062] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(372), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3151] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(350), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3240] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(357), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3329] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(274), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3418] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(375), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3507] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(359), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3596] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(301), 1, sym_expression, STATE(305), 1, sym_conditional, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(150), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3685] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(305), 1, sym_conditional, STATE(310), 1, sym_expression, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(150), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3774] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(302), 1, sym_expression, STATE(305), 1, sym_conditional, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(150), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3863] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(305), 1, sym_conditional, STATE(314), 1, sym_expression, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(150), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [3952] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(303), 1, sym_expression, STATE(305), 1, sym_conditional, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(150), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4041] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(305), 1, sym_conditional, STATE(307), 1, sym_expression, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(150), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4130] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(354), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4219] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(196), 1, anon_sym_LBRACE, ACTIONS(198), 1, sym_identifier, ACTIONS(200), 1, anon_sym_LPAREN, ACTIONS(202), 1, aux_sym_numeric_lit_token1, ACTIONS(204), 1, aux_sym_numeric_lit_token2, ACTIONS(208), 1, sym_null_lit, ACTIONS(210), 1, anon_sym_LBRACK, ACTIONS(214), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(9), 1, sym__tuple_start, STATE(265), 1, sym_conditional, STATE(267), 1, sym_expression, STATE(404), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(206), 2, anon_sym_true, anon_sym_false, ACTIONS(212), 2, anon_sym_DASH, anon_sym_BANG, STATE(117), 2, sym_tuple, sym_object, STATE(121), 2, sym_quoted_template, sym_heredoc_template, STATE(125), 2, sym_unary_operation, sym_binary_operation, STATE(127), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(137), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(29), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4308] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(364), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4397] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(366), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4486] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(385), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4575] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(393), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4664] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(335), 1, sym_expression, STATE(336), 1, sym_conditional, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(196), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4753] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(345), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4842] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(308), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [4931] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(300), 1, sym_expression, STATE(305), 1, sym_conditional, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(150), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5020] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(388), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5109] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(336), 1, sym_conditional, STATE(346), 1, sym_expression, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(196), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5198] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(336), 1, sym_conditional, STATE(344), 1, sym_expression, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(196), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5287] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(196), 1, anon_sym_LBRACE, ACTIONS(198), 1, sym_identifier, ACTIONS(200), 1, anon_sym_LPAREN, ACTIONS(202), 1, aux_sym_numeric_lit_token1, ACTIONS(204), 1, aux_sym_numeric_lit_token2, ACTIONS(208), 1, sym_null_lit, ACTIONS(210), 1, anon_sym_LBRACK, ACTIONS(214), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(9), 1, sym__tuple_start, STATE(265), 1, sym_conditional, STATE(266), 1, sym_expression, STATE(404), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(206), 2, anon_sym_true, anon_sym_false, ACTIONS(212), 2, anon_sym_DASH, anon_sym_BANG, STATE(117), 2, sym_tuple, sym_object, STATE(121), 2, sym_quoted_template, sym_heredoc_template, STATE(125), 2, sym_unary_operation, sym_binary_operation, STATE(127), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(137), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(29), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5376] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(358), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5465] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(380), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5554] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(379), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5643] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(305), 1, sym_conditional, STATE(313), 1, sym_expression, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(150), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5732] = 24, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(305), 1, sym_conditional, STATE(312), 1, sym_expression, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(150), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5821] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(382), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5910] = 24, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(273), 1, sym_conditional, STATE(368), 1, sym_expression, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(76), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [5999] = 7, ACTIONS(220), 1, anon_sym_LBRACK, ACTIONS(223), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(69), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(218), 10, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(216), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [6053] = 7, ACTIONS(138), 1, anon_sym_LBRACK, ACTIONS(140), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(72), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(228), 10, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(226), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [6107] = 7, ACTIONS(138), 1, anon_sym_LBRACK, ACTIONS(140), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(73), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(232), 10, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(230), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [6161] = 7, ACTIONS(138), 1, anon_sym_LBRACK, ACTIONS(140), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(69), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(236), 10, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(234), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [6215] = 7, ACTIONS(138), 1, anon_sym_LBRACK, ACTIONS(140), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(144), 2, sym_new_index, sym_legacy_index, STATE(69), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(240), 10, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(238), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [6269] = 22, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(107), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [6352] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(195), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [6435] = 18, ACTIONS(136), 1, anon_sym_EQ, ACTIONS(242), 1, anon_sym_LBRACK, ACTIONS(244), 1, anon_sym_DOT, ACTIONS(246), 1, anon_sym_DOT_STAR, ACTIONS(248), 1, anon_sym_LBRACK_STAR_RBRACK, ACTIONS(254), 1, anon_sym_SLASH, ACTIONS(262), 1, anon_sym_AMP_AMP, ACTIONS(264), 1, anon_sym_PIPE_PIPE, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(250), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(252), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(256), 2, anon_sym_GT, anon_sym_LT, ACTIONS(258), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(168), 2, sym_attr_splat, sym_full_splat, STATE(177), 2, sym_new_index, sym_legacy_index, STATE(181), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(134), 11, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, [6510] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(196), 1, anon_sym_LBRACE, ACTIONS(198), 1, sym_identifier, ACTIONS(200), 1, anon_sym_LPAREN, ACTIONS(202), 1, aux_sym_numeric_lit_token1, ACTIONS(204), 1, aux_sym_numeric_lit_token2, ACTIONS(208), 1, sym_null_lit, ACTIONS(210), 1, anon_sym_LBRACK, ACTIONS(214), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(9), 1, sym__tuple_start, STATE(404), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(206), 2, anon_sym_true, anon_sym_false, ACTIONS(212), 2, anon_sym_DASH, anon_sym_BANG, STATE(117), 2, sym_tuple, sym_object, STATE(121), 2, sym_quoted_template, sym_heredoc_template, STATE(125), 2, sym_unary_operation, sym_binary_operation, STATE(127), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(137), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(23), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [6593] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(196), 1, anon_sym_LBRACE, ACTIONS(198), 1, sym_identifier, ACTIONS(200), 1, anon_sym_LPAREN, ACTIONS(202), 1, aux_sym_numeric_lit_token1, ACTIONS(204), 1, aux_sym_numeric_lit_token2, ACTIONS(208), 1, sym_null_lit, ACTIONS(210), 1, anon_sym_LBRACK, ACTIONS(214), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(9), 1, sym__tuple_start, STATE(404), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(206), 2, anon_sym_true, anon_sym_false, ACTIONS(212), 2, anon_sym_DASH, anon_sym_BANG, STATE(117), 2, sym_tuple, sym_object, STATE(121), 2, sym_quoted_template, sym_heredoc_template, STATE(125), 2, sym_unary_operation, sym_binary_operation, STATE(127), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(137), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(24), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [6676] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(196), 1, anon_sym_LBRACE, ACTIONS(198), 1, sym_identifier, ACTIONS(200), 1, anon_sym_LPAREN, ACTIONS(202), 1, aux_sym_numeric_lit_token1, ACTIONS(204), 1, aux_sym_numeric_lit_token2, ACTIONS(208), 1, sym_null_lit, ACTIONS(210), 1, anon_sym_LBRACK, ACTIONS(214), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(9), 1, sym__tuple_start, STATE(404), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(206), 2, anon_sym_true, anon_sym_false, ACTIONS(212), 2, anon_sym_DASH, anon_sym_BANG, STATE(117), 2, sym_tuple, sym_object, STATE(121), 2, sym_quoted_template, sym_heredoc_template, STATE(125), 2, sym_unary_operation, sym_binary_operation, STATE(127), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(137), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(20), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [6759] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(196), 1, anon_sym_LBRACE, ACTIONS(198), 1, sym_identifier, ACTIONS(200), 1, anon_sym_LPAREN, ACTIONS(202), 1, aux_sym_numeric_lit_token1, ACTIONS(204), 1, aux_sym_numeric_lit_token2, ACTIONS(208), 1, sym_null_lit, ACTIONS(210), 1, anon_sym_LBRACK, ACTIONS(214), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(9), 1, sym__tuple_start, STATE(404), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(206), 2, anon_sym_true, anon_sym_false, ACTIONS(212), 2, anon_sym_DASH, anon_sym_BANG, STATE(117), 2, sym_tuple, sym_object, STATE(121), 2, sym_quoted_template, sym_heredoc_template, STATE(125), 2, sym_unary_operation, sym_binary_operation, STATE(127), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(137), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(25), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [6842] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(192), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [6925] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(196), 1, anon_sym_LBRACE, ACTIONS(198), 1, sym_identifier, ACTIONS(200), 1, anon_sym_LPAREN, ACTIONS(202), 1, aux_sym_numeric_lit_token1, ACTIONS(204), 1, aux_sym_numeric_lit_token2, ACTIONS(208), 1, sym_null_lit, ACTIONS(210), 1, anon_sym_LBRACK, ACTIONS(214), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(9), 1, sym__tuple_start, STATE(404), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(206), 2, anon_sym_true, anon_sym_false, ACTIONS(212), 2, anon_sym_DASH, anon_sym_BANG, STATE(117), 2, sym_tuple, sym_object, STATE(121), 2, sym_quoted_template, sym_heredoc_template, STATE(125), 2, sym_unary_operation, sym_binary_operation, STATE(127), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(137), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(26), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [7008] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(191), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [7091] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(190), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [7174] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(164), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [7257] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(163), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [7340] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(189), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [7423] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(185), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [7506] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(152), 1, anon_sym_LBRACE, ACTIONS(154), 1, sym_identifier, ACTIONS(156), 1, anon_sym_LPAREN, ACTIONS(158), 1, aux_sym_numeric_lit_token1, ACTIONS(160), 1, aux_sym_numeric_lit_token2, ACTIONS(164), 1, sym_null_lit, ACTIONS(166), 1, anon_sym_LBRACK, ACTIONS(172), 1, sym__quoted_template_start, STATE(5), 1, sym__object_start, STATE(11), 1, sym__tuple_start, STATE(400), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(162), 2, anon_sym_true, anon_sym_false, ACTIONS(168), 2, anon_sym_DASH, anon_sym_BANG, STATE(237), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(239), 2, sym_unary_operation, sym_binary_operation, STATE(240), 2, sym_quoted_template, sym_heredoc_template, STATE(252), 2, sym_tuple, sym_object, STATE(255), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(186), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [7589] = 22, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(96), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [7672] = 8, ACTIONS(254), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(252), 2, anon_sym_STAR, anon_sym_PERCENT, STATE(168), 2, sym_attr_splat, sym_full_splat, STATE(177), 2, sym_new_index, sym_legacy_index, STATE(181), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 5, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_GT, anon_sym_LT, ACTIONS(112), 21, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [7727] = 6, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(168), 2, sym_attr_splat, sym_full_splat, STATE(177), 2, sym_new_index, sym_legacy_index, STATE(181), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(112), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [7778] = 9, ACTIONS(254), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(250), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(252), 2, anon_sym_STAR, anon_sym_PERCENT, STATE(168), 2, sym_attr_splat, sym_full_splat, STATE(177), 2, sym_new_index, sym_legacy_index, STATE(181), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 5, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_GT, anon_sym_LT, ACTIONS(112), 19, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [7835] = 11, ACTIONS(254), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(250), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(252), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(256), 2, anon_sym_GT, anon_sym_LT, ACTIONS(258), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, STATE(168), 2, sym_attr_splat, sym_full_splat, STATE(177), 2, sym_new_index, sym_legacy_index, ACTIONS(114), 3, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, STATE(181), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(112), 17, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [7896] = 12, ACTIONS(254), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(250), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(252), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(256), 2, anon_sym_GT, anon_sym_LT, ACTIONS(258), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(168), 2, sym_attr_splat, sym_full_splat, STATE(177), 2, sym_new_index, sym_legacy_index, ACTIONS(114), 3, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, STATE(181), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(112), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [7959] = 13, ACTIONS(254), 1, anon_sym_SLASH, ACTIONS(262), 1, anon_sym_AMP_AMP, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(250), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(252), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(256), 2, anon_sym_GT, anon_sym_LT, ACTIONS(258), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(168), 2, sym_attr_splat, sym_full_splat, STATE(177), 2, sym_new_index, sym_legacy_index, ACTIONS(114), 3, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, STATE(181), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(112), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_PIPE_PIPE, [8024] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(149), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8107] = 22, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(95), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8190] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(157), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8273] = 22, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(94), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8356] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(154), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8439] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(153), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8522] = 22, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(93), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8605] = 22, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(92), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8688] = 22, ACTIONS(11), 1, anon_sym_LBRACE, ACTIONS(15), 1, sym_identifier, ACTIONS(17), 1, anon_sym_LPAREN, ACTIONS(19), 1, aux_sym_numeric_lit_token1, ACTIONS(21), 1, aux_sym_numeric_lit_token2, ACTIONS(25), 1, sym_null_lit, ACTIONS(27), 1, anon_sym_LBRACK, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(37), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(10), 1, sym__tuple_start, STATE(399), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(23), 2, anon_sym_true, anon_sym_false, ACTIONS(31), 2, anon_sym_DASH, anon_sym_BANG, STATE(161), 2, sym_tuple, sym_object, STATE(167), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(170), 2, sym_unary_operation, sym_binary_operation, STATE(171), 2, sym_quoted_template, sym_heredoc_template, STATE(159), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(91), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8771] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(196), 1, anon_sym_LBRACE, ACTIONS(198), 1, sym_identifier, ACTIONS(200), 1, anon_sym_LPAREN, ACTIONS(202), 1, aux_sym_numeric_lit_token1, ACTIONS(204), 1, aux_sym_numeric_lit_token2, ACTIONS(208), 1, sym_null_lit, ACTIONS(210), 1, anon_sym_LBRACK, ACTIONS(214), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(9), 1, sym__tuple_start, STATE(404), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(206), 2, anon_sym_true, anon_sym_false, ACTIONS(212), 2, anon_sym_DASH, anon_sym_BANG, STATE(117), 2, sym_tuple, sym_object, STATE(121), 2, sym_quoted_template, sym_heredoc_template, STATE(125), 2, sym_unary_operation, sym_binary_operation, STATE(127), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(137), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(30), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8854] = 6, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(168), 2, sym_attr_splat, sym_full_splat, STATE(177), 2, sym_new_index, sym_legacy_index, STATE(181), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(150), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(148), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [8905] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(176), 1, anon_sym_LBRACE, ACTIONS(178), 1, sym_identifier, ACTIONS(180), 1, anon_sym_LPAREN, ACTIONS(182), 1, aux_sym_numeric_lit_token1, ACTIONS(184), 1, aux_sym_numeric_lit_token2, ACTIONS(188), 1, sym_null_lit, ACTIONS(190), 1, anon_sym_LBRACK, ACTIONS(194), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(6), 1, sym__tuple_start, STATE(409), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(186), 2, anon_sym_true, anon_sym_false, ACTIONS(192), 2, anon_sym_DASH, anon_sym_BANG, STATE(219), 2, sym_tuple, sym_object, STATE(226), 2, sym_quoted_template, sym_heredoc_template, STATE(228), 2, sym_unary_operation, sym_binary_operation, STATE(230), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(232), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(178), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [8988] = 22, ACTIONS(33), 1, anon_sym_LT_LT, ACTIONS(35), 1, anon_sym_LT_LT_DASH, ACTIONS(196), 1, anon_sym_LBRACE, ACTIONS(198), 1, sym_identifier, ACTIONS(200), 1, anon_sym_LPAREN, ACTIONS(202), 1, aux_sym_numeric_lit_token1, ACTIONS(204), 1, aux_sym_numeric_lit_token2, ACTIONS(208), 1, sym_null_lit, ACTIONS(210), 1, anon_sym_LBRACK, ACTIONS(214), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(9), 1, sym__tuple_start, STATE(404), 1, sym_heredoc_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(206), 2, anon_sym_true, anon_sym_false, ACTIONS(212), 2, anon_sym_DASH, anon_sym_BANG, STATE(117), 2, sym_tuple, sym_object, STATE(121), 2, sym_quoted_template, sym_heredoc_template, STATE(125), 2, sym_unary_operation, sym_binary_operation, STATE(127), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(137), 3, sym_numeric_lit, sym_bool_lit, sym_string_lit, STATE(21), 8, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_operation, sym_template_expr, [9071] = 7, ACTIONS(242), 1, anon_sym_LBRACK, ACTIONS(244), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(177), 2, sym_new_index, sym_legacy_index, STATE(113), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(228), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(226), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [9122] = 7, ACTIONS(266), 1, anon_sym_LBRACK, ACTIONS(269), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(177), 2, sym_new_index, sym_legacy_index, STATE(111), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(218), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(216), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [9173] = 7, ACTIONS(242), 1, anon_sym_LBRACK, ACTIONS(244), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(177), 2, sym_new_index, sym_legacy_index, STATE(114), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(232), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(230), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [9224] = 7, ACTIONS(242), 1, anon_sym_LBRACK, ACTIONS(244), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(177), 2, sym_new_index, sym_legacy_index, STATE(111), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(236), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(234), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [9275] = 7, ACTIONS(242), 1, anon_sym_LBRACK, ACTIONS(244), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(177), 2, sym_new_index, sym_legacy_index, STATE(111), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(240), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(238), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [9326] = 5, ACTIONS(276), 1, anon_sym_LPAREN, STATE(17), 1, sym__function_call_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(274), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(272), 19, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9372] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(280), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(278), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9413] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(284), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(282), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9454] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(288), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(286), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9495] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(292), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(290), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9536] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(296), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(294), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9577] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(300), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(298), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9618] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(304), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(302), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9659] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(308), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(306), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9700] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(312), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(310), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9741] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(316), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(314), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9782] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(320), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(318), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9823] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(324), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(322), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9864] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(328), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(326), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9905] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(332), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(330), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9946] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(336), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(334), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [9987] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(340), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(338), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10028] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(344), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(342), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10069] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(348), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(346), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10110] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(352), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(350), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10151] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(356), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(354), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10192] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(360), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(358), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10233] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(364), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(362), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10274] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(368), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(366), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10315] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(372), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(370), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10356] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(376), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(374), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10397] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(380), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(378), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10438] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(384), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(382), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10479] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(388), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(386), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10520] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(392), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(390), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10561] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(396), 12, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, ACTIONS(394), 20, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT_DASH, [10602] = 5, ACTIONS(398), 1, anon_sym_LPAREN, STATE(14), 1, sym__function_call_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(274), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(272), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [10646] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(308), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(306), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [10684] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(380), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(378), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [10722] = 11, ACTIONS(404), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(114), 2, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(400), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(402), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(406), 2, anon_sym_GT, anon_sym_LT, ACTIONS(408), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, STATE(212), 2, sym_attr_splat, sym_full_splat, STATE(214), 2, sym_new_index, sym_legacy_index, STATE(204), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(112), 11, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [10776] = 17, ACTIONS(404), 1, anon_sym_SLASH, ACTIONS(410), 1, anon_sym_LBRACK, ACTIONS(412), 1, anon_sym_DOT, ACTIONS(414), 1, anon_sym_DOT_STAR, ACTIONS(416), 1, anon_sym_LBRACK_STAR_RBRACK, ACTIONS(420), 1, anon_sym_AMP_AMP, ACTIONS(422), 1, anon_sym_PIPE_PIPE, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(400), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(402), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(406), 2, anon_sym_GT, anon_sym_LT, ACTIONS(408), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(212), 2, sym_attr_splat, sym_full_splat, STATE(214), 2, sym_new_index, sym_legacy_index, STATE(204), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(134), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [10842] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(340), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(338), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [10880] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(304), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(302), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [10918] = 8, ACTIONS(404), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(402), 2, anon_sym_STAR, anon_sym_PERCENT, STATE(212), 2, sym_attr_splat, sym_full_splat, STATE(214), 2, sym_new_index, sym_legacy_index, STATE(204), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 4, anon_sym_LBRACK, anon_sym_DOT, anon_sym_GT, anon_sym_LT, ACTIONS(112), 15, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [10966] = 6, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(212), 2, sym_attr_splat, sym_full_splat, STATE(214), 2, sym_new_index, sym_legacy_index, STATE(204), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(112), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11010] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(288), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(286), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11048] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(348), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(346), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11086] = 9, ACTIONS(404), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(400), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(402), 2, anon_sym_STAR, anon_sym_PERCENT, STATE(212), 2, sym_attr_splat, sym_full_splat, STATE(214), 2, sym_new_index, sym_legacy_index, STATE(204), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 4, anon_sym_LBRACK, anon_sym_DOT, anon_sym_GT, anon_sym_LT, ACTIONS(112), 13, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11136] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(368), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(366), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11174] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(364), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(362), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11212] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(280), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(278), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11250] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(284), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(282), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11288] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(328), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(326), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11326] = 12, ACTIONS(404), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(114), 2, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(400), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(402), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(406), 2, anon_sym_GT, anon_sym_LT, ACTIONS(408), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(212), 2, sym_attr_splat, sym_full_splat, STATE(214), 2, sym_new_index, sym_legacy_index, STATE(204), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(112), 9, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11382] = 13, ACTIONS(404), 1, anon_sym_SLASH, ACTIONS(420), 1, anon_sym_AMP_AMP, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(114), 2, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(400), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(402), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(406), 2, anon_sym_GT, anon_sym_LT, ACTIONS(408), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(418), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(212), 2, sym_attr_splat, sym_full_splat, STATE(214), 2, sym_new_index, sym_legacy_index, STATE(204), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(112), 8, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_PIPE_PIPE, [11440] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(372), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(370), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11478] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(360), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(358), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11516] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(324), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(322), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11554] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(336), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(334), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11592] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(376), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(374), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11630] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(316), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(314), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11668] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(300), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(298), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11706] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(296), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(294), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11744] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(344), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(342), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11782] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(356), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(354), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11820] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(332), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(330), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11858] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(312), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(310), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11896] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(392), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(390), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11934] = 6, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(212), 2, sym_attr_splat, sym_full_splat, STATE(214), 2, sym_new_index, sym_legacy_index, STATE(204), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(150), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(148), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [11978] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(352), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(350), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12016] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(396), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(394), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12054] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(292), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(290), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12092] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(388), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(386), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12130] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(384), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(382), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12168] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(320), 6, anon_sym_EQ, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(318), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12206] = 12, ACTIONS(428), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(114), 2, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(424), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(426), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(430), 2, anon_sym_GT, anon_sym_LT, ACTIONS(432), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(434), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(260), 2, sym_new_index, sym_legacy_index, STATE(264), 2, sym_attr_splat, sym_full_splat, STATE(244), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(112), 7, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [12260] = 13, ACTIONS(428), 1, anon_sym_SLASH, ACTIONS(436), 1, anon_sym_AMP_AMP, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(114), 2, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(424), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(426), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(430), 2, anon_sym_GT, anon_sym_LT, ACTIONS(432), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(434), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(260), 2, sym_new_index, sym_legacy_index, STATE(264), 2, sym_attr_splat, sym_full_splat, STATE(244), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(112), 6, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_PIPE_PIPE, sym_strip_marker, [12316] = 7, ACTIONS(410), 1, anon_sym_LBRACK, ACTIONS(412), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(214), 2, sym_new_index, sym_legacy_index, ACTIONS(236), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(193), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(234), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12360] = 7, ACTIONS(410), 1, anon_sym_LBRACK, ACTIONS(412), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(214), 2, sym_new_index, sym_legacy_index, ACTIONS(232), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(197), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(230), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12404] = 11, ACTIONS(428), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(114), 2, anon_sym_LBRACK, anon_sym_DOT, ACTIONS(424), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(426), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(430), 2, anon_sym_GT, anon_sym_LT, ACTIONS(432), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, STATE(260), 2, sym_new_index, sym_legacy_index, STATE(264), 2, sym_attr_splat, sym_full_splat, STATE(244), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(112), 9, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [12456] = 9, ACTIONS(428), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(424), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(426), 2, anon_sym_STAR, anon_sym_PERCENT, STATE(260), 2, sym_new_index, sym_legacy_index, STATE(264), 2, sym_attr_splat, sym_full_splat, STATE(244), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 4, anon_sym_LBRACK, anon_sym_DOT, anon_sym_GT, anon_sym_LT, ACTIONS(112), 11, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [12504] = 6, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(260), 2, sym_new_index, sym_legacy_index, STATE(264), 2, sym_attr_splat, sym_full_splat, STATE(244), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(112), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [12546] = 8, ACTIONS(428), 1, anon_sym_SLASH, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(426), 2, anon_sym_STAR, anon_sym_PERCENT, STATE(260), 2, sym_new_index, sym_legacy_index, STATE(264), 2, sym_attr_splat, sym_full_splat, STATE(244), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(114), 4, anon_sym_LBRACK, anon_sym_DOT, anon_sym_GT, anon_sym_LT, ACTIONS(112), 13, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [12592] = 7, ACTIONS(438), 1, anon_sym_LBRACK, ACTIONS(441), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(214), 2, sym_new_index, sym_legacy_index, ACTIONS(218), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(193), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(216), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12636] = 7, ACTIONS(410), 1, anon_sym_LBRACK, ACTIONS(412), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(214), 2, sym_new_index, sym_legacy_index, ACTIONS(228), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(187), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(226), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12680] = 6, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(260), 2, sym_new_index, sym_legacy_index, STATE(264), 2, sym_attr_splat, sym_full_splat, STATE(244), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(150), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(148), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [12722] = 17, ACTIONS(428), 1, anon_sym_SLASH, ACTIONS(436), 1, anon_sym_AMP_AMP, ACTIONS(444), 1, anon_sym_LBRACK, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_DOT_STAR, ACTIONS(450), 1, anon_sym_LBRACK_STAR_RBRACK, ACTIONS(452), 1, anon_sym_PIPE_PIPE, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(424), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(426), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(430), 2, anon_sym_GT, anon_sym_LT, ACTIONS(432), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(434), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(260), 2, sym_new_index, sym_legacy_index, STATE(264), 2, sym_attr_splat, sym_full_splat, ACTIONS(134), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, STATE(244), 3, sym_index, sym_get_attr, sym_splat, [12786] = 7, ACTIONS(410), 1, anon_sym_LBRACK, ACTIONS(412), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(214), 2, sym_new_index, sym_legacy_index, ACTIONS(240), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(193), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(238), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [12830] = 7, ACTIONS(454), 1, anon_sym_LBRACK, ACTIONS(457), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(260), 2, sym_new_index, sym_legacy_index, ACTIONS(218), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(198), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(216), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [12872] = 7, ACTIONS(444), 1, anon_sym_LBRACK, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(260), 2, sym_new_index, sym_legacy_index, ACTIONS(240), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(198), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(238), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [12914] = 7, ACTIONS(444), 1, anon_sym_LBRACK, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(260), 2, sym_new_index, sym_legacy_index, ACTIONS(236), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(198), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(234), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [12956] = 7, ACTIONS(444), 1, anon_sym_LBRACK, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(260), 2, sym_new_index, sym_legacy_index, ACTIONS(232), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(199), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(230), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [12998] = 7, ACTIONS(444), 1, anon_sym_LBRACK, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(260), 2, sym_new_index, sym_legacy_index, ACTIONS(228), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(200), 3, sym_index, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(226), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [13040] = 5, ACTIONS(460), 1, anon_sym_LPAREN, STATE(16), 1, sym__function_call_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(274), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(272), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13077] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(292), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(290), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13108] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(304), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(302), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13139] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(288), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(286), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13170] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(348), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(346), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13201] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(376), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(374), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13232] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(372), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(370), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13263] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(312), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(310), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13294] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(380), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(378), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13325] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(336), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(334), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13356] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(320), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(318), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13387] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(392), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(390), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13418] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(308), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(306), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13449] = 5, ACTIONS(462), 1, anon_sym_LPAREN, STATE(15), 1, sym__function_call_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(274), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(272), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [13484] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(332), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(330), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13515] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(396), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(394), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13546] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(284), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(282), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13577] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(388), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(386), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13608] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(344), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(342), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13639] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(352), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(350), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13670] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(384), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(382), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13701] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(356), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(354), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13732] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(296), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(294), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13763] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(300), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(298), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13794] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(280), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(278), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13825] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(316), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(314), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13856] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(368), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(366), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13887] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(324), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(322), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13918] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(328), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(326), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13949] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(364), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(362), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [13980] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(340), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(338), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [14011] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(360), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(358), 17, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [14042] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(288), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(286), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14071] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(384), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(382), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14100] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(324), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(322), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14129] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(344), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(342), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14158] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(316), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(314), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14187] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(300), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(298), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14216] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(388), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(386), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14245] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(296), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(294), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14274] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(328), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(326), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14303] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(292), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(290), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14332] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(360), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(358), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14361] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(396), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(394), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14390] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(356), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(354), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14419] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(308), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(306), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14448] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(352), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(350), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14477] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(340), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(338), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14506] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(372), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(370), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14535] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(284), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(282), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14564] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(376), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(374), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14593] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(380), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(378), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14622] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(364), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(362), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14651] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(368), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(366), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14680] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(348), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(346), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14709] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(280), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(278), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14738] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(304), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(302), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14767] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(392), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(390), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14796] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(312), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(310), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14825] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(320), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(318), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14854] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(332), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(330), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14883] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(336), 5, anon_sym_LBRACK, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(334), 15, sym__template_interpolation_end, anon_sym_DOT_STAR, anon_sym_LBRACK_STAR_RBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PLUS, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, sym_strip_marker, [14912] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(136), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, ACTIONS(134), 11, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, [14938] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(466), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, ACTIONS(464), 11, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, [14964] = 4, ACTIONS(472), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(470), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, ACTIONS(468), 10, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, [14992] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(474), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, ACTIONS(50), 10, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, [15017] = 4, ACTIONS(480), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(478), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, ACTIONS(476), 8, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_LBRACK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, [15043] = 4, ACTIONS(482), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(478), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, ACTIONS(476), 8, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_LBRACK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, [15069] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(486), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, ACTIONS(484), 8, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_LBRACK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, [15092] = 3, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(490), 6, sym_identifier, aux_sym_numeric_lit_token1, anon_sym_true, anon_sym_false, sym_null_lit, anon_sym_LT_LT, ACTIONS(488), 8, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_LPAREN, aux_sym_numeric_lit_token2, anon_sym_LBRACK, anon_sym_DASH, anon_sym_BANG, anon_sym_LT_LT_DASH, [15115] = 3, ACTIONS(136), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(134), 11, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, [15136] = 3, ACTIONS(466), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(464), 11, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, [15157] = 8, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(9), 1, sym_identifier, ACTIONS(492), 1, anon_sym_RBRACE, STATE(13), 1, sym__object_start, STATE(326), 1, sym__block_end, STATE(387), 1, sym_body, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(278), 4, sym_attribute, sym_block, sym_object, aux_sym_body_repeat1, [15186] = 8, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(9), 1, sym_identifier, ACTIONS(494), 1, anon_sym_RBRACE, STATE(13), 1, sym__object_start, STATE(317), 1, sym__block_end, STATE(390), 1, sym_body, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(278), 4, sym_attribute, sym_block, sym_object, aux_sym_body_repeat1, [15215] = 6, ACTIONS(498), 1, anon_sym_LBRACE, ACTIONS(501), 1, sym_identifier, STATE(13), 1, sym__object_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(496), 2, ts_builtin_sym_end, anon_sym_RBRACE, STATE(277), 4, sym_attribute, sym_block, sym_object, aux_sym_body_repeat1, [15239] = 6, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(9), 1, sym_identifier, STATE(13), 1, sym__object_start, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(504), 2, ts_builtin_sym_end, anon_sym_RBRACE, STATE(277), 4, sym_attribute, sym_block, sym_object, aux_sym_body_repeat1, [15263] = 6, ACTIONS(506), 1, sym__quoted_template_end, ACTIONS(508), 1, sym__template_literal_chunk, ACTIONS(510), 1, sym__template_interpolation_start, STATE(323), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(295), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15286] = 6, ACTIONS(512), 1, sym__template_literal_chunk, ACTIONS(514), 1, sym__template_interpolation_start, ACTIONS(516), 1, sym_heredoc_identifier, STATE(325), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(284), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15309] = 7, ACTIONS(508), 1, sym__template_literal_chunk, ACTIONS(510), 1, sym__template_interpolation_start, ACTIONS(518), 1, sym__quoted_template_end, STATE(323), 1, aux_sym_template_literal_repeat1, STATE(340), 1, sym_template_literal, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(289), 3, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15334] = 6, ACTIONS(512), 1, sym__template_literal_chunk, ACTIONS(514), 1, sym__template_interpolation_start, ACTIONS(520), 1, sym_heredoc_identifier, STATE(325), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(287), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15357] = 6, ACTIONS(512), 1, sym__template_literal_chunk, ACTIONS(514), 1, sym__template_interpolation_start, ACTIONS(522), 1, sym_heredoc_identifier, STATE(325), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(292), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15380] = 6, ACTIONS(512), 1, sym__template_literal_chunk, ACTIONS(514), 1, sym__template_interpolation_start, ACTIONS(524), 1, sym_heredoc_identifier, STATE(325), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(292), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15403] = 7, ACTIONS(508), 1, sym__template_literal_chunk, ACTIONS(510), 1, sym__template_interpolation_start, ACTIONS(526), 1, sym__quoted_template_end, STATE(323), 1, aux_sym_template_literal_repeat1, STATE(342), 1, sym_template_literal, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(279), 3, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15428] = 6, ACTIONS(508), 1, sym__template_literal_chunk, ACTIONS(510), 1, sym__template_interpolation_start, ACTIONS(528), 1, sym__quoted_template_end, STATE(323), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(295), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15451] = 6, ACTIONS(512), 1, sym__template_literal_chunk, ACTIONS(514), 1, sym__template_interpolation_start, ACTIONS(530), 1, sym_heredoc_identifier, STATE(325), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(292), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15474] = 6, ACTIONS(512), 1, sym__template_literal_chunk, ACTIONS(514), 1, sym__template_interpolation_start, ACTIONS(532), 1, sym_heredoc_identifier, STATE(325), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(283), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15497] = 6, ACTIONS(508), 1, sym__template_literal_chunk, ACTIONS(510), 1, sym__template_interpolation_start, ACTIONS(534), 1, sym__quoted_template_end, STATE(323), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(295), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15520] = 7, ACTIONS(508), 1, sym__template_literal_chunk, ACTIONS(510), 1, sym__template_interpolation_start, ACTIONS(536), 1, sym__quoted_template_end, STATE(323), 1, aux_sym_template_literal_repeat1, STATE(333), 1, sym_template_literal, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(286), 3, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15545] = 6, ACTIONS(508), 1, sym__template_literal_chunk, ACTIONS(510), 1, sym__template_interpolation_start, ACTIONS(538), 1, sym__quoted_template_end, STATE(323), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(295), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15568] = 6, ACTIONS(540), 1, sym__template_literal_chunk, ACTIONS(543), 1, sym__template_interpolation_start, ACTIONS(546), 1, sym_heredoc_identifier, STATE(325), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(292), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15591] = 7, ACTIONS(508), 1, sym__template_literal_chunk, ACTIONS(510), 1, sym__template_interpolation_start, ACTIONS(548), 1, sym__quoted_template_end, STATE(323), 1, aux_sym_template_literal_repeat1, STATE(330), 1, sym_template_literal, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(291), 3, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15616] = 6, ACTIONS(512), 1, sym__template_literal_chunk, ACTIONS(514), 1, sym__template_interpolation_start, ACTIONS(550), 1, sym_heredoc_identifier, STATE(325), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(296), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15639] = 6, ACTIONS(546), 1, sym__quoted_template_end, ACTIONS(552), 1, sym__template_literal_chunk, ACTIONS(555), 1, sym__template_interpolation_start, STATE(323), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(295), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15662] = 6, ACTIONS(512), 1, sym__template_literal_chunk, ACTIONS(514), 1, sym__template_interpolation_start, ACTIONS(558), 1, sym_heredoc_identifier, STATE(325), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(292), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [15685] = 7, ACTIONS(560), 1, anon_sym_EQ, ACTIONS(562), 1, anon_sym_LBRACE, ACTIONS(564), 1, sym_identifier, ACTIONS(566), 1, sym__quoted_template_start, STATE(275), 1, sym__block_start, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(304), 2, sym_string_lit, aux_sym_block_repeat1, [15709] = 7, ACTIONS(568), 1, anon_sym_RPAREN, ACTIONS(570), 1, anon_sym_COMMA, ACTIONS(572), 1, sym_ellipsis, ACTIONS(574), 1, anon_sym_QMARK, STATE(35), 1, sym__comma, STATE(309), 1, aux_sym__tuple_elems_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, [15732] = 5, ACTIONS(578), 1, anon_sym_COMMA, STATE(35), 1, sym__comma, STATE(299), 1, aux_sym__tuple_elems_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(576), 3, anon_sym_RPAREN, anon_sym_RBRACK, sym_ellipsis, [15751] = 7, ACTIONS(581), 1, anon_sym_RBRACE, ACTIONS(583), 1, anon_sym_if, ACTIONS(585), 1, sym_ellipsis, ACTIONS(587), 1, anon_sym_QMARK, STATE(152), 1, sym__object_end, STATE(356), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [15774] = 7, ACTIONS(583), 1, anon_sym_if, ACTIONS(587), 1, anon_sym_QMARK, ACTIONS(589), 1, anon_sym_RBRACE, ACTIONS(591), 1, sym_ellipsis, STATE(205), 1, sym__object_end, STATE(353), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [15797] = 7, ACTIONS(583), 1, anon_sym_if, ACTIONS(587), 1, anon_sym_QMARK, ACTIONS(593), 1, anon_sym_RBRACE, ACTIONS(595), 1, sym_ellipsis, STATE(122), 1, sym__object_end, STATE(381), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [15820] = 7, ACTIONS(583), 1, anon_sym_if, ACTIONS(587), 1, anon_sym_QMARK, ACTIONS(597), 1, anon_sym_RBRACE, ACTIONS(599), 1, sym_ellipsis, STATE(259), 1, sym__object_end, STATE(397), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [15843] = 6, ACTIONS(566), 1, sym__quoted_template_start, ACTIONS(601), 1, anon_sym_LBRACE, ACTIONS(603), 1, sym_identifier, STATE(276), 1, sym__block_start, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(306), 2, sym_string_lit, aux_sym_block_repeat1, [15864] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(134), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [15876] = 5, ACTIONS(605), 1, anon_sym_LBRACE, ACTIONS(607), 1, sym_identifier, ACTIONS(610), 1, sym__quoted_template_start, ACTIONS(3), 2, sym_comment, sym__whitespace, STATE(306), 2, sym_string_lit, aux_sym_block_repeat1, [15894] = 6, ACTIONS(583), 1, anon_sym_if, ACTIONS(587), 1, anon_sym_QMARK, ACTIONS(613), 1, anon_sym_RBRACK, STATE(263), 1, sym__tuple_end, STATE(367), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [15914] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(615), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, [15928] = 6, ACTIONS(482), 1, anon_sym_RPAREN, ACTIONS(617), 1, anon_sym_COMMA, ACTIONS(619), 1, sym_ellipsis, STATE(35), 1, sym__comma, STATE(299), 1, aux_sym__tuple_elems_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, [15948] = 6, ACTIONS(583), 1, anon_sym_if, ACTIONS(587), 1, anon_sym_QMARK, ACTIONS(621), 1, anon_sym_RBRACK, STATE(217), 1, sym__tuple_end, STATE(374), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [15968] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(576), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, sym_ellipsis, [15982] = 6, ACTIONS(583), 1, anon_sym_if, ACTIONS(587), 1, anon_sym_QMARK, ACTIONS(623), 1, anon_sym_RBRACK, STATE(175), 1, sym__tuple_end, STATE(377), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [16002] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(464), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [16014] = 6, ACTIONS(583), 1, anon_sym_if, ACTIONS(587), 1, anon_sym_QMARK, ACTIONS(625), 1, anon_sym_RBRACK, STATE(129), 1, sym__tuple_end, STATE(373), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [16034] = 6, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(627), 1, anon_sym_COMMA, ACTIONS(629), 1, anon_sym_RBRACK, STATE(22), 1, sym__comma, STATE(316), 1, aux_sym__tuple_elems_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, [16054] = 5, ACTIONS(120), 1, anon_sym_RBRACK, ACTIONS(631), 1, anon_sym_COMMA, STATE(27), 1, sym__comma, STATE(299), 1, aux_sym__tuple_elems_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, [16071] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(633), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, [16082] = 5, ACTIONS(583), 1, anon_sym_if, ACTIONS(635), 1, anon_sym_RBRACE, STATE(155), 1, sym__object_end, STATE(362), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [16099] = 5, ACTIONS(583), 1, anon_sym_if, ACTIONS(637), 1, anon_sym_RBRACE, STATE(206), 1, sym__object_end, STATE(355), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [16116] = 4, ACTIONS(639), 1, sym__template_literal_chunk, STATE(320), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(642), 2, sym__template_interpolation_start, sym_heredoc_identifier, [16131] = 5, ACTIONS(583), 1, anon_sym_if, ACTIONS(644), 1, anon_sym_RBRACE, STATE(118), 1, sym__object_end, STATE(351), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [16148] = 5, ACTIONS(583), 1, anon_sym_if, ACTIONS(646), 1, anon_sym_RBRACE, STATE(235), 1, sym__object_end, STATE(398), 1, sym_for_cond, ACTIONS(3), 2, sym_comment, sym__whitespace, [16165] = 4, ACTIONS(650), 1, sym__template_literal_chunk, STATE(327), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(648), 2, sym__quoted_template_end, sym__template_interpolation_start, [16180] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(652), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, [16191] = 4, ACTIONS(654), 1, sym__template_literal_chunk, STATE(320), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(648), 2, sym__template_interpolation_start, sym_heredoc_identifier, [16206] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(656), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, sym_identifier, [16217] = 4, ACTIONS(658), 1, sym__template_literal_chunk, STATE(327), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(642), 2, sym__quoted_template_end, sym__template_interpolation_start, [16232] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(661), 3, sym__quoted_template_end, sym__template_literal_chunk, sym__template_interpolation_start, [16242] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(661), 3, sym__template_literal_chunk, sym__template_interpolation_start, sym_heredoc_identifier, [16252] = 3, ACTIONS(663), 1, sym__quoted_template_end, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(665), 2, sym__template_literal_chunk, sym__template_interpolation_start, [16264] = 4, ACTIONS(642), 1, sym__quoted_template_end, ACTIONS(667), 1, sym__template_literal_chunk, STATE(331), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, [16278] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(374), 3, sym__quoted_template_start, anon_sym_LBRACE, sym_identifier, [16288] = 3, ACTIONS(670), 1, sym__quoted_template_end, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(665), 2, sym__template_literal_chunk, sym__template_interpolation_start, [16300] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(672), 3, sym__template_literal_chunk, sym__template_interpolation_start, sym_heredoc_identifier, [16310] = 4, ACTIONS(674), 1, anon_sym_QMARK, ACTIONS(676), 1, sym_strip_marker, ACTIONS(678), 1, sym__template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16324] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(134), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, [16334] = 4, ACTIONS(648), 1, sym__quoted_template_end, ACTIONS(680), 1, sym__template_literal_chunk, STATE(331), 1, aux_sym_template_literal_repeat1, ACTIONS(3), 2, sym_comment, sym__whitespace, [16348] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(682), 2, anon_sym_EQ, anon_sym_COLON, [16360] = 4, ACTIONS(674), 1, anon_sym_QMARK, ACTIONS(684), 1, sym_strip_marker, ACTIONS(686), 1, sym__template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16374] = 3, ACTIONS(688), 1, sym__quoted_template_end, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(665), 2, sym__template_literal_chunk, sym__template_interpolation_start, [16386] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(672), 3, sym__quoted_template_end, sym__template_literal_chunk, sym__template_interpolation_start, [16396] = 3, ACTIONS(690), 1, sym__quoted_template_end, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(665), 2, sym__template_literal_chunk, sym__template_interpolation_start, [16408] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(692), 3, sym__template_literal_chunk, sym__template_interpolation_start, sym_heredoc_identifier, [16418] = 4, ACTIONS(674), 1, anon_sym_QMARK, ACTIONS(694), 1, sym_strip_marker, ACTIONS(696), 1, sym__template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16432] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(698), 2, anon_sym_RBRACE, anon_sym_RBRACK, [16444] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(464), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, [16454] = 2, ACTIONS(3), 2, sym_comment, sym__whitespace, ACTIONS(692), 3, sym__quoted_template_end, sym__template_literal_chunk, sym__template_interpolation_start, [16464] = 4, ACTIONS(700), 1, sym__template_literal_chunk, STATE(337), 1, aux_sym_template_literal_repeat1, STATE(401), 1, sym_template_literal, ACTIONS(3), 2, sym_comment, sym__whitespace, [16478] = 4, ACTIONS(674), 1, anon_sym_QMARK, ACTIONS(702), 1, sym_strip_marker, ACTIONS(704), 1, sym__template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16492] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(706), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym__whitespace, [16503] = 3, ACTIONS(708), 1, anon_sym_RBRACE, STATE(133), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16514] = 3, ACTIONS(710), 1, anon_sym_RBRACK, STATE(234), 1, sym__tuple_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16525] = 3, ACTIONS(637), 1, anon_sym_RBRACE, STATE(206), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16536] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(712), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym__whitespace, [16547] = 3, ACTIONS(714), 1, anon_sym_RBRACE, STATE(207), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16558] = 3, ACTIONS(635), 1, anon_sym_RBRACE, STATE(155), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16569] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(716), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym__whitespace, [16580] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(718), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_comment, sym__whitespace, [16591] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(720), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, [16602] = 3, ACTIONS(722), 1, sym_identifier, ACTIONS(724), 1, aux_sym_legacy_index_token1, ACTIONS(3), 2, sym_comment, sym__whitespace, [16613] = 3, ACTIONS(726), 1, sym_identifier, ACTIONS(728), 1, aux_sym_legacy_index_token1, ACTIONS(3), 2, sym_comment, sym__whitespace, [16624] = 3, ACTIONS(730), 1, anon_sym_RBRACE, STATE(156), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16635] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(732), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym__whitespace, [16646] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(734), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym__whitespace, [16657] = 3, ACTIONS(736), 1, anon_sym_RPAREN, STATE(134), 1, sym__function_call_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16668] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(738), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym__whitespace, [16679] = 3, ACTIONS(740), 1, anon_sym_RBRACK, STATE(261), 1, sym__tuple_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16690] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(742), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, [16701] = 3, ACTIONS(744), 1, anon_sym_RPAREN, STATE(222), 1, sym__function_call_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16712] = 3, ACTIONS(746), 1, anon_sym_COMMA, ACTIONS(748), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym__whitespace, [16723] = 3, ACTIONS(750), 1, anon_sym_RBRACK, STATE(136), 1, sym__tuple_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16734] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(752), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_comment, sym__whitespace, [16745] = 3, ACTIONS(754), 1, anon_sym_RBRACK, STATE(124), 1, sym__tuple_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16756] = 3, ACTIONS(756), 1, anon_sym_RBRACK, STATE(210), 1, sym__tuple_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16767] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(758), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, [16778] = 3, ACTIONS(760), 1, sym_identifier, ACTIONS(762), 1, aux_sym_legacy_index_token1, ACTIONS(3), 2, sym_comment, sym__whitespace, [16789] = 3, ACTIONS(764), 1, anon_sym_RBRACK, STATE(176), 1, sym__tuple_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16800] = 3, ACTIONS(766), 1, anon_sym_RBRACK, STATE(166), 1, sym__tuple_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16811] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(768), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym__whitespace, [16822] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(770), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym__whitespace, [16833] = 3, ACTIONS(644), 1, anon_sym_RBRACE, STATE(118), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16844] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(772), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_comment, sym__whitespace, [16855] = 3, ACTIONS(774), 1, anon_sym_RBRACE, STATE(139), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16866] = 3, ACTIONS(776), 1, anon_sym_RPAREN, STATE(179), 1, sym__function_call_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16877] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(778), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_comment, sym__whitespace, [16888] = 3, ACTIONS(780), 1, anon_sym_RPAREN, STATE(249), 1, sym__function_call_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16899] = 3, ACTIONS(494), 1, anon_sym_RBRACE, STATE(317), 1, sym__block_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16910] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(782), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, [16921] = 3, ACTIONS(784), 1, sym_identifier, ACTIONS(786), 1, aux_sym_legacy_index_token1, ACTIONS(3), 2, sym_comment, sym__whitespace, [16932] = 3, ACTIONS(788), 1, anon_sym_RBRACE, STATE(324), 1, sym__block_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16943] = 3, ACTIONS(790), 1, anon_sym_RBRACE, STATE(251), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16954] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(792), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym__whitespace, [16965] = 3, ACTIONS(574), 1, anon_sym_QMARK, ACTIONS(794), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym__whitespace, [16976] = 3, ACTIONS(796), 1, anon_sym_RBRACK, STATE(245), 1, sym__tuple_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16987] = 3, ACTIONS(798), 1, anon_sym_RBRACE, STATE(209), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [16998] = 3, ACTIONS(800), 1, anon_sym_RBRACE, STATE(165), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [17009] = 3, ACTIONS(646), 1, anon_sym_RBRACE, STATE(235), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [17020] = 3, ACTIONS(802), 1, anon_sym_RBRACE, STATE(257), 1, sym__object_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [17031] = 2, ACTIONS(804), 1, sym_heredoc_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, [17039] = 2, ACTIONS(806), 1, sym_heredoc_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, [17047] = 2, ACTIONS(808), 1, sym__quoted_template_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [17055] = 2, ACTIONS(678), 1, sym__template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [17063] = 2, ACTIONS(480), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, [17071] = 2, ACTIONS(810), 1, sym_heredoc_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, [17079] = 2, ACTIONS(812), 1, sym_heredoc_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, [17087] = 2, ACTIONS(814), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, [17095] = 2, ACTIONS(482), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym__whitespace, [17103] = 2, ACTIONS(816), 1, sym__template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [17111] = 2, ACTIONS(818), 1, sym_heredoc_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, [17119] = 2, ACTIONS(820), 1, sym__template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [17127] = 2, ACTIONS(696), 1, sym__template_interpolation_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [17135] = 2, ACTIONS(822), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym__whitespace, [17143] = 2, ACTIONS(824), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym__whitespace, [17151] = 2, ACTIONS(826), 1, ts_builtin_sym_end, ACTIONS(3), 2, sym_comment, sym__whitespace, [17159] = 2, ACTIONS(828), 1, ts_builtin_sym_end, ACTIONS(3), 2, sym_comment, sym__whitespace, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2)] = 0, [SMALL_STATE(3)] = 107, [SMALL_STATE(4)] = 214, [SMALL_STATE(5)] = 321, [SMALL_STATE(6)] = 428, [SMALL_STATE(7)] = 532, [SMALL_STATE(8)] = 634, [SMALL_STATE(9)] = 736, [SMALL_STATE(10)] = 840, [SMALL_STATE(11)] = 944, [SMALL_STATE(12)] = 1048, [SMALL_STATE(13)] = 1150, [SMALL_STATE(14)] = 1251, [SMALL_STATE(15)] = 1349, [SMALL_STATE(16)] = 1447, [SMALL_STATE(17)] = 1545, [SMALL_STATE(18)] = 1643, [SMALL_STATE(19)] = 1738, [SMALL_STATE(20)] = 1833, [SMALL_STATE(21)] = 1887, [SMALL_STATE(22)] = 1945, [SMALL_STATE(23)] = 2037, [SMALL_STATE(24)] = 2097, [SMALL_STATE(25)] = 2161, [SMALL_STATE(26)] = 2227, [SMALL_STATE(27)] = 2295, [SMALL_STATE(28)] = 2387, [SMALL_STATE(29)] = 2479, [SMALL_STATE(30)] = 2557, [SMALL_STATE(31)] = 2611, [SMALL_STATE(32)] = 2703, [SMALL_STATE(33)] = 2795, [SMALL_STATE(34)] = 2884, [SMALL_STATE(35)] = 2973, [SMALL_STATE(36)] = 3062, [SMALL_STATE(37)] = 3151, [SMALL_STATE(38)] = 3240, [SMALL_STATE(39)] = 3329, [SMALL_STATE(40)] = 3418, [SMALL_STATE(41)] = 3507, [SMALL_STATE(42)] = 3596, [SMALL_STATE(43)] = 3685, [SMALL_STATE(44)] = 3774, [SMALL_STATE(45)] = 3863, [SMALL_STATE(46)] = 3952, [SMALL_STATE(47)] = 4041, [SMALL_STATE(48)] = 4130, [SMALL_STATE(49)] = 4219, [SMALL_STATE(50)] = 4308, [SMALL_STATE(51)] = 4397, [SMALL_STATE(52)] = 4486, [SMALL_STATE(53)] = 4575, [SMALL_STATE(54)] = 4664, [SMALL_STATE(55)] = 4753, [SMALL_STATE(56)] = 4842, [SMALL_STATE(57)] = 4931, [SMALL_STATE(58)] = 5020, [SMALL_STATE(59)] = 5109, [SMALL_STATE(60)] = 5198, [SMALL_STATE(61)] = 5287, [SMALL_STATE(62)] = 5376, [SMALL_STATE(63)] = 5465, [SMALL_STATE(64)] = 5554, [SMALL_STATE(65)] = 5643, [SMALL_STATE(66)] = 5732, [SMALL_STATE(67)] = 5821, [SMALL_STATE(68)] = 5910, [SMALL_STATE(69)] = 5999, [SMALL_STATE(70)] = 6053, [SMALL_STATE(71)] = 6107, [SMALL_STATE(72)] = 6161, [SMALL_STATE(73)] = 6215, [SMALL_STATE(74)] = 6269, [SMALL_STATE(75)] = 6352, [SMALL_STATE(76)] = 6435, [SMALL_STATE(77)] = 6510, [SMALL_STATE(78)] = 6593, [SMALL_STATE(79)] = 6676, [SMALL_STATE(80)] = 6759, [SMALL_STATE(81)] = 6842, [SMALL_STATE(82)] = 6925, [SMALL_STATE(83)] = 7008, [SMALL_STATE(84)] = 7091, [SMALL_STATE(85)] = 7174, [SMALL_STATE(86)] = 7257, [SMALL_STATE(87)] = 7340, [SMALL_STATE(88)] = 7423, [SMALL_STATE(89)] = 7506, [SMALL_STATE(90)] = 7589, [SMALL_STATE(91)] = 7672, [SMALL_STATE(92)] = 7727, [SMALL_STATE(93)] = 7778, [SMALL_STATE(94)] = 7835, [SMALL_STATE(95)] = 7896, [SMALL_STATE(96)] = 7959, [SMALL_STATE(97)] = 8024, [SMALL_STATE(98)] = 8107, [SMALL_STATE(99)] = 8190, [SMALL_STATE(100)] = 8273, [SMALL_STATE(101)] = 8356, [SMALL_STATE(102)] = 8439, [SMALL_STATE(103)] = 8522, [SMALL_STATE(104)] = 8605, [SMALL_STATE(105)] = 8688, [SMALL_STATE(106)] = 8771, [SMALL_STATE(107)] = 8854, [SMALL_STATE(108)] = 8905, [SMALL_STATE(109)] = 8988, [SMALL_STATE(110)] = 9071, [SMALL_STATE(111)] = 9122, [SMALL_STATE(112)] = 9173, [SMALL_STATE(113)] = 9224, [SMALL_STATE(114)] = 9275, [SMALL_STATE(115)] = 9326, [SMALL_STATE(116)] = 9372, [SMALL_STATE(117)] = 9413, [SMALL_STATE(118)] = 9454, [SMALL_STATE(119)] = 9495, [SMALL_STATE(120)] = 9536, [SMALL_STATE(121)] = 9577, [SMALL_STATE(122)] = 9618, [SMALL_STATE(123)] = 9659, [SMALL_STATE(124)] = 9700, [SMALL_STATE(125)] = 9741, [SMALL_STATE(126)] = 9782, [SMALL_STATE(127)] = 9823, [SMALL_STATE(128)] = 9864, [SMALL_STATE(129)] = 9905, [SMALL_STATE(130)] = 9946, [SMALL_STATE(131)] = 9987, [SMALL_STATE(132)] = 10028, [SMALL_STATE(133)] = 10069, [SMALL_STATE(134)] = 10110, [SMALL_STATE(135)] = 10151, [SMALL_STATE(136)] = 10192, [SMALL_STATE(137)] = 10233, [SMALL_STATE(138)] = 10274, [SMALL_STATE(139)] = 10315, [SMALL_STATE(140)] = 10356, [SMALL_STATE(141)] = 10397, [SMALL_STATE(142)] = 10438, [SMALL_STATE(143)] = 10479, [SMALL_STATE(144)] = 10520, [SMALL_STATE(145)] = 10561, [SMALL_STATE(146)] = 10602, [SMALL_STATE(147)] = 10646, [SMALL_STATE(148)] = 10684, [SMALL_STATE(149)] = 10722, [SMALL_STATE(150)] = 10776, [SMALL_STATE(151)] = 10842, [SMALL_STATE(152)] = 10880, [SMALL_STATE(153)] = 10918, [SMALL_STATE(154)] = 10966, [SMALL_STATE(155)] = 11010, [SMALL_STATE(156)] = 11048, [SMALL_STATE(157)] = 11086, [SMALL_STATE(158)] = 11136, [SMALL_STATE(159)] = 11174, [SMALL_STATE(160)] = 11212, [SMALL_STATE(161)] = 11250, [SMALL_STATE(162)] = 11288, [SMALL_STATE(163)] = 11326, [SMALL_STATE(164)] = 11382, [SMALL_STATE(165)] = 11440, [SMALL_STATE(166)] = 11478, [SMALL_STATE(167)] = 11516, [SMALL_STATE(168)] = 11554, [SMALL_STATE(169)] = 11592, [SMALL_STATE(170)] = 11630, [SMALL_STATE(171)] = 11668, [SMALL_STATE(172)] = 11706, [SMALL_STATE(173)] = 11744, [SMALL_STATE(174)] = 11782, [SMALL_STATE(175)] = 11820, [SMALL_STATE(176)] = 11858, [SMALL_STATE(177)] = 11896, [SMALL_STATE(178)] = 11934, [SMALL_STATE(179)] = 11978, [SMALL_STATE(180)] = 12016, [SMALL_STATE(181)] = 12054, [SMALL_STATE(182)] = 12092, [SMALL_STATE(183)] = 12130, [SMALL_STATE(184)] = 12168, [SMALL_STATE(185)] = 12206, [SMALL_STATE(186)] = 12260, [SMALL_STATE(187)] = 12316, [SMALL_STATE(188)] = 12360, [SMALL_STATE(189)] = 12404, [SMALL_STATE(190)] = 12456, [SMALL_STATE(191)] = 12504, [SMALL_STATE(192)] = 12546, [SMALL_STATE(193)] = 12592, [SMALL_STATE(194)] = 12636, [SMALL_STATE(195)] = 12680, [SMALL_STATE(196)] = 12722, [SMALL_STATE(197)] = 12786, [SMALL_STATE(198)] = 12830, [SMALL_STATE(199)] = 12872, [SMALL_STATE(200)] = 12914, [SMALL_STATE(201)] = 12956, [SMALL_STATE(202)] = 12998, [SMALL_STATE(203)] = 13040, [SMALL_STATE(204)] = 13077, [SMALL_STATE(205)] = 13108, [SMALL_STATE(206)] = 13139, [SMALL_STATE(207)] = 13170, [SMALL_STATE(208)] = 13201, [SMALL_STATE(209)] = 13232, [SMALL_STATE(210)] = 13263, [SMALL_STATE(211)] = 13294, [SMALL_STATE(212)] = 13325, [SMALL_STATE(213)] = 13356, [SMALL_STATE(214)] = 13387, [SMALL_STATE(215)] = 13418, [SMALL_STATE(216)] = 13449, [SMALL_STATE(217)] = 13484, [SMALL_STATE(218)] = 13515, [SMALL_STATE(219)] = 13546, [SMALL_STATE(220)] = 13577, [SMALL_STATE(221)] = 13608, [SMALL_STATE(222)] = 13639, [SMALL_STATE(223)] = 13670, [SMALL_STATE(224)] = 13701, [SMALL_STATE(225)] = 13732, [SMALL_STATE(226)] = 13763, [SMALL_STATE(227)] = 13794, [SMALL_STATE(228)] = 13825, [SMALL_STATE(229)] = 13856, [SMALL_STATE(230)] = 13887, [SMALL_STATE(231)] = 13918, [SMALL_STATE(232)] = 13949, [SMALL_STATE(233)] = 13980, [SMALL_STATE(234)] = 14011, [SMALL_STATE(235)] = 14042, [SMALL_STATE(236)] = 14071, [SMALL_STATE(237)] = 14100, [SMALL_STATE(238)] = 14129, [SMALL_STATE(239)] = 14158, [SMALL_STATE(240)] = 14187, [SMALL_STATE(241)] = 14216, [SMALL_STATE(242)] = 14245, [SMALL_STATE(243)] = 14274, [SMALL_STATE(244)] = 14303, [SMALL_STATE(245)] = 14332, [SMALL_STATE(246)] = 14361, [SMALL_STATE(247)] = 14390, [SMALL_STATE(248)] = 14419, [SMALL_STATE(249)] = 14448, [SMALL_STATE(250)] = 14477, [SMALL_STATE(251)] = 14506, [SMALL_STATE(252)] = 14535, [SMALL_STATE(253)] = 14564, [SMALL_STATE(254)] = 14593, [SMALL_STATE(255)] = 14622, [SMALL_STATE(256)] = 14651, [SMALL_STATE(257)] = 14680, [SMALL_STATE(258)] = 14709, [SMALL_STATE(259)] = 14738, [SMALL_STATE(260)] = 14767, [SMALL_STATE(261)] = 14796, [SMALL_STATE(262)] = 14825, [SMALL_STATE(263)] = 14854, [SMALL_STATE(264)] = 14883, [SMALL_STATE(265)] = 14912, [SMALL_STATE(266)] = 14938, [SMALL_STATE(267)] = 14964, [SMALL_STATE(268)] = 14992, [SMALL_STATE(269)] = 15017, [SMALL_STATE(270)] = 15043, [SMALL_STATE(271)] = 15069, [SMALL_STATE(272)] = 15092, [SMALL_STATE(273)] = 15115, [SMALL_STATE(274)] = 15136, [SMALL_STATE(275)] = 15157, [SMALL_STATE(276)] = 15186, [SMALL_STATE(277)] = 15215, [SMALL_STATE(278)] = 15239, [SMALL_STATE(279)] = 15263, [SMALL_STATE(280)] = 15286, [SMALL_STATE(281)] = 15309, [SMALL_STATE(282)] = 15334, [SMALL_STATE(283)] = 15357, [SMALL_STATE(284)] = 15380, [SMALL_STATE(285)] = 15403, [SMALL_STATE(286)] = 15428, [SMALL_STATE(287)] = 15451, [SMALL_STATE(288)] = 15474, [SMALL_STATE(289)] = 15497, [SMALL_STATE(290)] = 15520, [SMALL_STATE(291)] = 15545, [SMALL_STATE(292)] = 15568, [SMALL_STATE(293)] = 15591, [SMALL_STATE(294)] = 15616, [SMALL_STATE(295)] = 15639, [SMALL_STATE(296)] = 15662, [SMALL_STATE(297)] = 15685, [SMALL_STATE(298)] = 15709, [SMALL_STATE(299)] = 15732, [SMALL_STATE(300)] = 15751, [SMALL_STATE(301)] = 15774, [SMALL_STATE(302)] = 15797, [SMALL_STATE(303)] = 15820, [SMALL_STATE(304)] = 15843, [SMALL_STATE(305)] = 15864, [SMALL_STATE(306)] = 15876, [SMALL_STATE(307)] = 15894, [SMALL_STATE(308)] = 15914, [SMALL_STATE(309)] = 15928, [SMALL_STATE(310)] = 15948, [SMALL_STATE(311)] = 15968, [SMALL_STATE(312)] = 15982, [SMALL_STATE(313)] = 16002, [SMALL_STATE(314)] = 16014, [SMALL_STATE(315)] = 16034, [SMALL_STATE(316)] = 16054, [SMALL_STATE(317)] = 16071, [SMALL_STATE(318)] = 16082, [SMALL_STATE(319)] = 16099, [SMALL_STATE(320)] = 16116, [SMALL_STATE(321)] = 16131, [SMALL_STATE(322)] = 16148, [SMALL_STATE(323)] = 16165, [SMALL_STATE(324)] = 16180, [SMALL_STATE(325)] = 16191, [SMALL_STATE(326)] = 16206, [SMALL_STATE(327)] = 16217, [SMALL_STATE(328)] = 16232, [SMALL_STATE(329)] = 16242, [SMALL_STATE(330)] = 16252, [SMALL_STATE(331)] = 16264, [SMALL_STATE(332)] = 16278, [SMALL_STATE(333)] = 16288, [SMALL_STATE(334)] = 16300, [SMALL_STATE(335)] = 16310, [SMALL_STATE(336)] = 16324, [SMALL_STATE(337)] = 16334, [SMALL_STATE(338)] = 16348, [SMALL_STATE(339)] = 16360, [SMALL_STATE(340)] = 16374, [SMALL_STATE(341)] = 16386, [SMALL_STATE(342)] = 16396, [SMALL_STATE(343)] = 16408, [SMALL_STATE(344)] = 16418, [SMALL_STATE(345)] = 16432, [SMALL_STATE(346)] = 16444, [SMALL_STATE(347)] = 16454, [SMALL_STATE(348)] = 16464, [SMALL_STATE(349)] = 16478, [SMALL_STATE(350)] = 16492, [SMALL_STATE(351)] = 16503, [SMALL_STATE(352)] = 16514, [SMALL_STATE(353)] = 16525, [SMALL_STATE(354)] = 16536, [SMALL_STATE(355)] = 16547, [SMALL_STATE(356)] = 16558, [SMALL_STATE(357)] = 16569, [SMALL_STATE(358)] = 16580, [SMALL_STATE(359)] = 16591, [SMALL_STATE(360)] = 16602, [SMALL_STATE(361)] = 16613, [SMALL_STATE(362)] = 16624, [SMALL_STATE(363)] = 16635, [SMALL_STATE(364)] = 16646, [SMALL_STATE(365)] = 16657, [SMALL_STATE(366)] = 16668, [SMALL_STATE(367)] = 16679, [SMALL_STATE(368)] = 16690, [SMALL_STATE(369)] = 16701, [SMALL_STATE(370)] = 16712, [SMALL_STATE(371)] = 16723, [SMALL_STATE(372)] = 16734, [SMALL_STATE(373)] = 16745, [SMALL_STATE(374)] = 16756, [SMALL_STATE(375)] = 16767, [SMALL_STATE(376)] = 16778, [SMALL_STATE(377)] = 16789, [SMALL_STATE(378)] = 16800, [SMALL_STATE(379)] = 16811, [SMALL_STATE(380)] = 16822, [SMALL_STATE(381)] = 16833, [SMALL_STATE(382)] = 16844, [SMALL_STATE(383)] = 16855, [SMALL_STATE(384)] = 16866, [SMALL_STATE(385)] = 16877, [SMALL_STATE(386)] = 16888, [SMALL_STATE(387)] = 16899, [SMALL_STATE(388)] = 16910, [SMALL_STATE(389)] = 16921, [SMALL_STATE(390)] = 16932, [SMALL_STATE(391)] = 16943, [SMALL_STATE(392)] = 16954, [SMALL_STATE(393)] = 16965, [SMALL_STATE(394)] = 16976, [SMALL_STATE(395)] = 16987, [SMALL_STATE(396)] = 16998, [SMALL_STATE(397)] = 17009, [SMALL_STATE(398)] = 17020, [SMALL_STATE(399)] = 17031, [SMALL_STATE(400)] = 17039, [SMALL_STATE(401)] = 17047, [SMALL_STATE(402)] = 17055, [SMALL_STATE(403)] = 17063, [SMALL_STATE(404)] = 17071, [SMALL_STATE(405)] = 17079, [SMALL_STATE(406)] = 17087, [SMALL_STATE(407)] = 17095, [SMALL_STATE(408)] = 17103, [SMALL_STATE(409)] = 17111, [SMALL_STATE(410)] = 17119, [SMALL_STATE(411)] = 17127, [SMALL_STATE(412)] = 17135, [SMALL_STATE(413)] = 17143, [SMALL_STATE(414)] = 17151, [SMALL_STATE(415)] = 17159, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_config_file, 0), [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [47] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(4), [50] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), [52] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(146), [55] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(68), [58] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(160), [61] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(160), [64] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(158), [67] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(159), [70] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(28), [73] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(10), [76] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(74), [79] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(405), [82] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(405), [85] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__object_elems_repeat1, 2), SHIFT_REPEAT(281), [88] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_elems, 1), [90] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [92] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), [94] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), [96] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [98] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_elems, 2), [100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), [104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), [106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_elems, 3), [112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operation, 3), [114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operation, 3), [116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), [120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_elems, 2), [122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), [124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), [126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_elems, 3), [134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), [136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), [138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), [140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), [142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operation, 2), [150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operation, 2), [152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), [156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), [160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), [164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), [166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), [182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), [184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), [186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), [188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), [190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), [200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), [204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), [208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), [210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attr_splat_repeat1, 2), [218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(63), [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(376), [226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_splat, 1), [228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_splat, 1), [230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_splat, 1), [232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_splat, 1), [234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_splat, 2), [236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_splat, 2), [238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_splat, 2), [240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_splat, 2), [242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), [244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), [254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), [258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), [260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(51), [269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(361), [272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_expr, 1), [274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_expr, 1), [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_numeric_lit, 1), [280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_numeric_lit, 1), [282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_value, 1), [284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_value, 1), [286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 7), [288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 7), [290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_term, 2), [292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_term, 2), [294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_template, 2), [296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_template, 2), [298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_expr, 1), [300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_expr, 1), [302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 6), [304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 6), [306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3), [308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3), [310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_tuple_expr, 5), [312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_tuple_expr, 5), [314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operation, 1), [316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operation, 1), [318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_template, 4), [320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_template, 4), [322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expr, 1), [324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expr, 1), [326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), [328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), [330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_tuple_expr, 4), [332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_tuple_expr, 4), [334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat, 1), [336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splat, 1), [338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_template, 3), [340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_template, 3), [342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_index, 3), [344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_index, 3), [346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 8), [348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 8), [350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4), [352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4), [354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_template, 3), [356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_template, 3), [358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), [360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), [362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 1), [364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 1), [366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bool_lit, 1), [368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bool_lit, 1), [370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), [372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), [374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_lit, 3), [376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_lit, 3), [378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), [380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), [382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_legacy_index, 2), [384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_legacy_index, 2), [386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_get_attr, 2), [388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_get_attr, 2), [390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index, 1), [392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index, 1), [394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_term, 3), [396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_term, 3), [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(53), [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(389), [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(37), [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(360), [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional, 5), [466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional, 5), [468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_elem, 3), [470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_elem, 3), [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), [474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__object_elems_repeat1, 2), [476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comma, 1), [478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__comma, 1), [480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 3), [482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 2), [484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_intro, 5), [486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_intro, 5), [488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_intro, 7), [490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_intro, 7), [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), [496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_body_repeat1, 2), [498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_body_repeat1, 2), SHIFT_REPEAT(13), [501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_body_repeat1, 2), SHIFT_REPEAT(297), [504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 1), [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 2), SHIFT_REPEAT(325), [543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 2), SHIFT_REPEAT(31), [546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 2), [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 2), SHIFT_REPEAT(323), [555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 2), SHIFT_REPEAT(32), [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 1), [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__tuple_elems_repeat1, 2), [578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__tuple_elems_repeat1, 2), SHIFT_REPEAT(35), [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), [605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), [607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(306), [610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(348), [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), [615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3), [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_elems, 1), [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4), [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), [639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(320), [642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), [648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal, 1), [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), [652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5), [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), [656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), [658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(327), [661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 3), [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), [665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 1), [667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(331), [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), [672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 4), [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 5), [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), [698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_cond, 2), [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), [812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_start, 1), [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_config_file, 1), [828] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), }; #ifdef __cplusplus extern "C" { #endif void *tree_sitter_hcl_external_scanner_create(void); void tree_sitter_hcl_external_scanner_destroy(void *); bool tree_sitter_hcl_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_hcl_external_scanner_serialize(void *, char *); void tree_sitter_hcl_external_scanner_deserialize(void *, const char *, unsigned); #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_hcl(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, .external_scanner = { &ts_external_scanner_states[0][0], ts_external_scanner_symbol_map, tree_sitter_hcl_external_scanner_create, tree_sitter_hcl_external_scanner_destroy, tree_sitter_hcl_external_scanner_scan, tree_sitter_hcl_external_scanner_serialize, tree_sitter_hcl_external_scanner_deserialize, }, }; return &language; } #ifdef __cplusplus } #endif