#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 311 #define LARGE_STATE_COUNT 2 #define SYMBOL_COUNT 92 #define ALIAS_COUNT 0 #define TOKEN_COUNT 43 #define EXTERNAL_TOKEN_COUNT 5 #define FIELD_COUNT 1 #define MAX_ALIAS_SEQUENCE_LENGTH 8 #define PRODUCTION_ID_COUNT 2 enum { anon_sym_EQ = 1, anon_sym_LBRACE = 2, anon_sym_RBRACE = 3, sym_identifier = 4, anon_sym_LPAREN = 5, anon_sym_RPAREN = 6, sym_numeric_lit = 7, anon_sym_true = 8, anon_sym_false = 9, sym_null_lit = 10, anon_sym_LBRACK = 11, anon_sym_COMMA = 12, anon_sym_RBRACK = 13, anon_sym_COLON = 14, anon_sym_DOT = 15, anon_sym_STAR = 16, anon_sym_EQ_GT = 17, anon_sym_for = 18, anon_sym_in = 19, anon_sym_if = 20, sym_ellipsis = 21, anon_sym_QMARK = 22, anon_sym_DASH = 23, anon_sym_BANG = 24, anon_sym_SLASH = 25, anon_sym_PERCENT = 26, anon_sym_PLUS = 27, anon_sym_GT = 28, anon_sym_GT_EQ = 29, anon_sym_LT = 30, anon_sym_LT_EQ = 31, anon_sym_EQ_EQ = 32, anon_sym_BANG_EQ = 33, anon_sym_AMP_AMP = 34, anon_sym_PIPE_PIPE = 35, sym_strip_marker = 36, sym_comment = 37, sym__quoted_template_start = 38, sym__quoted_template_end = 39, sym__template_literal_chunk = 40, sym__template_interpolation_start = 41, sym__template_interpolation_end = 42, sym_config_file = 43, sym_body = 44, sym_attribute = 45, sym_block = 46, sym__block_start = 47, sym__block_end = 48, sym_expression = 49, sym__expr_term = 50, sym_literal_value = 51, sym_bool_lit = 52, sym_string_lit = 53, sym_collection_value = 54, sym_tuple = 55, sym_object = 56, sym__object_start = 57, sym__object_end = 58, sym_object_elem = 59, sym_index = 60, sym_get_attr = 61, sym_splat = 62, sym_attr_splat = 63, sym_full_splat = 64, sym_for_expr = 65, sym_for_tuple_expr = 66, sym_for_object_expr = 67, sym_for_intro = 68, sym_for_cond = 69, sym_variable_expr = 70, sym_function_call = 71, sym__function_call_start = 72, sym__function_call_end = 73, sym_function_arguments = 74, sym_conditional = 75, sym_operation = 76, sym_unary_operation = 77, sym_binary_operation = 78, sym_template_expr = 79, sym_quoted_template = 80, sym_template_literal = 81, sym_template_interpolation = 82, sym_template_directive = 83, aux_sym_body_repeat1 = 84, aux_sym_block_repeat1 = 85, aux_sym_tuple_repeat1 = 86, aux_sym_object_repeat1 = 87, aux_sym_attr_splat_repeat1 = 88, aux_sym_full_splat_repeat1 = 89, aux_sym_quoted_template_repeat1 = 90, aux_sym_template_literal_repeat1 = 91, }; 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] = ")", [sym_numeric_lit] = "numeric_lit", [anon_sym_true] = "true", [anon_sym_false] = "false", [sym_null_lit] = "null_lit", [anon_sym_LBRACK] = "[", [anon_sym_COMMA] = ",", [anon_sym_RBRACK] = "]", [anon_sym_COLON] = ":", [anon_sym_DOT] = ".", [anon_sym_STAR] = "*", [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_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] = "||", [sym_strip_marker] = "strip_marker", [sym_comment] = "comment", [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_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_bool_lit] = "bool_lit", [sym_string_lit] = "string_lit", [sym_collection_value] = "collection_value", [sym_tuple] = "tuple", [sym_object] = "object", [sym__object_start] = "_object_start", [sym__object_end] = "_object_end", [sym_object_elem] = "object_elem", [sym_index] = "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_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_repeat1] = "tuple_repeat1", [aux_sym_object_repeat1] = "object_repeat1", [aux_sym_attr_splat_repeat1] = "attr_splat_repeat1", [aux_sym_full_splat_repeat1] = "full_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, [sym_numeric_lit] = sym_numeric_lit, [anon_sym_true] = anon_sym_true, [anon_sym_false] = anon_sym_false, [sym_null_lit] = sym_null_lit, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_STAR] = anon_sym_STAR, [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_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, [sym_strip_marker] = sym_strip_marker, [sym_comment] = sym_comment, [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_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_bool_lit] = sym_bool_lit, [sym_string_lit] = sym_string_lit, [sym_collection_value] = sym_collection_value, [sym_tuple] = sym_tuple, [sym_object] = sym_object, [sym__object_start] = sym__object_start, [sym__object_end] = sym__object_end, [sym_object_elem] = sym_object_elem, [sym_index] = sym_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_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_repeat1] = aux_sym_tuple_repeat1, [aux_sym_object_repeat1] = aux_sym_object_repeat1, [aux_sym_attr_splat_repeat1] = aux_sym_attr_splat_repeat1, [aux_sym_full_splat_repeat1] = aux_sym_full_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, }, [sym_numeric_lit] = { .visible = true, .named = true, }, [anon_sym_true] = { .visible = true, .named = false, }, [anon_sym_false] = { .visible = true, .named = false, }, [sym_null_lit] = { .visible = true, .named = true, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .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, }, [anon_sym_STAR] = { .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_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, }, [sym_strip_marker] = { .visible = true, .named = true, }, [sym_comment] = { .visible = true, .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_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_bool_lit] = { .visible = true, .named = true, }, [sym_string_lit] = { .visible = true, .named = true, }, [sym_collection_value] = { .visible = true, .named = true, }, [sym_tuple] = { .visible = true, .named = true, }, [sym_object] = { .visible = true, .named = true, }, [sym__object_start] = { .visible = false, .named = true, }, [sym__object_end] = { .visible = false, .named = true, }, [sym_object_elem] = { .visible = true, .named = true, }, [sym_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_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_repeat1] = { .visible = false, .named = false, }, [aux_sym_object_repeat1] = { .visible = false, .named = false, }, [aux_sym_attr_splat_repeat1] = { .visible = false, .named = false, }, [aux_sym_full_splat_repeat1] = { .visible = false, .named = false, }, [aux_sym_quoted_template_repeat1] = { .visible = false, .named = false, }, [aux_sym_template_literal_repeat1] = { .visible = false, .named = false, }, }; enum { field_name = 1, }; static const char * const ts_field_names[] = { [0] = NULL, [field_name] = "name", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 1}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_name, 0}, }; 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 < 6688 ? (c < 2990 ? (c < 2384 ? (c < 1488 ? (c < 886 ? (c < 216 ? (c < 181 ? (c < 'a' ? (c >= 'A' && c <= 'Z') : (c <= 'z' || c == 170)) : (c <= 181 || (c < 192 ? c == 186 : c <= 214))) : (c <= 246 || (c < 748 ? (c < 710 ? (c >= 248 && c <= 705) : (c <= 721 || (c >= 736 && c <= 740))) : (c <= 748 || (c < 880 ? c == 750 : c <= 884))))) : (c <= 887 || (c < 931 ? (c < 904 ? (c < 895 ? (c >= 890 && c <= 893) : (c <= 895 || c == 902)) : (c <= 906 || (c < 910 ? c == 908 : c <= 929))) : (c <= 1013 || (c < 1329 ? (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327) : (c <= 1366 || (c < 1376 ? c == 1369 : c <= 1416))))))) : (c <= 1514 || (c < 1994 ? (c < 1774 ? (c < 1649 ? (c < 1568 ? (c >= 1519 && c <= 1522) : (c <= 1610 || (c >= 1646 && c <= 1647))) : (c <= 1747 || (c < 1765 ? c == 1749 : c <= 1766))) : (c <= 1775 || (c < 1810 ? (c < 1791 ? (c >= 1786 && c <= 1788) : (c <= 1791 || c == 1808)) : (c <= 1839 || (c < 1969 ? (c >= 1869 && c <= 1957) : c <= 1969))))) : (c <= 2026 || (c < 2112 ? (c < 2074 ? (c < 2042 ? (c >= 2036 && c <= 2037) : (c <= 2042 || (c >= 2048 && c <= 2069))) : (c <= 2074 || (c < 2088 ? c == 2084 : c <= 2088))) : (c <= 2136 || (c < 2230 ? (c < 2208 ? (c >= 2144 && c <= 2154) : c <= 2228) : (c <= 2247 || (c < 2365 ? (c >= 2308 && c <= 2361) : c <= 2365))))))))) : (c <= 2384 || (c < 2707 ? (c < 2556 ? (c < 2482 ? (c < 2447 ? (c < 2417 ? (c >= 2392 && c <= 2401) : (c <= 2432 || (c >= 2437 && c <= 2444))) : (c <= 2448 || (c < 2474 ? (c >= 2451 && c <= 2472) : c <= 2480))) : (c <= 2482 || (c < 2524 ? (c < 2493 ? (c >= 2486 && c <= 2489) : (c <= 2493 || c == 2510)) : (c <= 2525 || (c < 2544 ? (c >= 2527 && c <= 2529) : c <= 2545))))) : (c <= 2556 || (c < 2616 ? (c < 2602 ? (c < 2575 ? (c >= 2565 && c <= 2570) : (c <= 2576 || (c >= 2579 && c <= 2600))) : (c <= 2608 || (c < 2613 ? (c >= 2610 && c <= 2611) : c <= 2614))) : (c <= 2617 || (c < 2674 ? (c < 2654 ? (c >= 2649 && c <= 2652) : c <= 2654) : (c <= 2676 || (c < 2703 ? (c >= 2693 && c <= 2701) : c <= 2705))))))) : (c <= 2728 || (c < 2877 ? (c < 2809 ? (c < 2749 ? (c < 2738 ? (c >= 2730 && c <= 2736) : (c <= 2739 || (c >= 2741 && c <= 2745))) : (c <= 2749 || (c < 2784 ? c == 2768 : c <= 2785))) : (c <= 2809 || (c < 2858 ? (c < 2831 ? (c >= 2821 && c <= 2828) : (c <= 2832 || (c >= 2835 && c <= 2856))) : (c <= 2864 || (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873))))) : (c <= 2877 || (c < 2962 ? (c < 2947 ? (c < 2911 ? (c >= 2908 && c <= 2909) : (c <= 2913 || c == 2929)) : (c <= 2947 || (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960))) : (c <= 2965 || (c < 2974 ? (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972) : (c <= 2975 || (c < 2984 ? (c >= 2979 && c <= 2980) : c <= 2986))))))))))) : (c <= 3001 || (c < 4193 ? (c < 3461 ? (c < 3253 ? (c < 3160 ? (c < 3090 ? (c < 3077 ? c == 3024 : (c <= 3084 || (c >= 3086 && c <= 3088))) : (c <= 3112 || (c < 3133 ? (c >= 3114 && c <= 3129) : c <= 3133))) : (c <= 3162 || (c < 3214 ? (c < 3200 ? (c >= 3168 && c <= 3169) : (c <= 3200 || (c >= 3205 && c <= 3212))) : (c <= 3216 || (c < 3242 ? (c >= 3218 && c <= 3240) : c <= 3251))))) : (c <= 3257 || (c < 3346 ? (c < 3313 ? (c < 3294 ? c == 3261 : (c <= 3294 || (c >= 3296 && c <= 3297))) : (c <= 3314 || (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344))) : (c <= 3386 || (c < 3412 ? (c < 3406 ? c == 3389 : c <= 3406) : (c <= 3414 || (c < 3450 ? (c >= 3423 && c <= 3425) : c <= 3455))))))) : (c <= 3478 || (c < 3762 ? (c < 3648 ? (c < 3520 ? (c < 3507 ? (c >= 3482 && c <= 3505) : (c <= 3515 || c == 3517)) : (c <= 3526 || (c < 3634 ? (c >= 3585 && c <= 3632) : c <= 3635))) : (c <= 3654 || (c < 3724 ? (c < 3716 ? (c >= 3713 && c <= 3714) : (c <= 3716 || (c >= 3718 && c <= 3722))) : (c <= 3747 || (c < 3751 ? c == 3749 : c <= 3760))))) : (c <= 3763 || (c < 3913 ? (c < 3804 ? (c < 3776 ? c == 3773 : (c <= 3780 || c == 3782)) : (c <= 3807 || (c < 3904 ? c == 3840 : c <= 3911))) : (c <= 3948 || (c < 4159 ? (c < 4096 ? (c >= 3976 && c <= 3980) : c <= 4138) : (c <= 4159 || (c < 4186 ? (c >= 4176 && c <= 4181) : c <= 4189))))))))) : (c <= 4193 || (c < 5112 ? (c < 4704 ? (c < 4301 ? (c < 4238 ? (c < 4206 ? (c >= 4197 && c <= 4198) : (c <= 4208 || (c >= 4213 && c <= 4225))) : (c <= 4238 || (c < 4295 ? (c >= 4256 && c <= 4293) : c <= 4295))) : (c <= 4301 || (c < 4688 ? (c < 4348 ? (c >= 4304 && c <= 4346) : (c <= 4680 || (c >= 4682 && c <= 4685))) : (c <= 4694 || (c < 4698 ? c == 4696 : c <= 4701))))) : (c <= 4744 || (c < 4808 ? (c < 4792 ? (c < 4752 ? (c >= 4746 && c <= 4749) : (c <= 4784 || (c >= 4786 && c <= 4789))) : (c <= 4798 || (c < 4802 ? c == 4800 : c <= 4805))) : (c <= 4822 || (c < 4888 ? (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885) : (c <= 4954 || (c < 5024 ? (c >= 4992 && c <= 5007) : c <= 5109))))))) : (c <= 5117 || (c < 6103 ? (c < 5902 ? (c < 5792 ? (c < 5743 ? (c >= 5121 && c <= 5740) : (c <= 5759 || (c >= 5761 && c <= 5786))) : (c <= 5866 || (c < 5888 ? (c >= 5873 && c <= 5880) : c <= 5900))) : (c <= 5905 || (c < 5984 ? (c < 5952 ? (c >= 5920 && c <= 5937) : 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_2(int32_t c) { return (c < 6917 ? (c < 2990 ? (c < 2365 ? (c < 1376 ? (c < 750 ? (c < 186 ? (c < 'b' ? (c < 'A' ? (c >= '0' && c <= '9') : (c <= 'Z' || c == '_')) : (c <= 'z' || (c < 181 ? c == 170 : c <= 181))) : (c <= 186 || (c < 710 ? (c < 216 ? (c >= 192 && c <= 214) : (c <= 246 || (c >= 248 && c <= 705))) : (c <= 721 || (c < 748 ? (c >= 736 && c <= 740) : c <= 748))))) : (c <= 750 || (c < 908 ? (c < 895 ? (c < 886 ? (c >= 880 && c <= 884) : (c <= 887 || (c >= 890 && c <= 893))) : (c <= 895 || (c < 904 ? c == 902 : c <= 906))) : (c <= 908 || (c < 1162 ? (c < 931 ? (c >= 910 && c <= 929) : (c <= 1013 || (c >= 1015 && 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 < 2707 ? (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 < 2674 ? (c < 2649 ? (c >= 2616 && c <= 2617) : (c <= 2652 || c == 2654)) : (c <= 2676 || (c < 2703 ? (c >= 2693 && c <= 2701) : c <= 2705))))))) : (c <= 2728 || (c < 2877 ? (c < 2809 ? (c < 2749 ? (c < 2738 ? (c >= 2730 && c <= 2736) : (c <= 2739 || (c >= 2741 && c <= 2745))) : (c <= 2749 || (c < 2784 ? c == 2768 : c <= 2785))) : (c <= 2809 || (c < 2858 ? (c < 2831 ? (c >= 2821 && c <= 2828) : (c <= 2832 || (c >= 2835 && c <= 2856))) : (c <= 2864 || (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873))))) : (c <= 2877 || (c < 2962 ? (c < 2947 ? (c < 2911 ? (c >= 2908 && c <= 2909) : (c <= 2913 || c == 2929)) : (c <= 2947 || (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960))) : (c <= 2965 || (c < 2974 ? (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972) : (c <= 2975 || (c < 2984 ? (c >= 2979 && c <= 2980) : c <= 2986))))))))))) : (c <= 3001 || (c < 4197 ? (c < 3482 ? (c < 3253 ? (c < 3160 ? (c < 3090 ? (c < 3077 ? c == 3024 : (c <= 3084 || (c >= 3086 && c <= 3088))) : (c <= 3112 || (c < 3133 ? (c >= 3114 && c <= 3129) : c <= 3133))) : (c <= 3162 || (c < 3214 ? (c < 3200 ? (c >= 3168 && c <= 3169) : (c <= 3200 || (c >= 3205 && c <= 3212))) : (c <= 3216 || (c < 3242 ? (c >= 3218 && c <= 3240) : c <= 3251))))) : (c <= 3257 || (c < 3346 ? (c < 3313 ? (c < 3294 ? c == 3261 : (c <= 3294 || (c >= 3296 && c <= 3297))) : (c <= 3314 || (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344))) : (c <= 3386 || (c < 3423 ? (c < 3406 ? c == 3389 : (c <= 3406 || (c >= 3412 && c <= 3414))) : (c <= 3425 || (c < 3461 ? (c >= 3450 && c <= 3455) : c <= 3478))))))) : (c <= 3505 || (c < 3773 ? (c < 3713 ? (c < 3585 ? (c < 3517 ? (c >= 3507 && c <= 3515) : (c <= 3517 || (c >= 3520 && c <= 3526))) : (c <= 3632 || (c < 3648 ? (c >= 3634 && c <= 3635) : c <= 3654))) : (c <= 3714 || (c < 3749 ? (c < 3718 ? c == 3716 : (c <= 3722 || (c >= 3724 && c <= 3747))) : (c <= 3749 || (c < 3762 ? (c >= 3751 && c <= 3760) : c <= 3763))))) : (c <= 3773 || (c < 3976 ? (c < 3840 ? (c < 3782 ? (c >= 3776 && c <= 3780) : (c <= 3782 || (c >= 3804 && c <= 3807))) : (c <= 3840 || (c < 3913 ? (c >= 3904 && c <= 3911) : c <= 3948))) : (c <= 3980 || (c < 4176 ? (c < 4159 ? (c >= 4096 && c <= 4138) : c <= 4159) : (c <= 4181 || (c < 4193 ? (c >= 4186 && c <= 4189) : c <= 4193))))))))) : (c <= 4198 || (c < 5121 ? (c < 4746 ? (c < 4304 ? (c < 4256 ? (c < 4213 ? (c >= 4206 && c <= 4208) : (c <= 4225 || c == 4238)) : (c <= 4293 || (c < 4301 ? c == 4295 : c <= 4301))) : (c <= 4346 || (c < 4696 ? (c < 4682 ? (c >= 4348 && c <= 4680) : (c <= 4685 || (c >= 4688 && c <= 4694))) : (c <= 4696 || (c < 4704 ? (c >= 4698 && c <= 4701) : c <= 4744))))) : (c <= 4749 || (c < 4824 ? (c < 4800 ? (c < 4786 ? (c >= 4752 && c <= 4784) : (c <= 4789 || (c >= 4792 && c <= 4798))) : (c <= 4800 || (c < 4808 ? (c >= 4802 && c <= 4805) : c <= 4822))) : (c <= 4880 || (c < 4992 ? (c < 4888 ? (c >= 4882 && c <= 4885) : c <= 4954) : (c <= 5007 || (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117))))))) : (c <= 5740 || (c < 6176 ? (c < 5920 ? (c < 5873 ? (c < 5761 ? (c >= 5743 && c <= 5759) : (c <= 5786 || (c >= 5792 && c <= 5866))) : (c <= 5880 || (c < 5902 ? (c >= 5888 && c <= 5900) : c <= 5905))) : (c <= 5937 || (c < 6016 ? (c < 5984 ? (c >= 5952 && c <= 5969) : (c <= 5996 || (c >= 5998 && c <= 6000))) : (c <= 6067 || (c < 6108 ? c == 6103 : c <= 6108))))) : (c <= 6264 || (c < 6512 ? (c < 6320 ? (c < 6279 ? (c >= 6272 && c <= 6276) : (c <= 6312 || c == 6314)) : (c <= 6389 || (c < 6480 ? (c >= 6400 && c <= 6430) : c <= 6509))) : (c <= 6516 || (c < 6656 ? (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601) : (c <= 6678 || (c < 6823 ? (c >= 6688 && c <= 6740) : c <= 6823))))))))))))) : (c <= 6963 || (c < 43261 ? (c < 11312 ? (c < 8130 ? (c < 7418 ? (c < 7258 ? (c < 7098 ? (c < 7043 ? (c >= 6981 && c <= 6987) : (c <= 7072 || (c >= 7086 && c <= 7087))) : (c <= 7141 || (c < 7245 ? (c >= 7168 && c <= 7203) : c <= 7247))) : (c <= 7293 || (c < 7401 ? (c < 7312 ? (c >= 7296 && c <= 7304) : (c <= 7354 || (c >= 7357 && c <= 7359))) : (c <= 7404 || (c < 7413 ? (c >= 7406 && c <= 7411) : c <= 7414))))) : (c <= 7418 || (c < 8025 ? (c < 7968 ? (c < 7680 ? (c >= 7424 && c <= 7615) : (c <= 7957 || (c >= 7960 && c <= 7965))) : (c <= 8005 || (c < 8016 ? (c >= 8008 && c <= 8013) : c <= 8023))) : (c <= 8025 || (c < 8064 ? (c < 8029 ? c == 8027 : (c <= 8029 || (c >= 8031 && c <= 8061))) : (c <= 8116 || (c < 8126 ? (c >= 8118 && c <= 8124) : c <= 8126))))))) : (c <= 8132 || (c < 8458 ? (c < 8255 ? (c < 8160 ? (c < 8144 ? (c >= 8134 && c <= 8140) : (c <= 8147 || (c >= 8150 && c <= 8155))) : (c <= 8172 || (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188))) : (c <= 8256 || (c < 8336 ? (c < 8305 ? c == 8276 : (c <= 8305 || c == 8319)) : (c <= 8348 || (c < 8455 ? c == 8450 : c <= 8455))))) : (c <= 8467 || (c < 8495 ? (c < 8486 ? (c < 8473 ? c == 8469 : (c <= 8477 || c == 8484)) : (c <= 8486 || (c < 8490 ? c == 8488 : c <= 8493))) : (c <= 8505 || (c < 8526 ? (c < 8517 ? (c >= 8508 && c <= 8511) : c <= 8521) : (c <= 8526 || (c < 11264 ? (c >= 8579 && c <= 8580) : c <= 11310))))))))) : (c <= 11358 || (c < 12593 ? (c < 11712 ? (c < 11568 ? (c < 11520 ? (c < 11499 ? (c >= 11360 && c <= 11492) : (c <= 11502 || (c >= 11506 && c <= 11507))) : (c <= 11557 || (c < 11565 ? c == 11559 : c <= 11565))) : (c <= 11623 || (c < 11688 ? (c < 11648 ? c == 11631 : (c <= 11670 || (c >= 11680 && c <= 11686))) : (c <= 11694 || (c < 11704 ? (c >= 11696 && c <= 11702) : c <= 11710))))) : (c <= 11718 || (c < 12347 ? (c < 11823 ? (c < 11728 ? (c >= 11720 && c <= 11726) : (c <= 11734 || (c >= 11736 && c <= 11742))) : (c <= 11823 || (c < 12337 ? (c >= 12293 && c <= 12294) : c <= 12341))) : (c <= 12348 || (c < 12449 ? (c < 12445 ? (c >= 12353 && c <= 12438) : c <= 12447) : (c <= 12538 || (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591))))))) : (c <= 12686 || (c < 42656 ? (c < 40960 ? (c < 19903 ? (c < 12784 ? (c >= 12704 && c <= 12735) : (c <= 12799 || c == 13312)) : (c <= 19903 || (c < 40956 ? c == 19968 : c <= 40956))) : (c <= 42124 || (c < 42538 ? (c < 42240 ? (c >= 42192 && c <= 42237) : (c <= 42508 || (c >= 42512 && c <= 42527))) : (c <= 42539 || (c < 42623 ? (c >= 42560 && c <= 42606) : c <= 42653))))) : (c <= 42725 || (c < 43015 ? (c < 42946 ? (c < 42786 ? (c >= 42775 && c <= 42783) : (c <= 42888 || (c >= 42891 && c <= 42943))) : (c <= 42954 || (c < 43011 ? (c >= 42997 && c <= 43009) : c <= 43013))) : (c <= 43018 || (c < 43138 ? (c < 43072 ? (c >= 43020 && c <= 43042) : c <= 43123) : (c <= 43187 || (c < 43259 ? (c >= 43250 && c <= 43255) : c <= 43259))))))))))) : (c <= 43262 || (c < 65313 ? (c < 43824 ? (c < 43646 ? (c < 43494 ? (c < 43396 ? (c < 43312 ? (c >= 43274 && c <= 43301) : (c <= 43334 || (c >= 43360 && c <= 43388))) : (c <= 43442 || (c < 43488 ? c == 43471 : c <= 43492))) : (c <= 43503 || (c < 43588 ? (c < 43520 ? (c >= 43514 && c <= 43518) : (c <= 43560 || (c >= 43584 && c <= 43586))) : (c <= 43595 || (c < 43642 ? (c >= 43616 && c <= 43638) : c <= 43642))))) : (c <= 43695 || (c < 43744 ? (c < 43712 ? (c < 43701 ? c == 43697 : (c <= 43702 || (c >= 43705 && c <= 43709))) : (c <= 43712 || (c < 43739 ? c == 43714 : c <= 43741))) : (c <= 43754 || (c < 43793 ? (c < 43777 ? (c >= 43762 && c <= 43764) : (c <= 43782 || (c >= 43785 && c <= 43790))) : (c <= 43798 || (c < 43816 ? (c >= 43808 && c <= 43814) : c <= 43822))))))) : (c <= 43866 || (c < 64312 ? (c < 63744 ? (c < 55203 ? (c < 43888 ? (c >= 43868 && c <= 43881) : (c <= 44002 || c == 44032)) : (c <= 55203 || (c < 55243 ? (c >= 55216 && c <= 55238) : c <= 55291))) : (c <= 64109 || (c < 64285 ? (c < 64256 ? (c >= 64112 && c <= 64217) : (c <= 64262 || (c >= 64275 && c <= 64279))) : (c <= 64285 || (c < 64298 ? (c >= 64287 && c <= 64296) : c <= 64310))))) : (c <= 64316 || (c < 64914 ? (c < 64326 ? (c < 64320 ? c == 64318 : (c <= 64321 || (c >= 64323 && c <= 64324))) : (c <= 64433 || (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911))) : (c <= 64967 || (c < 65101 ? (c < 65075 ? (c >= 65008 && c <= 65019) : c <= 65076) : (c <= 65103 || (c < 65142 ? (c >= 65136 && c <= 65140) : c <= 65276))))))))) : (c <= 65338 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? c == 65343 : (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_3(int32_t c) { return (c < 6917 ? (c < 2990 ? (c < 2365 ? (c < 1376 ? (c < 750 ? (c < 186 ? (c < 'a' ? (c < 'A' ? (c >= '0' && c <= '9') : (c <= 'Z' || c == '_')) : (c <= 'z' || (c < 181 ? c == 170 : c <= 181))) : (c <= 186 || (c < 710 ? (c < 216 ? (c >= 192 && c <= 214) : (c <= 246 || (c >= 248 && c <= 705))) : (c <= 721 || (c < 748 ? (c >= 736 && c <= 740) : c <= 748))))) : (c <= 750 || (c < 908 ? (c < 895 ? (c < 886 ? (c >= 880 && c <= 884) : (c <= 887 || (c >= 890 && c <= 893))) : (c <= 895 || (c < 904 ? c == 902 : c <= 906))) : (c <= 908 || (c < 1162 ? (c < 931 ? (c >= 910 && c <= 929) : (c <= 1013 || (c >= 1015 && 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 < 2707 ? (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 < 2674 ? (c < 2649 ? (c >= 2616 && c <= 2617) : (c <= 2652 || c == 2654)) : (c <= 2676 || (c < 2703 ? (c >= 2693 && c <= 2701) : c <= 2705))))))) : (c <= 2728 || (c < 2877 ? (c < 2809 ? (c < 2749 ? (c < 2738 ? (c >= 2730 && c <= 2736) : (c <= 2739 || (c >= 2741 && c <= 2745))) : (c <= 2749 || (c < 2784 ? c == 2768 : c <= 2785))) : (c <= 2809 || (c < 2858 ? (c < 2831 ? (c >= 2821 && c <= 2828) : (c <= 2832 || (c >= 2835 && c <= 2856))) : (c <= 2864 || (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873))))) : (c <= 2877 || (c < 2962 ? (c < 2947 ? (c < 2911 ? (c >= 2908 && c <= 2909) : (c <= 2913 || c == 2929)) : (c <= 2947 || (c < 2958 ? (c >= 2949 && c <= 2954) : c <= 2960))) : (c <= 2965 || (c < 2974 ? (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972) : (c <= 2975 || (c < 2984 ? (c >= 2979 && c <= 2980) : c <= 2986))))))))))) : (c <= 3001 || (c < 4197 ? (c < 3482 ? (c < 3253 ? (c < 3160 ? (c < 3090 ? (c < 3077 ? c == 3024 : (c <= 3084 || (c >= 3086 && c <= 3088))) : (c <= 3112 || (c < 3133 ? (c >= 3114 && c <= 3129) : c <= 3133))) : (c <= 3162 || (c < 3214 ? (c < 3200 ? (c >= 3168 && c <= 3169) : (c <= 3200 || (c >= 3205 && c <= 3212))) : (c <= 3216 || (c < 3242 ? (c >= 3218 && c <= 3240) : c <= 3251))))) : (c <= 3257 || (c < 3346 ? (c < 3313 ? (c < 3294 ? c == 3261 : (c <= 3294 || (c >= 3296 && c <= 3297))) : (c <= 3314 || (c < 3342 ? (c >= 3332 && c <= 3340) : c <= 3344))) : (c <= 3386 || (c < 3423 ? (c < 3406 ? c == 3389 : (c <= 3406 || (c >= 3412 && c <= 3414))) : (c <= 3425 || (c < 3461 ? (c >= 3450 && c <= 3455) : c <= 3478))))))) : (c <= 3505 || (c < 3773 ? (c < 3713 ? (c < 3585 ? (c < 3517 ? (c >= 3507 && c <= 3515) : (c <= 3517 || (c >= 3520 && c <= 3526))) : (c <= 3632 || (c < 3648 ? (c >= 3634 && c <= 3635) : c <= 3654))) : (c <= 3714 || (c < 3749 ? (c < 3718 ? c == 3716 : (c <= 3722 || (c >= 3724 && c <= 3747))) : (c <= 3749 || (c < 3762 ? (c >= 3751 && c <= 3760) : c <= 3763))))) : (c <= 3773 || (c < 3976 ? (c < 3840 ? (c < 3782 ? (c >= 3776 && c <= 3780) : (c <= 3782 || (c >= 3804 && c <= 3807))) : (c <= 3840 || (c < 3913 ? (c >= 3904 && c <= 3911) : c <= 3948))) : (c <= 3980 || (c < 4176 ? (c < 4159 ? (c >= 4096 && c <= 4138) : c <= 4159) : (c <= 4181 || (c < 4193 ? (c >= 4186 && c <= 4189) : c <= 4193))))))))) : (c <= 4198 || (c < 5121 ? (c < 4746 ? (c < 4304 ? (c < 4256 ? (c < 4213 ? (c >= 4206 && c <= 4208) : (c <= 4225 || c == 4238)) : (c <= 4293 || (c < 4301 ? c == 4295 : c <= 4301))) : (c <= 4346 || (c < 4696 ? (c < 4682 ? (c >= 4348 && c <= 4680) : (c <= 4685 || (c >= 4688 && c <= 4694))) : (c <= 4696 || (c < 4704 ? (c >= 4698 && c <= 4701) : c <= 4744))))) : (c <= 4749 || (c < 4824 ? (c < 4800 ? (c < 4786 ? (c >= 4752 && c <= 4784) : (c <= 4789 || (c >= 4792 && c <= 4798))) : (c <= 4800 || (c < 4808 ? (c >= 4802 && c <= 4805) : c <= 4822))) : (c <= 4880 || (c < 4992 ? (c < 4888 ? (c >= 4882 && c <= 4885) : c <= 4954) : (c <= 5007 || (c < 5112 ? (c >= 5024 && c <= 5109) : c <= 5117))))))) : (c <= 5740 || (c < 6176 ? (c < 5920 ? (c < 5873 ? (c < 5761 ? (c >= 5743 && c <= 5759) : (c <= 5786 || (c >= 5792 && c <= 5866))) : (c <= 5880 || (c < 5902 ? (c >= 5888 && c <= 5900) : c <= 5905))) : (c <= 5937 || (c < 6016 ? (c < 5984 ? (c >= 5952 && c <= 5969) : (c <= 5996 || (c >= 5998 && c <= 6000))) : (c <= 6067 || (c < 6108 ? c == 6103 : c <= 6108))))) : (c <= 6264 || (c < 6512 ? (c < 6320 ? (c < 6279 ? (c >= 6272 && c <= 6276) : (c <= 6312 || c == 6314)) : (c <= 6389 || (c < 6480 ? (c >= 6400 && c <= 6430) : c <= 6509))) : (c <= 6516 || (c < 6656 ? (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601) : (c <= 6678 || (c < 6823 ? (c >= 6688 && c <= 6740) : c <= 6823))))))))))))) : (c <= 6963 || (c < 43261 ? (c < 11312 ? (c < 8130 ? (c < 7418 ? (c < 7258 ? (c < 7098 ? (c < 7043 ? (c >= 6981 && c <= 6987) : (c <= 7072 || (c >= 7086 && c <= 7087))) : (c <= 7141 || (c < 7245 ? (c >= 7168 && c <= 7203) : c <= 7247))) : (c <= 7293 || (c < 7401 ? (c < 7312 ? (c >= 7296 && c <= 7304) : (c <= 7354 || (c >= 7357 && c <= 7359))) : (c <= 7404 || (c < 7413 ? (c >= 7406 && c <= 7411) : c <= 7414))))) : (c <= 7418 || (c < 8025 ? (c < 7968 ? (c < 7680 ? (c >= 7424 && c <= 7615) : (c <= 7957 || (c >= 7960 && c <= 7965))) : (c <= 8005 || (c < 8016 ? (c >= 8008 && c <= 8013) : c <= 8023))) : (c <= 8025 || (c < 8064 ? (c < 8029 ? c == 8027 : (c <= 8029 || (c >= 8031 && c <= 8061))) : (c <= 8116 || (c < 8126 ? (c >= 8118 && c <= 8124) : c <= 8126))))))) : (c <= 8132 || (c < 8458 ? (c < 8255 ? (c < 8160 ? (c < 8144 ? (c >= 8134 && c <= 8140) : (c <= 8147 || (c >= 8150 && c <= 8155))) : (c <= 8172 || (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188))) : (c <= 8256 || (c < 8336 ? (c < 8305 ? c == 8276 : (c <= 8305 || c == 8319)) : (c <= 8348 || (c < 8455 ? c == 8450 : c <= 8455))))) : (c <= 8467 || (c < 8495 ? (c < 8486 ? (c < 8473 ? c == 8469 : (c <= 8477 || c == 8484)) : (c <= 8486 || (c < 8490 ? c == 8488 : c <= 8493))) : (c <= 8505 || (c < 8526 ? (c < 8517 ? (c >= 8508 && c <= 8511) : c <= 8521) : (c <= 8526 || (c < 11264 ? (c >= 8579 && c <= 8580) : c <= 11310))))))))) : (c <= 11358 || (c < 12593 ? (c < 11712 ? (c < 11568 ? (c < 11520 ? (c < 11499 ? (c >= 11360 && c <= 11492) : (c <= 11502 || (c >= 11506 && c <= 11507))) : (c <= 11557 || (c < 11565 ? c == 11559 : c <= 11565))) : (c <= 11623 || (c < 11688 ? (c < 11648 ? c == 11631 : (c <= 11670 || (c >= 11680 && c <= 11686))) : (c <= 11694 || (c < 11704 ? (c >= 11696 && c <= 11702) : c <= 11710))))) : (c <= 11718 || (c < 12347 ? (c < 11823 ? (c < 11728 ? (c >= 11720 && c <= 11726) : (c <= 11734 || (c >= 11736 && c <= 11742))) : (c <= 11823 || (c < 12337 ? (c >= 12293 && c <= 12294) : c <= 12341))) : (c <= 12348 || (c < 12449 ? (c < 12445 ? (c >= 12353 && c <= 12438) : c <= 12447) : (c <= 12538 || (c < 12549 ? (c >= 12540 && c <= 12543) : c <= 12591))))))) : (c <= 12686 || (c < 42656 ? (c < 40960 ? (c < 19903 ? (c < 12784 ? (c >= 12704 && c <= 12735) : (c <= 12799 || c == 13312)) : (c <= 19903 || (c < 40956 ? c == 19968 : c <= 40956))) : (c <= 42124 || (c < 42538 ? (c < 42240 ? (c >= 42192 && c <= 42237) : (c <= 42508 || (c >= 42512 && c <= 42527))) : (c <= 42539 || (c < 42623 ? (c >= 42560 && c <= 42606) : c <= 42653))))) : (c <= 42725 || (c < 43015 ? (c < 42946 ? (c < 42786 ? (c >= 42775 && c <= 42783) : (c <= 42888 || (c >= 42891 && c <= 42943))) : (c <= 42954 || (c < 43011 ? (c >= 42997 && c <= 43009) : c <= 43013))) : (c <= 43018 || (c < 43138 ? (c < 43072 ? (c >= 43020 && c <= 43042) : c <= 43123) : (c <= 43187 || (c < 43259 ? (c >= 43250 && c <= 43255) : c <= 43259))))))))))) : (c <= 43262 || (c < 65313 ? (c < 43824 ? (c < 43646 ? (c < 43494 ? (c < 43396 ? (c < 43312 ? (c >= 43274 && c <= 43301) : (c <= 43334 || (c >= 43360 && c <= 43388))) : (c <= 43442 || (c < 43488 ? c == 43471 : c <= 43492))) : (c <= 43503 || (c < 43588 ? (c < 43520 ? (c >= 43514 && c <= 43518) : (c <= 43560 || (c >= 43584 && c <= 43586))) : (c <= 43595 || (c < 43642 ? (c >= 43616 && c <= 43638) : c <= 43642))))) : (c <= 43695 || (c < 43744 ? (c < 43712 ? (c < 43701 ? c == 43697 : (c <= 43702 || (c >= 43705 && c <= 43709))) : (c <= 43712 || (c < 43739 ? c == 43714 : c <= 43741))) : (c <= 43754 || (c < 43793 ? (c < 43777 ? (c >= 43762 && c <= 43764) : (c <= 43782 || (c >= 43785 && c <= 43790))) : (c <= 43798 || (c < 43816 ? (c >= 43808 && c <= 43814) : c <= 43822))))))) : (c <= 43866 || (c < 64312 ? (c < 63744 ? (c < 55203 ? (c < 43888 ? (c >= 43868 && c <= 43881) : (c <= 44002 || c == 44032)) : (c <= 55203 || (c < 55243 ? (c >= 55216 && c <= 55238) : c <= 55291))) : (c <= 64109 || (c < 64285 ? (c < 64256 ? (c >= 64112 && c <= 64217) : (c <= 64262 || (c >= 64275 && c <= 64279))) : (c <= 64285 || (c < 64298 ? (c >= 64287 && c <= 64296) : c <= 64310))))) : (c <= 64316 || (c < 64914 ? (c < 64326 ? (c < 64320 ? c == 64318 : (c <= 64321 || (c >= 64323 && c <= 64324))) : (c <= 64433 || (c < 64848 ? (c >= 64467 && c <= 64829) : c <= 64911))) : (c <= 64967 || (c < 65101 ? (c < 65075 ? (c >= 65008 && c <= 65019) : c <= 65076) : (c <= 65103 || (c < 65142 ? (c >= 65136 && c <= 65140) : c <= 65276))))))))) : (c <= 65338 || (c < 66816 ? (c < 65664 ? (c < 65498 ? (c < 65474 ? (c < 65345 ? c == 65343 : (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(31); if (lookahead == '!') ADVANCE(75); if (lookahead == '#') ADVANCE(89); if (lookahead == '%') ADVANCE(77); if (lookahead == '&') ADVANCE(5); if (lookahead == '(') ADVANCE(49); if (lookahead == ')') ADVANCE(50); if (lookahead == '*') ADVANCE(65); if (lookahead == '+') ADVANCE(78); if (lookahead == ',') ADVANCE(61); if (lookahead == '-') ADVANCE(73); if (lookahead == '.') ADVANCE(64); if (lookahead == '/') ADVANCE(76); if (lookahead == ':') ADVANCE(63); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(33); if (lookahead == '>') ADVANCE(79); if (lookahead == '?') ADVANCE(72); if (lookahead == '[') ADVANCE(60); if (lookahead == ']') ADVANCE(62); if (lookahead == 'f') ADVANCE(13); if (lookahead == 'i') ADVANCE(17); if (lookahead == 'n') ADVANCE(25); if (lookahead == 't') ADVANCE(22); if (lookahead == '{') ADVANCE(34); if (lookahead == '|') ADVANCE(26); if (lookahead == '}') ADVANCE(35); if (lookahead == '~') ADVANCE(87); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) if (('0' <= lookahead && lookahead <= '9')) ADVANCE(51); END_STATE(); case 1: if (lookahead == '!') ADVANCE(10); if (lookahead == '#') ADVANCE(89); if (lookahead == '%') ADVANCE(77); if (lookahead == '&') ADVANCE(5); if (lookahead == '(') ADVANCE(49); if (lookahead == '*') ADVANCE(65); if (lookahead == '+') ADVANCE(78); if (lookahead == '-') ADVANCE(73); if (lookahead == '.') ADVANCE(64); if (lookahead == '/') ADVANCE(76); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(11); if (lookahead == '>') ADVANCE(79); if (lookahead == '?') ADVANCE(72); if (lookahead == '[') ADVANCE(60); if (lookahead == ']') ADVANCE(62); if (lookahead == 'i') ADVANCE(16); if (lookahead == '|') ADVANCE(26); if (lookahead == '}') ADVANCE(35); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(1) END_STATE(); case 2: if (lookahead == '!') ADVANCE(74); if (lookahead == '#') ADVANCE(89); if (lookahead == '(') ADVANCE(49); if (lookahead == ')') ADVANCE(50); if (lookahead == '*') ADVANCE(65); if (lookahead == '-') ADVANCE(73); if (lookahead == '/') ADVANCE(6); if (lookahead == '=') ADVANCE(12); if (lookahead == '?') ADVANCE(72); if (lookahead == '[') ADVANCE(60); if (lookahead == 'f') ADVANCE(37); if (lookahead == 'n') ADVANCE(47); if (lookahead == 't') ADVANCE(44); if (lookahead == '{') ADVANCE(34); if (lookahead == '~') ADVANCE(87); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(2) if (('0' <= lookahead && lookahead <= '9')) ADVANCE(51); if (sym_identifier_character_set_1(lookahead)) ADVANCE(48); END_STATE(); case 3: if (lookahead == '!') ADVANCE(74); if (lookahead == '#') ADVANCE(89); if (lookahead == '(') ADVANCE(49); if (lookahead == '-') ADVANCE(73); if (lookahead == '/') ADVANCE(6); if (lookahead == ':') ADVANCE(63); if (lookahead == '=') ADVANCE(32); if (lookahead == '?') ADVANCE(72); if (lookahead == '[') ADVANCE(60); if (lookahead == ']') ADVANCE(62); if (lookahead == 'f') ADVANCE(36); if (lookahead == 'n') ADVANCE(47); if (lookahead == 't') ADVANCE(44); if (lookahead == '{') ADVANCE(34); if (lookahead == '}') ADVANCE(35); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(3) if (('0' <= lookahead && lookahead <= '9')) ADVANCE(51); if (sym_identifier_character_set_1(lookahead)) ADVANCE(48); END_STATE(); case 4: if (lookahead == '#') ADVANCE(89); if (lookahead == '/') ADVANCE(6); if (lookahead == '=') ADVANCE(32); if (lookahead == '{') ADVANCE(34); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(4) if (sym_identifier_character_set_1(lookahead)) ADVANCE(48); END_STATE(); case 5: if (lookahead == '&') ADVANCE(85); END_STATE(); case 6: if (lookahead == '*') ADVANCE(8); if (lookahead == '/') ADVANCE(89); END_STATE(); case 7: if (lookahead == '*') ADVANCE(7); if (lookahead == '/') ADVANCE(88); 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(71); END_STATE(); case 10: if (lookahead == '=') ADVANCE(84); END_STATE(); case 11: if (lookahead == '=') ADVANCE(83); END_STATE(); case 12: if (lookahead == '>') ADVANCE(66); END_STATE(); case 13: if (lookahead == 'a') ADVANCE(18); if (lookahead == 'o') ADVANCE(21); END_STATE(); case 14: if (lookahead == 'e') ADVANCE(54); END_STATE(); case 15: if (lookahead == 'e') ADVANCE(56); END_STATE(); case 16: if (lookahead == 'f') ADVANCE(70); END_STATE(); case 17: if (lookahead == 'f') ADVANCE(70); if (lookahead == 'n') ADVANCE(69); END_STATE(); case 18: if (lookahead == 'l') ADVANCE(23); END_STATE(); case 19: if (lookahead == 'l') ADVANCE(58); END_STATE(); case 20: if (lookahead == 'l') ADVANCE(19); END_STATE(); case 21: if (lookahead == 'r') ADVANCE(67); END_STATE(); case 22: if (lookahead == 'r') ADVANCE(24); END_STATE(); case 23: if (lookahead == 's') ADVANCE(15); END_STATE(); case 24: if (lookahead == 'u') ADVANCE(14); END_STATE(); case 25: if (lookahead == 'u') ADVANCE(20); END_STATE(); case 26: if (lookahead == '|') ADVANCE(86); END_STATE(); case 27: if (lookahead == '+' || lookahead == '-') ADVANCE(29); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(53); END_STATE(); case 28: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(52); END_STATE(); case 29: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(53); END_STATE(); case 30: if (eof) ADVANCE(31); if (lookahead == '!') ADVANCE(10); if (lookahead == '#') ADVANCE(89); if (lookahead == '%') ADVANCE(77); if (lookahead == '&') ADVANCE(5); if (lookahead == '(') ADVANCE(49); if (lookahead == ')') ADVANCE(50); if (lookahead == '*') ADVANCE(65); if (lookahead == '+') ADVANCE(78); if (lookahead == ',') ADVANCE(61); if (lookahead == '-') ADVANCE(73); if (lookahead == '.') ADVANCE(64); if (lookahead == '/') ADVANCE(76); if (lookahead == ':') ADVANCE(63); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(33); if (lookahead == '>') ADVANCE(79); if (lookahead == '?') ADVANCE(72); if (lookahead == '[') ADVANCE(60); if (lookahead == ']') ADVANCE(62); if (lookahead == '{') ADVANCE(34); if (lookahead == '|') ADVANCE(26); if (lookahead == '}') ADVANCE(35); if (lookahead == '~') ADVANCE(87); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(30) if (sym_identifier_character_set_1(lookahead)) ADVANCE(48); END_STATE(); case 31: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 32: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 33: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(83); if (lookahead == '>') ADVANCE(66); END_STATE(); case 34: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 35: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 36: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') ADVANCE(40); if (lookahead == 'o') ADVANCE(43); if (sym_identifier_character_set_2(lookahead)) ADVANCE(48); END_STATE(); case 37: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') ADVANCE(40); if (sym_identifier_character_set_2(lookahead)) ADVANCE(48); END_STATE(); case 38: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') ADVANCE(55); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 39: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') ADVANCE(57); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 40: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'l') ADVANCE(45); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 41: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'l') ADVANCE(59); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 42: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'l') ADVANCE(41); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 43: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') ADVANCE(68); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 44: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') ADVANCE(46); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 45: ACCEPT_TOKEN(sym_identifier); if (lookahead == 's') ADVANCE(39); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 46: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'u') ADVANCE(38); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 47: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'u') ADVANCE(42); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 48: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 49: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 50: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 51: ACCEPT_TOKEN(sym_numeric_lit); if (lookahead == '.') ADVANCE(28); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(51); END_STATE(); case 52: ACCEPT_TOKEN(sym_numeric_lit); if (lookahead == 'E' || lookahead == 'e') ADVANCE(27); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(52); END_STATE(); case 53: ACCEPT_TOKEN(sym_numeric_lit); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(53); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_true); END_STATE(); case 55: ACCEPT_TOKEN(anon_sym_true); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 56: ACCEPT_TOKEN(anon_sym_false); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_false); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 58: ACCEPT_TOKEN(sym_null_lit); END_STATE(); case 59: ACCEPT_TOKEN(sym_null_lit); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 64: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(9); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_for); if (sym_identifier_character_set_3(lookahead)) ADVANCE(48); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 71: ACCEPT_TOKEN(sym_ellipsis); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(84); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(8); if (lookahead == '/') ADVANCE(89); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 79: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(80); END_STATE(); case 80: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '=') ADVANCE(82); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 87: ACCEPT_TOKEN(sym_strip_marker); END_STATE(); case 88: ACCEPT_TOKEN(sym_comment); END_STATE(); case 89: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(89); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 30}, [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 = 2, .external_lex_state = 2}, [7] = {.lex_state = 3, .external_lex_state = 2}, [8] = {.lex_state = 2, .external_lex_state = 2}, [9] = {.lex_state = 3, .external_lex_state = 2}, [10] = {.lex_state = 2, .external_lex_state = 2}, [11] = {.lex_state = 2, .external_lex_state = 2}, [12] = {.lex_state = 2, .external_lex_state = 2}, [13] = {.lex_state = 2, .external_lex_state = 2}, [14] = {.lex_state = 2, .external_lex_state = 2}, [15] = {.lex_state = 2, .external_lex_state = 2}, [16] = {.lex_state = 2, .external_lex_state = 2}, [17] = {.lex_state = 2, .external_lex_state = 2}, [18] = {.lex_state = 2, .external_lex_state = 2}, [19] = {.lex_state = 2, .external_lex_state = 2}, [20] = {.lex_state = 2, .external_lex_state = 2}, [21] = {.lex_state = 2, .external_lex_state = 2}, [22] = {.lex_state = 30}, [23] = {.lex_state = 2, .external_lex_state = 2}, [24] = {.lex_state = 2, .external_lex_state = 2}, [25] = {.lex_state = 2, .external_lex_state = 2}, [26] = {.lex_state = 2, .external_lex_state = 2}, [27] = {.lex_state = 2, .external_lex_state = 2}, [28] = {.lex_state = 2, .external_lex_state = 2}, [29] = {.lex_state = 2, .external_lex_state = 2}, [30] = {.lex_state = 2, .external_lex_state = 2}, [31] = {.lex_state = 2, .external_lex_state = 2}, [32] = {.lex_state = 2, .external_lex_state = 2}, [33] = {.lex_state = 2, .external_lex_state = 2}, [34] = {.lex_state = 2, .external_lex_state = 2}, [35] = {.lex_state = 2, .external_lex_state = 2}, [36] = {.lex_state = 2, .external_lex_state = 2}, [37] = {.lex_state = 2, .external_lex_state = 2}, [38] = {.lex_state = 2, .external_lex_state = 2}, [39] = {.lex_state = 2, .external_lex_state = 2}, [40] = {.lex_state = 2, .external_lex_state = 2}, [41] = {.lex_state = 2, .external_lex_state = 2}, [42] = {.lex_state = 2, .external_lex_state = 2}, [43] = {.lex_state = 2, .external_lex_state = 2}, [44] = {.lex_state = 2, .external_lex_state = 2}, [45] = {.lex_state = 2, .external_lex_state = 2}, [46] = {.lex_state = 2, .external_lex_state = 2}, [47] = {.lex_state = 30}, [48] = {.lex_state = 30}, [49] = {.lex_state = 30}, [50] = {.lex_state = 30}, [51] = {.lex_state = 30}, [52] = {.lex_state = 30}, [53] = {.lex_state = 30}, [54] = {.lex_state = 30}, [55] = {.lex_state = 30}, [56] = {.lex_state = 30}, [57] = {.lex_state = 30}, [58] = {.lex_state = 30}, [59] = {.lex_state = 30}, [60] = {.lex_state = 30}, [61] = {.lex_state = 30}, [62] = {.lex_state = 30}, [63] = {.lex_state = 30}, [64] = {.lex_state = 30}, [65] = {.lex_state = 30}, [66] = {.lex_state = 30}, [67] = {.lex_state = 30}, [68] = {.lex_state = 30}, [69] = {.lex_state = 30}, [70] = {.lex_state = 30}, [71] = {.lex_state = 30}, [72] = {.lex_state = 30}, [73] = {.lex_state = 30}, [74] = {.lex_state = 30}, [75] = {.lex_state = 30}, [76] = {.lex_state = 30}, [77] = {.lex_state = 30}, [78] = {.lex_state = 30}, [79] = {.lex_state = 30}, [80] = {.lex_state = 1}, [81] = {.lex_state = 2, .external_lex_state = 2}, [82] = {.lex_state = 2, .external_lex_state = 2}, [83] = {.lex_state = 2, .external_lex_state = 2}, [84] = {.lex_state = 2, .external_lex_state = 2}, [85] = {.lex_state = 2, .external_lex_state = 2}, [86] = {.lex_state = 2, .external_lex_state = 2}, [87] = {.lex_state = 2, .external_lex_state = 2}, [88] = {.lex_state = 2, .external_lex_state = 2}, [89] = {.lex_state = 2, .external_lex_state = 2}, [90] = {.lex_state = 2, .external_lex_state = 2}, [91] = {.lex_state = 2, .external_lex_state = 2}, [92] = {.lex_state = 2, .external_lex_state = 2}, [93] = {.lex_state = 2, .external_lex_state = 2}, [94] = {.lex_state = 2, .external_lex_state = 2}, [95] = {.lex_state = 2, .external_lex_state = 2}, [96] = {.lex_state = 2, .external_lex_state = 2}, [97] = {.lex_state = 2, .external_lex_state = 2}, [98] = {.lex_state = 2, .external_lex_state = 2}, [99] = {.lex_state = 2, .external_lex_state = 2}, [100] = {.lex_state = 2, .external_lex_state = 2}, [101] = {.lex_state = 2, .external_lex_state = 2}, [102] = {.lex_state = 1}, [103] = {.lex_state = 1}, [104] = {.lex_state = 1}, [105] = {.lex_state = 30, .external_lex_state = 3}, [106] = {.lex_state = 1}, [107] = {.lex_state = 1}, [108] = {.lex_state = 1}, [109] = {.lex_state = 1}, [110] = {.lex_state = 30, .external_lex_state = 3}, [111] = {.lex_state = 30, .external_lex_state = 3}, [112] = {.lex_state = 30, .external_lex_state = 3}, [113] = {.lex_state = 1}, [114] = {.lex_state = 1}, [115] = {.lex_state = 1}, [116] = {.lex_state = 1}, [117] = {.lex_state = 30, .external_lex_state = 3}, [118] = {.lex_state = 1}, [119] = {.lex_state = 1}, [120] = {.lex_state = 30, .external_lex_state = 3}, [121] = {.lex_state = 1}, [122] = {.lex_state = 1}, [123] = {.lex_state = 30, .external_lex_state = 3}, [124] = {.lex_state = 1}, [125] = {.lex_state = 1}, [126] = {.lex_state = 1}, [127] = {.lex_state = 1}, [128] = {.lex_state = 1}, [129] = {.lex_state = 1}, [130] = {.lex_state = 1}, [131] = {.lex_state = 1}, [132] = {.lex_state = 1}, [133] = {.lex_state = 1}, [134] = {.lex_state = 1}, [135] = {.lex_state = 30, .external_lex_state = 3}, [136] = {.lex_state = 1}, [137] = {.lex_state = 1}, [138] = {.lex_state = 1}, [139] = {.lex_state = 1}, [140] = {.lex_state = 1}, [141] = {.lex_state = 1}, [142] = {.lex_state = 1}, [143] = {.lex_state = 30, .external_lex_state = 3}, [144] = {.lex_state = 30}, [145] = {.lex_state = 30, .external_lex_state = 3}, [146] = {.lex_state = 30}, [147] = {.lex_state = 30}, [148] = {.lex_state = 30, .external_lex_state = 3}, [149] = {.lex_state = 30, .external_lex_state = 3}, [150] = {.lex_state = 30}, [151] = {.lex_state = 30}, [152] = {.lex_state = 30, .external_lex_state = 3}, [153] = {.lex_state = 30, .external_lex_state = 3}, [154] = {.lex_state = 30}, [155] = {.lex_state = 30}, [156] = {.lex_state = 30, .external_lex_state = 3}, [157] = {.lex_state = 30, .external_lex_state = 3}, [158] = {.lex_state = 30, .external_lex_state = 3}, [159] = {.lex_state = 30, .external_lex_state = 3}, [160] = {.lex_state = 30, .external_lex_state = 3}, [161] = {.lex_state = 30, .external_lex_state = 3}, [162] = {.lex_state = 30, .external_lex_state = 3}, [163] = {.lex_state = 30, .external_lex_state = 3}, [164] = {.lex_state = 30, .external_lex_state = 3}, [165] = {.lex_state = 30, .external_lex_state = 3}, [166] = {.lex_state = 30, .external_lex_state = 3}, [167] = {.lex_state = 30, .external_lex_state = 3}, [168] = {.lex_state = 30, .external_lex_state = 3}, [169] = {.lex_state = 30, .external_lex_state = 3}, [170] = {.lex_state = 30, .external_lex_state = 3}, [171] = {.lex_state = 30, .external_lex_state = 3}, [172] = {.lex_state = 30, .external_lex_state = 3}, [173] = {.lex_state = 30, .external_lex_state = 3}, [174] = {.lex_state = 30, .external_lex_state = 3}, [175] = {.lex_state = 30, .external_lex_state = 3}, [176] = {.lex_state = 0}, [177] = {.lex_state = 0}, [178] = {.lex_state = 0}, [179] = {.lex_state = 0}, [180] = {.lex_state = 0}, [181] = {.lex_state = 0}, [182] = {.lex_state = 0}, [183] = {.lex_state = 30}, [184] = {.lex_state = 2, .external_lex_state = 2}, [185] = {.lex_state = 2, .external_lex_state = 2}, [186] = {.lex_state = 30}, [187] = {.lex_state = 30}, [188] = {.lex_state = 0, .external_lex_state = 3}, [189] = {.lex_state = 0, .external_lex_state = 3}, [190] = {.lex_state = 0, .external_lex_state = 3}, [191] = {.lex_state = 0, .external_lex_state = 3}, [192] = {.lex_state = 0, .external_lex_state = 3}, [193] = {.lex_state = 0, .external_lex_state = 3}, [194] = {.lex_state = 0, .external_lex_state = 3}, [195] = {.lex_state = 0, .external_lex_state = 4}, [196] = {.lex_state = 0, .external_lex_state = 4}, [197] = {.lex_state = 0, .external_lex_state = 4}, [198] = {.lex_state = 0, .external_lex_state = 4}, [199] = {.lex_state = 0, .external_lex_state = 4}, [200] = {.lex_state = 0, .external_lex_state = 4}, [201] = {.lex_state = 0, .external_lex_state = 4}, [202] = {.lex_state = 4, .external_lex_state = 2}, [203] = {.lex_state = 30}, [204] = {.lex_state = 30}, [205] = {.lex_state = 0}, [206] = {.lex_state = 30}, [207] = {.lex_state = 0}, [208] = {.lex_state = 0}, [209] = {.lex_state = 30}, [210] = {.lex_state = 30, .external_lex_state = 2}, [211] = {.lex_state = 0}, [212] = {.lex_state = 0}, [213] = {.lex_state = 30, .external_lex_state = 2}, [214] = {.lex_state = 0}, [215] = {.lex_state = 0}, [216] = {.lex_state = 0}, [217] = {.lex_state = 0}, [218] = {.lex_state = 0}, [219] = {.lex_state = 0}, [220] = {.lex_state = 0}, [221] = {.lex_state = 30}, [222] = {.lex_state = 0}, [223] = {.lex_state = 0}, [224] = {.lex_state = 0}, [225] = {.lex_state = 0}, [226] = {.lex_state = 0}, [227] = {.lex_state = 0}, [228] = {.lex_state = 0, .external_lex_state = 4}, [229] = {.lex_state = 0}, [230] = {.lex_state = 0}, [231] = {.lex_state = 0}, [232] = {.lex_state = 0, .external_lex_state = 4}, [233] = {.lex_state = 0}, [234] = {.lex_state = 0}, [235] = {.lex_state = 0}, [236] = {.lex_state = 0}, [237] = {.lex_state = 0, .external_lex_state = 4}, [238] = {.lex_state = 0, .external_lex_state = 3}, [239] = {.lex_state = 0, .external_lex_state = 4}, [240] = {.lex_state = 0, .external_lex_state = 3}, [241] = {.lex_state = 0, .external_lex_state = 3}, [242] = {.lex_state = 0, .external_lex_state = 5}, [243] = {.lex_state = 0, .external_lex_state = 6}, [244] = {.lex_state = 0}, [245] = {.lex_state = 0}, [246] = {.lex_state = 0, .external_lex_state = 3}, [247] = {.lex_state = 0}, [248] = {.lex_state = 0, .external_lex_state = 4}, [249] = {.lex_state = 30}, [250] = {.lex_state = 0, .external_lex_state = 4}, [251] = {.lex_state = 0, .external_lex_state = 3}, [252] = {.lex_state = 0, .external_lex_state = 4}, [253] = {.lex_state = 0}, [254] = {.lex_state = 30}, [255] = {.lex_state = 0}, [256] = {.lex_state = 3}, [257] = {.lex_state = 30}, [258] = {.lex_state = 30, .external_lex_state = 2}, [259] = {.lex_state = 0, .external_lex_state = 4}, [260] = {.lex_state = 0, .external_lex_state = 6}, [261] = {.lex_state = 0}, [262] = {.lex_state = 0}, [263] = {.lex_state = 0}, [264] = {.lex_state = 0}, [265] = {.lex_state = 0}, [266] = {.lex_state = 0}, [267] = {.lex_state = 0}, [268] = {.lex_state = 0}, [269] = {.lex_state = 2}, [270] = {.lex_state = 0}, [271] = {.lex_state = 0}, [272] = {.lex_state = 30}, [273] = {.lex_state = 30}, [274] = {.lex_state = 0}, [275] = {.lex_state = 0}, [276] = {.lex_state = 2}, [277] = {.lex_state = 0}, [278] = {.lex_state = 0}, [279] = {.lex_state = 0}, [280] = {.lex_state = 2}, [281] = {.lex_state = 0}, [282] = {.lex_state = 0}, [283] = {.lex_state = 0}, [284] = {.lex_state = 0}, [285] = {.lex_state = 0}, [286] = {.lex_state = 0}, [287] = {.lex_state = 0}, [288] = {.lex_state = 0}, [289] = {.lex_state = 30}, [290] = {.lex_state = 0}, [291] = {.lex_state = 0}, [292] = {.lex_state = 0}, [293] = {.lex_state = 0, .external_lex_state = 3}, [294] = {.lex_state = 0}, [295] = {.lex_state = 0}, [296] = {.lex_state = 0}, [297] = {.lex_state = 0}, [298] = {.lex_state = 30}, [299] = {.lex_state = 0}, [300] = {.lex_state = 30}, [301] = {.lex_state = 0, .external_lex_state = 7}, [302] = {.lex_state = 30}, [303] = {.lex_state = 0, .external_lex_state = 3}, [304] = {.lex_state = 30}, [305] = {.lex_state = 0}, [306] = {.lex_state = 0}, [307] = {.lex_state = 0}, [308] = {.lex_state = 30}, [309] = {.lex_state = 0}, [310] = {.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, }; 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, }; static const bool ts_external_scanner_states[8][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, }, [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, }, [6] = { [ts_external_token__quoted_template_end] = true, [ts_external_token__template_literal_chunk] = true, }, [7] = { [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), [sym_numeric_lit] = ACTIONS(1), [anon_sym_true] = ACTIONS(1), [anon_sym_false] = ACTIONS(1), [sym_null_lit] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_STAR] = 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_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), [sym_strip_marker] = ACTIONS(1), [sym_comment] = 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), }, [1] = { [sym_config_file] = STATE(310), [sym_body] = STATE(309), [sym_attribute] = STATE(206), [sym_block] = STATE(206), [aux_sym_body_repeat1] = STATE(206), [sym_identifier] = ACTIONS(5), [sym_comment] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(9), 1, anon_sym_RBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(23), 1, anon_sym_for, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(39), 1, sym_for_intro, STATE(71), 1, sym_quoted_template, STATE(166), 1, sym__object_end, STATE(220), 1, sym_object_elem, STATE(256), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [86] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(23), 1, anon_sym_for, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(29), 1, anon_sym_RBRACE, STATE(4), 1, sym__object_start, STATE(25), 1, sym_for_intro, STATE(71), 1, sym_quoted_template, STATE(131), 1, sym__object_end, STATE(234), 1, sym_object_elem, STATE(256), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [172] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(23), 1, anon_sym_for, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(31), 1, anon_sym_RBRACE, STATE(4), 1, sym__object_start, STATE(28), 1, sym_for_intro, STATE(61), 1, sym__object_end, STATE(71), 1, sym_quoted_template, STATE(235), 1, sym_object_elem, STATE(256), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [258] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(23), 1, anon_sym_for, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(33), 1, anon_sym_RBRACK, STATE(4), 1, sym__object_start, STATE(43), 1, sym_for_intro, STATE(71), 1, sym_quoted_template, STATE(231), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [338] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(35), 1, anon_sym_RPAREN, STATE(4), 1, sym__object_start, STATE(68), 1, sym__function_call_end, STATE(71), 1, sym_quoted_template, STATE(212), 1, sym_expression, STATE(283), 1, sym_function_arguments, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [418] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(23), 1, anon_sym_for, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(37), 1, anon_sym_RBRACK, STATE(4), 1, sym__object_start, STATE(33), 1, sym_for_intro, STATE(71), 1, sym_quoted_template, STATE(227), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [498] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(39), 1, anon_sym_RPAREN, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(169), 1, sym__function_call_end, STATE(212), 1, sym_expression, STATE(263), 1, sym_function_arguments, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [578] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(23), 1, anon_sym_for, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(41), 1, anon_sym_RBRACK, STATE(4), 1, sym__object_start, STATE(46), 1, sym_for_intro, STATE(71), 1, sym_quoted_template, STATE(224), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [658] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(43), 1, anon_sym_RPAREN, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(133), 1, sym__function_call_end, STATE(212), 1, sym_expression, STATE(266), 1, sym_function_arguments, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [738] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(256), 1, sym_expression, STATE(281), 1, sym_object_elem, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [812] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(45), 1, anon_sym_RPAREN, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(215), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [886] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(47), 1, anon_sym_STAR, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(291), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [960] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(49), 1, anon_sym_STAR, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(264), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1034] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(51), 1, anon_sym_RPAREN, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(215), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1108] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, sym_identifier, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, sym_numeric_lit, ACTIONS(63), 1, sym_null_lit, ACTIONS(65), 1, anon_sym_LBRACK, ACTIONS(69), 1, sym_strip_marker, ACTIONS(71), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(152), 1, sym_quoted_template, STATE(251), 1, sym_expression, ACTIONS(61), 2, anon_sym_true, anon_sym_false, ACTIONS(67), 2, anon_sym_DASH, anon_sym_BANG, STATE(148), 2, sym_tuple, sym_object, STATE(149), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(153), 2, sym_bool_lit, sym_string_lit, STATE(240), 2, sym_unary_operation, sym_binary_operation, STATE(241), 2, sym_conditional, sym_operation, STATE(105), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1182] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, ACTIONS(73), 1, anon_sym_STAR, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(265), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1256] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(291), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1327] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(262), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1398] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(282), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1469] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, STATE(205), 1, sym_expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, ACTIONS(89), 2, anon_sym_DASH, anon_sym_BANG, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(216), 2, sym_conditional, sym_operation, STATE(217), 2, sym_unary_operation, sym_binary_operation, STATE(80), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1540] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_EQ, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(99), 1, anon_sym_DOT, ACTIONS(105), 1, anon_sym_SLASH, ACTIONS(113), 1, anon_sym_AMP_AMP, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(101), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(103), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_GT, anon_sym_LT, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(59), 2, sym_attr_splat, sym_full_splat, STATE(58), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(93), 10, ts_builtin_sym_end, 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, [1603] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(215), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1674] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, STATE(211), 1, sym_expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, ACTIONS(89), 2, anon_sym_DASH, anon_sym_BANG, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(216), 2, sym_conditional, sym_operation, STATE(217), 2, sym_unary_operation, sym_binary_operation, STATE(80), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1745] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(276), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1816] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(277), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1887] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(264), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [1958] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(269), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2029] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(265), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2100] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, STATE(207), 1, sym_expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, ACTIONS(89), 2, anon_sym_DASH, anon_sym_BANG, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(216), 2, sym_conditional, sym_operation, STATE(217), 2, sym_unary_operation, sym_binary_operation, STATE(80), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2171] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, sym_identifier, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, sym_numeric_lit, ACTIONS(63), 1, sym_null_lit, ACTIONS(65), 1, anon_sym_LBRACK, ACTIONS(71), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(152), 1, sym_quoted_template, STATE(238), 1, sym_expression, ACTIONS(61), 2, anon_sym_true, anon_sym_false, ACTIONS(67), 2, anon_sym_DASH, anon_sym_BANG, STATE(148), 2, sym_tuple, sym_object, STATE(149), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(153), 2, sym_bool_lit, sym_string_lit, STATE(240), 2, sym_unary_operation, sym_binary_operation, STATE(241), 2, sym_conditional, sym_operation, STATE(105), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2242] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(271), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2313] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, STATE(226), 1, sym_expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, ACTIONS(89), 2, anon_sym_DASH, anon_sym_BANG, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(216), 2, sym_conditional, sym_operation, STATE(217), 2, sym_unary_operation, sym_binary_operation, STATE(80), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2384] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, sym_identifier, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, sym_numeric_lit, ACTIONS(63), 1, sym_null_lit, ACTIONS(65), 1, anon_sym_LBRACK, ACTIONS(71), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(152), 1, sym_quoted_template, STATE(246), 1, sym_expression, ACTIONS(61), 2, anon_sym_true, anon_sym_false, ACTIONS(67), 2, anon_sym_DASH, anon_sym_BANG, STATE(148), 2, sym_tuple, sym_object, STATE(149), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(153), 2, sym_bool_lit, sym_string_lit, STATE(240), 2, sym_unary_operation, sym_binary_operation, STATE(241), 2, sym_conditional, sym_operation, STATE(105), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2455] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(261), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2526] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(288), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2597] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, STATE(208), 1, sym_expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, ACTIONS(89), 2, anon_sym_DASH, anon_sym_BANG, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(216), 2, sym_conditional, sym_operation, STATE(217), 2, sym_unary_operation, sym_binary_operation, STATE(80), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2668] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(221), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2739] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(280), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2810] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(290), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2881] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(183), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [2952] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(244), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [3023] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, STATE(219), 1, sym_expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, ACTIONS(89), 2, anon_sym_DASH, anon_sym_BANG, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(216), 2, sym_conditional, sym_operation, STATE(217), 2, sym_unary_operation, sym_binary_operation, STATE(80), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [3094] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(279), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [3165] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, STATE(287), 1, sym_expression, ACTIONS(17), 2, anon_sym_true, anon_sym_false, ACTIONS(25), 2, anon_sym_DASH, anon_sym_BANG, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(186), 2, sym_unary_operation, sym_binary_operation, STATE(187), 2, sym_conditional, sym_operation, STATE(22), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [3236] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, STATE(222), 1, sym_expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, ACTIONS(89), 2, anon_sym_DASH, anon_sym_BANG, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(216), 2, sym_conditional, sym_operation, STATE(217), 2, sym_unary_operation, sym_binary_operation, STATE(80), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [3307] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(121), 1, anon_sym_LBRACK, ACTIONS(124), 1, anon_sym_DOT, STATE(49), 3, sym_index, sym_get_attr, aux_sym_full_splat_repeat1, ACTIONS(119), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(117), 20, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3350] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(131), 1, anon_sym_LBRACK, ACTIONS(134), 1, anon_sym_DOT, STATE(48), 3, sym_index, sym_get_attr, aux_sym_full_splat_repeat1, ACTIONS(129), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(127), 20, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3393] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(141), 1, anon_sym_LBRACK, ACTIONS(144), 1, anon_sym_DOT, STATE(48), 3, sym_index, sym_get_attr, aux_sym_full_splat_repeat1, ACTIONS(139), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(137), 20, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3436] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(151), 1, anon_sym_DOT, STATE(53), 2, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(149), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(147), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3476] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(158), 1, anon_sym_DOT, STATE(50), 2, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(156), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(154), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3516] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(165), 1, anon_sym_LPAREN, STATE(6), 1, sym__function_call_start, ACTIONS(163), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(161), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3556] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(171), 1, anon_sym_DOT, STATE(53), 2, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(169), 4, anon_sym_EQ, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(167), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3596] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(176), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(174), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3630] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(180), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(178), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3664] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(184), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(182), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3698] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(188), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(186), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3732] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(192), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(190), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3766] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(196), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(194), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3800] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(200), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(198), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3834] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(204), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(202), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3868] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(208), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(206), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3902] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(212), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(210), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3936] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(216), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(214), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [3970] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(220), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(218), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4004] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(224), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(222), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4038] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(228), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(226), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4072] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(232), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(230), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4106] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(236), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(234), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4140] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(240), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(238), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4174] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(244), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(242), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4208] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(248), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(246), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4242] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(252), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(250), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4276] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(256), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(254), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4310] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(260), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(258), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4344] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(264), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(262), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4378] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(268), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(266), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4412] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(272), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(270), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4446] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(276), 5, anon_sym_EQ, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(274), 21, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, anon_sym_STAR, anon_sym_EQ_GT, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [4480] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(278), 1, anon_sym_LBRACK, ACTIONS(280), 1, anon_sym_DOT, ACTIONS(286), 1, anon_sym_SLASH, ACTIONS(294), 1, anon_sym_AMP_AMP, ACTIONS(296), 1, anon_sym_PIPE_PIPE, ACTIONS(282), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(284), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(288), 2, anon_sym_GT, anon_sym_LT, ACTIONS(290), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(292), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(129), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(93), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [4535] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, sym_identifier, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, sym_numeric_lit, ACTIONS(63), 1, sym_null_lit, ACTIONS(65), 1, anon_sym_LBRACK, ACTIONS(71), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(152), 1, sym_quoted_template, ACTIONS(61), 2, anon_sym_true, anon_sym_false, STATE(148), 2, sym_tuple, sym_object, STATE(149), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(153), 2, sym_bool_lit, sym_string_lit, STATE(192), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [4591] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, ACTIONS(17), 2, anon_sym_true, anon_sym_false, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(150), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [4647] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, sym_identifier, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, sym_numeric_lit, ACTIONS(63), 1, sym_null_lit, ACTIONS(65), 1, anon_sym_LBRACK, ACTIONS(71), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(152), 1, sym_quoted_template, ACTIONS(61), 2, anon_sym_true, anon_sym_false, STATE(148), 2, sym_tuple, sym_object, STATE(149), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(153), 2, sym_bool_lit, sym_string_lit, STATE(194), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [4703] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, sym_identifier, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, sym_numeric_lit, ACTIONS(63), 1, sym_null_lit, ACTIONS(65), 1, anon_sym_LBRACK, ACTIONS(71), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(152), 1, sym_quoted_template, ACTIONS(61), 2, anon_sym_true, anon_sym_false, STATE(148), 2, sym_tuple, sym_object, STATE(149), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(153), 2, sym_bool_lit, sym_string_lit, STATE(188), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [4759] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, ACTIONS(83), 2, anon_sym_true, anon_sym_false, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(178), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [4815] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, ACTIONS(17), 2, anon_sym_true, anon_sym_false, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(151), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [4871] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, ACTIONS(17), 2, anon_sym_true, anon_sym_false, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(144), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [4927] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, sym_identifier, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, sym_numeric_lit, ACTIONS(63), 1, sym_null_lit, ACTIONS(65), 1, anon_sym_LBRACK, ACTIONS(71), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(152), 1, sym_quoted_template, ACTIONS(61), 2, anon_sym_true, anon_sym_false, STATE(148), 2, sym_tuple, sym_object, STATE(149), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(153), 2, sym_bool_lit, sym_string_lit, STATE(191), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [4983] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, ACTIONS(83), 2, anon_sym_true, anon_sym_false, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(177), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5039] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, ACTIONS(83), 2, anon_sym_true, anon_sym_false, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(180), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5095] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, ACTIONS(83), 2, anon_sym_true, anon_sym_false, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(181), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5151] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, ACTIONS(83), 2, anon_sym_true, anon_sym_false, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(176), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5207] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, ACTIONS(83), 2, anon_sym_true, anon_sym_false, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(179), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5263] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, ACTIONS(17), 2, anon_sym_true, anon_sym_false, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(155), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5319] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, ACTIONS(17), 2, anon_sym_true, anon_sym_false, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(154), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5375] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, sym_identifier, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, sym_numeric_lit, ACTIONS(63), 1, sym_null_lit, ACTIONS(65), 1, anon_sym_LBRACK, ACTIONS(71), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(152), 1, sym_quoted_template, ACTIONS(61), 2, anon_sym_true, anon_sym_false, STATE(148), 2, sym_tuple, sym_object, STATE(149), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(153), 2, sym_bool_lit, sym_string_lit, STATE(190), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5431] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, ACTIONS(17), 2, anon_sym_true, anon_sym_false, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(147), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5487] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, anon_sym_LBRACE, ACTIONS(77), 1, sym_identifier, ACTIONS(79), 1, anon_sym_LPAREN, ACTIONS(81), 1, sym_numeric_lit, ACTIONS(85), 1, sym_null_lit, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(91), 1, sym__quoted_template_start, STATE(3), 1, sym__object_start, STATE(126), 1, sym_quoted_template, ACTIONS(83), 2, anon_sym_true, anon_sym_false, STATE(118), 2, sym_bool_lit, sym_string_lit, STATE(121), 2, sym_tuple, sym_object, STATE(125), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(182), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5543] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, sym_identifier, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, sym_numeric_lit, ACTIONS(63), 1, sym_null_lit, ACTIONS(65), 1, anon_sym_LBRACK, ACTIONS(71), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(152), 1, sym_quoted_template, ACTIONS(61), 2, anon_sym_true, anon_sym_false, STATE(148), 2, sym_tuple, sym_object, STATE(149), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(153), 2, sym_bool_lit, sym_string_lit, STATE(189), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5599] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_LBRACE, ACTIONS(55), 1, sym_identifier, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, sym_numeric_lit, ACTIONS(63), 1, sym_null_lit, ACTIONS(65), 1, anon_sym_LBRACK, ACTIONS(71), 1, sym__quoted_template_start, STATE(2), 1, sym__object_start, STATE(152), 1, sym_quoted_template, ACTIONS(61), 2, anon_sym_true, anon_sym_false, STATE(148), 2, sym_tuple, sym_object, STATE(149), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(153), 2, sym_bool_lit, sym_string_lit, STATE(193), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5655] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_LBRACE, ACTIONS(11), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, sym_numeric_lit, ACTIONS(19), 1, sym_null_lit, ACTIONS(21), 1, anon_sym_LBRACK, ACTIONS(27), 1, sym__quoted_template_start, STATE(4), 1, sym__object_start, STATE(71), 1, sym_quoted_template, ACTIONS(17), 2, anon_sym_true, anon_sym_false, STATE(55), 2, sym_for_tuple_expr, sym_for_object_expr, STATE(74), 2, sym_tuple, sym_object, STATE(79), 2, sym_bool_lit, sym_string_lit, STATE(146), 7, sym__expr_term, sym_literal_value, sym_collection_value, sym_for_expr, sym_variable_expr, sym_function_call, sym_template_expr, [5711] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(298), 1, anon_sym_LBRACK, ACTIONS(301), 1, anon_sym_DOT, ACTIONS(139), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(104), 3, sym_index, sym_get_attr, aux_sym_full_splat_repeat1, ACTIONS(137), 15, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [5748] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(304), 1, anon_sym_LBRACK, ACTIONS(307), 1, anon_sym_DOT, ACTIONS(119), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(102), 3, sym_index, sym_get_attr, aux_sym_full_splat_repeat1, ACTIONS(117), 15, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [5785] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(310), 1, anon_sym_LBRACK, ACTIONS(313), 1, anon_sym_DOT, ACTIONS(129), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(104), 3, sym_index, sym_get_attr, aux_sym_full_splat_repeat1, ACTIONS(127), 15, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [5822] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(316), 1, anon_sym_LBRACK, ACTIONS(318), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_SLASH, ACTIONS(332), 1, anon_sym_AMP_AMP, ACTIONS(334), 1, anon_sym_PIPE_PIPE, ACTIONS(320), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(322), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(326), 2, anon_sym_GT, anon_sym_LT, ACTIONS(328), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(330), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, STATE(165), 2, sym_attr_splat, sym_full_splat, ACTIONS(93), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, STATE(164), 3, sym_index, sym_get_attr, sym_splat, [5875] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(336), 1, anon_sym_DOT, STATE(107), 2, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(149), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(147), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [5909] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_DOT, STATE(107), 2, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(169), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(167), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [5943] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(342), 1, anon_sym_DOT, STATE(106), 2, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(156), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(154), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [5977] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(345), 1, anon_sym_LPAREN, STATE(10), 1, sym__function_call_start, ACTIONS(163), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(161), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6011] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(347), 1, anon_sym_LBRACK, ACTIONS(350), 1, anon_sym_DOT, ACTIONS(119), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(112), 3, sym_index, sym_get_attr, aux_sym_full_splat_repeat1, ACTIONS(117), 13, sym__template_interpolation_end, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [6046] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(353), 1, anon_sym_LBRACK, ACTIONS(356), 1, anon_sym_DOT, ACTIONS(129), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(111), 3, sym_index, sym_get_attr, aux_sym_full_splat_repeat1, ACTIONS(127), 13, sym__template_interpolation_end, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [6081] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(359), 1, anon_sym_LBRACK, ACTIONS(362), 1, anon_sym_DOT, ACTIONS(139), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, STATE(111), 3, sym_index, sym_get_attr, aux_sym_full_splat_repeat1, ACTIONS(137), 13, sym__template_interpolation_end, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [6116] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(248), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(246), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(228), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(226), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6172] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(264), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(262), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6200] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(268), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(266), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6228] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(365), 1, anon_sym_DOT, STATE(117), 2, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(169), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(167), 14, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [6260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(276), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(274), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6288] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(260), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(258), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6316] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(368), 1, anon_sym_DOT, STATE(117), 2, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(149), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(147), 14, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [6348] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(256), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(254), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6376] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(236), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(234), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6404] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(371), 1, anon_sym_DOT, STATE(120), 2, sym_get_attr, aux_sym_attr_splat_repeat1, ACTIONS(156), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(154), 14, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [6436] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(216), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(214), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6464] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(180), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(178), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6492] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(244), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(242), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6520] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(240), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(238), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6548] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(188), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(186), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(192), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(190), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6604] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(196), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(194), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6632] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(204), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(202), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6660] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(224), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(222), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6688] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(232), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(230), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6716] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(176), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(174), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6744] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(374), 1, anon_sym_LPAREN, STATE(8), 1, sym__function_call_start, ACTIONS(163), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(161), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [6776] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(272), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(270), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6804] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(252), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(250), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6832] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(220), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(218), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6860] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(212), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(210), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(208), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(206), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6916] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(200), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(198), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6944] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(184), 4, anon_sym_DOT, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(182), 16, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_if, sym_ellipsis, anon_sym_QMARK, anon_sym_DASH, 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, [6972] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(240), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(238), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [6998] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(99), 1, anon_sym_DOT, ACTIONS(378), 1, anon_sym_EQ, STATE(59), 2, sym_attr_splat, sym_full_splat, STATE(58), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 10, ts_builtin_sym_end, 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, [7032] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(228), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(226), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7058] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(99), 1, anon_sym_DOT, ACTIONS(382), 1, anon_sym_EQ, STATE(59), 2, sym_attr_splat, sym_full_splat, STATE(58), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(380), 10, ts_builtin_sym_end, 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, [7092] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(99), 1, anon_sym_DOT, ACTIONS(378), 1, anon_sym_EQ, STATE(59), 2, sym_attr_splat, sym_full_splat, STATE(58), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 10, ts_builtin_sym_end, 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, [7126] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(256), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(254), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7152] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(180), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(178), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7178] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(99), 1, anon_sym_DOT, ACTIONS(378), 1, anon_sym_EQ, STATE(59), 2, sym_attr_splat, sym_full_splat, STATE(58), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 10, ts_builtin_sym_end, 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, [7212] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(99), 1, anon_sym_DOT, ACTIONS(378), 1, anon_sym_EQ, STATE(59), 2, sym_attr_splat, sym_full_splat, STATE(58), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 10, ts_builtin_sym_end, 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, [7246] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(244), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(242), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7272] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(276), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(274), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7298] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(99), 1, anon_sym_DOT, ACTIONS(378), 1, anon_sym_EQ, STATE(59), 2, sym_attr_splat, sym_full_splat, STATE(58), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 10, ts_builtin_sym_end, 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, [7332] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(99), 1, anon_sym_DOT, ACTIONS(378), 1, anon_sym_EQ, STATE(59), 2, sym_attr_splat, sym_full_splat, STATE(58), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 10, ts_builtin_sym_end, 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, [7366] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(188), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(186), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7392] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(236), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(234), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7418] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(260), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(258), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7444] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(268), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(266), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7470] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(264), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(262), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7496] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(216), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(214), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7522] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(184), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(182), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7548] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(200), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(198), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7574] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(192), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(190), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7600] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(196), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(194), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7626] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(204), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(202), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7652] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(208), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(206), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(224), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(222), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7704] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(232), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(230), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7730] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(212), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(210), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7756] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(176), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(174), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(248), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(246), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7808] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(272), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(270), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7834] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(220), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(218), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7860] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(252), 3, anon_sym_SLASH, anon_sym_GT, anon_sym_LT, ACTIONS(250), 15, sym__template_interpolation_end, anon_sym_LBRACK, anon_sym_DOT, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, 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, [7886] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(278), 1, anon_sym_LBRACK, ACTIONS(280), 1, anon_sym_DOT, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(129), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [7912] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(278), 1, anon_sym_LBRACK, ACTIONS(280), 1, anon_sym_DOT, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(129), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [7938] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(278), 1, anon_sym_LBRACK, ACTIONS(280), 1, anon_sym_DOT, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(129), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [7964] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(278), 1, anon_sym_LBRACK, ACTIONS(280), 1, anon_sym_DOT, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(129), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [7990] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(278), 1, anon_sym_LBRACK, ACTIONS(280), 1, anon_sym_DOT, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(129), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [8016] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(278), 1, anon_sym_LBRACK, ACTIONS(280), 1, anon_sym_DOT, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(129), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(376), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [8042] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(278), 1, anon_sym_LBRACK, ACTIONS(280), 1, anon_sym_DOT, STATE(130), 2, sym_attr_splat, sym_full_splat, STATE(129), 3, sym_index, sym_get_attr, sym_splat, ACTIONS(380), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [8068] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(386), 1, anon_sym_EQ, ACTIONS(384), 10, ts_builtin_sym_end, 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, [8087] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(390), 4, sym_identifier, anon_sym_true, anon_sym_false, sym_null_lit, ACTIONS(388), 7, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_LPAREN, sym_numeric_lit, anon_sym_LBRACK, anon_sym_DASH, anon_sym_BANG, [8106] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(394), 4, sym_identifier, anon_sym_true, anon_sym_false, sym_null_lit, ACTIONS(392), 7, sym__quoted_template_start, anon_sym_LBRACE, anon_sym_LPAREN, sym_numeric_lit, anon_sym_LBRACK, anon_sym_DASH, anon_sym_BANG, [8125] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(398), 1, anon_sym_EQ, ACTIONS(396), 10, ts_builtin_sym_end, 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, [8144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_EQ, ACTIONS(93), 10, ts_builtin_sym_end, 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, [8163] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(316), 1, anon_sym_LBRACK, ACTIONS(318), 1, anon_sym_DOT, STATE(165), 2, sym_attr_splat, sym_full_splat, ACTIONS(376), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, STATE(164), 3, sym_index, sym_get_attr, sym_splat, [8187] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(316), 1, anon_sym_LBRACK, ACTIONS(318), 1, anon_sym_DOT, STATE(165), 2, sym_attr_splat, sym_full_splat, ACTIONS(376), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, STATE(164), 3, sym_index, sym_get_attr, sym_splat, [8211] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(316), 1, anon_sym_LBRACK, ACTIONS(318), 1, anon_sym_DOT, STATE(165), 2, sym_attr_splat, sym_full_splat, ACTIONS(376), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, STATE(164), 3, sym_index, sym_get_attr, sym_splat, [8235] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(316), 1, anon_sym_LBRACK, ACTIONS(318), 1, anon_sym_DOT, STATE(165), 2, sym_attr_splat, sym_full_splat, ACTIONS(380), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, STATE(164), 3, sym_index, sym_get_attr, sym_splat, [8259] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(316), 1, anon_sym_LBRACK, ACTIONS(318), 1, anon_sym_DOT, STATE(165), 2, sym_attr_splat, sym_full_splat, ACTIONS(376), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, STATE(164), 3, sym_index, sym_get_attr, sym_splat, [8283] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(316), 1, anon_sym_LBRACK, ACTIONS(318), 1, anon_sym_DOT, STATE(165), 2, sym_attr_splat, sym_full_splat, ACTIONS(376), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, STATE(164), 3, sym_index, sym_get_attr, sym_splat, [8307] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(316), 1, anon_sym_LBRACK, ACTIONS(318), 1, anon_sym_DOT, STATE(165), 2, sym_attr_splat, sym_full_splat, ACTIONS(376), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, STATE(164), 3, sym_index, sym_get_attr, sym_splat, [8331] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, sym__quoted_template_end, ACTIONS(402), 1, sym__template_literal_chunk, ACTIONS(404), 1, sym__template_interpolation_start, STATE(228), 1, aux_sym_template_literal_repeat1, STATE(237), 1, sym_template_literal, STATE(201), 3, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [8355] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(402), 1, sym__template_literal_chunk, ACTIONS(404), 1, sym__template_interpolation_start, ACTIONS(406), 1, sym__quoted_template_end, STATE(228), 1, aux_sym_template_literal_repeat1, STATE(198), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [8377] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(402), 1, sym__template_literal_chunk, ACTIONS(404), 1, sym__template_interpolation_start, ACTIONS(408), 1, sym__quoted_template_end, STATE(228), 1, aux_sym_template_literal_repeat1, STATE(248), 1, sym_template_literal, STATE(196), 3, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [8401] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(410), 1, sym__quoted_template_end, ACTIONS(412), 1, sym__template_literal_chunk, ACTIONS(415), 1, sym__template_interpolation_start, STATE(228), 1, aux_sym_template_literal_repeat1, STATE(198), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [8423] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(402), 1, sym__template_literal_chunk, ACTIONS(404), 1, sym__template_interpolation_start, ACTIONS(418), 1, sym__quoted_template_end, STATE(228), 1, aux_sym_template_literal_repeat1, STATE(198), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [8445] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(402), 1, sym__template_literal_chunk, ACTIONS(404), 1, sym__template_interpolation_start, ACTIONS(420), 1, sym__quoted_template_end, STATE(228), 1, aux_sym_template_literal_repeat1, STATE(259), 1, sym_template_literal, STATE(199), 3, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [8469] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(402), 1, sym__template_literal_chunk, ACTIONS(404), 1, sym__template_interpolation_start, ACTIONS(422), 1, sym__quoted_template_end, STATE(228), 1, aux_sym_template_literal_repeat1, STATE(198), 4, sym_template_literal, sym_template_interpolation, sym_template_directive, aux_sym_quoted_template_repeat1, [8491] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(424), 1, anon_sym_EQ, ACTIONS(426), 1, anon_sym_LBRACE, ACTIONS(428), 1, sym_identifier, ACTIONS(430), 1, sym__quoted_template_start, STATE(204), 1, sym__block_start, STATE(210), 2, sym_string_lit, aux_sym_block_repeat1, [8514] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_identifier, ACTIONS(432), 1, anon_sym_RBRACE, STATE(254), 1, sym__block_end, STATE(274), 1, sym_body, STATE(206), 3, sym_attribute, sym_block, aux_sym_body_repeat1, [8535] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_identifier, ACTIONS(434), 1, anon_sym_RBRACE, STATE(249), 1, sym__block_end, STATE(284), 1, sym_body, STATE(206), 3, sym_attribute, sym_block, aux_sym_body_repeat1, [8556] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(436), 1, anon_sym_RBRACE, ACTIONS(438), 1, anon_sym_if, ACTIONS(440), 1, sym_ellipsis, ACTIONS(442), 1, anon_sym_QMARK, STATE(115), 1, sym__object_end, STATE(267), 1, sym_for_cond, [8578] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_identifier, ACTIONS(444), 2, ts_builtin_sym_end, anon_sym_RBRACE, STATE(209), 3, sym_attribute, sym_block, aux_sym_body_repeat1, [8594] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(438), 1, anon_sym_if, ACTIONS(442), 1, anon_sym_QMARK, ACTIONS(446), 1, anon_sym_RBRACE, ACTIONS(448), 1, sym_ellipsis, STATE(160), 1, sym__object_end, STATE(278), 1, sym_for_cond, [8616] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(438), 1, anon_sym_if, ACTIONS(442), 1, anon_sym_QMARK, ACTIONS(450), 1, anon_sym_RBRACE, ACTIONS(452), 1, sym_ellipsis, STATE(76), 1, sym__object_end, STATE(268), 1, sym_for_cond, [8638] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(456), 1, sym_identifier, ACTIONS(454), 2, ts_builtin_sym_end, anon_sym_RBRACE, STATE(209), 3, sym_attribute, sym_block, aux_sym_body_repeat1, [8654] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(430), 1, sym__quoted_template_start, ACTIONS(459), 1, anon_sym_LBRACE, ACTIONS(461), 1, sym_identifier, STATE(203), 1, sym__block_start, STATE(213), 2, sym_string_lit, aux_sym_block_repeat1, [8674] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(384), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [8685] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(463), 1, anon_sym_RPAREN, ACTIONS(465), 1, anon_sym_COMMA, ACTIONS(467), 1, sym_ellipsis, ACTIONS(469), 1, anon_sym_QMARK, STATE(223), 1, aux_sym_tuple_repeat1, [8704] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(471), 1, anon_sym_LBRACE, ACTIONS(473), 1, sym_identifier, ACTIONS(476), 1, sym__quoted_template_start, STATE(213), 2, sym_string_lit, aux_sym_block_repeat1, [8721] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(481), 1, anon_sym_COMMA, STATE(214), 1, aux_sym_tuple_repeat1, ACTIONS(479), 3, anon_sym_RPAREN, anon_sym_RBRACK, sym_ellipsis, [8736] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(479), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, sym_ellipsis, [8749] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(93), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [8760] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(396), 5, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_if, sym_ellipsis, anon_sym_QMARK, [8771] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(484), 1, anon_sym_RBRACE, ACTIONS(486), 1, anon_sym_COMMA, STATE(142), 1, sym__object_end, STATE(255), 1, aux_sym_object_repeat1, [8787] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(438), 1, anon_sym_if, ACTIONS(442), 1, anon_sym_QMARK, ACTIONS(488), 1, anon_sym_RBRACK, STATE(305), 1, sym_for_cond, [8803] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(486), 1, anon_sym_COMMA, ACTIONS(490), 1, anon_sym_RBRACE, STATE(175), 1, sym__object_end, STATE(236), 1, aux_sym_object_repeat1, [8819] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(492), 3, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, [8831] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(438), 1, anon_sym_if, ACTIONS(442), 1, anon_sym_QMARK, ACTIONS(494), 1, anon_sym_RBRACK, STATE(296), 1, sym_for_cond, [8847] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym_RPAREN, ACTIONS(496), 1, anon_sym_COMMA, ACTIONS(498), 1, sym_ellipsis, STATE(214), 1, aux_sym_tuple_repeat1, [8863] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(500), 1, anon_sym_COMMA, ACTIONS(502), 1, anon_sym_RBRACK, STATE(245), 1, aux_sym_tuple_repeat1, [8879] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(438), 1, anon_sym_if, ACTIONS(504), 1, anon_sym_RBRACE, STATE(159), 1, sym__object_end, STATE(270), 1, sym_for_cond, [8895] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(438), 1, anon_sym_if, ACTIONS(442), 1, anon_sym_QMARK, ACTIONS(506), 1, anon_sym_RBRACK, STATE(306), 1, sym_for_cond, [8911] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(500), 1, anon_sym_COMMA, ACTIONS(508), 1, anon_sym_RBRACK, STATE(253), 1, aux_sym_tuple_repeat1, [8927] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(512), 1, sym__template_literal_chunk, STATE(232), 1, aux_sym_template_literal_repeat1, ACTIONS(510), 2, sym__quoted_template_end, sym__template_interpolation_start, [8941] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(438), 1, anon_sym_if, ACTIONS(514), 1, anon_sym_RBRACE, STATE(77), 1, sym__object_end, STATE(275), 1, sym_for_cond, [8957] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(486), 1, anon_sym_COMMA, ACTIONS(516), 1, anon_sym_RBRACE, STATE(56), 1, sym__object_end, STATE(255), 1, aux_sym_object_repeat1, [8973] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(500), 1, anon_sym_COMMA, ACTIONS(518), 1, anon_sym_RBRACK, STATE(247), 1, aux_sym_tuple_repeat1, [8989] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(522), 1, sym__template_literal_chunk, STATE(232), 1, aux_sym_template_literal_repeat1, ACTIONS(520), 2, sym__quoted_template_end, sym__template_interpolation_start, [9003] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(438), 1, anon_sym_if, ACTIONS(525), 1, anon_sym_RBRACE, STATE(116), 1, sym__object_end, STATE(286), 1, sym_for_cond, [9019] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(486), 1, anon_sym_COMMA, ACTIONS(527), 1, anon_sym_RBRACE, STATE(137), 1, sym__object_end, STATE(218), 1, aux_sym_object_repeat1, [9035] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(486), 1, anon_sym_COMMA, ACTIONS(529), 1, anon_sym_RBRACE, STATE(73), 1, sym__object_end, STATE(230), 1, aux_sym_object_repeat1, [9051] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(486), 1, anon_sym_COMMA, ACTIONS(531), 1, anon_sym_RBRACE, STATE(162), 1, sym__object_end, STATE(255), 1, aux_sym_object_repeat1, [9067] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(533), 1, sym__quoted_template_end, ACTIONS(536), 2, sym__template_literal_chunk, sym__template_interpolation_start, [9078] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(538), 1, anon_sym_QMARK, ACTIONS(540), 1, sym_strip_marker, ACTIONS(542), 1, sym__template_interpolation_end, [9091] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(544), 3, sym__quoted_template_end, sym__template_literal_chunk, sym__template_interpolation_start, [9100] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(396), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, [9109] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(93), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, [9118] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(546), 1, sym__template_literal_chunk, STATE(243), 1, aux_sym_template_literal_repeat1, STATE(301), 1, sym_template_literal, [9131] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(510), 1, sym__quoted_template_end, ACTIONS(548), 1, sym__template_literal_chunk, STATE(260), 1, aux_sym_template_literal_repeat1, [9144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(550), 2, anon_sym_RBRACE, anon_sym_RBRACK, [9155] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(500), 1, anon_sym_COMMA, ACTIONS(552), 1, anon_sym_RBRACK, STATE(214), 1, aux_sym_tuple_repeat1, [9168] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(384), 3, sym__template_interpolation_end, anon_sym_QMARK, sym_strip_marker, [9177] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(500), 1, anon_sym_COMMA, ACTIONS(554), 1, anon_sym_RBRACK, STATE(214), 1, aux_sym_tuple_repeat1, [9190] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(556), 1, sym__quoted_template_end, ACTIONS(536), 2, sym__template_literal_chunk, sym__template_interpolation_start, [9201] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(559), 3, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, [9210] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(561), 3, sym__quoted_template_end, sym__template_literal_chunk, sym__template_interpolation_start, [9219] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(538), 1, anon_sym_QMARK, ACTIONS(563), 1, sym_strip_marker, ACTIONS(565), 1, sym__template_interpolation_end, [9232] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(567), 3, sym__quoted_template_end, sym__template_literal_chunk, sym__template_interpolation_start, [9241] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(500), 1, anon_sym_COMMA, ACTIONS(569), 1, anon_sym_RBRACK, STATE(214), 1, aux_sym_tuple_repeat1, [9254] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(571), 3, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, [9263] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, anon_sym_RBRACE, ACTIONS(575), 1, anon_sym_COMMA, STATE(255), 1, aux_sym_object_repeat1, [9276] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(578), 2, anon_sym_EQ, anon_sym_COLON, [9287] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(580), 3, ts_builtin_sym_end, anon_sym_RBRACE, sym_identifier, [9296] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(234), 3, sym__quoted_template_start, anon_sym_LBRACE, sym_identifier, [9305] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(582), 1, sym__quoted_template_end, ACTIONS(536), 2, sym__template_literal_chunk, sym__template_interpolation_start, [9316] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(520), 1, sym__quoted_template_end, ACTIONS(585), 1, sym__template_literal_chunk, STATE(260), 1, aux_sym_template_literal_repeat1, [9329] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(588), 2, anon_sym_RBRACE, anon_sym_COMMA, [9340] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(590), 1, anon_sym_COLON, [9350] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(592), 1, anon_sym_RPAREN, STATE(174), 1, sym__function_call_end, [9360] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(594), 1, anon_sym_RBRACK, [9370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(596), 1, anon_sym_RBRACK, [9380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(598), 1, anon_sym_RPAREN, STATE(138), 1, sym__function_call_end, [9390] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(525), 1, anon_sym_RBRACE, STATE(116), 1, sym__object_end, [9400] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(514), 1, anon_sym_RBRACE, STATE(77), 1, sym__object_end, [9410] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(600), 1, anon_sym_EQ_GT, [9420] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_RBRACE, STATE(158), 1, sym__object_end, [9430] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(604), 1, anon_sym_RPAREN, [9440] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(606), 1, sym_identifier, ACTIONS(608), 1, anon_sym_STAR, [9450] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(610), 1, sym_identifier, ACTIONS(612), 1, anon_sym_STAR, [9460] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(614), 1, anon_sym_RBRACE, STATE(257), 1, sym__block_end, [9470] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, anon_sym_RBRACE, STATE(75), 1, sym__object_end, [9480] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(618), 1, anon_sym_EQ_GT, [9490] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(620), 1, anon_sym_RPAREN, [9500] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(504), 1, anon_sym_RBRACE, STATE(159), 1, sym__object_end, [9510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(622), 1, anon_sym_COLON, [9520] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(624), 1, anon_sym_EQ_GT, [9530] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(573), 2, anon_sym_RBRACE, anon_sym_COMMA, [9538] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(626), 1, anon_sym_COLON, [9548] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(628), 1, anon_sym_RPAREN, STATE(65), 1, sym__function_call_end, [9558] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(432), 1, anon_sym_RBRACE, STATE(254), 1, sym__block_end, [9568] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(630), 1, anon_sym_COMMA, ACTIONS(632), 1, anon_sym_in, [9578] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(634), 1, anon_sym_RBRACE, STATE(119), 1, sym__object_end, [9588] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(636), 1, anon_sym_COLON, [9598] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(638), 1, anon_sym_RPAREN, [9608] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(640), 1, sym_identifier, ACTIONS(642), 1, anon_sym_STAR, [9618] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(644), 1, anon_sym_COLON, [9628] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(469), 1, anon_sym_QMARK, ACTIONS(646), 1, anon_sym_RBRACK, [9638] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_RPAREN, [9645] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(542), 1, sym__template_interpolation_end, [9652] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(648), 1, anon_sym_RBRACK, [9659] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_RBRACK, [9666] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(652), 1, anon_sym_RBRACK, [9673] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, anon_sym_RPAREN, [9680] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(654), 1, sym_identifier, [9687] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(656), 1, anon_sym_in, [9694] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(606), 1, sym_identifier, [9701] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(658), 1, sym__quoted_template_end, [9708] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(610), 1, sym_identifier, [9715] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(660), 1, sym__template_interpolation_end, [9722] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(640), 1, sym_identifier, [9729] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(662), 1, anon_sym_RBRACK, [9736] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(664), 1, anon_sym_RBRACK, [9743] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(666), 1, anon_sym_RBRACK, [9750] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(668), 1, sym_identifier, [9757] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(670), 1, ts_builtin_sym_end, [9764] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(672), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2)] = 0, [SMALL_STATE(3)] = 86, [SMALL_STATE(4)] = 172, [SMALL_STATE(5)] = 258, [SMALL_STATE(6)] = 338, [SMALL_STATE(7)] = 418, [SMALL_STATE(8)] = 498, [SMALL_STATE(9)] = 578, [SMALL_STATE(10)] = 658, [SMALL_STATE(11)] = 738, [SMALL_STATE(12)] = 812, [SMALL_STATE(13)] = 886, [SMALL_STATE(14)] = 960, [SMALL_STATE(15)] = 1034, [SMALL_STATE(16)] = 1108, [SMALL_STATE(17)] = 1182, [SMALL_STATE(18)] = 1256, [SMALL_STATE(19)] = 1327, [SMALL_STATE(20)] = 1398, [SMALL_STATE(21)] = 1469, [SMALL_STATE(22)] = 1540, [SMALL_STATE(23)] = 1603, [SMALL_STATE(24)] = 1674, [SMALL_STATE(25)] = 1745, [SMALL_STATE(26)] = 1816, [SMALL_STATE(27)] = 1887, [SMALL_STATE(28)] = 1958, [SMALL_STATE(29)] = 2029, [SMALL_STATE(30)] = 2100, [SMALL_STATE(31)] = 2171, [SMALL_STATE(32)] = 2242, [SMALL_STATE(33)] = 2313, [SMALL_STATE(34)] = 2384, [SMALL_STATE(35)] = 2455, [SMALL_STATE(36)] = 2526, [SMALL_STATE(37)] = 2597, [SMALL_STATE(38)] = 2668, [SMALL_STATE(39)] = 2739, [SMALL_STATE(40)] = 2810, [SMALL_STATE(41)] = 2881, [SMALL_STATE(42)] = 2952, [SMALL_STATE(43)] = 3023, [SMALL_STATE(44)] = 3094, [SMALL_STATE(45)] = 3165, [SMALL_STATE(46)] = 3236, [SMALL_STATE(47)] = 3307, [SMALL_STATE(48)] = 3350, [SMALL_STATE(49)] = 3393, [SMALL_STATE(50)] = 3436, [SMALL_STATE(51)] = 3476, [SMALL_STATE(52)] = 3516, [SMALL_STATE(53)] = 3556, [SMALL_STATE(54)] = 3596, [SMALL_STATE(55)] = 3630, [SMALL_STATE(56)] = 3664, [SMALL_STATE(57)] = 3698, [SMALL_STATE(58)] = 3732, [SMALL_STATE(59)] = 3766, [SMALL_STATE(60)] = 3800, [SMALL_STATE(61)] = 3834, [SMALL_STATE(62)] = 3868, [SMALL_STATE(63)] = 3902, [SMALL_STATE(64)] = 3936, [SMALL_STATE(65)] = 3970, [SMALL_STATE(66)] = 4004, [SMALL_STATE(67)] = 4038, [SMALL_STATE(68)] = 4072, [SMALL_STATE(69)] = 4106, [SMALL_STATE(70)] = 4140, [SMALL_STATE(71)] = 4174, [SMALL_STATE(72)] = 4208, [SMALL_STATE(73)] = 4242, [SMALL_STATE(74)] = 4276, [SMALL_STATE(75)] = 4310, [SMALL_STATE(76)] = 4344, [SMALL_STATE(77)] = 4378, [SMALL_STATE(78)] = 4412, [SMALL_STATE(79)] = 4446, [SMALL_STATE(80)] = 4480, [SMALL_STATE(81)] = 4535, [SMALL_STATE(82)] = 4591, [SMALL_STATE(83)] = 4647, [SMALL_STATE(84)] = 4703, [SMALL_STATE(85)] = 4759, [SMALL_STATE(86)] = 4815, [SMALL_STATE(87)] = 4871, [SMALL_STATE(88)] = 4927, [SMALL_STATE(89)] = 4983, [SMALL_STATE(90)] = 5039, [SMALL_STATE(91)] = 5095, [SMALL_STATE(92)] = 5151, [SMALL_STATE(93)] = 5207, [SMALL_STATE(94)] = 5263, [SMALL_STATE(95)] = 5319, [SMALL_STATE(96)] = 5375, [SMALL_STATE(97)] = 5431, [SMALL_STATE(98)] = 5487, [SMALL_STATE(99)] = 5543, [SMALL_STATE(100)] = 5599, [SMALL_STATE(101)] = 5655, [SMALL_STATE(102)] = 5711, [SMALL_STATE(103)] = 5748, [SMALL_STATE(104)] = 5785, [SMALL_STATE(105)] = 5822, [SMALL_STATE(106)] = 5875, [SMALL_STATE(107)] = 5909, [SMALL_STATE(108)] = 5943, [SMALL_STATE(109)] = 5977, [SMALL_STATE(110)] = 6011, [SMALL_STATE(111)] = 6046, [SMALL_STATE(112)] = 6081, [SMALL_STATE(113)] = 6116, [SMALL_STATE(114)] = 6144, [SMALL_STATE(115)] = 6172, [SMALL_STATE(116)] = 6200, [SMALL_STATE(117)] = 6228, [SMALL_STATE(118)] = 6260, [SMALL_STATE(119)] = 6288, [SMALL_STATE(120)] = 6316, [SMALL_STATE(121)] = 6348, [SMALL_STATE(122)] = 6376, [SMALL_STATE(123)] = 6404, [SMALL_STATE(124)] = 6436, [SMALL_STATE(125)] = 6464, [SMALL_STATE(126)] = 6492, [SMALL_STATE(127)] = 6520, [SMALL_STATE(128)] = 6548, [SMALL_STATE(129)] = 6576, [SMALL_STATE(130)] = 6604, [SMALL_STATE(131)] = 6632, [SMALL_STATE(132)] = 6660, [SMALL_STATE(133)] = 6688, [SMALL_STATE(134)] = 6716, [SMALL_STATE(135)] = 6744, [SMALL_STATE(136)] = 6776, [SMALL_STATE(137)] = 6804, [SMALL_STATE(138)] = 6832, [SMALL_STATE(139)] = 6860, [SMALL_STATE(140)] = 6888, [SMALL_STATE(141)] = 6916, [SMALL_STATE(142)] = 6944, [SMALL_STATE(143)] = 6972, [SMALL_STATE(144)] = 6998, [SMALL_STATE(145)] = 7032, [SMALL_STATE(146)] = 7058, [SMALL_STATE(147)] = 7092, [SMALL_STATE(148)] = 7126, [SMALL_STATE(149)] = 7152, [SMALL_STATE(150)] = 7178, [SMALL_STATE(151)] = 7212, [SMALL_STATE(152)] = 7246, [SMALL_STATE(153)] = 7272, [SMALL_STATE(154)] = 7298, [SMALL_STATE(155)] = 7332, [SMALL_STATE(156)] = 7366, [SMALL_STATE(157)] = 7392, [SMALL_STATE(158)] = 7418, [SMALL_STATE(159)] = 7444, [SMALL_STATE(160)] = 7470, [SMALL_STATE(161)] = 7496, [SMALL_STATE(162)] = 7522, [SMALL_STATE(163)] = 7548, [SMALL_STATE(164)] = 7574, [SMALL_STATE(165)] = 7600, [SMALL_STATE(166)] = 7626, [SMALL_STATE(167)] = 7652, [SMALL_STATE(168)] = 7678, [SMALL_STATE(169)] = 7704, [SMALL_STATE(170)] = 7730, [SMALL_STATE(171)] = 7756, [SMALL_STATE(172)] = 7782, [SMALL_STATE(173)] = 7808, [SMALL_STATE(174)] = 7834, [SMALL_STATE(175)] = 7860, [SMALL_STATE(176)] = 7886, [SMALL_STATE(177)] = 7912, [SMALL_STATE(178)] = 7938, [SMALL_STATE(179)] = 7964, [SMALL_STATE(180)] = 7990, [SMALL_STATE(181)] = 8016, [SMALL_STATE(182)] = 8042, [SMALL_STATE(183)] = 8068, [SMALL_STATE(184)] = 8087, [SMALL_STATE(185)] = 8106, [SMALL_STATE(186)] = 8125, [SMALL_STATE(187)] = 8144, [SMALL_STATE(188)] = 8163, [SMALL_STATE(189)] = 8187, [SMALL_STATE(190)] = 8211, [SMALL_STATE(191)] = 8235, [SMALL_STATE(192)] = 8259, [SMALL_STATE(193)] = 8283, [SMALL_STATE(194)] = 8307, [SMALL_STATE(195)] = 8331, [SMALL_STATE(196)] = 8355, [SMALL_STATE(197)] = 8377, [SMALL_STATE(198)] = 8401, [SMALL_STATE(199)] = 8423, [SMALL_STATE(200)] = 8445, [SMALL_STATE(201)] = 8469, [SMALL_STATE(202)] = 8491, [SMALL_STATE(203)] = 8514, [SMALL_STATE(204)] = 8535, [SMALL_STATE(205)] = 8556, [SMALL_STATE(206)] = 8578, [SMALL_STATE(207)] = 8594, [SMALL_STATE(208)] = 8616, [SMALL_STATE(209)] = 8638, [SMALL_STATE(210)] = 8654, [SMALL_STATE(211)] = 8674, [SMALL_STATE(212)] = 8685, [SMALL_STATE(213)] = 8704, [SMALL_STATE(214)] = 8721, [SMALL_STATE(215)] = 8736, [SMALL_STATE(216)] = 8749, [SMALL_STATE(217)] = 8760, [SMALL_STATE(218)] = 8771, [SMALL_STATE(219)] = 8787, [SMALL_STATE(220)] = 8803, [SMALL_STATE(221)] = 8819, [SMALL_STATE(222)] = 8831, [SMALL_STATE(223)] = 8847, [SMALL_STATE(224)] = 8863, [SMALL_STATE(225)] = 8879, [SMALL_STATE(226)] = 8895, [SMALL_STATE(227)] = 8911, [SMALL_STATE(228)] = 8927, [SMALL_STATE(229)] = 8941, [SMALL_STATE(230)] = 8957, [SMALL_STATE(231)] = 8973, [SMALL_STATE(232)] = 8989, [SMALL_STATE(233)] = 9003, [SMALL_STATE(234)] = 9019, [SMALL_STATE(235)] = 9035, [SMALL_STATE(236)] = 9051, [SMALL_STATE(237)] = 9067, [SMALL_STATE(238)] = 9078, [SMALL_STATE(239)] = 9091, [SMALL_STATE(240)] = 9100, [SMALL_STATE(241)] = 9109, [SMALL_STATE(242)] = 9118, [SMALL_STATE(243)] = 9131, [SMALL_STATE(244)] = 9144, [SMALL_STATE(245)] = 9155, [SMALL_STATE(246)] = 9168, [SMALL_STATE(247)] = 9177, [SMALL_STATE(248)] = 9190, [SMALL_STATE(249)] = 9201, [SMALL_STATE(250)] = 9210, [SMALL_STATE(251)] = 9219, [SMALL_STATE(252)] = 9232, [SMALL_STATE(253)] = 9241, [SMALL_STATE(254)] = 9254, [SMALL_STATE(255)] = 9263, [SMALL_STATE(256)] = 9276, [SMALL_STATE(257)] = 9287, [SMALL_STATE(258)] = 9296, [SMALL_STATE(259)] = 9305, [SMALL_STATE(260)] = 9316, [SMALL_STATE(261)] = 9329, [SMALL_STATE(262)] = 9340, [SMALL_STATE(263)] = 9350, [SMALL_STATE(264)] = 9360, [SMALL_STATE(265)] = 9370, [SMALL_STATE(266)] = 9380, [SMALL_STATE(267)] = 9390, [SMALL_STATE(268)] = 9400, [SMALL_STATE(269)] = 9410, [SMALL_STATE(270)] = 9420, [SMALL_STATE(271)] = 9430, [SMALL_STATE(272)] = 9440, [SMALL_STATE(273)] = 9450, [SMALL_STATE(274)] = 9460, [SMALL_STATE(275)] = 9470, [SMALL_STATE(276)] = 9480, [SMALL_STATE(277)] = 9490, [SMALL_STATE(278)] = 9500, [SMALL_STATE(279)] = 9510, [SMALL_STATE(280)] = 9520, [SMALL_STATE(281)] = 9530, [SMALL_STATE(282)] = 9538, [SMALL_STATE(283)] = 9548, [SMALL_STATE(284)] = 9558, [SMALL_STATE(285)] = 9568, [SMALL_STATE(286)] = 9578, [SMALL_STATE(287)] = 9588, [SMALL_STATE(288)] = 9598, [SMALL_STATE(289)] = 9608, [SMALL_STATE(290)] = 9618, [SMALL_STATE(291)] = 9628, [SMALL_STATE(292)] = 9638, [SMALL_STATE(293)] = 9645, [SMALL_STATE(294)] = 9652, [SMALL_STATE(295)] = 9659, [SMALL_STATE(296)] = 9666, [SMALL_STATE(297)] = 9673, [SMALL_STATE(298)] = 9680, [SMALL_STATE(299)] = 9687, [SMALL_STATE(300)] = 9694, [SMALL_STATE(301)] = 9701, [SMALL_STATE(302)] = 9708, [SMALL_STATE(303)] = 9715, [SMALL_STATE(304)] = 9722, [SMALL_STATE(305)] = 9729, [SMALL_STATE(306)] = 9736, [SMALL_STATE(307)] = 9743, [SMALL_STATE(308)] = 9750, [SMALL_STATE(309)] = 9757, [SMALL_STATE(310)] = 9764, }; 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}}, SHIFT(202), [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [45] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 2), [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), [51] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 3), [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), [93] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), [95] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_splat, 3), [119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_splat, 3), [121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_full_splat, 3), SHIFT(27), [124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_full_splat, 3), SHIFT(300), [127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_full_splat_repeat1, 2), [129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_full_splat_repeat1, 2), [131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_full_splat_repeat1, 2), SHIFT_REPEAT(27), [134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_full_splat_repeat1, 2), SHIFT_REPEAT(300), [137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_splat, 4), [139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_splat, 4), [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_full_splat, 4), SHIFT(27), [144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_full_splat, 4), SHIFT(300), [147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_splat, 3), [149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_splat, 3), [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_attr_splat, 3), SHIFT(300), [154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_splat, 2), [156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attr_splat, 2), [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_attr_splat, 2), SHIFT(300), [161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_expr, 1), [163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_expr, 1), [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attr_splat_repeat1, 2), [169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), [171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(300), [174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_term, 3), [176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_term, 3), [178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expr, 1), [180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expr, 1), [182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4), [184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4), [186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), [188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), [190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_term, 2), [192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_term, 2), [194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat, 1), [196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splat, 1), [198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index, 3), [200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index, 3), [202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), [204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), [206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_tuple_expr, 4), [208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_tuple_expr, 4), [210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 4), [212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 4), [214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_tuple_expr, 5), [216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_tuple_expr, 5), [218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4, .production_id = 1), [220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4, .production_id = 1), [222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_template, 3), [224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_template, 3), [226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bool_lit, 1), [228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bool_lit, 1), [230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3, .production_id = 1), [232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, .production_id = 1), [234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_lit, 3), [236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_lit, 3), [238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_template, 2), [240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_template, 2), [242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_expr, 1), [244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_expr, 1), [246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), [248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), [250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), [252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), [254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_value, 1), [256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_value, 1), [258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 8), [260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 8), [262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 6), [264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 6), [266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_object_expr, 7), [268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_object_expr, 7), [270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_get_attr, 2), [272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_get_attr, 2), [274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 1), [276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 1), [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_full_splat, 4), SHIFT(18), [301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_full_splat, 4), SHIFT(304), [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_full_splat, 3), SHIFT(18), [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_full_splat, 3), SHIFT(304), [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_full_splat_repeat1, 2), SHIFT_REPEAT(18), [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_full_splat_repeat1, 2), SHIFT_REPEAT(304), [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_attr_splat, 3), SHIFT(304), [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(304), [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_attr_splat, 2), SHIFT(304), [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_full_splat, 3), SHIFT(29), [350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_full_splat, 3), SHIFT(302), [353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_full_splat_repeat1, 2), SHIFT_REPEAT(29), [356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_full_splat_repeat1, 2), SHIFT_REPEAT(302), [359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_full_splat, 4), SHIFT(29), [362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_full_splat, 4), SHIFT(302), [365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attr_splat_repeat1, 2), SHIFT_REPEAT(302), [368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_attr_splat, 3), SHIFT(302), [371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_attr_splat, 2), SHIFT(302), [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operation, 3), [378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operation, 3), [380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operation, 2), [382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operation, 2), [384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional, 5), [386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional, 5), [388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_intro, 5), [390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_intro, 5), [392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_intro, 7), [394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_intro, 7), [396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operation, 1), [398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operation, 1), [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 2), [412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 2), SHIFT_REPEAT(228), [415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 2), SHIFT_REPEAT(16), [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 1), [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), [454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_body_repeat1, 2), [456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_body_repeat1, 2), SHIFT_REPEAT(202), [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arguments, 1), [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), [471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), [473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(213), [476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(242), [479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), [481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), SHIFT_REPEAT(23), [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 1), [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal, 1), [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), [522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(232), [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 1), SHIFT(69), [536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 1), [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), [544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 5), [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), [550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_cond, 2), [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 1), SHIFT(122), [559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, .production_id = 1), [561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 4), [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), [567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_interpolation, 3), [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), [571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, .production_id = 1), [573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), SHIFT_REPEAT(11), [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5, .production_id = 1), [582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_quoted_template_repeat1, 1), SHIFT(157), [585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_repeat1, 2), SHIFT_REPEAT(260), [588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_elem, 3), [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_config_file, 1), [672] = {.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, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .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