/* Automatically @generated by tree-sitter */ #include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 15 #define STATE_COUNT 659 #define LARGE_STATE_COUNT 43 #define SYMBOL_COUNT 225 #define ALIAS_COUNT 0 #define TOKEN_COUNT 123 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 19 #define MAX_ALIAS_SEQUENCE_LENGTH 11 #define MAX_RESERVED_WORD_SET_SIZE 0 #define PRODUCTION_ID_COUNT 48 #define SUPERTYPE_COUNT 5 enum ts_symbol_identifiers { sym_identifier = 1, anon_sym_use = 2, anon_sym_EQ = 3, anon_sym_COLON_COLON = 4, anon_sym_LBRACE = 5, anon_sym_COMMA = 6, anon_sym_RBRACE = 7, anon_sym_STAR = 8, anon_sym_SEMI = 9, anon_sym_export = 10, anon_sym_const = 11, anon_sym_let = 12, anon_sym_ATthreadlocal = 13, anon_sym_COLON = 14, anon_sym_ATsymbol = 15, anon_sym_LPAREN = 16, anon_sym_RPAREN = 17, anon_sym_def = 18, anon_sym_type = 19, anon_sym_fn = 20, anon_sym_ATfini = 21, anon_sym_ATinit = 22, anon_sym_ATtest = 23, anon_sym_ATnoreturn = 24, anon_sym__ = 25, anon_sym_DOT_DOT_DOT = 26, anon_sym_i8 = 27, anon_sym_i16 = 28, anon_sym_i32 = 29, anon_sym_i64 = 30, anon_sym_u8 = 31, anon_sym_u16 = 32, anon_sym_u32 = 33, anon_sym_u64 = 34, anon_sym_int = 35, anon_sym_uint = 36, anon_sym_size = 37, anon_sym_uintptr = 38, anon_sym_char = 39, anon_sym_f32 = 40, anon_sym_f64 = 41, anon_sym_rune = 42, anon_sym_str = 43, anon_sym_bool = 44, anon_sym_void = 45, anon_sym_nullable = 46, anon_sym_BANG = 47, anon_sym_LBRACK = 48, anon_sym_RBRACK = 49, anon_sym_enum = 50, anon_sym_struct = 51, anon_sym_ATpacked = 52, anon_sym_union = 53, anon_sym_PIPE = 54, anon_sym_AToffset = 55, anon_sym_if = 56, anon_sym_else = 57, anon_sym_for = 58, anon_sym_break = 59, anon_sym_defer = 60, anon_sym_return = 61, anon_sym_yield = 62, anon_sym_static = 63, anon_sym_PLUS_EQ = 64, anon_sym_DASH_EQ = 65, anon_sym_STAR_EQ = 66, anon_sym_SLASH_EQ = 67, anon_sym_PERCENT_EQ = 68, anon_sym_LT_LT_EQ = 69, anon_sym_GT_GT_EQ = 70, anon_sym_PIPE_EQ = 71, anon_sym_AMP_EQ = 72, anon_sym_CARET_EQ = 73, anon_sym_PIPE_PIPE_EQ = 74, anon_sym_AMP_AMP_EQ = 75, anon_sym_CARET_CARET_EQ = 76, anon_sym_PLUS = 77, anon_sym_DASH = 78, anon_sym_TILDE = 79, anon_sym_AMP = 80, anon_sym_SLASH = 81, anon_sym_PERCENT = 82, anon_sym_PIPE_PIPE = 83, anon_sym_AMP_AMP = 84, anon_sym_CARET_CARET = 85, anon_sym_CARET = 86, anon_sym_EQ_EQ = 87, anon_sym_BANG_EQ = 88, anon_sym_GT = 89, anon_sym_GT_EQ = 90, anon_sym_LT_EQ = 91, anon_sym_LT = 92, anon_sym_LT_LT = 93, anon_sym_GT_GT = 94, anon_sym_as = 95, anon_sym_is = 96, anon_sym_DOT_DOT = 97, anon_sym_DOT = 98, anon_sym_QMARK = 99, anon_sym_switch = 100, anon_sym_match = 101, anon_sym_case = 102, anon_sym_EQ_GT = 103, aux_sym_number_token1 = 104, aux_sym_number_token2 = 105, aux_sym_float_token1 = 106, aux_sym_float_token2 = 107, anon_sym_i = 108, anon_sym_u = 109, anon_sym_z = 110, anon_sym_DQUOTE = 111, anon_sym_BQUOTE = 112, sym_string_content = 113, sym_raw_string_content = 114, anon_sym_SQUOTE = 115, aux_sym_rune_token1 = 116, aux_sym__escape_sequence_token1 = 117, sym_escape_sequence = 118, anon_sym_true = 119, anon_sym_false = 120, sym_null = 121, sym_comment = 122, sym_module = 123, sym_imports = 124, sym_use_statement = 125, sym_declarations = 126, sym_declaration = 127, sym_global_declaration = 128, sym_global_binding = 129, sym_declaration_attribute = 130, sym_constant_declaration = 131, sym_type_declaration = 132, sym_function_declaration = 133, sym_function_attribute = 134, sym_parameter = 135, sym_type = 136, sym_builtin_type = 137, sym_pointer_type = 138, sym_const_type = 139, sym_error_type = 140, sym_array_type = 141, sym_enum_type = 142, sym_slice_type = 143, sym_struct_type = 144, sym_tuple_type = 145, sym_union_type = 146, sym_tagged_union_type = 147, sym_function_type = 148, sym_unwrapped_type = 149, sym_enum_field = 150, sym_field = 151, sym_offset_specifier = 152, sym_statement = 153, sym_expression_statement = 154, sym_block = 155, sym_if_statement = 156, sym_else_statement = 157, sym_for_statement = 158, sym_label = 159, sym_break_statement = 160, sym_defer_statement = 161, sym_return_statement = 162, sym_yield_statement = 163, sym_static_operation = 164, sym_let_declaration = 165, sym_const_declaration = 166, sym_expression = 167, sym_assignment_expression = 168, sym_update_expression = 169, sym_unary_expression = 170, sym_binary_expression = 171, sym_error_assertion_expression = 172, sym_cast_expression = 173, sym_size_expression = 174, sym_call_expression = 175, sym_variadic_argument = 176, sym_index_expression = 177, sym_range_expression = 178, sym_member_expression = 179, sym_try_expression = 180, sym_parenthesis_expression = 181, sym_let_expression = 182, sym_switch_expression = 183, sym_match_expression = 184, sym_case = 185, sym_literal = 186, sym_array_literal = 187, sym_struct_literal = 188, sym_field_assignment = 189, sym_tuple_literal = 190, sym_number = 191, sym_float = 192, sym_integer_suffix = 193, sym_string = 194, sym_raw_string = 195, sym_concatenated_string = 196, sym_rune = 197, sym__escape_sequence = 198, sym_boolean = 199, sym_void = 200, sym_scoped_type_identifier = 201, aux_sym_imports_repeat1 = 202, aux_sym_use_statement_repeat1 = 203, aux_sym_declarations_repeat1 = 204, aux_sym_global_declaration_repeat1 = 205, aux_sym_constant_declaration_repeat1 = 206, aux_sym_type_declaration_repeat1 = 207, aux_sym_function_declaration_repeat1 = 208, aux_sym_function_declaration_repeat2 = 209, aux_sym_enum_type_repeat1 = 210, aux_sym_struct_type_repeat1 = 211, aux_sym_tuple_type_repeat1 = 212, aux_sym_tagged_union_type_repeat1 = 213, aux_sym_block_repeat1 = 214, aux_sym_let_declaration_repeat1 = 215, aux_sym_const_declaration_repeat1 = 216, aux_sym_call_expression_repeat1 = 217, aux_sym_let_expression_repeat1 = 218, aux_sym_switch_expression_repeat1 = 219, aux_sym_case_repeat1 = 220, aux_sym_array_literal_repeat1 = 221, aux_sym_struct_literal_repeat1 = 222, aux_sym_string_repeat1 = 223, aux_sym_concatenated_string_repeat1 = 224, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_identifier] = "identifier", [anon_sym_use] = "use", [anon_sym_EQ] = "=", [anon_sym_COLON_COLON] = "::", [anon_sym_LBRACE] = "{", [anon_sym_COMMA] = ",", [anon_sym_RBRACE] = "}", [anon_sym_STAR] = "*", [anon_sym_SEMI] = ";", [anon_sym_export] = "export", [anon_sym_const] = "const", [anon_sym_let] = "let", [anon_sym_ATthreadlocal] = "@threadlocal", [anon_sym_COLON] = ":", [anon_sym_ATsymbol] = "@symbol", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_def] = "def", [anon_sym_type] = "type", [anon_sym_fn] = "fn", [anon_sym_ATfini] = "@fini", [anon_sym_ATinit] = "@init", [anon_sym_ATtest] = "@test", [anon_sym_ATnoreturn] = "@noreturn", [anon_sym__] = "_", [anon_sym_DOT_DOT_DOT] = "...", [anon_sym_i8] = "i8", [anon_sym_i16] = "i16", [anon_sym_i32] = "i32", [anon_sym_i64] = "i64", [anon_sym_u8] = "u8", [anon_sym_u16] = "u16", [anon_sym_u32] = "u32", [anon_sym_u64] = "u64", [anon_sym_int] = "int", [anon_sym_uint] = "uint", [anon_sym_size] = "size", [anon_sym_uintptr] = "uintptr", [anon_sym_char] = "char", [anon_sym_f32] = "f32", [anon_sym_f64] = "f64", [anon_sym_rune] = "rune", [anon_sym_str] = "str", [anon_sym_bool] = "bool", [anon_sym_void] = "void", [anon_sym_nullable] = "nullable", [anon_sym_BANG] = "!", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_enum] = "enum", [anon_sym_struct] = "struct", [anon_sym_ATpacked] = "@packed", [anon_sym_union] = "union", [anon_sym_PIPE] = "|", [anon_sym_AToffset] = "@offset", [anon_sym_if] = "if", [anon_sym_else] = "else", [anon_sym_for] = "for", [anon_sym_break] = "break", [anon_sym_defer] = "defer", [anon_sym_return] = "return", [anon_sym_yield] = "yield", [anon_sym_static] = "static", [anon_sym_PLUS_EQ] = "+=", [anon_sym_DASH_EQ] = "-=", [anon_sym_STAR_EQ] = "*=", [anon_sym_SLASH_EQ] = "/=", [anon_sym_PERCENT_EQ] = "%=", [anon_sym_LT_LT_EQ] = "<<=", [anon_sym_GT_GT_EQ] = ">>=", [anon_sym_PIPE_EQ] = "|=", [anon_sym_AMP_EQ] = "&=", [anon_sym_CARET_EQ] = "^=", [anon_sym_PIPE_PIPE_EQ] = "||=", [anon_sym_AMP_AMP_EQ] = "&&=", [anon_sym_CARET_CARET_EQ] = "^^=", [anon_sym_PLUS] = "+", [anon_sym_DASH] = "-", [anon_sym_TILDE] = "~", [anon_sym_AMP] = "&", [anon_sym_SLASH] = "/", [anon_sym_PERCENT] = "%", [anon_sym_PIPE_PIPE] = "||", [anon_sym_AMP_AMP] = "&&", [anon_sym_CARET_CARET] = "^^", [anon_sym_CARET] = "^", [anon_sym_EQ_EQ] = "==", [anon_sym_BANG_EQ] = "!=", [anon_sym_GT] = ">", [anon_sym_GT_EQ] = ">=", [anon_sym_LT_EQ] = "<=", [anon_sym_LT] = "<", [anon_sym_LT_LT] = "<<", [anon_sym_GT_GT] = ">>", [anon_sym_as] = "as", [anon_sym_is] = "is", [anon_sym_DOT_DOT] = "..", [anon_sym_DOT] = ".", [anon_sym_QMARK] = "\?", [anon_sym_switch] = "switch", [anon_sym_match] = "match", [anon_sym_case] = "case", [anon_sym_EQ_GT] = "=>", [aux_sym_number_token1] = "number_token1", [aux_sym_number_token2] = "number_token2", [aux_sym_float_token1] = "float_token1", [aux_sym_float_token2] = "float_token2", [anon_sym_i] = "i", [anon_sym_u] = "u", [anon_sym_z] = "z", [anon_sym_DQUOTE] = "\"", [anon_sym_BQUOTE] = "`", [sym_string_content] = "string_content", [sym_raw_string_content] = "raw_string_content", [anon_sym_SQUOTE] = "'", [aux_sym_rune_token1] = "rune_token1", [aux_sym__escape_sequence_token1] = "_escape_sequence_token1", [sym_escape_sequence] = "escape_sequence", [anon_sym_true] = "true", [anon_sym_false] = "false", [sym_null] = "null", [sym_comment] = "comment", [sym_module] = "module", [sym_imports] = "imports", [sym_use_statement] = "use_statement", [sym_declarations] = "declarations", [sym_declaration] = "declaration", [sym_global_declaration] = "global_declaration", [sym_global_binding] = "global_binding", [sym_declaration_attribute] = "declaration_attribute", [sym_constant_declaration] = "constant_declaration", [sym_type_declaration] = "type_declaration", [sym_function_declaration] = "function_declaration", [sym_function_attribute] = "function_attribute", [sym_parameter] = "parameter", [sym_type] = "type", [sym_builtin_type] = "builtin_type", [sym_pointer_type] = "pointer_type", [sym_const_type] = "const_type", [sym_error_type] = "error_type", [sym_array_type] = "array_type", [sym_enum_type] = "enum_type", [sym_slice_type] = "slice_type", [sym_struct_type] = "struct_type", [sym_tuple_type] = "tuple_type", [sym_union_type] = "union_type", [sym_tagged_union_type] = "tagged_union_type", [sym_function_type] = "function_type", [sym_unwrapped_type] = "unwrapped_type", [sym_enum_field] = "enum_field", [sym_field] = "field", [sym_offset_specifier] = "offset_specifier", [sym_statement] = "statement", [sym_expression_statement] = "expression_statement", [sym_block] = "block", [sym_if_statement] = "if_statement", [sym_else_statement] = "else_statement", [sym_for_statement] = "for_statement", [sym_label] = "label", [sym_break_statement] = "break_statement", [sym_defer_statement] = "defer_statement", [sym_return_statement] = "return_statement", [sym_yield_statement] = "yield_statement", [sym_static_operation] = "static_operation", [sym_let_declaration] = "let_declaration", [sym_const_declaration] = "const_declaration", [sym_expression] = "expression", [sym_assignment_expression] = "assignment_expression", [sym_update_expression] = "update_expression", [sym_unary_expression] = "unary_expression", [sym_binary_expression] = "binary_expression", [sym_error_assertion_expression] = "error_assertion_expression", [sym_cast_expression] = "cast_expression", [sym_size_expression] = "size_expression", [sym_call_expression] = "call_expression", [sym_variadic_argument] = "variadic_argument", [sym_index_expression] = "index_expression", [sym_range_expression] = "range_expression", [sym_member_expression] = "member_expression", [sym_try_expression] = "try_expression", [sym_parenthesis_expression] = "parenthesis_expression", [sym_let_expression] = "let_expression", [sym_switch_expression] = "switch_expression", [sym_match_expression] = "match_expression", [sym_case] = "case", [sym_literal] = "literal", [sym_array_literal] = "array_literal", [sym_struct_literal] = "struct_literal", [sym_field_assignment] = "field_assignment", [sym_tuple_literal] = "tuple_literal", [sym_number] = "number", [sym_float] = "float", [sym_integer_suffix] = "integer_suffix", [sym_string] = "string", [sym_raw_string] = "raw_string", [sym_concatenated_string] = "concatenated_string", [sym_rune] = "rune", [sym__escape_sequence] = "_escape_sequence", [sym_boolean] = "boolean", [sym_void] = "void", [sym_scoped_type_identifier] = "scoped_type_identifier", [aux_sym_imports_repeat1] = "imports_repeat1", [aux_sym_use_statement_repeat1] = "use_statement_repeat1", [aux_sym_declarations_repeat1] = "declarations_repeat1", [aux_sym_global_declaration_repeat1] = "global_declaration_repeat1", [aux_sym_constant_declaration_repeat1] = "constant_declaration_repeat1", [aux_sym_type_declaration_repeat1] = "type_declaration_repeat1", [aux_sym_function_declaration_repeat1] = "function_declaration_repeat1", [aux_sym_function_declaration_repeat2] = "function_declaration_repeat2", [aux_sym_enum_type_repeat1] = "enum_type_repeat1", [aux_sym_struct_type_repeat1] = "struct_type_repeat1", [aux_sym_tuple_type_repeat1] = "tuple_type_repeat1", [aux_sym_tagged_union_type_repeat1] = "tagged_union_type_repeat1", [aux_sym_block_repeat1] = "block_repeat1", [aux_sym_let_declaration_repeat1] = "let_declaration_repeat1", [aux_sym_const_declaration_repeat1] = "const_declaration_repeat1", [aux_sym_call_expression_repeat1] = "call_expression_repeat1", [aux_sym_let_expression_repeat1] = "let_expression_repeat1", [aux_sym_switch_expression_repeat1] = "switch_expression_repeat1", [aux_sym_case_repeat1] = "case_repeat1", [aux_sym_array_literal_repeat1] = "array_literal_repeat1", [aux_sym_struct_literal_repeat1] = "struct_literal_repeat1", [aux_sym_string_repeat1] = "string_repeat1", [aux_sym_concatenated_string_repeat1] = "concatenated_string_repeat1", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_identifier] = sym_identifier, [anon_sym_use] = anon_sym_use, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_COLON_COLON] = anon_sym_COLON_COLON, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_SEMI] = anon_sym_SEMI, [anon_sym_export] = anon_sym_export, [anon_sym_const] = anon_sym_const, [anon_sym_let] = anon_sym_let, [anon_sym_ATthreadlocal] = anon_sym_ATthreadlocal, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_ATsymbol] = anon_sym_ATsymbol, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_def] = anon_sym_def, [anon_sym_type] = anon_sym_type, [anon_sym_fn] = anon_sym_fn, [anon_sym_ATfini] = anon_sym_ATfini, [anon_sym_ATinit] = anon_sym_ATinit, [anon_sym_ATtest] = anon_sym_ATtest, [anon_sym_ATnoreturn] = anon_sym_ATnoreturn, [anon_sym__] = anon_sym__, [anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT, [anon_sym_i8] = anon_sym_i8, [anon_sym_i16] = anon_sym_i16, [anon_sym_i32] = anon_sym_i32, [anon_sym_i64] = anon_sym_i64, [anon_sym_u8] = anon_sym_u8, [anon_sym_u16] = anon_sym_u16, [anon_sym_u32] = anon_sym_u32, [anon_sym_u64] = anon_sym_u64, [anon_sym_int] = anon_sym_int, [anon_sym_uint] = anon_sym_uint, [anon_sym_size] = anon_sym_size, [anon_sym_uintptr] = anon_sym_uintptr, [anon_sym_char] = anon_sym_char, [anon_sym_f32] = anon_sym_f32, [anon_sym_f64] = anon_sym_f64, [anon_sym_rune] = anon_sym_rune, [anon_sym_str] = anon_sym_str, [anon_sym_bool] = anon_sym_bool, [anon_sym_void] = anon_sym_void, [anon_sym_nullable] = anon_sym_nullable, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_enum] = anon_sym_enum, [anon_sym_struct] = anon_sym_struct, [anon_sym_ATpacked] = anon_sym_ATpacked, [anon_sym_union] = anon_sym_union, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_AToffset] = anon_sym_AToffset, [anon_sym_if] = anon_sym_if, [anon_sym_else] = anon_sym_else, [anon_sym_for] = anon_sym_for, [anon_sym_break] = anon_sym_break, [anon_sym_defer] = anon_sym_defer, [anon_sym_return] = anon_sym_return, [anon_sym_yield] = anon_sym_yield, [anon_sym_static] = anon_sym_static, [anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ, [anon_sym_DASH_EQ] = anon_sym_DASH_EQ, [anon_sym_STAR_EQ] = anon_sym_STAR_EQ, [anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ, [anon_sym_PERCENT_EQ] = anon_sym_PERCENT_EQ, [anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ, [anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ, [anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ, [anon_sym_AMP_EQ] = anon_sym_AMP_EQ, [anon_sym_CARET_EQ] = anon_sym_CARET_EQ, [anon_sym_PIPE_PIPE_EQ] = anon_sym_PIPE_PIPE_EQ, [anon_sym_AMP_AMP_EQ] = anon_sym_AMP_AMP_EQ, [anon_sym_CARET_CARET_EQ] = anon_sym_CARET_CARET_EQ, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_TILDE] = anon_sym_TILDE, [anon_sym_AMP] = anon_sym_AMP, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE, [anon_sym_AMP_AMP] = anon_sym_AMP_AMP, [anon_sym_CARET_CARET] = anon_sym_CARET_CARET, [anon_sym_CARET] = anon_sym_CARET, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_GT] = anon_sym_GT, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_LT] = anon_sym_LT_LT, [anon_sym_GT_GT] = anon_sym_GT_GT, [anon_sym_as] = anon_sym_as, [anon_sym_is] = anon_sym_is, [anon_sym_DOT_DOT] = anon_sym_DOT_DOT, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_QMARK] = anon_sym_QMARK, [anon_sym_switch] = anon_sym_switch, [anon_sym_match] = anon_sym_match, [anon_sym_case] = anon_sym_case, [anon_sym_EQ_GT] = anon_sym_EQ_GT, [aux_sym_number_token1] = aux_sym_number_token1, [aux_sym_number_token2] = aux_sym_number_token2, [aux_sym_float_token1] = aux_sym_float_token1, [aux_sym_float_token2] = aux_sym_float_token2, [anon_sym_i] = anon_sym_i, [anon_sym_u] = anon_sym_u, [anon_sym_z] = anon_sym_z, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [anon_sym_BQUOTE] = anon_sym_BQUOTE, [sym_string_content] = sym_string_content, [sym_raw_string_content] = sym_raw_string_content, [anon_sym_SQUOTE] = anon_sym_SQUOTE, [aux_sym_rune_token1] = aux_sym_rune_token1, [aux_sym__escape_sequence_token1] = aux_sym__escape_sequence_token1, [sym_escape_sequence] = sym_escape_sequence, [anon_sym_true] = anon_sym_true, [anon_sym_false] = anon_sym_false, [sym_null] = sym_null, [sym_comment] = sym_comment, [sym_module] = sym_module, [sym_imports] = sym_imports, [sym_use_statement] = sym_use_statement, [sym_declarations] = sym_declarations, [sym_declaration] = sym_declaration, [sym_global_declaration] = sym_global_declaration, [sym_global_binding] = sym_global_binding, [sym_declaration_attribute] = sym_declaration_attribute, [sym_constant_declaration] = sym_constant_declaration, [sym_type_declaration] = sym_type_declaration, [sym_function_declaration] = sym_function_declaration, [sym_function_attribute] = sym_function_attribute, [sym_parameter] = sym_parameter, [sym_type] = sym_type, [sym_builtin_type] = sym_builtin_type, [sym_pointer_type] = sym_pointer_type, [sym_const_type] = sym_const_type, [sym_error_type] = sym_error_type, [sym_array_type] = sym_array_type, [sym_enum_type] = sym_enum_type, [sym_slice_type] = sym_slice_type, [sym_struct_type] = sym_struct_type, [sym_tuple_type] = sym_tuple_type, [sym_union_type] = sym_union_type, [sym_tagged_union_type] = sym_tagged_union_type, [sym_function_type] = sym_function_type, [sym_unwrapped_type] = sym_unwrapped_type, [sym_enum_field] = sym_enum_field, [sym_field] = sym_field, [sym_offset_specifier] = sym_offset_specifier, [sym_statement] = sym_statement, [sym_expression_statement] = sym_expression_statement, [sym_block] = sym_block, [sym_if_statement] = sym_if_statement, [sym_else_statement] = sym_else_statement, [sym_for_statement] = sym_for_statement, [sym_label] = sym_label, [sym_break_statement] = sym_break_statement, [sym_defer_statement] = sym_defer_statement, [sym_return_statement] = sym_return_statement, [sym_yield_statement] = sym_yield_statement, [sym_static_operation] = sym_static_operation, [sym_let_declaration] = sym_let_declaration, [sym_const_declaration] = sym_const_declaration, [sym_expression] = sym_expression, [sym_assignment_expression] = sym_assignment_expression, [sym_update_expression] = sym_update_expression, [sym_unary_expression] = sym_unary_expression, [sym_binary_expression] = sym_binary_expression, [sym_error_assertion_expression] = sym_error_assertion_expression, [sym_cast_expression] = sym_cast_expression, [sym_size_expression] = sym_size_expression, [sym_call_expression] = sym_call_expression, [sym_variadic_argument] = sym_variadic_argument, [sym_index_expression] = sym_index_expression, [sym_range_expression] = sym_range_expression, [sym_member_expression] = sym_member_expression, [sym_try_expression] = sym_try_expression, [sym_parenthesis_expression] = sym_parenthesis_expression, [sym_let_expression] = sym_let_expression, [sym_switch_expression] = sym_switch_expression, [sym_match_expression] = sym_match_expression, [sym_case] = sym_case, [sym_literal] = sym_literal, [sym_array_literal] = sym_array_literal, [sym_struct_literal] = sym_struct_literal, [sym_field_assignment] = sym_field_assignment, [sym_tuple_literal] = sym_tuple_literal, [sym_number] = sym_number, [sym_float] = sym_float, [sym_integer_suffix] = sym_integer_suffix, [sym_string] = sym_string, [sym_raw_string] = sym_raw_string, [sym_concatenated_string] = sym_concatenated_string, [sym_rune] = sym_rune, [sym__escape_sequence] = sym__escape_sequence, [sym_boolean] = sym_boolean, [sym_void] = sym_void, [sym_scoped_type_identifier] = sym_scoped_type_identifier, [aux_sym_imports_repeat1] = aux_sym_imports_repeat1, [aux_sym_use_statement_repeat1] = aux_sym_use_statement_repeat1, [aux_sym_declarations_repeat1] = aux_sym_declarations_repeat1, [aux_sym_global_declaration_repeat1] = aux_sym_global_declaration_repeat1, [aux_sym_constant_declaration_repeat1] = aux_sym_constant_declaration_repeat1, [aux_sym_type_declaration_repeat1] = aux_sym_type_declaration_repeat1, [aux_sym_function_declaration_repeat1] = aux_sym_function_declaration_repeat1, [aux_sym_function_declaration_repeat2] = aux_sym_function_declaration_repeat2, [aux_sym_enum_type_repeat1] = aux_sym_enum_type_repeat1, [aux_sym_struct_type_repeat1] = aux_sym_struct_type_repeat1, [aux_sym_tuple_type_repeat1] = aux_sym_tuple_type_repeat1, [aux_sym_tagged_union_type_repeat1] = aux_sym_tagged_union_type_repeat1, [aux_sym_block_repeat1] = aux_sym_block_repeat1, [aux_sym_let_declaration_repeat1] = aux_sym_let_declaration_repeat1, [aux_sym_const_declaration_repeat1] = aux_sym_const_declaration_repeat1, [aux_sym_call_expression_repeat1] = aux_sym_call_expression_repeat1, [aux_sym_let_expression_repeat1] = aux_sym_let_expression_repeat1, [aux_sym_switch_expression_repeat1] = aux_sym_switch_expression_repeat1, [aux_sym_case_repeat1] = aux_sym_case_repeat1, [aux_sym_array_literal_repeat1] = aux_sym_array_literal_repeat1, [aux_sym_struct_literal_repeat1] = aux_sym_struct_literal_repeat1, [aux_sym_string_repeat1] = aux_sym_string_repeat1, [aux_sym_concatenated_string_repeat1] = aux_sym_concatenated_string_repeat1, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_identifier] = { .visible = true, .named = true, }, [anon_sym_use] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_COLON_COLON] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [anon_sym_export] = { .visible = true, .named = false, }, [anon_sym_const] = { .visible = true, .named = false, }, [anon_sym_let] = { .visible = true, .named = false, }, [anon_sym_ATthreadlocal] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_ATsymbol] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_def] = { .visible = true, .named = false, }, [anon_sym_type] = { .visible = true, .named = false, }, [anon_sym_fn] = { .visible = true, .named = false, }, [anon_sym_ATfini] = { .visible = true, .named = false, }, [anon_sym_ATinit] = { .visible = true, .named = false, }, [anon_sym_ATtest] = { .visible = true, .named = false, }, [anon_sym_ATnoreturn] = { .visible = true, .named = false, }, [anon_sym__] = { .visible = true, .named = false, }, [anon_sym_DOT_DOT_DOT] = { .visible = true, .named = false, }, [anon_sym_i8] = { .visible = true, .named = false, }, [anon_sym_i16] = { .visible = true, .named = false, }, [anon_sym_i32] = { .visible = true, .named = false, }, [anon_sym_i64] = { .visible = true, .named = false, }, [anon_sym_u8] = { .visible = true, .named = false, }, [anon_sym_u16] = { .visible = true, .named = false, }, [anon_sym_u32] = { .visible = true, .named = false, }, [anon_sym_u64] = { .visible = true, .named = false, }, [anon_sym_int] = { .visible = true, .named = false, }, [anon_sym_uint] = { .visible = true, .named = false, }, [anon_sym_size] = { .visible = true, .named = false, }, [anon_sym_uintptr] = { .visible = true, .named = false, }, [anon_sym_char] = { .visible = true, .named = false, }, [anon_sym_f32] = { .visible = true, .named = false, }, [anon_sym_f64] = { .visible = true, .named = false, }, [anon_sym_rune] = { .visible = true, .named = false, }, [anon_sym_str] = { .visible = true, .named = false, }, [anon_sym_bool] = { .visible = true, .named = false, }, [anon_sym_void] = { .visible = true, .named = false, }, [anon_sym_nullable] = { .visible = true, .named = false, }, [anon_sym_BANG] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_enum] = { .visible = true, .named = false, }, [anon_sym_struct] = { .visible = true, .named = false, }, [anon_sym_ATpacked] = { .visible = true, .named = false, }, [anon_sym_union] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_AToffset] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_for] = { .visible = true, .named = false, }, [anon_sym_break] = { .visible = true, .named = false, }, [anon_sym_defer] = { .visible = true, .named = false, }, [anon_sym_return] = { .visible = true, .named = false, }, [anon_sym_yield] = { .visible = true, .named = false, }, [anon_sym_static] = { .visible = true, .named = false, }, [anon_sym_PLUS_EQ] = { .visible = true, .named = false, }, [anon_sym_DASH_EQ] = { .visible = true, .named = false, }, [anon_sym_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH_EQ] = { .visible = true, .named = false, }, [anon_sym_PERCENT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_PIPE_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_EQ] = { .visible = true, .named = false, }, [anon_sym_CARET_EQ] = { .visible = true, .named = false, }, [anon_sym_PIPE_PIPE_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_AMP_EQ] = { .visible = true, .named = false, }, [anon_sym_CARET_CARET_EQ] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_TILDE] = { .visible = true, .named = false, }, [anon_sym_AMP] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [anon_sym_PIPE_PIPE] = { .visible = true, .named = false, }, [anon_sym_AMP_AMP] = { .visible = true, .named = false, }, [anon_sym_CARET_CARET] = { .visible = true, .named = false, }, [anon_sym_CARET] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, }, [anon_sym_as] = { .visible = true, .named = false, }, [anon_sym_is] = { .visible = true, .named = false, }, [anon_sym_DOT_DOT] = { .visible = true, .named = false, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [anon_sym_QMARK] = { .visible = true, .named = false, }, [anon_sym_switch] = { .visible = true, .named = false, }, [anon_sym_match] = { .visible = true, .named = false, }, [anon_sym_case] = { .visible = true, .named = false, }, [anon_sym_EQ_GT] = { .visible = true, .named = false, }, [aux_sym_number_token1] = { .visible = false, .named = false, }, [aux_sym_number_token2] = { .visible = false, .named = false, }, [aux_sym_float_token1] = { .visible = false, .named = false, }, [aux_sym_float_token2] = { .visible = false, .named = false, }, [anon_sym_i] = { .visible = true, .named = false, }, [anon_sym_u] = { .visible = true, .named = false, }, [anon_sym_z] = { .visible = true, .named = false, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_BQUOTE] = { .visible = true, .named = false, }, [sym_string_content] = { .visible = true, .named = true, }, [sym_raw_string_content] = { .visible = true, .named = true, }, [anon_sym_SQUOTE] = { .visible = true, .named = false, }, [aux_sym_rune_token1] = { .visible = false, .named = false, }, [aux_sym__escape_sequence_token1] = { .visible = false, .named = false, }, [sym_escape_sequence] = { .visible = true, .named = true, }, [anon_sym_true] = { .visible = true, .named = false, }, [anon_sym_false] = { .visible = true, .named = false, }, [sym_null] = { .visible = true, .named = true, }, [sym_comment] = { .visible = true, .named = true, }, [sym_module] = { .visible = true, .named = true, }, [sym_imports] = { .visible = true, .named = true, }, [sym_use_statement] = { .visible = true, .named = true, }, [sym_declarations] = { .visible = true, .named = true, }, [sym_declaration] = { .visible = false, .named = true, .supertype = true, }, [sym_global_declaration] = { .visible = true, .named = true, }, [sym_global_binding] = { .visible = true, .named = true, }, [sym_declaration_attribute] = { .visible = true, .named = true, }, [sym_constant_declaration] = { .visible = true, .named = true, }, [sym_type_declaration] = { .visible = true, .named = true, }, [sym_function_declaration] = { .visible = true, .named = true, }, [sym_function_attribute] = { .visible = true, .named = true, }, [sym_parameter] = { .visible = true, .named = true, }, [sym_type] = { .visible = false, .named = true, .supertype = true, }, [sym_builtin_type] = { .visible = true, .named = true, }, [sym_pointer_type] = { .visible = true, .named = true, }, [sym_const_type] = { .visible = true, .named = true, }, [sym_error_type] = { .visible = true, .named = true, }, [sym_array_type] = { .visible = true, .named = true, }, [sym_enum_type] = { .visible = true, .named = true, }, [sym_slice_type] = { .visible = true, .named = true, }, [sym_struct_type] = { .visible = true, .named = true, }, [sym_tuple_type] = { .visible = true, .named = true, }, [sym_union_type] = { .visible = true, .named = true, }, [sym_tagged_union_type] = { .visible = true, .named = true, }, [sym_function_type] = { .visible = true, .named = true, }, [sym_unwrapped_type] = { .visible = true, .named = true, }, [sym_enum_field] = { .visible = true, .named = true, }, [sym_field] = { .visible = true, .named = true, }, [sym_offset_specifier] = { .visible = true, .named = true, }, [sym_statement] = { .visible = false, .named = true, .supertype = true, }, [sym_expression_statement] = { .visible = true, .named = true, }, [sym_block] = { .visible = true, .named = true, }, [sym_if_statement] = { .visible = true, .named = true, }, [sym_else_statement] = { .visible = true, .named = true, }, [sym_for_statement] = { .visible = true, .named = true, }, [sym_label] = { .visible = true, .named = true, }, [sym_break_statement] = { .visible = true, .named = true, }, [sym_defer_statement] = { .visible = true, .named = true, }, [sym_return_statement] = { .visible = true, .named = true, }, [sym_yield_statement] = { .visible = true, .named = true, }, [sym_static_operation] = { .visible = true, .named = true, }, [sym_let_declaration] = { .visible = true, .named = true, }, [sym_const_declaration] = { .visible = true, .named = true, }, [sym_expression] = { .visible = false, .named = true, .supertype = true, }, [sym_assignment_expression] = { .visible = true, .named = true, }, [sym_update_expression] = { .visible = true, .named = true, }, [sym_unary_expression] = { .visible = true, .named = true, }, [sym_binary_expression] = { .visible = true, .named = true, }, [sym_error_assertion_expression] = { .visible = true, .named = true, }, [sym_cast_expression] = { .visible = true, .named = true, }, [sym_size_expression] = { .visible = true, .named = true, }, [sym_call_expression] = { .visible = true, .named = true, }, [sym_variadic_argument] = { .visible = true, .named = true, }, [sym_index_expression] = { .visible = true, .named = true, }, [sym_range_expression] = { .visible = true, .named = true, }, [sym_member_expression] = { .visible = true, .named = true, }, [sym_try_expression] = { .visible = true, .named = true, }, [sym_parenthesis_expression] = { .visible = true, .named = true, }, [sym_let_expression] = { .visible = true, .named = true, }, [sym_switch_expression] = { .visible = true, .named = true, }, [sym_match_expression] = { .visible = true, .named = true, }, [sym_case] = { .visible = true, .named = true, }, [sym_literal] = { .visible = false, .named = true, .supertype = true, }, [sym_array_literal] = { .visible = true, .named = true, }, [sym_struct_literal] = { .visible = true, .named = true, }, [sym_field_assignment] = { .visible = true, .named = true, }, [sym_tuple_literal] = { .visible = true, .named = true, }, [sym_number] = { .visible = true, .named = true, }, [sym_float] = { .visible = true, .named = true, }, [sym_integer_suffix] = { .visible = true, .named = true, }, [sym_string] = { .visible = true, .named = true, }, [sym_raw_string] = { .visible = true, .named = true, }, [sym_concatenated_string] = { .visible = true, .named = true, }, [sym_rune] = { .visible = true, .named = true, }, [sym__escape_sequence] = { .visible = false, .named = true, }, [sym_boolean] = { .visible = true, .named = true, }, [sym_void] = { .visible = true, .named = true, }, [sym_scoped_type_identifier] = { .visible = true, .named = true, }, [aux_sym_imports_repeat1] = { .visible = false, .named = false, }, [aux_sym_use_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_declarations_repeat1] = { .visible = false, .named = false, }, [aux_sym_global_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_constant_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_type_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_function_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_function_declaration_repeat2] = { .visible = false, .named = false, }, [aux_sym_enum_type_repeat1] = { .visible = false, .named = false, }, [aux_sym_struct_type_repeat1] = { .visible = false, .named = false, }, [aux_sym_tuple_type_repeat1] = { .visible = false, .named = false, }, [aux_sym_tagged_union_type_repeat1] = { .visible = false, .named = false, }, [aux_sym_block_repeat1] = { .visible = false, .named = false, }, [aux_sym_let_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_const_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_call_expression_repeat1] = { .visible = false, .named = false, }, [aux_sym_let_expression_repeat1] = { .visible = false, .named = false, }, [aux_sym_switch_expression_repeat1] = { .visible = false, .named = false, }, [aux_sym_case_repeat1] = { .visible = false, .named = false, }, [aux_sym_array_literal_repeat1] = { .visible = false, .named = false, }, [aux_sym_struct_literal_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_concatenated_string_repeat1] = { .visible = false, .named = false, }, }; enum ts_field_identifiers { field_address = 1, field_afterthought = 2, field_alternative = 3, field_argument = 4, field_as_cast = 5, field_body = 6, field_callee = 7, field_condition = 8, field_consequence = 9, field_is_cast = 10, field_label = 11, field_left = 12, field_name = 13, field_operator = 14, field_path = 15, field_returns = 16, field_right = 17, field_size = 18, field_type_cast = 19, }; static const char * const ts_field_names[] = { [0] = NULL, [field_address] = "address", [field_afterthought] = "afterthought", [field_alternative] = "alternative", [field_argument] = "argument", [field_as_cast] = "as_cast", [field_body] = "body", [field_callee] = "callee", [field_condition] = "condition", [field_consequence] = "consequence", [field_is_cast] = "is_cast", [field_label] = "label", [field_left] = "left", [field_name] = "name", [field_operator] = "operator", [field_path] = "path", [field_returns] = "returns", [field_right] = "right", [field_size] = "size", [field_type_cast] = "type_cast", }; static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 2}, [2] = {.index = 2, .length = 1}, [3] = {.index = 3, .length = 2}, [4] = {.index = 5, .length = 1}, [5] = {.index = 6, .length = 2}, [6] = {.index = 8, .length = 2}, [7] = {.index = 10, .length = 1}, [8] = {.index = 11, .length = 3}, [9] = {.index = 14, .length = 3}, [10] = {.index = 17, .length = 1}, [11] = {.index = 18, .length = 3}, [12] = {.index = 21, .length = 3}, [13] = {.index = 24, .length = 2}, [14] = {.index = 26, .length = 2}, [15] = {.index = 28, .length = 2}, [16] = {.index = 30, .length = 1}, [17] = {.index = 31, .length = 1}, [18] = {.index = 32, .length = 2}, [19] = {.index = 34, .length = 3}, [20] = {.index = 37, .length = 2}, [21] = {.index = 39, .length = 2}, [22] = {.index = 41, .length = 2}, [23] = {.index = 43, .length = 2}, [24] = {.index = 45, .length = 2}, [25] = {.index = 47, .length = 1}, [26] = {.index = 48, .length = 3}, [27] = {.index = 51, .length = 2}, [28] = {.index = 53, .length = 2}, [29] = {.index = 55, .length = 2}, [30] = {.index = 57, .length = 3}, [31] = {.index = 60, .length = 2}, [32] = {.index = 62, .length = 1}, [33] = {.index = 63, .length = 3}, [34] = {.index = 66, .length = 2}, [35] = {.index = 68, .length = 3}, [36] = {.index = 71, .length = 2}, [37] = {.index = 73, .length = 2}, [38] = {.index = 75, .length = 1}, [39] = {.index = 76, .length = 3}, [40] = {.index = 79, .length = 2}, [41] = {.index = 81, .length = 1}, [42] = {.index = 82, .length = 3}, [43] = {.index = 85, .length = 3}, [44] = {.index = 88, .length = 2}, [45] = {.index = 90, .length = 1}, [46] = {.index = 91, .length = 3}, [47] = {.index = 94, .length = 3}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_name, 2}, {field_path, 0}, [2] = {field_name, 1}, [3] = {field_argument, 1}, {field_operator, 0}, [5] = {field_label, 1}, [6] = {field_address, 0}, {field_argument, 1}, [8] = {field_name, 1}, {field_returns, 4}, [10] = {field_name, 2}, [11] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [14] = {field_type_cast, 0}, {field_type_cast, 1}, {field_type_cast, 2}, [17] = {field_callee, 0}, [18] = {field_as_cast, 0}, {field_as_cast, 1}, {field_as_cast, 2}, [21] = {field_is_cast, 0}, {field_is_cast, 1}, {field_is_cast, 2}, [24] = {field_name, 1}, {field_returns, 5}, [26] = {field_body, 5}, {field_name, 1}, [28] = {field_name, 2}, {field_returns, 5}, [30] = {field_returns, 3}, [31] = {field_size, 1}, [32] = {field_body, 6}, {field_name, 1}, [34] = {field_body, 6}, {field_name, 1}, {field_returns, 4}, [37] = {field_name, 1}, {field_returns, 6}, [39] = {field_name, 2}, {field_returns, 6}, [41] = {field_body, 6}, {field_name, 2}, [43] = {field_condition, 2}, {field_consequence, 4}, [45] = {field_body, 4}, {field_condition, 2}, [47] = {field_returns, 4}, [48] = {field_body, 7}, {field_name, 1}, {field_returns, 5}, [51] = {field_body, 7}, {field_name, 1}, [53] = {field_name, 1}, {field_returns, 7}, [55] = {field_body, 7}, {field_name, 2}, [57] = {field_body, 7}, {field_name, 2}, {field_returns, 5}, [60] = {field_name, 2}, {field_returns, 7}, [62] = {field_returns, 5}, [63] = {field_body, 8}, {field_name, 1}, {field_returns, 6}, [66] = {field_body, 8}, {field_name, 1}, [68] = {field_body, 8}, {field_name, 2}, {field_returns, 6}, [71] = {field_body, 8}, {field_name, 2}, [73] = {field_name, 2}, {field_returns, 8}, [75] = {field_alternative, 1}, [76] = {field_afterthought, 4}, {field_body, 6}, {field_condition, 2}, [79] = {field_body, 6}, {field_condition, 4}, [81] = {field_returns, 6}, [82] = {field_body, 9}, {field_name, 1}, {field_returns, 7}, [85] = {field_body, 9}, {field_name, 2}, {field_returns, 7}, [88] = {field_body, 9}, {field_name, 2}, [90] = {field_returns, 7}, [91] = {field_body, 10}, {field_name, 2}, {field_returns, 8}, [94] = {field_afterthought, 6}, {field_body, 8}, {field_condition, 4}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, }; static const uint16_t ts_non_terminal_alias_map[] = { 0, }; static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] = 4, [5] = 5, [6] = 6, [7] = 7, [8] = 8, [9] = 9, [10] = 10, [11] = 11, [12] = 12, [13] = 13, [14] = 14, [15] = 15, [16] = 16, [17] = 17, [18] = 18, [19] = 19, [20] = 20, [21] = 21, [22] = 22, [23] = 23, [24] = 24, [25] = 25, [26] = 26, [27] = 27, [28] = 28, [29] = 29, [30] = 26, [31] = 31, [32] = 32, [33] = 33, [34] = 34, [35] = 35, [36] = 36, [37] = 37, [38] = 38, [39] = 39, [40] = 40, [41] = 33, [42] = 42, [43] = 43, [44] = 44, [45] = 45, [46] = 46, [47] = 47, [48] = 48, [49] = 49, [50] = 50, [51] = 51, [52] = 52, [53] = 53, [54] = 54, [55] = 55, [56] = 56, [57] = 57, [58] = 58, [59] = 59, [60] = 60, [61] = 61, [62] = 62, [63] = 63, [64] = 64, [65] = 65, [66] = 66, [67] = 67, [68] = 68, [69] = 69, [70] = 70, [71] = 71, [72] = 72, [73] = 73, [74] = 74, [75] = 75, [76] = 76, [77] = 77, [78] = 78, [79] = 79, [80] = 80, [81] = 81, [82] = 82, [83] = 83, [84] = 84, [85] = 85, [86] = 86, [87] = 87, [88] = 88, [89] = 89, [90] = 90, [91] = 91, [92] = 92, [93] = 93, [94] = 94, [95] = 95, [96] = 96, [97] = 97, [98] = 98, [99] = 99, [100] = 100, [101] = 101, [102] = 102, [103] = 103, [104] = 104, [105] = 105, [106] = 106, [107] = 107, [108] = 108, [109] = 109, [110] = 110, [111] = 111, [112] = 112, [113] = 113, [114] = 114, [115] = 115, [116] = 116, [117] = 117, [118] = 118, [119] = 7, [120] = 4, [121] = 3, [122] = 6, [123] = 5, [124] = 124, [125] = 125, [126] = 126, [127] = 127, [128] = 128, [129] = 129, [130] = 130, [131] = 131, [132] = 132, [133] = 133, [134] = 134, [135] = 135, [136] = 136, [137] = 137, [138] = 138, [139] = 139, [140] = 140, [141] = 141, [142] = 142, [143] = 143, [144] = 144, [145] = 145, [146] = 146, [147] = 147, [148] = 148, [149] = 149, [150] = 150, [151] = 151, [152] = 152, [153] = 153, [154] = 154, [155] = 155, [156] = 156, [157] = 157, [158] = 158, [159] = 159, [160] = 160, [161] = 161, [162] = 162, [163] = 163, [164] = 164, [165] = 165, [166] = 141, [167] = 136, [168] = 146, [169] = 138, [170] = 160, [171] = 147, [172] = 159, [173] = 173, [174] = 174, [175] = 175, [176] = 176, [177] = 177, [178] = 178, [179] = 179, [180] = 180, [181] = 181, [182] = 182, [183] = 183, [184] = 184, [185] = 185, [186] = 186, [187] = 187, [188] = 188, [189] = 189, [190] = 190, [191] = 191, [192] = 192, [193] = 193, [194] = 194, [195] = 195, [196] = 196, [197] = 197, [198] = 198, [199] = 199, [200] = 200, [201] = 201, [202] = 202, [203] = 203, [204] = 204, [205] = 205, [206] = 206, [207] = 207, [208] = 208, [209] = 209, [210] = 210, [211] = 211, [212] = 212, [213] = 213, [214] = 214, [215] = 215, [216] = 216, [217] = 217, [218] = 218, [219] = 219, [220] = 220, [221] = 221, [222] = 222, [223] = 223, [224] = 224, [225] = 225, [226] = 226, [227] = 227, [228] = 228, [229] = 229, [230] = 230, [231] = 231, [232] = 232, [233] = 233, [234] = 234, [235] = 235, [236] = 236, [237] = 237, [238] = 238, [239] = 239, [240] = 240, [241] = 241, [242] = 242, [243] = 243, [244] = 244, [245] = 245, [246] = 246, [247] = 247, [248] = 248, [249] = 249, [250] = 250, [251] = 251, [252] = 252, [253] = 253, [254] = 254, [255] = 255, [256] = 256, [257] = 257, [258] = 258, [259] = 259, [260] = 260, [261] = 261, [262] = 262, [263] = 263, [264] = 264, [265] = 265, [266] = 266, [267] = 267, [268] = 268, [269] = 269, [270] = 270, [271] = 271, [272] = 272, [273] = 273, [274] = 274, [275] = 275, [276] = 276, [277] = 277, [278] = 278, [279] = 279, [280] = 280, [281] = 281, [282] = 282, [283] = 283, [284] = 284, [285] = 285, [286] = 286, [287] = 287, [288] = 288, [289] = 289, [290] = 290, [291] = 291, [292] = 292, [293] = 293, [294] = 294, [295] = 295, [296] = 296, [297] = 297, [298] = 298, [299] = 299, [300] = 300, [301] = 301, [302] = 302, [303] = 303, [304] = 304, [305] = 305, [306] = 306, [307] = 307, [308] = 308, [309] = 309, [310] = 310, [311] = 311, [312] = 312, [313] = 313, [314] = 314, [315] = 315, [316] = 316, [317] = 317, [318] = 318, [319] = 319, [320] = 320, [321] = 321, [322] = 322, [323] = 323, [324] = 324, [325] = 325, [326] = 326, [327] = 327, [328] = 328, [329] = 329, [330] = 330, [331] = 331, [332] = 332, [333] = 333, [334] = 334, [335] = 335, [336] = 336, [337] = 337, [338] = 338, [339] = 339, [340] = 340, [341] = 341, [342] = 341, [343] = 343, [344] = 344, [345] = 345, [346] = 346, [347] = 347, [348] = 348, [349] = 349, [350] = 350, [351] = 351, [352] = 352, [353] = 353, [354] = 354, [355] = 355, [356] = 356, [357] = 357, [358] = 358, [359] = 359, [360] = 360, [361] = 361, [362] = 362, [363] = 363, [364] = 364, [365] = 365, [366] = 366, [367] = 367, [368] = 368, [369] = 369, [370] = 370, [371] = 371, [372] = 372, [373] = 373, [374] = 374, [375] = 375, [376] = 376, [377] = 377, [378] = 378, [379] = 379, [380] = 380, [381] = 381, [382] = 382, [383] = 383, [384] = 384, [385] = 385, [386] = 386, [387] = 387, [388] = 388, [389] = 389, [390] = 390, [391] = 391, [392] = 392, [393] = 393, [394] = 394, [395] = 395, [396] = 396, [397] = 397, [398] = 398, [399] = 399, [400] = 400, [401] = 401, [402] = 402, [403] = 403, [404] = 402, [405] = 405, [406] = 406, [407] = 407, [408] = 408, [409] = 409, [410] = 410, [411] = 411, [412] = 412, [413] = 413, [414] = 414, [415] = 401, [416] = 416, [417] = 417, [418] = 418, [419] = 419, [420] = 420, [421] = 421, [422] = 422, [423] = 423, [424] = 424, [425] = 425, [426] = 417, [427] = 427, [428] = 428, [429] = 429, [430] = 430, [431] = 431, [432] = 432, [433] = 433, [434] = 434, [435] = 435, [436] = 436, [437] = 437, [438] = 438, [439] = 439, [440] = 440, [441] = 441, [442] = 442, [443] = 443, [444] = 435, [445] = 437, [446] = 446, [447] = 447, [448] = 448, [449] = 449, [450] = 450, [451] = 451, [452] = 452, [453] = 453, [454] = 454, [455] = 455, [456] = 456, [457] = 457, [458] = 458, [459] = 459, [460] = 460, [461] = 461, [462] = 462, [463] = 463, [464] = 464, [465] = 465, [466] = 466, [467] = 467, [468] = 468, [469] = 469, [470] = 470, [471] = 471, [472] = 472, [473] = 473, [474] = 474, [475] = 475, [476] = 476, [477] = 477, [478] = 478, [479] = 479, [480] = 480, [481] = 481, [482] = 482, [483] = 483, [484] = 484, [485] = 485, [486] = 486, [487] = 487, [488] = 488, [489] = 489, [490] = 490, [491] = 491, [492] = 492, [493] = 493, [494] = 494, [495] = 495, [496] = 496, [497] = 497, [498] = 498, [499] = 499, [500] = 500, [501] = 501, [502] = 502, [503] = 503, [504] = 504, [505] = 505, [506] = 506, [507] = 507, [508] = 508, [509] = 509, [510] = 510, [511] = 511, [512] = 512, [513] = 513, [514] = 514, [515] = 515, [516] = 516, [517] = 517, [518] = 518, [519] = 519, [520] = 520, [521] = 502, [522] = 522, [523] = 523, [524] = 480, [525] = 509, [526] = 526, [527] = 460, [528] = 528, [529] = 529, [530] = 530, [531] = 531, [532] = 532, [533] = 533, [534] = 534, [535] = 535, [536] = 536, [537] = 537, [538] = 538, [539] = 539, [540] = 540, [541] = 541, [542] = 542, [543] = 543, [544] = 544, [545] = 545, [546] = 546, [547] = 547, [548] = 548, [549] = 549, [550] = 550, [551] = 551, [552] = 552, [553] = 553, [554] = 554, [555] = 555, [556] = 556, [557] = 557, [558] = 558, [559] = 559, [560] = 560, [561] = 561, [562] = 562, [563] = 563, [564] = 564, [565] = 565, [566] = 566, [567] = 567, [568] = 568, [569] = 569, [570] = 570, [571] = 571, [572] = 572, [573] = 573, [574] = 574, [575] = 575, [576] = 576, [577] = 577, [578] = 578, [579] = 579, [580] = 580, [581] = 581, [582] = 582, [583] = 583, [584] = 584, [585] = 585, [586] = 586, [587] = 587, [588] = 588, [589] = 589, [590] = 590, [591] = 591, [592] = 592, [593] = 593, [594] = 594, [595] = 595, [596] = 596, [597] = 597, [598] = 598, [599] = 599, [600] = 600, [601] = 601, [602] = 602, [603] = 603, [604] = 604, [605] = 605, [606] = 606, [607] = 607, [608] = 608, [609] = 609, [610] = 610, [611] = 611, [612] = 612, [613] = 613, [614] = 614, [615] = 615, [616] = 616, [617] = 617, [618] = 618, [619] = 619, [620] = 620, [621] = 621, [622] = 622, [623] = 623, [624] = 624, [625] = 625, [626] = 626, [627] = 627, [628] = 628, [629] = 629, [630] = 630, [631] = 631, [632] = 632, [633] = 601, [634] = 634, [635] = 635, [636] = 636, [637] = 637, [638] = 632, [639] = 639, [640] = 640, [641] = 641, [642] = 642, [643] = 629, [644] = 644, [645] = 645, [646] = 646, [647] = 647, [648] = 626, [649] = 649, [650] = 650, [651] = 651, [652] = 596, [653] = 653, [654] = 609, [655] = 655, [656] = 647, [657] = 657, [658] = 658, }; static const TSSymbol ts_supertype_symbols[SUPERTYPE_COUNT] = { sym_declaration, sym_expression, sym_literal, sym_statement, sym_type, }; static const TSMapSlice ts_supertype_map_slices[] = { [sym_declaration] = {.index = 0, .length = 4}, [sym_expression] = {.index = 4, .length = 22}, [sym_literal] = {.index = 26, .length = 12}, [sym_statement] = {.index = 38, .length = 7}, [sym_type] = {.index = 45, .length = 15}, }; static const TSSymbol ts_supertype_map_entries[] = { [0] = sym_constant_declaration, sym_function_declaration, sym_global_declaration, sym_type_declaration, [4] = sym_assignment_expression, sym_binary_expression, sym_block, sym_call_expression, sym_cast_expression, sym_error_assertion_expression, sym_for_statement, sym_identifier, sym_if_statement, sym_index_expression, sym_literal, sym_match_expression, sym_member_expression, sym_parenthesis_expression, sym_range_expression, sym_return_statement, sym_scoped_type_identifier, sym_size_expression, sym_switch_expression, sym_try_expression, sym_unary_expression, sym_update_expression, [26] = sym_array_literal, sym_boolean, sym_concatenated_string, sym_float, sym_null, sym_number, sym_raw_string, sym_rune, sym_string, sym_struct_literal, sym_tuple_literal, sym_void, [38] = sym_break_statement, sym_const_declaration, sym_defer_statement, sym_expression_statement, sym_let_declaration, sym_static_operation, sym_yield_statement, [45] = sym_array_type, sym_builtin_type, sym_const_type, sym_enum_type, sym_error_type, sym_function_type, sym_identifier, sym_pointer_type, sym_scoped_type_identifier, sym_slice_type, sym_struct_type, sym_tagged_union_type, sym_tuple_type, sym_union_type, sym_unwrapped_type, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(83); ADVANCE_MAP( '!', 105, '"', 163, '%', 133, '&', 131, '\'', 175, '(', 97, ')', 98, '*', 91, '+', 126, ',', 88, '-', 128, '.', 147, '/', 132, '0', 150, ':', 95, ';', 92, '<', 143, '=', 84, '>', 140, '?', 148, '@', 31, '[', 106, '\\', 15, ']', 107, '^', 137, '`', 164, '{', 87, '|', 110, '}', 89, '~', 129, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(82); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(151); if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(184); END_STATE(); case 1: if (lookahead == '\r') ADVANCE(186); if (lookahead != 0) ADVANCE(185); END_STATE(); case 2: ADVANCE_MAP( '!', 104, '"', 163, '&', 130, '\'', 175, '(', 97, ')', 98, '*', 90, '+', 125, ',', 88, '-', 127, '.', 4, '/', 6, '0', 150, ':', 94, ';', 92, '=', 85, '@', 32, '[', 106, ']', 107, '`', 164, '{', 87, '|', 109, '}', 89, '~', 129, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(2); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(151); if (('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(184); END_STATE(); case 3: if (lookahead == '"') ADVANCE(163); if (lookahead == '/') ADVANCE(167); if (lookahead == '\\') ADVANCE(15); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(166); if (lookahead != 0) ADVANCE(168); END_STATE(); case 4: if (lookahead == '.') ADVANCE(146); END_STATE(); case 5: if (lookahead == '.') ADVANCE(68); if (lookahead == 'f') ADVANCE(11); if (lookahead == 'E' || lookahead == 'e') ADVANCE(63); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(5); END_STATE(); case 6: if (lookahead == '/') ADVANCE(185); END_STATE(); case 7: if (lookahead == '/') ADVANCE(6); if (lookahead == '0') ADVANCE(152); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(7); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(153); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(184); END_STATE(); case 8: if (lookahead == '/') ADVANCE(177); if (lookahead == '\\') ADVANCE(178); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(176); if (lookahead != 0 && lookahead != '\'') ADVANCE(176); END_STATE(); case 9: if (lookahead == '2') ADVANCE(162); END_STATE(); case 10: if (lookahead == '2') ADVANCE(159); END_STATE(); case 11: if (lookahead == '3') ADVANCE(9); if (lookahead == '6') ADVANCE(13); END_STATE(); case 12: if (lookahead == '3') ADVANCE(10); if (lookahead == '6') ADVANCE(14); END_STATE(); case 13: if (lookahead == '4') ADVANCE(162); END_STATE(); case 14: if (lookahead == '4') ADVANCE(159); END_STATE(); case 15: if (lookahead == 'U') ADVANCE(181); if (lookahead == 'u') ADVANCE(60); if (lookahead == 'x') ADVANCE(77); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(180); if (lookahead == '"' || lookahead == '\'' || lookahead == '?' || lookahead == '\\' || lookahead == 'a' || lookahead == 'b' || lookahead == 'f' || lookahead == 'n' || lookahead == 'r' || ('t' <= lookahead && lookahead <= 'v')) ADVANCE(182); if (lookahead != 0) ADVANCE(179); END_STATE(); case 16: if (lookahead == 'a') ADVANCE(20); END_STATE(); case 17: if (lookahead == 'a') ADVANCE(23); END_STATE(); case 18: if (lookahead == 'a') ADVANCE(40); END_STATE(); case 19: if (lookahead == 'b') ADVANCE(47); END_STATE(); case 20: if (lookahead == 'c') ADVANCE(38); END_STATE(); case 21: if (lookahead == 'c') ADVANCE(18); END_STATE(); case 22: if (lookahead == 'd') ADVANCE(108); END_STATE(); case 23: if (lookahead == 'd') ADVANCE(41); END_STATE(); case 24: if (lookahead == 'e') ADVANCE(52); END_STATE(); case 25: if (lookahead == 'e') ADVANCE(52); if (lookahead == 'h') ADVANCE(51); END_STATE(); case 26: if (lookahead == 'e') ADVANCE(22); END_STATE(); case 27: if (lookahead == 'e') ADVANCE(17); END_STATE(); case 28: if (lookahead == 'e') ADVANCE(56); END_STATE(); case 29: if (lookahead == 'e') ADVANCE(57); END_STATE(); case 30: if (lookahead == 'f') ADVANCE(11); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(30); END_STATE(); case 31: if (lookahead == 'f') ADVANCE(37); if (lookahead == 'i') ADVANCE(44); if (lookahead == 'n') ADVANCE(46); if (lookahead == 'o') ADVANCE(33); if (lookahead == 'p') ADVANCE(16); if (lookahead == 's') ADVANCE(59); if (lookahead == 't') ADVANCE(25); END_STATE(); case 32: if (lookahead == 'f') ADVANCE(37); if (lookahead == 'i') ADVANCE(44); if (lookahead == 'n') ADVANCE(46); if (lookahead == 's') ADVANCE(59); if (lookahead == 't') ADVANCE(24); END_STATE(); case 33: if (lookahead == 'f') ADVANCE(34); END_STATE(); case 34: if (lookahead == 'f') ADVANCE(53); END_STATE(); case 35: if (lookahead == 'i') ADVANCE(54); END_STATE(); case 36: if (lookahead == 'i') ADVANCE(99); END_STATE(); case 37: if (lookahead == 'i') ADVANCE(45); END_STATE(); case 38: if (lookahead == 'k') ADVANCE(26); END_STATE(); case 39: if (lookahead == 'l') ADVANCE(96); END_STATE(); case 40: if (lookahead == 'l') ADVANCE(93); END_STATE(); case 41: if (lookahead == 'l') ADVANCE(48); END_STATE(); case 42: if (lookahead == 'm') ADVANCE(19); END_STATE(); case 43: if (lookahead == 'n') ADVANCE(102); END_STATE(); case 44: if (lookahead == 'n') ADVANCE(35); END_STATE(); case 45: if (lookahead == 'n') ADVANCE(36); END_STATE(); case 46: if (lookahead == 'o') ADVANCE(49); END_STATE(); case 47: if (lookahead == 'o') ADVANCE(39); END_STATE(); case 48: if (lookahead == 'o') ADVANCE(21); END_STATE(); case 49: if (lookahead == 'r') ADVANCE(28); END_STATE(); case 50: if (lookahead == 'r') ADVANCE(43); END_STATE(); case 51: if (lookahead == 'r') ADVANCE(27); END_STATE(); case 52: if (lookahead == 's') ADVANCE(55); END_STATE(); case 53: if (lookahead == 's') ADVANCE(29); END_STATE(); case 54: if (lookahead == 't') ADVANCE(100); END_STATE(); case 55: if (lookahead == 't') ADVANCE(101); END_STATE(); case 56: if (lookahead == 't') ADVANCE(58); END_STATE(); case 57: if (lookahead == 't') ADVANCE(111); END_STATE(); case 58: if (lookahead == 'u') ADVANCE(50); END_STATE(); case 59: if (lookahead == 'y') ADVANCE(42); END_STATE(); case 60: if (lookahead == '{') ADVANCE(75); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(76); END_STATE(); case 61: if (lookahead == '}') ADVANCE(182); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); END_STATE(); case 62: if (lookahead == '+' || lookahead == '-') ADVANCE(69); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(157); END_STATE(); case 63: if (lookahead == '+' || lookahead == '-') ADVANCE(70); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(30); END_STATE(); case 64: if (lookahead == '+' || lookahead == '-') ADVANCE(71); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(161); END_STATE(); case 65: if (lookahead == '+' || lookahead == '-') ADVANCE(72); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(158); END_STATE(); case 66: if (lookahead == '0' || lookahead == '1') ADVANCE(154); END_STATE(); case 67: if (('0' <= lookahead && lookahead <= '7')) ADVANCE(155); END_STATE(); case 68: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(160); END_STATE(); case 69: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(157); END_STATE(); case 70: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(30); END_STATE(); case 71: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(161); END_STATE(); case 72: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(158); END_STATE(); case 73: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(182); END_STATE(); case 74: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(156); END_STATE(); case 75: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); END_STATE(); case 76: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(77); END_STATE(); case 77: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(73); END_STATE(); case 78: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(76); END_STATE(); case 79: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(78); END_STATE(); case 80: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(79); END_STATE(); case 81: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(80); END_STATE(); case 82: if (eof) ADVANCE(83); ADVANCE_MAP( '!', 105, '"', 163, '%', 133, '&', 131, '\'', 175, '(', 97, ')', 98, '*', 91, '+', 126, ',', 88, '-', 128, '.', 147, '/', 132, '0', 150, ':', 95, ';', 92, '<', 143, '=', 84, '>', 140, '?', 148, '@', 31, '[', 106, ']', 107, '^', 137, '`', 164, '{', 87, '|', 110, '}', 89, '~', 129, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(82); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(151); if (('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(184); END_STATE(); case 83: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(138); if (lookahead == '>') ADVANCE(149); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '>') ADVANCE(149); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '=') ADVANCE(114); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_ATthreadlocal); END_STATE(); case 94: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == ':') ADVANCE(86); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_ATsymbol); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_ATfini); END_STATE(); case 100: ACCEPT_TOKEN(anon_sym_ATinit); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_ATtest); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_ATnoreturn); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 104: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 105: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(139); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 108: ACCEPT_TOKEN(anon_sym_ATpacked); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 110: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '=') ADVANCE(119); if (lookahead == '|') ADVANCE(134); END_STATE(); case 111: ACCEPT_TOKEN(anon_sym_AToffset); END_STATE(); case 112: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 113: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 115: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 116: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 117: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 118: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 119: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 120: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 121: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_PIPE_PIPE_EQ); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_AMP_AMP_EQ); END_STATE(); case 124: ACCEPT_TOKEN(anon_sym_CARET_CARET_EQ); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 126: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '=') ADVANCE(112); END_STATE(); case 127: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 128: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(113); END_STATE(); case 129: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 130: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 131: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(135); if (lookahead == '=') ADVANCE(120); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '/') ADVANCE(185); if (lookahead == '=') ADVANCE(115); END_STATE(); case 133: ACCEPT_TOKEN(anon_sym_PERCENT); if (lookahead == '=') ADVANCE(116); END_STATE(); case 134: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); if (lookahead == '=') ADVANCE(122); END_STATE(); case 135: ACCEPT_TOKEN(anon_sym_AMP_AMP); if (lookahead == '=') ADVANCE(123); END_STATE(); case 136: ACCEPT_TOKEN(anon_sym_CARET_CARET); if (lookahead == '=') ADVANCE(124); END_STATE(); case 137: ACCEPT_TOKEN(anon_sym_CARET); if (lookahead == '=') ADVANCE(121); if (lookahead == '^') ADVANCE(136); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 139: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 140: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(141); if (lookahead == '>') ADVANCE(145); END_STATE(); case 141: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 142: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(144); if (lookahead == '=') ADVANCE(142); END_STATE(); case 144: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '=') ADVANCE(117); END_STATE(); case 145: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '=') ADVANCE(118); END_STATE(); case 146: ACCEPT_TOKEN(anon_sym_DOT_DOT); if (lookahead == '.') ADVANCE(103); END_STATE(); case 147: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(146); END_STATE(); case 148: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 149: ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 150: ACCEPT_TOKEN(aux_sym_number_token1); if (lookahead == '.') ADVANCE(68); if (lookahead == 'b') ADVANCE(66); if (lookahead == 'f') ADVANCE(11); if (lookahead == 'o') ADVANCE(67); if (lookahead == 'x') ADVANCE(74); if (lookahead == 'E' || lookahead == 'e') ADVANCE(62); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(5); END_STATE(); case 151: ACCEPT_TOKEN(aux_sym_number_token1); if (lookahead == '.') ADVANCE(68); if (lookahead == 'f') ADVANCE(11); if (lookahead == 'E' || lookahead == 'e') ADVANCE(62); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(151); END_STATE(); case 152: ACCEPT_TOKEN(aux_sym_number_token1); if (lookahead == 'b') ADVANCE(66); if (lookahead == 'o') ADVANCE(67); if (lookahead == 'x') ADVANCE(74); if (lookahead == 'E' || lookahead == 'e') ADVANCE(65); END_STATE(); case 153: ACCEPT_TOKEN(aux_sym_number_token1); if (lookahead == 'E' || lookahead == 'e') ADVANCE(65); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(153); END_STATE(); case 154: ACCEPT_TOKEN(aux_sym_number_token1); if (lookahead == '0' || lookahead == '1') ADVANCE(154); END_STATE(); case 155: ACCEPT_TOKEN(aux_sym_number_token1); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(155); END_STATE(); case 156: ACCEPT_TOKEN(aux_sym_number_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(156); END_STATE(); case 157: ACCEPT_TOKEN(aux_sym_number_token2); if (lookahead == 'f') ADVANCE(11); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(157); END_STATE(); case 158: ACCEPT_TOKEN(aux_sym_number_token2); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(158); END_STATE(); case 159: ACCEPT_TOKEN(aux_sym_float_token1); END_STATE(); case 160: ACCEPT_TOKEN(aux_sym_float_token1); if (lookahead == 'f') ADVANCE(12); if (lookahead == 'E' || lookahead == 'e') ADVANCE(64); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(160); END_STATE(); case 161: ACCEPT_TOKEN(aux_sym_float_token1); if (lookahead == 'f') ADVANCE(12); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(161); END_STATE(); case 162: ACCEPT_TOKEN(aux_sym_float_token2); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 164: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); case 165: ACCEPT_TOKEN(sym_string_content); if (lookahead == '\n') ADVANCE(168); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(165); END_STATE(); case 166: ACCEPT_TOKEN(sym_string_content); if (lookahead == '/') ADVANCE(167); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(166); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(168); END_STATE(); case 167: ACCEPT_TOKEN(sym_string_content); if (lookahead == '/') ADVANCE(165); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(168); END_STATE(); case 168: ACCEPT_TOKEN(sym_string_content); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(168); END_STATE(); case 169: ACCEPT_TOKEN(sym_raw_string_content); if (lookahead == '\n') ADVANCE(174); if (lookahead == '\\') ADVANCE(170); if (lookahead != 0 && lookahead != '`') ADVANCE(169); END_STATE(); case 170: ACCEPT_TOKEN(sym_raw_string_content); if (lookahead == '\r') ADVANCE(173); if (lookahead != 0 && lookahead != '`') ADVANCE(169); END_STATE(); case 171: ACCEPT_TOKEN(sym_raw_string_content); if (lookahead == '/') ADVANCE(172); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(171); if (lookahead != 0 && lookahead != '`') ADVANCE(174); END_STATE(); case 172: ACCEPT_TOKEN(sym_raw_string_content); if (lookahead == '/') ADVANCE(169); if (lookahead != 0 && lookahead != '`') ADVANCE(174); END_STATE(); case 173: ACCEPT_TOKEN(sym_raw_string_content); if (lookahead == '\\') ADVANCE(170); if (lookahead != 0 && lookahead != '`') ADVANCE(169); END_STATE(); case 174: ACCEPT_TOKEN(sym_raw_string_content); if (lookahead != 0 && lookahead != '`') ADVANCE(174); END_STATE(); case 175: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); case 176: ACCEPT_TOKEN(aux_sym_rune_token1); END_STATE(); case 177: ACCEPT_TOKEN(aux_sym_rune_token1); if (lookahead == '/') ADVANCE(185); END_STATE(); case 178: ACCEPT_TOKEN(aux_sym_rune_token1); if (lookahead == 'U') ADVANCE(181); if (lookahead == 'u') ADVANCE(60); if (lookahead == 'x') ADVANCE(77); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(180); if (lookahead == '"' || lookahead == '\'' || lookahead == '?' || lookahead == '\\' || lookahead == 'a' || lookahead == 'b' || lookahead == 'f' || lookahead == 'n' || lookahead == 'r' || ('t' <= lookahead && lookahead <= 'v')) ADVANCE(182); if (lookahead != 0) ADVANCE(179); END_STATE(); case 179: ACCEPT_TOKEN(aux_sym__escape_sequence_token1); END_STATE(); case 180: ACCEPT_TOKEN(aux_sym__escape_sequence_token1); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(183); END_STATE(); case 181: ACCEPT_TOKEN(aux_sym__escape_sequence_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(81); END_STATE(); case 182: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 183: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(182); END_STATE(); case 184: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(184); END_STATE(); case 185: ACCEPT_TOKEN(sym_comment); if (lookahead == '\\') ADVANCE(1); if (lookahead != 0 && lookahead != '\n') ADVANCE(185); END_STATE(); case 186: ACCEPT_TOKEN(sym_comment); if (lookahead == '\\') ADVANCE(1); if (lookahead != 0) ADVANCE(185); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: ADVANCE_MAP( '_', 1, 'a', 2, 'b', 3, 'c', 4, 'd', 5, 'e', 6, 'f', 7, 'i', 8, 'l', 9, 'm', 10, 'n', 11, 'r', 12, 's', 13, 't', 14, 'u', 15, 'v', 16, 'y', 17, 'z', 18, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(0); END_STATE(); case 1: ACCEPT_TOKEN(anon_sym__); END_STATE(); case 2: if (lookahead == 's') ADVANCE(19); END_STATE(); case 3: if (lookahead == 'o') ADVANCE(20); if (lookahead == 'r') ADVANCE(21); END_STATE(); case 4: if (lookahead == 'a') ADVANCE(22); if (lookahead == 'h') ADVANCE(23); if (lookahead == 'o') ADVANCE(24); END_STATE(); case 5: if (lookahead == 'e') ADVANCE(25); END_STATE(); case 6: if (lookahead == 'l') ADVANCE(26); if (lookahead == 'n') ADVANCE(27); if (lookahead == 'x') ADVANCE(28); END_STATE(); case 7: if (lookahead == '3') ADVANCE(29); if (lookahead == '6') ADVANCE(30); if (lookahead == 'a') ADVANCE(31); if (lookahead == 'n') ADVANCE(32); if (lookahead == 'o') ADVANCE(33); END_STATE(); case 8: ACCEPT_TOKEN(anon_sym_i); if (lookahead == '1') ADVANCE(34); if (lookahead == '3') ADVANCE(35); if (lookahead == '6') ADVANCE(36); if (lookahead == '8') ADVANCE(37); if (lookahead == 'f') ADVANCE(38); if (lookahead == 'n') ADVANCE(39); if (lookahead == 's') ADVANCE(40); END_STATE(); case 9: if (lookahead == 'e') ADVANCE(41); END_STATE(); case 10: if (lookahead == 'a') ADVANCE(42); END_STATE(); case 11: if (lookahead == 'u') ADVANCE(43); END_STATE(); case 12: if (lookahead == 'e') ADVANCE(44); if (lookahead == 'u') ADVANCE(45); END_STATE(); case 13: if (lookahead == 'i') ADVANCE(46); if (lookahead == 't') ADVANCE(47); if (lookahead == 'w') ADVANCE(48); END_STATE(); case 14: if (lookahead == 'r') ADVANCE(49); if (lookahead == 'y') ADVANCE(50); END_STATE(); case 15: ACCEPT_TOKEN(anon_sym_u); if (lookahead == '1') ADVANCE(51); if (lookahead == '3') ADVANCE(52); if (lookahead == '6') ADVANCE(53); if (lookahead == '8') ADVANCE(54); if (lookahead == 'i') ADVANCE(55); if (lookahead == 'n') ADVANCE(56); if (lookahead == 's') ADVANCE(57); END_STATE(); case 16: if (lookahead == 'o') ADVANCE(58); END_STATE(); case 17: if (lookahead == 'i') ADVANCE(59); END_STATE(); case 18: ACCEPT_TOKEN(anon_sym_z); END_STATE(); case 19: ACCEPT_TOKEN(anon_sym_as); END_STATE(); case 20: if (lookahead == 'o') ADVANCE(60); END_STATE(); case 21: if (lookahead == 'e') ADVANCE(61); END_STATE(); case 22: if (lookahead == 's') ADVANCE(62); END_STATE(); case 23: if (lookahead == 'a') ADVANCE(63); END_STATE(); case 24: if (lookahead == 'n') ADVANCE(64); END_STATE(); case 25: if (lookahead == 'f') ADVANCE(65); END_STATE(); case 26: if (lookahead == 's') ADVANCE(66); END_STATE(); case 27: if (lookahead == 'u') ADVANCE(67); END_STATE(); case 28: if (lookahead == 'p') ADVANCE(68); END_STATE(); case 29: if (lookahead == '2') ADVANCE(69); END_STATE(); case 30: if (lookahead == '4') ADVANCE(70); END_STATE(); case 31: if (lookahead == 'l') ADVANCE(71); END_STATE(); case 32: ACCEPT_TOKEN(anon_sym_fn); END_STATE(); case 33: if (lookahead == 'r') ADVANCE(72); END_STATE(); case 34: if (lookahead == '6') ADVANCE(73); END_STATE(); case 35: if (lookahead == '2') ADVANCE(74); END_STATE(); case 36: if (lookahead == '4') ADVANCE(75); END_STATE(); case 37: ACCEPT_TOKEN(anon_sym_i8); END_STATE(); case 38: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 39: if (lookahead == 't') ADVANCE(76); END_STATE(); case 40: ACCEPT_TOKEN(anon_sym_is); END_STATE(); case 41: if (lookahead == 't') ADVANCE(77); END_STATE(); case 42: if (lookahead == 't') ADVANCE(78); END_STATE(); case 43: if (lookahead == 'l') ADVANCE(79); END_STATE(); case 44: if (lookahead == 't') ADVANCE(80); END_STATE(); case 45: if (lookahead == 'n') ADVANCE(81); END_STATE(); case 46: if (lookahead == 'z') ADVANCE(82); END_STATE(); case 47: if (lookahead == 'a') ADVANCE(83); if (lookahead == 'r') ADVANCE(84); END_STATE(); case 48: if (lookahead == 'i') ADVANCE(85); END_STATE(); case 49: if (lookahead == 'u') ADVANCE(86); END_STATE(); case 50: if (lookahead == 'p') ADVANCE(87); END_STATE(); case 51: if (lookahead == '6') ADVANCE(88); END_STATE(); case 52: if (lookahead == '2') ADVANCE(89); END_STATE(); case 53: if (lookahead == '4') ADVANCE(90); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_u8); END_STATE(); case 55: if (lookahead == 'n') ADVANCE(91); END_STATE(); case 56: if (lookahead == 'i') ADVANCE(92); END_STATE(); case 57: if (lookahead == 'e') ADVANCE(93); END_STATE(); case 58: if (lookahead == 'i') ADVANCE(94); END_STATE(); case 59: if (lookahead == 'e') ADVANCE(95); END_STATE(); case 60: if (lookahead == 'l') ADVANCE(96); END_STATE(); case 61: if (lookahead == 'a') ADVANCE(97); END_STATE(); case 62: if (lookahead == 'e') ADVANCE(98); END_STATE(); case 63: if (lookahead == 'r') ADVANCE(99); END_STATE(); case 64: if (lookahead == 's') ADVANCE(100); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_def); if (lookahead == 'e') ADVANCE(101); END_STATE(); case 66: if (lookahead == 'e') ADVANCE(102); END_STATE(); case 67: if (lookahead == 'm') ADVANCE(103); END_STATE(); case 68: if (lookahead == 'o') ADVANCE(104); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_f32); END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_f64); END_STATE(); case 71: if (lookahead == 's') ADVANCE(105); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_i16); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_i32); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_i64); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_int); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_let); END_STATE(); case 78: if (lookahead == 'c') ADVANCE(106); END_STATE(); case 79: if (lookahead == 'l') ADVANCE(107); END_STATE(); case 80: if (lookahead == 'u') ADVANCE(108); END_STATE(); case 81: if (lookahead == 'e') ADVANCE(109); END_STATE(); case 82: if (lookahead == 'e') ADVANCE(110); END_STATE(); case 83: if (lookahead == 't') ADVANCE(111); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_str); if (lookahead == 'u') ADVANCE(112); END_STATE(); case 85: if (lookahead == 't') ADVANCE(113); END_STATE(); case 86: if (lookahead == 'e') ADVANCE(114); END_STATE(); case 87: if (lookahead == 'e') ADVANCE(115); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_u16); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_u32); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_u64); END_STATE(); case 91: if (lookahead == 't') ADVANCE(116); END_STATE(); case 92: if (lookahead == 'o') ADVANCE(117); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_use); END_STATE(); case 94: if (lookahead == 'd') ADVANCE(118); END_STATE(); case 95: if (lookahead == 'l') ADVANCE(119); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_bool); END_STATE(); case 97: if (lookahead == 'k') ADVANCE(120); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_char); END_STATE(); case 100: if (lookahead == 't') ADVANCE(121); END_STATE(); case 101: if (lookahead == 'r') ADVANCE(122); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_enum); END_STATE(); case 104: if (lookahead == 'r') ADVANCE(123); END_STATE(); case 105: if (lookahead == 'e') ADVANCE(124); END_STATE(); case 106: if (lookahead == 'h') ADVANCE(125); END_STATE(); case 107: ACCEPT_TOKEN(sym_null); if (lookahead == 'a') ADVANCE(126); END_STATE(); case 108: if (lookahead == 'r') ADVANCE(127); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_rune); END_STATE(); case 110: ACCEPT_TOKEN(anon_sym_size); END_STATE(); case 111: if (lookahead == 'i') ADVANCE(128); END_STATE(); case 112: if (lookahead == 'c') ADVANCE(129); END_STATE(); case 113: if (lookahead == 'c') ADVANCE(130); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_true); END_STATE(); case 115: ACCEPT_TOKEN(anon_sym_type); END_STATE(); case 116: ACCEPT_TOKEN(anon_sym_uint); if (lookahead == 'p') ADVANCE(131); END_STATE(); case 117: if (lookahead == 'n') ADVANCE(132); END_STATE(); case 118: ACCEPT_TOKEN(anon_sym_void); END_STATE(); case 119: if (lookahead == 'd') ADVANCE(133); END_STATE(); case 120: ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 121: ACCEPT_TOKEN(anon_sym_const); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_defer); END_STATE(); case 123: if (lookahead == 't') ADVANCE(134); END_STATE(); case 124: ACCEPT_TOKEN(anon_sym_false); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_match); END_STATE(); case 126: if (lookahead == 'b') ADVANCE(135); END_STATE(); case 127: if (lookahead == 'n') ADVANCE(136); END_STATE(); case 128: if (lookahead == 'c') ADVANCE(137); END_STATE(); case 129: if (lookahead == 't') ADVANCE(138); END_STATE(); case 130: if (lookahead == 'h') ADVANCE(139); END_STATE(); case 131: if (lookahead == 't') ADVANCE(140); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_union); END_STATE(); case 133: ACCEPT_TOKEN(anon_sym_yield); END_STATE(); case 134: ACCEPT_TOKEN(anon_sym_export); END_STATE(); case 135: if (lookahead == 'l') ADVANCE(141); END_STATE(); case 136: ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 137: ACCEPT_TOKEN(anon_sym_static); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_struct); END_STATE(); case 139: ACCEPT_TOKEN(anon_sym_switch); END_STATE(); case 140: if (lookahead == 'r') ADVANCE(142); END_STATE(); case 141: if (lookahead == 'e') ADVANCE(143); END_STATE(); case 142: ACCEPT_TOKEN(anon_sym_uintptr); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_nullable); END_STATE(); default: return false; } } static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, [1] = {.lex_state = 0}, [2] = {.lex_state = 0}, [3] = {.lex_state = 0}, [4] = {.lex_state = 0}, [5] = {.lex_state = 0}, [6] = {.lex_state = 0}, [7] = {.lex_state = 0}, [8] = {.lex_state = 0}, [9] = {.lex_state = 2}, [10] = {.lex_state = 2}, [11] = {.lex_state = 2}, [12] = {.lex_state = 2}, [13] = {.lex_state = 2}, [14] = {.lex_state = 2}, [15] = {.lex_state = 2}, [16] = {.lex_state = 2}, [17] = {.lex_state = 2}, [18] = {.lex_state = 2}, [19] = {.lex_state = 2}, [20] = {.lex_state = 2}, [21] = {.lex_state = 2}, [22] = {.lex_state = 2}, [23] = {.lex_state = 2}, [24] = {.lex_state = 2}, [25] = {.lex_state = 2}, [26] = {.lex_state = 2}, [27] = {.lex_state = 2}, [28] = {.lex_state = 2}, [29] = {.lex_state = 2}, [30] = {.lex_state = 2}, [31] = {.lex_state = 2}, [32] = {.lex_state = 2}, [33] = {.lex_state = 2}, [34] = {.lex_state = 2}, [35] = {.lex_state = 2}, [36] = {.lex_state = 2}, [37] = {.lex_state = 2}, [38] = {.lex_state = 2}, [39] = {.lex_state = 2}, [40] = {.lex_state = 2}, [41] = {.lex_state = 2}, [42] = {.lex_state = 2}, [43] = {.lex_state = 2}, [44] = {.lex_state = 2}, [45] = {.lex_state = 2}, [46] = {.lex_state = 2}, [47] = {.lex_state = 2}, [48] = {.lex_state = 2}, [49] = {.lex_state = 2}, [50] = {.lex_state = 2}, [51] = {.lex_state = 2}, [52] = {.lex_state = 2}, [53] = {.lex_state = 2}, [54] = {.lex_state = 2}, [55] = {.lex_state = 2}, [56] = {.lex_state = 2}, [57] = {.lex_state = 2}, [58] = {.lex_state = 0}, [59] = {.lex_state = 2}, [60] = {.lex_state = 2}, [61] = {.lex_state = 2}, [62] = {.lex_state = 2}, [63] = {.lex_state = 2}, [64] = {.lex_state = 2}, [65] = {.lex_state = 2}, [66] = {.lex_state = 2}, [67] = {.lex_state = 2}, [68] = {.lex_state = 2}, [69] = {.lex_state = 2}, [70] = {.lex_state = 2}, [71] = {.lex_state = 2}, [72] = {.lex_state = 2}, [73] = {.lex_state = 2}, [74] = {.lex_state = 2}, [75] = {.lex_state = 2}, [76] = {.lex_state = 2}, [77] = {.lex_state = 2}, [78] = {.lex_state = 2}, [79] = {.lex_state = 2}, [80] = {.lex_state = 2}, [81] = {.lex_state = 2}, [82] = {.lex_state = 2}, [83] = {.lex_state = 2}, [84] = {.lex_state = 2}, [85] = {.lex_state = 2}, [86] = {.lex_state = 2}, [87] = {.lex_state = 2}, [88] = {.lex_state = 2}, [89] = {.lex_state = 2}, [90] = {.lex_state = 2}, [91] = {.lex_state = 2}, [92] = {.lex_state = 2}, [93] = {.lex_state = 2}, [94] = {.lex_state = 2}, [95] = {.lex_state = 2}, [96] = {.lex_state = 2}, [97] = {.lex_state = 2}, [98] = {.lex_state = 2}, [99] = {.lex_state = 2}, [100] = {.lex_state = 2}, [101] = {.lex_state = 2}, [102] = {.lex_state = 2}, [103] = {.lex_state = 2}, [104] = {.lex_state = 2}, [105] = {.lex_state = 2}, [106] = {.lex_state = 2}, [107] = {.lex_state = 2}, [108] = {.lex_state = 2}, [109] = {.lex_state = 2}, [110] = {.lex_state = 2}, [111] = {.lex_state = 2}, [112] = {.lex_state = 2}, [113] = {.lex_state = 2}, [114] = {.lex_state = 2}, [115] = {.lex_state = 2}, [116] = {.lex_state = 2}, [117] = {.lex_state = 2}, [118] = {.lex_state = 2}, [119] = {.lex_state = 2}, [120] = {.lex_state = 2}, [121] = {.lex_state = 2}, [122] = {.lex_state = 2}, [123] = {.lex_state = 2}, [124] = {.lex_state = 2}, [125] = {.lex_state = 2}, [126] = {.lex_state = 2}, [127] = {.lex_state = 2}, [128] = {.lex_state = 2}, [129] = {.lex_state = 2}, [130] = {.lex_state = 2}, [131] = {.lex_state = 2}, [132] = {.lex_state = 0}, [133] = {.lex_state = 0}, [134] = {.lex_state = 2}, [135] = {.lex_state = 0}, [136] = {.lex_state = 2}, [137] = {.lex_state = 2}, [138] = {.lex_state = 2}, [139] = {.lex_state = 2}, [140] = {.lex_state = 2}, [141] = {.lex_state = 2}, [142] = {.lex_state = 2}, [143] = {.lex_state = 2}, [144] = {.lex_state = 2}, [145] = {.lex_state = 2}, [146] = {.lex_state = 2}, [147] = {.lex_state = 2}, [148] = {.lex_state = 2}, [149] = {.lex_state = 2}, [150] = {.lex_state = 2}, [151] = {.lex_state = 2}, [152] = {.lex_state = 2}, [153] = {.lex_state = 2}, [154] = {.lex_state = 2}, [155] = {.lex_state = 2}, [156] = {.lex_state = 2}, [157] = {.lex_state = 2}, [158] = {.lex_state = 2}, [159] = {.lex_state = 2}, [160] = {.lex_state = 2}, [161] = {.lex_state = 2}, [162] = {.lex_state = 2}, [163] = {.lex_state = 2}, [164] = {.lex_state = 2}, [165] = {.lex_state = 2}, [166] = {.lex_state = 2}, [167] = {.lex_state = 2}, [168] = {.lex_state = 2}, [169] = {.lex_state = 2}, [170] = {.lex_state = 2}, [171] = {.lex_state = 2}, [172] = {.lex_state = 2}, [173] = {.lex_state = 2}, [174] = {.lex_state = 2}, [175] = {.lex_state = 0}, [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 = 0}, [184] = {.lex_state = 0}, [185] = {.lex_state = 0}, [186] = {.lex_state = 0}, [187] = {.lex_state = 0}, [188] = {.lex_state = 0}, [189] = {.lex_state = 0}, [190] = {.lex_state = 0}, [191] = {.lex_state = 0}, [192] = {.lex_state = 0}, [193] = {.lex_state = 0}, [194] = {.lex_state = 0}, [195] = {.lex_state = 0}, [196] = {.lex_state = 0}, [197] = {.lex_state = 0}, [198] = {.lex_state = 0}, [199] = {.lex_state = 0}, [200] = {.lex_state = 0}, [201] = {.lex_state = 0}, [202] = {.lex_state = 0}, [203] = {.lex_state = 0}, [204] = {.lex_state = 0}, [205] = {.lex_state = 0}, [206] = {.lex_state = 0}, [207] = {.lex_state = 0}, [208] = {.lex_state = 0}, [209] = {.lex_state = 0}, [210] = {.lex_state = 0}, [211] = {.lex_state = 0}, [212] = {.lex_state = 0}, [213] = {.lex_state = 0}, [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 = 0}, [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}, [229] = {.lex_state = 0}, [230] = {.lex_state = 0}, [231] = {.lex_state = 0}, [232] = {.lex_state = 0}, [233] = {.lex_state = 0}, [234] = {.lex_state = 0}, [235] = {.lex_state = 0}, [236] = {.lex_state = 0}, [237] = {.lex_state = 0}, [238] = {.lex_state = 0}, [239] = {.lex_state = 0}, [240] = {.lex_state = 0}, [241] = {.lex_state = 0}, [242] = {.lex_state = 0}, [243] = {.lex_state = 0}, [244] = {.lex_state = 0}, [245] = {.lex_state = 0}, [246] = {.lex_state = 0}, [247] = {.lex_state = 0}, [248] = {.lex_state = 0}, [249] = {.lex_state = 0}, [250] = {.lex_state = 0}, [251] = {.lex_state = 0}, [252] = {.lex_state = 0}, [253] = {.lex_state = 0}, [254] = {.lex_state = 0}, [255] = {.lex_state = 0}, [256] = {.lex_state = 0}, [257] = {.lex_state = 0}, [258] = {.lex_state = 0}, [259] = {.lex_state = 0}, [260] = {.lex_state = 0}, [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 = 0}, [270] = {.lex_state = 0}, [271] = {.lex_state = 0}, [272] = {.lex_state = 0}, [273] = {.lex_state = 0}, [274] = {.lex_state = 0}, [275] = {.lex_state = 0}, [276] = {.lex_state = 0}, [277] = {.lex_state = 0}, [278] = {.lex_state = 0}, [279] = {.lex_state = 0}, [280] = {.lex_state = 0}, [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 = 0}, [290] = {.lex_state = 0}, [291] = {.lex_state = 0}, [292] = {.lex_state = 0}, [293] = {.lex_state = 0}, [294] = {.lex_state = 0}, [295] = {.lex_state = 0}, [296] = {.lex_state = 0}, [297] = {.lex_state = 0}, [298] = {.lex_state = 0}, [299] = {.lex_state = 0}, [300] = {.lex_state = 0}, [301] = {.lex_state = 0}, [302] = {.lex_state = 0}, [303] = {.lex_state = 0}, [304] = {.lex_state = 0}, [305] = {.lex_state = 0}, [306] = {.lex_state = 0}, [307] = {.lex_state = 0}, [308] = {.lex_state = 0}, [309] = {.lex_state = 0}, [310] = {.lex_state = 0}, [311] = {.lex_state = 0}, [312] = {.lex_state = 0}, [313] = {.lex_state = 0}, [314] = {.lex_state = 0}, [315] = {.lex_state = 0}, [316] = {.lex_state = 0}, [317] = {.lex_state = 0}, [318] = {.lex_state = 0}, [319] = {.lex_state = 0}, [320] = {.lex_state = 0}, [321] = {.lex_state = 0}, [322] = {.lex_state = 0}, [323] = {.lex_state = 0}, [324] = {.lex_state = 0}, [325] = {.lex_state = 0}, [326] = {.lex_state = 0}, [327] = {.lex_state = 0}, [328] = {.lex_state = 0}, [329] = {.lex_state = 0}, [330] = {.lex_state = 0}, [331] = {.lex_state = 0}, [332] = {.lex_state = 0}, [333] = {.lex_state = 0}, [334] = {.lex_state = 0}, [335] = {.lex_state = 0}, [336] = {.lex_state = 0}, [337] = {.lex_state = 0}, [338] = {.lex_state = 0}, [339] = {.lex_state = 0}, [340] = {.lex_state = 0}, [341] = {.lex_state = 0}, [342] = {.lex_state = 0}, [343] = {.lex_state = 2}, [344] = {.lex_state = 2}, [345] = {.lex_state = 2}, [346] = {.lex_state = 2}, [347] = {.lex_state = 2}, [348] = {.lex_state = 2}, [349] = {.lex_state = 2}, [350] = {.lex_state = 2}, [351] = {.lex_state = 2}, [352] = {.lex_state = 2}, [353] = {.lex_state = 2}, [354] = {.lex_state = 2}, [355] = {.lex_state = 2}, [356] = {.lex_state = 2}, [357] = {.lex_state = 2}, [358] = {.lex_state = 2}, [359] = {.lex_state = 2}, [360] = {.lex_state = 2}, [361] = {.lex_state = 2}, [362] = {.lex_state = 2}, [363] = {.lex_state = 2}, [364] = {.lex_state = 0}, [365] = {.lex_state = 0}, [366] = {.lex_state = 0}, [367] = {.lex_state = 0}, [368] = {.lex_state = 0}, [369] = {.lex_state = 0}, [370] = {.lex_state = 0}, [371] = {.lex_state = 0}, [372] = {.lex_state = 0}, [373] = {.lex_state = 0}, [374] = {.lex_state = 0}, [375] = {.lex_state = 0}, [376] = {.lex_state = 0}, [377] = {.lex_state = 0}, [378] = {.lex_state = 0}, [379] = {.lex_state = 0}, [380] = {.lex_state = 0}, [381] = {.lex_state = 0}, [382] = {.lex_state = 0}, [383] = {.lex_state = 0}, [384] = {.lex_state = 0}, [385] = {.lex_state = 0}, [386] = {.lex_state = 0}, [387] = {.lex_state = 0}, [388] = {.lex_state = 0}, [389] = {.lex_state = 0}, [390] = {.lex_state = 0}, [391] = {.lex_state = 0}, [392] = {.lex_state = 0}, [393] = {.lex_state = 0}, [394] = {.lex_state = 0}, [395] = {.lex_state = 0}, [396] = {.lex_state = 3}, [397] = {.lex_state = 3}, [398] = {.lex_state = 0}, [399] = {.lex_state = 3}, [400] = {.lex_state = 0}, [401] = {.lex_state = 0}, [402] = {.lex_state = 0}, [403] = {.lex_state = 0}, [404] = {.lex_state = 0}, [405] = {.lex_state = 0}, [406] = {.lex_state = 0}, [407] = {.lex_state = 0}, [408] = {.lex_state = 0}, [409] = {.lex_state = 0}, [410] = {.lex_state = 0}, [411] = {.lex_state = 0}, [412] = {.lex_state = 0}, [413] = {.lex_state = 0}, [414] = {.lex_state = 0}, [415] = {.lex_state = 0}, [416] = {.lex_state = 0}, [417] = {.lex_state = 0}, [418] = {.lex_state = 0}, [419] = {.lex_state = 0}, [420] = {.lex_state = 0}, [421] = {.lex_state = 0}, [422] = {.lex_state = 0}, [423] = {.lex_state = 0}, [424] = {.lex_state = 0}, [425] = {.lex_state = 0}, [426] = {.lex_state = 0}, [427] = {.lex_state = 0}, [428] = {.lex_state = 0}, [429] = {.lex_state = 0}, [430] = {.lex_state = 0}, [431] = {.lex_state = 0}, [432] = {.lex_state = 0}, [433] = {.lex_state = 0}, [434] = {.lex_state = 0}, [435] = {.lex_state = 0}, [436] = {.lex_state = 0}, [437] = {.lex_state = 0}, [438] = {.lex_state = 0}, [439] = {.lex_state = 7}, [440] = {.lex_state = 0}, [441] = {.lex_state = 0}, [442] = {.lex_state = 8}, [443] = {.lex_state = 0}, [444] = {.lex_state = 0}, [445] = {.lex_state = 0}, [446] = {.lex_state = 0}, [447] = {.lex_state = 0}, [448] = {.lex_state = 0}, [449] = {.lex_state = 0}, [450] = {.lex_state = 0}, [451] = {.lex_state = 0}, [452] = {.lex_state = 0}, [453] = {.lex_state = 0}, [454] = {.lex_state = 0}, [455] = {.lex_state = 0}, [456] = {.lex_state = 0}, [457] = {.lex_state = 0}, [458] = {.lex_state = 0}, [459] = {.lex_state = 0}, [460] = {.lex_state = 0}, [461] = {.lex_state = 0}, [462] = {.lex_state = 0}, [463] = {.lex_state = 0}, [464] = {.lex_state = 0}, [465] = {.lex_state = 0}, [466] = {.lex_state = 0}, [467] = {.lex_state = 0}, [468] = {.lex_state = 0}, [469] = {.lex_state = 0}, [470] = {.lex_state = 0}, [471] = {.lex_state = 0}, [472] = {.lex_state = 0}, [473] = {.lex_state = 0}, [474] = {.lex_state = 0}, [475] = {.lex_state = 0}, [476] = {.lex_state = 0}, [477] = {.lex_state = 0}, [478] = {.lex_state = 0}, [479] = {.lex_state = 0}, [480] = {.lex_state = 0}, [481] = {.lex_state = 0}, [482] = {.lex_state = 0}, [483] = {.lex_state = 0}, [484] = {.lex_state = 0}, [485] = {.lex_state = 0}, [486] = {.lex_state = 0}, [487] = {.lex_state = 0}, [488] = {.lex_state = 0}, [489] = {.lex_state = 0}, [490] = {.lex_state = 0}, [491] = {.lex_state = 0}, [492] = {.lex_state = 0}, [493] = {.lex_state = 0}, [494] = {.lex_state = 0}, [495] = {.lex_state = 0}, [496] = {.lex_state = 0}, [497] = {.lex_state = 0}, [498] = {.lex_state = 0}, [499] = {.lex_state = 0}, [500] = {.lex_state = 0}, [501] = {.lex_state = 0}, [502] = {.lex_state = 0}, [503] = {.lex_state = 0}, [504] = {.lex_state = 0}, [505] = {.lex_state = 0}, [506] = {.lex_state = 0}, [507] = {.lex_state = 0}, [508] = {.lex_state = 0}, [509] = {.lex_state = 0}, [510] = {.lex_state = 0}, [511] = {.lex_state = 0}, [512] = {.lex_state = 0}, [513] = {.lex_state = 0}, [514] = {.lex_state = 0}, [515] = {.lex_state = 0}, [516] = {.lex_state = 0}, [517] = {.lex_state = 0}, [518] = {.lex_state = 0}, [519] = {.lex_state = 0}, [520] = {.lex_state = 0}, [521] = {.lex_state = 0}, [522] = {.lex_state = 0}, [523] = {.lex_state = 0}, [524] = {.lex_state = 0}, [525] = {.lex_state = 0}, [526] = {.lex_state = 0}, [527] = {.lex_state = 0}, [528] = {.lex_state = 0}, [529] = {.lex_state = 0}, [530] = {.lex_state = 0}, [531] = {.lex_state = 0}, [532] = {.lex_state = 0}, [533] = {.lex_state = 0}, [534] = {.lex_state = 0}, [535] = {.lex_state = 0}, [536] = {.lex_state = 0}, [537] = {.lex_state = 0}, [538] = {.lex_state = 0}, [539] = {.lex_state = 0}, [540] = {.lex_state = 0}, [541] = {.lex_state = 0}, [542] = {.lex_state = 0}, [543] = {.lex_state = 0}, [544] = {.lex_state = 0}, [545] = {.lex_state = 0}, [546] = {.lex_state = 0}, [547] = {.lex_state = 0}, [548] = {.lex_state = 0}, [549] = {.lex_state = 0}, [550] = {.lex_state = 0}, [551] = {.lex_state = 0}, [552] = {.lex_state = 0}, [553] = {.lex_state = 0}, [554] = {.lex_state = 0}, [555] = {.lex_state = 0}, [556] = {.lex_state = 0}, [557] = {.lex_state = 0}, [558] = {.lex_state = 0}, [559] = {.lex_state = 0}, [560] = {.lex_state = 0}, [561] = {.lex_state = 0}, [562] = {.lex_state = 0}, [563] = {.lex_state = 0}, [564] = {.lex_state = 0}, [565] = {.lex_state = 0}, [566] = {.lex_state = 0}, [567] = {.lex_state = 0}, [568] = {.lex_state = 0}, [569] = {.lex_state = 0}, [570] = {.lex_state = 0}, [571] = {.lex_state = 0}, [572] = {.lex_state = 0}, [573] = {.lex_state = 0}, [574] = {.lex_state = 0}, [575] = {.lex_state = 0}, [576] = {.lex_state = 0}, [577] = {.lex_state = 0}, [578] = {.lex_state = 0}, [579] = {.lex_state = 0}, [580] = {.lex_state = 0}, [581] = {.lex_state = 0}, [582] = {.lex_state = 0}, [583] = {.lex_state = 0}, [584] = {.lex_state = 0}, [585] = {.lex_state = 0}, [586] = {.lex_state = 0}, [587] = {.lex_state = 0}, [588] = {.lex_state = 0}, [589] = {.lex_state = 0}, [590] = {.lex_state = 0}, [591] = {.lex_state = 0}, [592] = {.lex_state = 0}, [593] = {.lex_state = 0}, [594] = {.lex_state = 0}, [595] = {.lex_state = 0}, [596] = {.lex_state = 0}, [597] = {.lex_state = 0}, [598] = {.lex_state = 0}, [599] = {.lex_state = 0}, [600] = {.lex_state = 0}, [601] = {.lex_state = 0}, [602] = {.lex_state = 0}, [603] = {.lex_state = 0}, [604] = {.lex_state = 0}, [605] = {.lex_state = 0}, [606] = {.lex_state = 0}, [607] = {.lex_state = 171}, [608] = {.lex_state = 0}, [609] = {.lex_state = 0}, [610] = {.lex_state = 0}, [611] = {.lex_state = 0}, [612] = {.lex_state = 0}, [613] = {.lex_state = 0}, [614] = {.lex_state = 0}, [615] = {.lex_state = 0}, [616] = {.lex_state = 0}, [617] = {.lex_state = 0}, [618] = {.lex_state = 0}, [619] = {.lex_state = 0}, [620] = {.lex_state = 0}, [621] = {.lex_state = 0}, [622] = {.lex_state = 0}, [623] = {.lex_state = 0}, [624] = {.lex_state = 0}, [625] = {.lex_state = 0}, [626] = {.lex_state = 0}, [627] = {.lex_state = 0}, [628] = {.lex_state = 0}, [629] = {.lex_state = 0}, [630] = {.lex_state = 0}, [631] = {.lex_state = 0}, [632] = {.lex_state = 0}, [633] = {.lex_state = 0}, [634] = {.lex_state = 0}, [635] = {.lex_state = 0}, [636] = {.lex_state = 0}, [637] = {.lex_state = 0}, [638] = {.lex_state = 0}, [639] = {.lex_state = 0}, [640] = {.lex_state = 0}, [641] = {.lex_state = 0}, [642] = {.lex_state = 0}, [643] = {.lex_state = 0}, [644] = {.lex_state = 0}, [645] = {.lex_state = 0}, [646] = {.lex_state = 0}, [647] = {.lex_state = 0}, [648] = {.lex_state = 0}, [649] = {.lex_state = 0}, [650] = {.lex_state = 0}, [651] = {.lex_state = 0}, [652] = {.lex_state = 0}, [653] = {.lex_state = 0}, [654] = {.lex_state = 0}, [655] = {.lex_state = 0}, [656] = {.lex_state = 0}, [657] = {.lex_state = 0}, [658] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(0)] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [anon_sym_use] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_COLON_COLON] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [anon_sym_export] = ACTIONS(1), [anon_sym_const] = ACTIONS(1), [anon_sym_let] = ACTIONS(1), [anon_sym_ATthreadlocal] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_ATsymbol] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_def] = ACTIONS(1), [anon_sym_type] = ACTIONS(1), [anon_sym_fn] = ACTIONS(1), [anon_sym_ATfini] = ACTIONS(1), [anon_sym_ATinit] = ACTIONS(1), [anon_sym_ATtest] = ACTIONS(1), [anon_sym_ATnoreturn] = ACTIONS(1), [anon_sym__] = ACTIONS(1), [anon_sym_DOT_DOT_DOT] = ACTIONS(1), [anon_sym_i8] = ACTIONS(1), [anon_sym_i16] = ACTIONS(1), [anon_sym_i32] = ACTIONS(1), [anon_sym_i64] = ACTIONS(1), [anon_sym_u8] = ACTIONS(1), [anon_sym_u16] = ACTIONS(1), [anon_sym_u32] = ACTIONS(1), [anon_sym_u64] = ACTIONS(1), [anon_sym_int] = ACTIONS(1), [anon_sym_uint] = ACTIONS(1), [anon_sym_size] = ACTIONS(1), [anon_sym_uintptr] = ACTIONS(1), [anon_sym_char] = ACTIONS(1), [anon_sym_f32] = ACTIONS(1), [anon_sym_f64] = ACTIONS(1), [anon_sym_rune] = ACTIONS(1), [anon_sym_str] = ACTIONS(1), [anon_sym_bool] = ACTIONS(1), [anon_sym_void] = ACTIONS(1), [anon_sym_nullable] = ACTIONS(1), [anon_sym_BANG] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_enum] = ACTIONS(1), [anon_sym_struct] = ACTIONS(1), [anon_sym_ATpacked] = ACTIONS(1), [anon_sym_union] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_AToffset] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_for] = ACTIONS(1), [anon_sym_break] = ACTIONS(1), [anon_sym_defer] = ACTIONS(1), [anon_sym_return] = ACTIONS(1), [anon_sym_yield] = ACTIONS(1), [anon_sym_static] = ACTIONS(1), [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_DASH_EQ] = ACTIONS(1), [anon_sym_STAR_EQ] = ACTIONS(1), [anon_sym_SLASH_EQ] = ACTIONS(1), [anon_sym_PERCENT_EQ] = ACTIONS(1), [anon_sym_LT_LT_EQ] = ACTIONS(1), [anon_sym_GT_GT_EQ] = ACTIONS(1), [anon_sym_PIPE_EQ] = ACTIONS(1), [anon_sym_AMP_EQ] = ACTIONS(1), [anon_sym_CARET_EQ] = ACTIONS(1), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1), [anon_sym_AMP_AMP_EQ] = ACTIONS(1), [anon_sym_CARET_CARET_EQ] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_TILDE] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_PIPE_PIPE] = ACTIONS(1), [anon_sym_AMP_AMP] = ACTIONS(1), [anon_sym_CARET_CARET] = ACTIONS(1), [anon_sym_CARET] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(1), [anon_sym_GT_GT] = ACTIONS(1), [anon_sym_as] = ACTIONS(1), [anon_sym_is] = ACTIONS(1), [anon_sym_DOT_DOT] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [anon_sym_switch] = ACTIONS(1), [anon_sym_match] = ACTIONS(1), [anon_sym_case] = ACTIONS(1), [anon_sym_EQ_GT] = ACTIONS(1), [aux_sym_number_token1] = ACTIONS(1), [aux_sym_number_token2] = ACTIONS(1), [aux_sym_float_token1] = ACTIONS(1), [aux_sym_float_token2] = ACTIONS(1), [anon_sym_i] = ACTIONS(1), [anon_sym_u] = ACTIONS(1), [anon_sym_z] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [anon_sym_BQUOTE] = ACTIONS(1), [anon_sym_SQUOTE] = ACTIONS(1), [aux_sym__escape_sequence_token1] = ACTIONS(1), [sym_escape_sequence] = ACTIONS(1), [anon_sym_true] = ACTIONS(1), [anon_sym_false] = ACTIONS(1), [sym_null] = ACTIONS(1), [sym_comment] = ACTIONS(3), }, [STATE(1)] = { [sym_module] = STATE(644), [sym_imports] = STATE(364), [sym_use_statement] = STATE(370), [sym_declarations] = STATE(623), [sym_declaration] = STATE(655), [sym_global_declaration] = STATE(592), [sym_declaration_attribute] = STATE(398), [sym_constant_declaration] = STATE(592), [sym_type_declaration] = STATE(592), [sym_function_declaration] = STATE(592), [sym_function_attribute] = STATE(387), [aux_sym_imports_repeat1] = STATE(370), [aux_sym_declarations_repeat1] = STATE(367), [aux_sym_function_declaration_repeat1] = STATE(387), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_use] = ACTIONS(7), [anon_sym_export] = ACTIONS(9), [anon_sym_const] = ACTIONS(11), [anon_sym_let] = ACTIONS(11), [anon_sym_ATsymbol] = ACTIONS(13), [anon_sym_def] = ACTIONS(15), [anon_sym_type] = ACTIONS(17), [anon_sym_fn] = ACTIONS(19), [anon_sym_ATfini] = ACTIONS(21), [anon_sym_ATinit] = ACTIONS(21), [anon_sym_ATtest] = ACTIONS(21), [anon_sym_ATnoreturn] = ACTIONS(21), [sym_comment] = ACTIONS(3), }, [STATE(2)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(245), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_EQ] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_COMMA] = ACTIONS(29), [anon_sym_RBRACE] = ACTIONS(29), [anon_sym_STAR] = ACTIONS(31), [anon_sym_SEMI] = ACTIONS(29), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_RPAREN] = ACTIONS(29), [anon_sym_DOT_DOT_DOT] = ACTIONS(29), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(31), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(29), [anon_sym_struct] = ACTIONS(43), [anon_sym_PIPE] = ACTIONS(25), [anon_sym_if] = ACTIONS(45), [anon_sym_else] = ACTIONS(25), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS_EQ] = ACTIONS(29), [anon_sym_DASH_EQ] = ACTIONS(29), [anon_sym_STAR_EQ] = ACTIONS(29), [anon_sym_SLASH_EQ] = ACTIONS(29), [anon_sym_PERCENT_EQ] = ACTIONS(29), [anon_sym_LT_LT_EQ] = ACTIONS(29), [anon_sym_GT_GT_EQ] = ACTIONS(29), [anon_sym_PIPE_EQ] = ACTIONS(29), [anon_sym_AMP_EQ] = ACTIONS(29), [anon_sym_CARET_EQ] = ACTIONS(29), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(29), [anon_sym_AMP_AMP_EQ] = ACTIONS(29), [anon_sym_CARET_CARET_EQ] = ACTIONS(29), [anon_sym_PLUS] = ACTIONS(31), [anon_sym_DASH] = ACTIONS(31), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(53), [anon_sym_SLASH] = ACTIONS(25), [anon_sym_PERCENT] = ACTIONS(25), [anon_sym_PIPE_PIPE] = ACTIONS(25), [anon_sym_AMP_AMP] = ACTIONS(25), [anon_sym_CARET_CARET] = ACTIONS(25), [anon_sym_CARET] = ACTIONS(25), [anon_sym_EQ_EQ] = ACTIONS(29), [anon_sym_BANG_EQ] = ACTIONS(29), [anon_sym_GT] = ACTIONS(25), [anon_sym_GT_EQ] = ACTIONS(29), [anon_sym_LT_EQ] = ACTIONS(29), [anon_sym_LT] = ACTIONS(25), [anon_sym_LT_LT] = ACTIONS(25), [anon_sym_GT_GT] = ACTIONS(25), [anon_sym_as] = ACTIONS(25), [anon_sym_is] = ACTIONS(25), [anon_sym_DOT_DOT] = ACTIONS(25), [anon_sym_DOT] = ACTIONS(25), [anon_sym_QMARK] = ACTIONS(29), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [anon_sym_EQ_GT] = ACTIONS(29), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(3)] = { [sym_declaration_attribute] = STATE(398), [sym_function_attribute] = STATE(654), [sym_type] = STATE(254), [sym_builtin_type] = STATE(216), [sym_pointer_type] = STATE(216), [sym_const_type] = STATE(216), [sym_error_type] = STATE(216), [sym_array_type] = STATE(216), [sym_enum_type] = STATE(216), [sym_slice_type] = STATE(216), [sym_struct_type] = STATE(216), [sym_tuple_type] = STATE(216), [sym_union_type] = STATE(216), [sym_tagged_union_type] = STATE(216), [sym_function_type] = STATE(216), [sym_unwrapped_type] = STATE(216), [sym_scoped_type_identifier] = STATE(179), [sym_identifier] = ACTIONS(73), [anon_sym_EQ] = ACTIONS(75), [anon_sym_LBRACE] = ACTIONS(77), [anon_sym_COMMA] = ACTIONS(77), [anon_sym_RBRACE] = ACTIONS(77), [anon_sym_STAR] = ACTIONS(79), [anon_sym_SEMI] = ACTIONS(77), [anon_sym_const] = ACTIONS(81), [anon_sym_COLON] = ACTIONS(77), [anon_sym_ATsymbol] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(83), [anon_sym_RPAREN] = ACTIONS(77), [anon_sym_fn] = ACTIONS(85), [anon_sym_ATfini] = ACTIONS(21), [anon_sym_ATinit] = ACTIONS(21), [anon_sym_ATtest] = ACTIONS(21), [anon_sym_ATnoreturn] = ACTIONS(21), [anon_sym_DOT_DOT_DOT] = ACTIONS(87), [anon_sym_i8] = ACTIONS(89), [anon_sym_i16] = ACTIONS(89), [anon_sym_i32] = ACTIONS(89), [anon_sym_i64] = ACTIONS(89), [anon_sym_u8] = ACTIONS(89), [anon_sym_u16] = ACTIONS(89), [anon_sym_u32] = ACTIONS(89), [anon_sym_u64] = ACTIONS(89), [anon_sym_int] = ACTIONS(89), [anon_sym_uint] = ACTIONS(89), [anon_sym_size] = ACTIONS(89), [anon_sym_uintptr] = ACTIONS(89), [anon_sym_char] = ACTIONS(89), [anon_sym_f32] = ACTIONS(89), [anon_sym_f64] = ACTIONS(89), [anon_sym_rune] = ACTIONS(89), [anon_sym_str] = ACTIONS(89), [anon_sym_bool] = ACTIONS(89), [anon_sym_void] = ACTIONS(89), [anon_sym_nullable] = ACTIONS(91), [anon_sym_BANG] = ACTIONS(93), [anon_sym_LBRACK] = ACTIONS(95), [anon_sym_RBRACK] = ACTIONS(77), [anon_sym_enum] = ACTIONS(97), [anon_sym_struct] = ACTIONS(99), [anon_sym_union] = ACTIONS(101), [anon_sym_PIPE] = ACTIONS(75), [anon_sym_else] = ACTIONS(75), [anon_sym_PLUS_EQ] = ACTIONS(77), [anon_sym_DASH_EQ] = ACTIONS(77), [anon_sym_STAR_EQ] = ACTIONS(77), [anon_sym_SLASH_EQ] = ACTIONS(77), [anon_sym_PERCENT_EQ] = ACTIONS(77), [anon_sym_LT_LT_EQ] = ACTIONS(77), [anon_sym_GT_GT_EQ] = ACTIONS(77), [anon_sym_PIPE_EQ] = ACTIONS(77), [anon_sym_AMP_EQ] = ACTIONS(77), [anon_sym_CARET_EQ] = ACTIONS(77), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(77), [anon_sym_AMP_AMP_EQ] = ACTIONS(77), [anon_sym_CARET_CARET_EQ] = ACTIONS(77), [anon_sym_PLUS] = ACTIONS(75), [anon_sym_DASH] = ACTIONS(75), [anon_sym_AMP] = ACTIONS(75), [anon_sym_SLASH] = ACTIONS(75), [anon_sym_PERCENT] = ACTIONS(75), [anon_sym_PIPE_PIPE] = ACTIONS(75), [anon_sym_AMP_AMP] = ACTIONS(75), [anon_sym_CARET_CARET] = ACTIONS(75), [anon_sym_CARET] = ACTIONS(75), [anon_sym_EQ_EQ] = ACTIONS(77), [anon_sym_BANG_EQ] = ACTIONS(77), [anon_sym_GT] = ACTIONS(75), [anon_sym_GT_EQ] = ACTIONS(77), [anon_sym_LT_EQ] = ACTIONS(77), [anon_sym_LT] = ACTIONS(75), [anon_sym_LT_LT] = ACTIONS(75), [anon_sym_GT_GT] = ACTIONS(75), [anon_sym_as] = ACTIONS(75), [anon_sym_is] = ACTIONS(75), [anon_sym_DOT_DOT] = ACTIONS(75), [anon_sym_DOT] = ACTIONS(75), [anon_sym_QMARK] = ACTIONS(77), [anon_sym_EQ_GT] = ACTIONS(77), [sym_comment] = ACTIONS(3), }, [STATE(4)] = { [sym_declaration_attribute] = STATE(398), [sym_function_attribute] = STATE(654), [sym_type] = STATE(240), [sym_builtin_type] = STATE(216), [sym_pointer_type] = STATE(216), [sym_const_type] = STATE(216), [sym_error_type] = STATE(216), [sym_array_type] = STATE(216), [sym_enum_type] = STATE(216), [sym_slice_type] = STATE(216), [sym_struct_type] = STATE(216), [sym_tuple_type] = STATE(216), [sym_union_type] = STATE(216), [sym_tagged_union_type] = STATE(216), [sym_function_type] = STATE(216), [sym_unwrapped_type] = STATE(216), [sym_scoped_type_identifier] = STATE(179), [sym_identifier] = ACTIONS(73), [anon_sym_EQ] = ACTIONS(103), [anon_sym_LBRACE] = ACTIONS(105), [anon_sym_COMMA] = ACTIONS(105), [anon_sym_RBRACE] = ACTIONS(105), [anon_sym_STAR] = ACTIONS(79), [anon_sym_SEMI] = ACTIONS(105), [anon_sym_const] = ACTIONS(81), [anon_sym_COLON] = ACTIONS(105), [anon_sym_ATsymbol] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(83), [anon_sym_RPAREN] = ACTIONS(105), [anon_sym_fn] = ACTIONS(85), [anon_sym_ATfini] = ACTIONS(21), [anon_sym_ATinit] = ACTIONS(21), [anon_sym_ATtest] = ACTIONS(21), [anon_sym_ATnoreturn] = ACTIONS(21), [anon_sym_DOT_DOT_DOT] = ACTIONS(87), [anon_sym_i8] = ACTIONS(89), [anon_sym_i16] = ACTIONS(89), [anon_sym_i32] = ACTIONS(89), [anon_sym_i64] = ACTIONS(89), [anon_sym_u8] = ACTIONS(89), [anon_sym_u16] = ACTIONS(89), [anon_sym_u32] = ACTIONS(89), [anon_sym_u64] = ACTIONS(89), [anon_sym_int] = ACTIONS(89), [anon_sym_uint] = ACTIONS(89), [anon_sym_size] = ACTIONS(89), [anon_sym_uintptr] = ACTIONS(89), [anon_sym_char] = ACTIONS(89), [anon_sym_f32] = ACTIONS(89), [anon_sym_f64] = ACTIONS(89), [anon_sym_rune] = ACTIONS(89), [anon_sym_str] = ACTIONS(89), [anon_sym_bool] = ACTIONS(89), [anon_sym_void] = ACTIONS(89), [anon_sym_nullable] = ACTIONS(91), [anon_sym_BANG] = ACTIONS(93), [anon_sym_LBRACK] = ACTIONS(95), [anon_sym_RBRACK] = ACTIONS(105), [anon_sym_enum] = ACTIONS(97), [anon_sym_struct] = ACTIONS(99), [anon_sym_union] = ACTIONS(101), [anon_sym_PIPE] = ACTIONS(103), [anon_sym_else] = ACTIONS(103), [anon_sym_PLUS_EQ] = ACTIONS(105), [anon_sym_DASH_EQ] = ACTIONS(105), [anon_sym_STAR_EQ] = ACTIONS(105), [anon_sym_SLASH_EQ] = ACTIONS(105), [anon_sym_PERCENT_EQ] = ACTIONS(105), [anon_sym_LT_LT_EQ] = ACTIONS(105), [anon_sym_GT_GT_EQ] = ACTIONS(105), [anon_sym_PIPE_EQ] = ACTIONS(105), [anon_sym_AMP_EQ] = ACTIONS(105), [anon_sym_CARET_EQ] = ACTIONS(105), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(105), [anon_sym_AMP_AMP_EQ] = ACTIONS(105), [anon_sym_CARET_CARET_EQ] = ACTIONS(105), [anon_sym_PLUS] = ACTIONS(103), [anon_sym_DASH] = ACTIONS(103), [anon_sym_AMP] = ACTIONS(103), [anon_sym_SLASH] = ACTIONS(103), [anon_sym_PERCENT] = ACTIONS(103), [anon_sym_PIPE_PIPE] = ACTIONS(103), [anon_sym_AMP_AMP] = ACTIONS(103), [anon_sym_CARET_CARET] = ACTIONS(103), [anon_sym_CARET] = ACTIONS(103), [anon_sym_EQ_EQ] = ACTIONS(105), [anon_sym_BANG_EQ] = ACTIONS(105), [anon_sym_GT] = ACTIONS(103), [anon_sym_GT_EQ] = ACTIONS(105), [anon_sym_LT_EQ] = ACTIONS(105), [anon_sym_LT] = ACTIONS(103), [anon_sym_LT_LT] = ACTIONS(103), [anon_sym_GT_GT] = ACTIONS(103), [anon_sym_as] = ACTIONS(103), [anon_sym_is] = ACTIONS(103), [anon_sym_DOT_DOT] = ACTIONS(103), [anon_sym_DOT] = ACTIONS(103), [anon_sym_QMARK] = ACTIONS(105), [anon_sym_EQ_GT] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, [STATE(5)] = { [sym_declaration_attribute] = STATE(398), [sym_function_attribute] = STATE(654), [sym_type] = STATE(225), [sym_builtin_type] = STATE(216), [sym_pointer_type] = STATE(216), [sym_const_type] = STATE(216), [sym_error_type] = STATE(216), [sym_array_type] = STATE(216), [sym_enum_type] = STATE(216), [sym_slice_type] = STATE(216), [sym_struct_type] = STATE(216), [sym_tuple_type] = STATE(216), [sym_union_type] = STATE(216), [sym_tagged_union_type] = STATE(216), [sym_function_type] = STATE(216), [sym_unwrapped_type] = STATE(216), [sym_scoped_type_identifier] = STATE(179), [sym_identifier] = ACTIONS(73), [anon_sym_EQ] = ACTIONS(107), [anon_sym_LBRACE] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_RBRACE] = ACTIONS(109), [anon_sym_STAR] = ACTIONS(79), [anon_sym_SEMI] = ACTIONS(109), [anon_sym_const] = ACTIONS(81), [anon_sym_COLON] = ACTIONS(109), [anon_sym_ATsymbol] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(83), [anon_sym_RPAREN] = ACTIONS(109), [anon_sym_fn] = ACTIONS(85), [anon_sym_ATfini] = ACTIONS(21), [anon_sym_ATinit] = ACTIONS(21), [anon_sym_ATtest] = ACTIONS(21), [anon_sym_ATnoreturn] = ACTIONS(21), [anon_sym_DOT_DOT_DOT] = ACTIONS(87), [anon_sym_i8] = ACTIONS(89), [anon_sym_i16] = ACTIONS(89), [anon_sym_i32] = ACTIONS(89), [anon_sym_i64] = ACTIONS(89), [anon_sym_u8] = ACTIONS(89), [anon_sym_u16] = ACTIONS(89), [anon_sym_u32] = ACTIONS(89), [anon_sym_u64] = ACTIONS(89), [anon_sym_int] = ACTIONS(89), [anon_sym_uint] = ACTIONS(89), [anon_sym_size] = ACTIONS(89), [anon_sym_uintptr] = ACTIONS(89), [anon_sym_char] = ACTIONS(89), [anon_sym_f32] = ACTIONS(89), [anon_sym_f64] = ACTIONS(89), [anon_sym_rune] = ACTIONS(89), [anon_sym_str] = ACTIONS(89), [anon_sym_bool] = ACTIONS(89), [anon_sym_void] = ACTIONS(89), [anon_sym_nullable] = ACTIONS(91), [anon_sym_BANG] = ACTIONS(93), [anon_sym_LBRACK] = ACTIONS(95), [anon_sym_RBRACK] = ACTIONS(109), [anon_sym_enum] = ACTIONS(97), [anon_sym_struct] = ACTIONS(99), [anon_sym_union] = ACTIONS(101), [anon_sym_PIPE] = ACTIONS(107), [anon_sym_else] = ACTIONS(107), [anon_sym_PLUS_EQ] = ACTIONS(109), [anon_sym_DASH_EQ] = ACTIONS(109), [anon_sym_STAR_EQ] = ACTIONS(109), [anon_sym_SLASH_EQ] = ACTIONS(109), [anon_sym_PERCENT_EQ] = ACTIONS(109), [anon_sym_LT_LT_EQ] = ACTIONS(109), [anon_sym_GT_GT_EQ] = ACTIONS(109), [anon_sym_PIPE_EQ] = ACTIONS(109), [anon_sym_AMP_EQ] = ACTIONS(109), [anon_sym_CARET_EQ] = ACTIONS(109), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(109), [anon_sym_AMP_AMP_EQ] = ACTIONS(109), [anon_sym_CARET_CARET_EQ] = ACTIONS(109), [anon_sym_PLUS] = ACTIONS(107), [anon_sym_DASH] = ACTIONS(107), [anon_sym_AMP] = ACTIONS(107), [anon_sym_SLASH] = ACTIONS(107), [anon_sym_PERCENT] = ACTIONS(107), [anon_sym_PIPE_PIPE] = ACTIONS(107), [anon_sym_AMP_AMP] = ACTIONS(107), [anon_sym_CARET_CARET] = ACTIONS(107), [anon_sym_CARET] = ACTIONS(107), [anon_sym_EQ_EQ] = ACTIONS(109), [anon_sym_BANG_EQ] = ACTIONS(109), [anon_sym_GT] = ACTIONS(107), [anon_sym_GT_EQ] = ACTIONS(109), [anon_sym_LT_EQ] = ACTIONS(109), [anon_sym_LT] = ACTIONS(107), [anon_sym_LT_LT] = ACTIONS(107), [anon_sym_GT_GT] = ACTIONS(107), [anon_sym_as] = ACTIONS(107), [anon_sym_is] = ACTIONS(107), [anon_sym_DOT_DOT] = ACTIONS(107), [anon_sym_DOT] = ACTIONS(107), [anon_sym_QMARK] = ACTIONS(109), [anon_sym_EQ_GT] = ACTIONS(109), [sym_comment] = ACTIONS(3), }, [STATE(6)] = { [sym_declaration_attribute] = STATE(398), [sym_function_attribute] = STATE(654), [sym_type] = STATE(263), [sym_builtin_type] = STATE(216), [sym_pointer_type] = STATE(216), [sym_const_type] = STATE(216), [sym_error_type] = STATE(216), [sym_array_type] = STATE(216), [sym_enum_type] = STATE(216), [sym_slice_type] = STATE(216), [sym_struct_type] = STATE(216), [sym_tuple_type] = STATE(216), [sym_union_type] = STATE(216), [sym_tagged_union_type] = STATE(216), [sym_function_type] = STATE(216), [sym_unwrapped_type] = STATE(216), [sym_scoped_type_identifier] = STATE(179), [sym_identifier] = ACTIONS(73), [anon_sym_EQ] = ACTIONS(111), [anon_sym_LBRACE] = ACTIONS(113), [anon_sym_COMMA] = ACTIONS(113), [anon_sym_RBRACE] = ACTIONS(113), [anon_sym_STAR] = ACTIONS(79), [anon_sym_SEMI] = ACTIONS(113), [anon_sym_const] = ACTIONS(81), [anon_sym_COLON] = ACTIONS(113), [anon_sym_ATsymbol] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(83), [anon_sym_RPAREN] = ACTIONS(113), [anon_sym_fn] = ACTIONS(85), [anon_sym_ATfini] = ACTIONS(21), [anon_sym_ATinit] = ACTIONS(21), [anon_sym_ATtest] = ACTIONS(21), [anon_sym_ATnoreturn] = ACTIONS(21), [anon_sym_DOT_DOT_DOT] = ACTIONS(87), [anon_sym_i8] = ACTIONS(89), [anon_sym_i16] = ACTIONS(89), [anon_sym_i32] = ACTIONS(89), [anon_sym_i64] = ACTIONS(89), [anon_sym_u8] = ACTIONS(89), [anon_sym_u16] = ACTIONS(89), [anon_sym_u32] = ACTIONS(89), [anon_sym_u64] = ACTIONS(89), [anon_sym_int] = ACTIONS(89), [anon_sym_uint] = ACTIONS(89), [anon_sym_size] = ACTIONS(89), [anon_sym_uintptr] = ACTIONS(89), [anon_sym_char] = ACTIONS(89), [anon_sym_f32] = ACTIONS(89), [anon_sym_f64] = ACTIONS(89), [anon_sym_rune] = ACTIONS(89), [anon_sym_str] = ACTIONS(89), [anon_sym_bool] = ACTIONS(89), [anon_sym_void] = ACTIONS(89), [anon_sym_nullable] = ACTIONS(91), [anon_sym_BANG] = ACTIONS(93), [anon_sym_LBRACK] = ACTIONS(95), [anon_sym_RBRACK] = ACTIONS(113), [anon_sym_enum] = ACTIONS(97), [anon_sym_struct] = ACTIONS(99), [anon_sym_union] = ACTIONS(101), [anon_sym_PIPE] = ACTIONS(111), [anon_sym_else] = ACTIONS(111), [anon_sym_PLUS_EQ] = ACTIONS(113), [anon_sym_DASH_EQ] = ACTIONS(113), [anon_sym_STAR_EQ] = ACTIONS(113), [anon_sym_SLASH_EQ] = ACTIONS(113), [anon_sym_PERCENT_EQ] = ACTIONS(113), [anon_sym_LT_LT_EQ] = ACTIONS(113), [anon_sym_GT_GT_EQ] = ACTIONS(113), [anon_sym_PIPE_EQ] = ACTIONS(113), [anon_sym_AMP_EQ] = ACTIONS(113), [anon_sym_CARET_EQ] = ACTIONS(113), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(113), [anon_sym_AMP_AMP_EQ] = ACTIONS(113), [anon_sym_CARET_CARET_EQ] = ACTIONS(113), [anon_sym_PLUS] = ACTIONS(111), [anon_sym_DASH] = ACTIONS(111), [anon_sym_AMP] = ACTIONS(111), [anon_sym_SLASH] = ACTIONS(111), [anon_sym_PERCENT] = ACTIONS(111), [anon_sym_PIPE_PIPE] = ACTIONS(111), [anon_sym_AMP_AMP] = ACTIONS(111), [anon_sym_CARET_CARET] = ACTIONS(111), [anon_sym_CARET] = ACTIONS(111), [anon_sym_EQ_EQ] = ACTIONS(113), [anon_sym_BANG_EQ] = ACTIONS(113), [anon_sym_GT] = ACTIONS(111), [anon_sym_GT_EQ] = ACTIONS(113), [anon_sym_LT_EQ] = ACTIONS(113), [anon_sym_LT] = ACTIONS(111), [anon_sym_LT_LT] = ACTIONS(111), [anon_sym_GT_GT] = ACTIONS(111), [anon_sym_as] = ACTIONS(111), [anon_sym_is] = ACTIONS(111), [anon_sym_DOT_DOT] = ACTIONS(111), [anon_sym_DOT] = ACTIONS(111), [anon_sym_QMARK] = ACTIONS(113), [anon_sym_EQ_GT] = ACTIONS(113), [sym_comment] = ACTIONS(3), }, [STATE(7)] = { [sym_declaration_attribute] = STATE(398), [sym_function_attribute] = STATE(654), [sym_type] = STATE(266), [sym_builtin_type] = STATE(216), [sym_pointer_type] = STATE(216), [sym_const_type] = STATE(216), [sym_error_type] = STATE(216), [sym_array_type] = STATE(216), [sym_enum_type] = STATE(216), [sym_slice_type] = STATE(216), [sym_struct_type] = STATE(216), [sym_tuple_type] = STATE(216), [sym_union_type] = STATE(216), [sym_tagged_union_type] = STATE(216), [sym_function_type] = STATE(216), [sym_unwrapped_type] = STATE(216), [sym_scoped_type_identifier] = STATE(179), [sym_identifier] = ACTIONS(73), [anon_sym_EQ] = ACTIONS(115), [anon_sym_LBRACE] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_STAR] = ACTIONS(79), [anon_sym_SEMI] = ACTIONS(117), [anon_sym_const] = ACTIONS(81), [anon_sym_COLON] = ACTIONS(117), [anon_sym_ATsymbol] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(83), [anon_sym_RPAREN] = ACTIONS(117), [anon_sym_fn] = ACTIONS(85), [anon_sym_ATfini] = ACTIONS(21), [anon_sym_ATinit] = ACTIONS(21), [anon_sym_ATtest] = ACTIONS(21), [anon_sym_ATnoreturn] = ACTIONS(21), [anon_sym_DOT_DOT_DOT] = ACTIONS(87), [anon_sym_i8] = ACTIONS(89), [anon_sym_i16] = ACTIONS(89), [anon_sym_i32] = ACTIONS(89), [anon_sym_i64] = ACTIONS(89), [anon_sym_u8] = ACTIONS(89), [anon_sym_u16] = ACTIONS(89), [anon_sym_u32] = ACTIONS(89), [anon_sym_u64] = ACTIONS(89), [anon_sym_int] = ACTIONS(89), [anon_sym_uint] = ACTIONS(89), [anon_sym_size] = ACTIONS(89), [anon_sym_uintptr] = ACTIONS(89), [anon_sym_char] = ACTIONS(89), [anon_sym_f32] = ACTIONS(89), [anon_sym_f64] = ACTIONS(89), [anon_sym_rune] = ACTIONS(89), [anon_sym_str] = ACTIONS(89), [anon_sym_bool] = ACTIONS(89), [anon_sym_void] = ACTIONS(89), [anon_sym_nullable] = ACTIONS(91), [anon_sym_BANG] = ACTIONS(93), [anon_sym_LBRACK] = ACTIONS(95), [anon_sym_RBRACK] = ACTIONS(117), [anon_sym_enum] = ACTIONS(97), [anon_sym_struct] = ACTIONS(99), [anon_sym_union] = ACTIONS(101), [anon_sym_PIPE] = ACTIONS(115), [anon_sym_else] = ACTIONS(115), [anon_sym_PLUS_EQ] = ACTIONS(117), [anon_sym_DASH_EQ] = ACTIONS(117), [anon_sym_STAR_EQ] = ACTIONS(117), [anon_sym_SLASH_EQ] = ACTIONS(117), [anon_sym_PERCENT_EQ] = ACTIONS(117), [anon_sym_LT_LT_EQ] = ACTIONS(117), [anon_sym_GT_GT_EQ] = ACTIONS(117), [anon_sym_PIPE_EQ] = ACTIONS(117), [anon_sym_AMP_EQ] = ACTIONS(117), [anon_sym_CARET_EQ] = ACTIONS(117), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(117), [anon_sym_AMP_AMP_EQ] = ACTIONS(117), [anon_sym_CARET_CARET_EQ] = ACTIONS(117), [anon_sym_PLUS] = ACTIONS(115), [anon_sym_DASH] = ACTIONS(115), [anon_sym_AMP] = ACTIONS(115), [anon_sym_SLASH] = ACTIONS(115), [anon_sym_PERCENT] = ACTIONS(115), [anon_sym_PIPE_PIPE] = ACTIONS(115), [anon_sym_AMP_AMP] = ACTIONS(115), [anon_sym_CARET_CARET] = ACTIONS(115), [anon_sym_CARET] = ACTIONS(115), [anon_sym_EQ_EQ] = ACTIONS(117), [anon_sym_BANG_EQ] = ACTIONS(117), [anon_sym_GT] = ACTIONS(115), [anon_sym_GT_EQ] = ACTIONS(117), [anon_sym_LT_EQ] = ACTIONS(117), [anon_sym_LT] = ACTIONS(115), [anon_sym_LT_LT] = ACTIONS(115), [anon_sym_GT_GT] = ACTIONS(115), [anon_sym_as] = ACTIONS(115), [anon_sym_is] = ACTIONS(115), [anon_sym_DOT_DOT] = ACTIONS(115), [anon_sym_DOT] = ACTIONS(115), [anon_sym_QMARK] = ACTIONS(117), [anon_sym_EQ_GT] = ACTIONS(117), [sym_comment] = ACTIONS(3), }, [STATE(8)] = { [sym_declaration_attribute] = STATE(398), [sym_function_attribute] = STATE(609), [sym_type] = STATE(210), [sym_builtin_type] = STATE(216), [sym_pointer_type] = STATE(216), [sym_const_type] = STATE(216), [sym_error_type] = STATE(216), [sym_array_type] = STATE(216), [sym_enum_type] = STATE(216), [sym_slice_type] = STATE(216), [sym_struct_type] = STATE(216), [sym_tuple_type] = STATE(216), [sym_union_type] = STATE(216), [sym_tagged_union_type] = STATE(216), [sym_function_type] = STATE(216), [sym_unwrapped_type] = STATE(216), [sym_scoped_type_identifier] = STATE(179), [sym_identifier] = ACTIONS(73), [anon_sym_EQ] = ACTIONS(119), [anon_sym_COMMA] = ACTIONS(121), [anon_sym_STAR] = ACTIONS(123), [anon_sym_const] = ACTIONS(125), [anon_sym_COLON] = ACTIONS(121), [anon_sym_ATsymbol] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(83), [anon_sym_fn] = ACTIONS(127), [anon_sym_ATfini] = ACTIONS(21), [anon_sym_ATinit] = ACTIONS(21), [anon_sym_ATtest] = ACTIONS(21), [anon_sym_ATnoreturn] = ACTIONS(21), [anon_sym_DOT_DOT_DOT] = ACTIONS(129), [anon_sym_i8] = ACTIONS(89), [anon_sym_i16] = ACTIONS(89), [anon_sym_i32] = ACTIONS(89), [anon_sym_i64] = ACTIONS(89), [anon_sym_u8] = ACTIONS(89), [anon_sym_u16] = ACTIONS(89), [anon_sym_u32] = ACTIONS(89), [anon_sym_u64] = ACTIONS(89), [anon_sym_int] = ACTIONS(89), [anon_sym_uint] = ACTIONS(89), [anon_sym_size] = ACTIONS(89), [anon_sym_uintptr] = ACTIONS(89), [anon_sym_char] = ACTIONS(89), [anon_sym_f32] = ACTIONS(89), [anon_sym_f64] = ACTIONS(89), [anon_sym_rune] = ACTIONS(89), [anon_sym_str] = ACTIONS(89), [anon_sym_bool] = ACTIONS(89), [anon_sym_void] = ACTIONS(89), [anon_sym_nullable] = ACTIONS(131), [anon_sym_BANG] = ACTIONS(133), [anon_sym_LBRACK] = ACTIONS(135), [anon_sym_enum] = ACTIONS(97), [anon_sym_struct] = ACTIONS(99), [anon_sym_union] = ACTIONS(101), [anon_sym_PIPE] = ACTIONS(119), [anon_sym_PLUS_EQ] = ACTIONS(121), [anon_sym_DASH_EQ] = ACTIONS(121), [anon_sym_STAR_EQ] = ACTIONS(121), [anon_sym_SLASH_EQ] = ACTIONS(121), [anon_sym_PERCENT_EQ] = ACTIONS(121), [anon_sym_LT_LT_EQ] = ACTIONS(121), [anon_sym_GT_GT_EQ] = ACTIONS(121), [anon_sym_PIPE_EQ] = ACTIONS(121), [anon_sym_AMP_EQ] = ACTIONS(121), [anon_sym_CARET_EQ] = ACTIONS(121), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(121), [anon_sym_AMP_AMP_EQ] = ACTIONS(121), [anon_sym_CARET_CARET_EQ] = ACTIONS(121), [anon_sym_PLUS] = ACTIONS(119), [anon_sym_DASH] = ACTIONS(119), [anon_sym_AMP] = ACTIONS(119), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(119), [anon_sym_PIPE_PIPE] = ACTIONS(119), [anon_sym_AMP_AMP] = ACTIONS(119), [anon_sym_CARET_CARET] = ACTIONS(119), [anon_sym_CARET] = ACTIONS(119), [anon_sym_EQ_EQ] = ACTIONS(121), [anon_sym_BANG_EQ] = ACTIONS(121), [anon_sym_GT] = ACTIONS(119), [anon_sym_GT_EQ] = ACTIONS(121), [anon_sym_LT_EQ] = ACTIONS(121), [anon_sym_LT] = ACTIONS(119), [anon_sym_LT_LT] = ACTIONS(119), [anon_sym_GT_GT] = ACTIONS(119), [anon_sym_as] = ACTIONS(119), [anon_sym_is] = ACTIONS(119), [anon_sym_DOT] = ACTIONS(119), [anon_sym_QMARK] = ACTIONS(121), [anon_sym_EQ_GT] = ACTIONS(121), [sym_comment] = ACTIONS(3), }, [STATE(9)] = { [sym_builtin_type] = STATE(618), [sym_array_type] = STATE(618), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(288), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_let_expression] = STATE(618), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_let] = ACTIONS(137), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_i8] = ACTIONS(89), [anon_sym_i16] = ACTIONS(89), [anon_sym_i32] = ACTIONS(89), [anon_sym_i64] = ACTIONS(89), [anon_sym_u8] = ACTIONS(89), [anon_sym_u16] = ACTIONS(89), [anon_sym_u32] = ACTIONS(89), [anon_sym_u64] = ACTIONS(89), [anon_sym_int] = ACTIONS(89), [anon_sym_uint] = ACTIONS(89), [anon_sym_size] = ACTIONS(139), [anon_sym_uintptr] = ACTIONS(89), [anon_sym_char] = ACTIONS(89), [anon_sym_f32] = ACTIONS(89), [anon_sym_f64] = ACTIONS(89), [anon_sym_rune] = ACTIONS(89), [anon_sym_str] = ACTIONS(89), [anon_sym_bool] = ACTIONS(89), [anon_sym_void] = ACTIONS(141), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(143), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [anon_sym_EQ_GT] = ACTIONS(147), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(10)] = { [sym_statement] = STATE(10), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(10), [sym_identifier] = ACTIONS(149), [anon_sym_LBRACE] = ACTIONS(152), [anon_sym_RBRACE] = ACTIONS(155), [anon_sym_STAR] = ACTIONS(157), [anon_sym_const] = ACTIONS(160), [anon_sym_let] = ACTIONS(163), [anon_sym_COLON] = ACTIONS(166), [anon_sym_LPAREN] = ACTIONS(169), [anon_sym_size] = ACTIONS(172), [anon_sym_void] = ACTIONS(175), [anon_sym_BANG] = ACTIONS(157), [anon_sym_LBRACK] = ACTIONS(178), [anon_sym_struct] = ACTIONS(181), [anon_sym_if] = ACTIONS(184), [anon_sym_for] = ACTIONS(187), [anon_sym_break] = ACTIONS(190), [anon_sym_defer] = ACTIONS(193), [anon_sym_return] = ACTIONS(196), [anon_sym_yield] = ACTIONS(199), [anon_sym_static] = ACTIONS(202), [anon_sym_PLUS] = ACTIONS(157), [anon_sym_DASH] = ACTIONS(157), [anon_sym_TILDE] = ACTIONS(157), [anon_sym_AMP] = ACTIONS(205), [anon_sym_switch] = ACTIONS(208), [anon_sym_match] = ACTIONS(211), [anon_sym_case] = ACTIONS(214), [aux_sym_number_token1] = ACTIONS(216), [aux_sym_number_token2] = ACTIONS(216), [aux_sym_float_token1] = ACTIONS(219), [aux_sym_float_token2] = ACTIONS(219), [anon_sym_DQUOTE] = ACTIONS(222), [anon_sym_BQUOTE] = ACTIONS(225), [anon_sym_SQUOTE] = ACTIONS(228), [anon_sym_true] = ACTIONS(231), [anon_sym_false] = ACTIONS(231), [sym_null] = ACTIONS(234), [sym_comment] = ACTIONS(3), }, [STATE(11)] = { [sym_statement] = STATE(10), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(10), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_RBRACE] = ACTIONS(237), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [anon_sym_case] = ACTIONS(251), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(12)] = { [sym_statement] = STATE(10), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(10), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_RBRACE] = ACTIONS(253), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [anon_sym_case] = ACTIONS(255), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(13)] = { [sym_statement] = STATE(10), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(10), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_RBRACE] = ACTIONS(257), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [anon_sym_case] = ACTIONS(259), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(14)] = { [sym_statement] = STATE(15), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(15), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_RBRACE] = ACTIONS(261), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(15)] = { [sym_statement] = STATE(10), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(10), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_RBRACE] = ACTIONS(263), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(16)] = { [sym_statement] = STATE(17), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(17), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_RBRACE] = ACTIONS(263), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(17)] = { [sym_statement] = STATE(10), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(10), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_RBRACE] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(18)] = { [sym_statement] = STATE(12), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(12), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(19)] = { [sym_statement] = STATE(11), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(11), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(20)] = { [sym_statement] = STATE(13), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [aux_sym_block_repeat1] = STATE(13), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(21)] = { [sym_statement] = STATE(363), [sym_expression_statement] = STATE(347), [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_break_statement] = STATE(347), [sym_defer_statement] = STATE(347), [sym_return_statement] = STATE(181), [sym_yield_statement] = STATE(347), [sym_static_operation] = STATE(347), [sym_let_declaration] = STATE(347), [sym_const_declaration] = STATE(347), [sym_expression] = STATE(324), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(239), [anon_sym_let] = ACTIONS(241), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_break] = ACTIONS(243), [anon_sym_defer] = ACTIONS(245), [anon_sym_return] = ACTIONS(49), [anon_sym_yield] = ACTIONS(247), [anon_sym_static] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(22)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(275), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_variadic_argument] = STATE(487), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_COMMA] = ACTIONS(267), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_RPAREN] = ACTIONS(269), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(23)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(327), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_const] = ACTIONS(271), [anon_sym_let] = ACTIONS(273), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(24)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(277), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_COMMA] = ACTIONS(275), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(277), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(25)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(303), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_let_expression] = STATE(651), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_let] = ACTIONS(137), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(26)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(341), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(279), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym__] = ACTIONS(281), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(283), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(27)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(282), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_variadic_argument] = STATE(549), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_RPAREN] = ACTIONS(285), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(28)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(282), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_variadic_argument] = STATE(549), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_RPAREN] = ACTIONS(287), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(29)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(277), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_COMMA] = ACTIONS(275), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(289), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(30)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(342), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(291), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym__] = ACTIONS(293), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(295), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(31)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(293), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_RPAREN] = ACTIONS(297), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(32)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(282), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_variadic_argument] = STATE(549), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(33)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(235), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(299), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(34)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(553), [sym_return_statement] = STATE(181), [sym_expression] = STATE(332), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_SEMI] = ACTIONS(301), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(35)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(331), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(303), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(36)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(284), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(305), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(37)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(293), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_RPAREN] = ACTIONS(307), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(38)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(284), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(309), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(39)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(301), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_DOT_DOT] = ACTIONS(311), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(40)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(314), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(313), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(41)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(235), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(315), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, [STATE(42)] = { [sym_block] = STATE(181), [sym_if_statement] = STATE(181), [sym_for_statement] = STATE(181), [sym_label] = STATE(617), [sym_return_statement] = STATE(181), [sym_expression] = STATE(284), [sym_assignment_expression] = STATE(181), [sym_update_expression] = STATE(181), [sym_unary_expression] = STATE(181), [sym_binary_expression] = STATE(181), [sym_error_assertion_expression] = STATE(181), [sym_cast_expression] = STATE(181), [sym_size_expression] = STATE(181), [sym_call_expression] = STATE(181), [sym_index_expression] = STATE(181), [sym_range_expression] = STATE(181), [sym_member_expression] = STATE(181), [sym_try_expression] = STATE(181), [sym_parenthesis_expression] = STATE(181), [sym_switch_expression] = STATE(181), [sym_match_expression] = STATE(181), [sym_literal] = STATE(181), [sym_array_literal] = STATE(207), [sym_struct_literal] = STATE(207), [sym_tuple_literal] = STATE(207), [sym_number] = STATE(207), [sym_float] = STATE(207), [sym_string] = STATE(132), [sym_raw_string] = STATE(207), [sym_concatenated_string] = STATE(207), [sym_rune] = STATE(207), [sym_boolean] = STATE(207), [sym_void] = STATE(207), [sym_scoped_type_identifier] = STATE(177), [sym_identifier] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_STAR] = ACTIONS(51), [anon_sym_COLON] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_size] = ACTIONS(37), [anon_sym_void] = ACTIONS(39), [anon_sym_BANG] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(41), [anon_sym_RBRACK] = ACTIONS(317), [anon_sym_struct] = ACTIONS(43), [anon_sym_if] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_return] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [anon_sym_AMP] = ACTIONS(145), [anon_sym_switch] = ACTIONS(55), [anon_sym_match] = ACTIONS(57), [aux_sym_number_token1] = ACTIONS(59), [aux_sym_number_token2] = ACTIONS(59), [aux_sym_float_token1] = ACTIONS(61), [aux_sym_float_token2] = ACTIONS(61), [anon_sym_DQUOTE] = ACTIONS(63), [anon_sym_BQUOTE] = ACTIONS(65), [anon_sym_SQUOTE] = ACTIONS(67), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [sym_null] = ACTIONS(71), [sym_comment] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(269), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [123] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(196), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [246] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(197), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [369] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(198), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [492] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(199), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [615] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(200), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [738] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(201), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [861] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(202), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [984] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(203), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [1107] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(313), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [1230] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(311), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [1353] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(291), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [1476] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(319), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [1599] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(299), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [1722] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(280), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [1845] = 6, ACTIONS(3), 1, sym_comment, STATE(251), 1, sym_integer_suffix, ACTIONS(325), 2, anon_sym_i, anon_sym_u, ACTIONS(323), 9, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_z, ACTIONS(319), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(321), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [1922] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(337), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [2045] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(338), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [2168] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(339), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [2291] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(290), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [2414] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(289), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [2537] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(330), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [2660] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(305), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [2783] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(178), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [2906] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(325), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [3029] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(274), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [3152] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(307), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [3275] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(297), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [3398] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(298), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [3521] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(328), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [3644] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(304), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [3767] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(315), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [3890] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(316), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [4013] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(318), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [4136] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(323), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [4259] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(306), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [4382] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(281), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [4505] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(293), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [4628] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(284), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [4751] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(276), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [4874] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(333), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [4997] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(334), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [5120] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(336), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [5243] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(317), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [5366] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(295), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [5489] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(300), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [5612] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(279), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [5735] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(302), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [5858] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(259), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [5981] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(260), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [6104] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(340), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [6227] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(261), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [6350] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(235), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [6473] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(283), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [6596] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(320), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [6719] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(321), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [6842] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(322), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [6965] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(285), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [7088] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(286), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [7211] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(287), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [7334] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(278), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [7457] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(335), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [7580] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(329), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [7703] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(296), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [7826] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(309), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [7949] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(188), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [8072] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(310), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [8195] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(292), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [8318] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(312), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [8441] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(189), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [8564] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(246), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [8687] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(326), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [8810] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(193), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [8933] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(194), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [9056] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(195), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [9179] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, sym_identifier, ACTIONS(27), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(35), 1, anon_sym_LPAREN, ACTIONS(37), 1, anon_sym_size, ACTIONS(39), 1, anon_sym_void, ACTIONS(41), 1, anon_sym_LBRACK, ACTIONS(43), 1, anon_sym_struct, ACTIONS(45), 1, anon_sym_if, ACTIONS(47), 1, anon_sym_for, ACTIONS(49), 1, anon_sym_return, ACTIONS(55), 1, anon_sym_switch, ACTIONS(57), 1, anon_sym_match, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(65), 1, anon_sym_BQUOTE, ACTIONS(67), 1, anon_sym_SQUOTE, ACTIONS(71), 1, sym_null, ACTIONS(145), 1, anon_sym_AMP, STATE(132), 1, sym_string, STATE(177), 1, sym_scoped_type_identifier, STATE(294), 1, sym_expression, STATE(617), 1, sym_label, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, ACTIONS(61), 2, aux_sym_float_token1, aux_sym_float_token2, ACTIONS(69), 2, anon_sym_true, anon_sym_false, ACTIONS(51), 5, anon_sym_STAR, anon_sym_BANG, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, STATE(207), 10, sym_array_literal, sym_struct_literal, sym_tuple_literal, sym_number, sym_float, sym_raw_string, sym_concatenated_string, sym_rune, sym_boolean, sym_void, STATE(181), 20, sym_block, sym_if_statement, sym_for_statement, sym_return_statement, sym_assignment_expression, sym_update_expression, sym_unary_expression, sym_binary_expression, sym_error_assertion_expression, sym_cast_expression, sym_size_expression, sym_call_expression, sym_index_expression, sym_range_expression, sym_member_expression, sym_try_expression, sym_parenthesis_expression, sym_switch_expression, sym_match_expression, sym_literal, [9302] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(115), 1, anon_sym_EQ, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(266), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, ACTIONS(117), 6, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_EQ_GT, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [9410] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(103), 1, anon_sym_EQ, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(240), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, ACTIONS(105), 6, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_EQ_GT, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [9518] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(75), 1, anon_sym_EQ, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(254), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, ACTIONS(77), 6, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_EQ_GT, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [9626] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(111), 1, anon_sym_EQ, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(263), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, ACTIONS(113), 6, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_EQ_GT, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [9734] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(107), 1, anon_sym_EQ, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(225), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, ACTIONS(109), 6, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_EQ_GT, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [9842] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, ACTIONS(331), 1, anon_sym_EQ, ACTIONS(333), 1, anon_sym_SEMI, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(545), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [9945] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, ACTIONS(335), 1, anon_sym_EQ, ACTIONS(337), 1, anon_sym_SEMI, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(562), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [10048] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, ACTIONS(339), 1, anon_sym_EQ, ACTIONS(341), 1, anon_sym_SEMI, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(542), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [10151] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, ACTIONS(343), 1, anon_sym_EQ, ACTIONS(345), 1, anon_sym_SEMI, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(566), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [10254] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, ACTIONS(347), 1, anon_sym_EQ, ACTIONS(349), 1, anon_sym_SEMI, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(573), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [10357] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, ACTIONS(351), 1, anon_sym_EQ, ACTIONS(353), 1, anon_sym_SEMI, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(565), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [10460] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, ACTIONS(355), 1, anon_sym_EQ, ACTIONS(357), 1, anon_sym_SEMI, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(559), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [10563] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, ACTIONS(359), 1, anon_sym_EQ, ACTIONS(361), 1, anon_sym_SEMI, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(561), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [10666] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(63), 1, anon_sym_DQUOTE, STATE(135), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(363), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(365), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [10732] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(371), 1, anon_sym_DQUOTE, STATE(133), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(367), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(369), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [10798] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, ACTIONS(374), 1, anon_sym_RPAREN, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(414), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [10898] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(63), 1, anon_sym_DQUOTE, STATE(133), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(376), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(378), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [10964] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(234), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [11061] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(81), 1, anon_sym_const, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(85), 1, anon_sym_fn, ACTIONS(87), 1, anon_sym_DOT_DOT_DOT, ACTIONS(91), 1, anon_sym_nullable, ACTIONS(95), 1, anon_sym_LBRACK, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(380), 1, anon_sym_STAR, ACTIONS(382), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(204), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(654), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [11158] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(210), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [11255] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(81), 1, anon_sym_const, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(85), 1, anon_sym_fn, ACTIONS(87), 1, anon_sym_DOT_DOT_DOT, ACTIONS(91), 1, anon_sym_nullable, ACTIONS(95), 1, anon_sym_LBRACK, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(380), 1, anon_sym_STAR, ACTIONS(382), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(205), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(654), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [11352] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(475), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [11449] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(273), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [11546] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(603), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [11643] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(408), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [11740] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(589), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [11837] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, STATE(619), 1, sym_type, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [11934] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(209), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [12031] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(270), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [12128] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(581), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [12225] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(438), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [12322] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(443), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [12419] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(560), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [12516] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(584), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [12613] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, STATE(641), 1, sym_type, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [12710] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(577), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [12807] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(578), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [12904] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, STATE(612), 1, sym_type, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13001] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(516), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13098] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(491), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13195] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(271), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13292] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(226), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13389] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(466), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13486] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(459), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13583] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(609), 1, sym_function_attribute, STATE(627), 1, sym_type, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13680] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(81), 1, anon_sym_const, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(85), 1, anon_sym_fn, ACTIONS(87), 1, anon_sym_DOT_DOT_DOT, ACTIONS(91), 1, anon_sym_nullable, ACTIONS(95), 1, anon_sym_LBRACK, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(380), 1, anon_sym_STAR, ACTIONS(382), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(190), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(654), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13777] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(419), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13874] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(81), 1, anon_sym_const, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(85), 1, anon_sym_fn, ACTIONS(87), 1, anon_sym_DOT_DOT_DOT, ACTIONS(91), 1, anon_sym_nullable, ACTIONS(95), 1, anon_sym_LBRACK, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(380), 1, anon_sym_STAR, ACTIONS(382), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(273), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(654), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [13971] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(81), 1, anon_sym_const, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(85), 1, anon_sym_fn, ACTIONS(87), 1, anon_sym_DOT_DOT_DOT, ACTIONS(91), 1, anon_sym_nullable, ACTIONS(95), 1, anon_sym_LBRACK, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(380), 1, anon_sym_STAR, ACTIONS(382), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(234), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(654), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [14068] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(81), 1, anon_sym_const, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(85), 1, anon_sym_fn, ACTIONS(87), 1, anon_sym_DOT_DOT_DOT, ACTIONS(91), 1, anon_sym_nullable, ACTIONS(95), 1, anon_sym_LBRACK, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(380), 1, anon_sym_STAR, ACTIONS(382), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(209), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(654), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [14165] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(81), 1, anon_sym_const, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(85), 1, anon_sym_fn, ACTIONS(87), 1, anon_sym_DOT_DOT_DOT, ACTIONS(91), 1, anon_sym_nullable, ACTIONS(95), 1, anon_sym_LBRACK, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(380), 1, anon_sym_STAR, ACTIONS(382), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(210), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(654), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [14262] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(81), 1, anon_sym_const, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(85), 1, anon_sym_fn, ACTIONS(87), 1, anon_sym_DOT_DOT_DOT, ACTIONS(91), 1, anon_sym_nullable, ACTIONS(95), 1, anon_sym_LBRACK, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(380), 1, anon_sym_STAR, ACTIONS(382), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(226), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(654), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [14359] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(81), 1, anon_sym_const, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(85), 1, anon_sym_fn, ACTIONS(87), 1, anon_sym_DOT_DOT_DOT, ACTIONS(91), 1, anon_sym_nullable, ACTIONS(95), 1, anon_sym_LBRACK, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(380), 1, anon_sym_STAR, ACTIONS(382), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(270), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(654), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [14456] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(81), 1, anon_sym_const, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(85), 1, anon_sym_fn, ACTIONS(87), 1, anon_sym_DOT_DOT_DOT, ACTIONS(91), 1, anon_sym_nullable, ACTIONS(95), 1, anon_sym_LBRACK, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(380), 1, anon_sym_STAR, ACTIONS(382), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(271), 1, sym_type, STATE(398), 1, sym_declaration_attribute, STATE(654), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [14553] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(541), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [14650] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(73), 1, sym_identifier, ACTIONS(83), 1, anon_sym_LPAREN, ACTIONS(97), 1, anon_sym_enum, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(125), 1, anon_sym_const, ACTIONS(127), 1, anon_sym_fn, ACTIONS(129), 1, anon_sym_DOT_DOT_DOT, ACTIONS(131), 1, anon_sym_nullable, ACTIONS(135), 1, anon_sym_LBRACK, ACTIONS(327), 1, anon_sym_STAR, ACTIONS(329), 1, anon_sym_BANG, STATE(179), 1, sym_scoped_type_identifier, STATE(398), 1, sym_declaration_attribute, STATE(489), 1, sym_type, STATE(609), 1, sym_function_attribute, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(216), 13, sym_builtin_type, sym_pointer_type, sym_const_type, sym_error_type, sym_array_type, sym_enum_type, sym_slice_type, sym_struct_type, sym_tuple_type, sym_union_type, sym_tagged_union_type, sym_function_type, sym_unwrapped_type, ACTIONS(89), 19, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_uint, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [14747] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(384), 20, anon_sym_EQ, anon_sym_STAR, anon_sym_COLON, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(386), 32, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [14807] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(388), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(390), 33, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, anon_sym_DQUOTE, [14867] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(394), 1, anon_sym_COLON_COLON, ACTIONS(396), 1, anon_sym_LBRACE, ACTIONS(392), 20, anon_sym_EQ, anon_sym_STAR, anon_sym_COLON, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(398), 30, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [14931] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(416), 1, anon_sym_else, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(444), 1, anon_sym_DOT_DOT, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, STATE(250), 1, sym_else_statement, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(402), 8, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [15039] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(394), 1, anon_sym_COLON_COLON, ACTIONS(450), 20, anon_sym_EQ, anon_sym_STAR, anon_sym_COLON, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(452), 31, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15101] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(454), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(456), 33, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, anon_sym_DQUOTE, [15161] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(392), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(398), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15220] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(458), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(460), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15279] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(462), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(464), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15338] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(466), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(468), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15397] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(470), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(472), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15456] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(474), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(476), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(478), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(480), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15574] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(484), 1, anon_sym_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(482), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [15677] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(486), 18, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, ACTIONS(488), 27, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [15748] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(490), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(492), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15807] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(494), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(496), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15866] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(498), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(500), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [15925] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(486), 7, anon_sym_EQ, anon_sym_BANG, anon_sym_PIPE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_DOT_DOT, ACTIONS(488), 23, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [16012] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(504), 1, anon_sym_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(502), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [16115] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(486), 15, anon_sym_EQ, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, ACTIONS(488), 27, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [16188] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(486), 9, anon_sym_EQ, anon_sym_BANG, anon_sym_PIPE, anon_sym_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_DOT_DOT, ACTIONS(488), 23, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [16271] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(486), 5, anon_sym_EQ, anon_sym_BANG, anon_sym_PIPE_PIPE, anon_sym_CARET_CARET, anon_sym_DOT_DOT, ACTIONS(488), 23, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [16362] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(486), 6, anon_sym_EQ, anon_sym_BANG, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_DOT_DOT, ACTIONS(488), 23, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [16451] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(486), 4, anon_sym_EQ, anon_sym_BANG, anon_sym_CARET_CARET, anon_sym_DOT_DOT, ACTIONS(488), 23, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [16544] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(486), 8, anon_sym_EQ, anon_sym_BANG, anon_sym_PIPE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_DOT_DOT, ACTIONS(488), 23, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [16629] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(486), 9, anon_sym_EQ, anon_sym_BANG, anon_sym_PIPE, anon_sym_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_DOT_DOT, ACTIONS(488), 25, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [16710] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(486), 11, anon_sym_EQ, anon_sym_BANG, anon_sym_PIPE, anon_sym_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, ACTIONS(488), 27, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [16787] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(486), 13, anon_sym_EQ, anon_sym_BANG, anon_sym_PIPE, anon_sym_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, ACTIONS(488), 27, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_EQ_GT, [16862] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(506), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(508), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [16921] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(510), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(512), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [16980] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(514), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(516), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17039] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(363), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(365), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17098] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(518), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(520), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17157] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(522), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(524), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17216] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(526), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(528), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17275] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(530), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(532), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17334] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(534), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(536), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17393] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(538), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(540), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17452] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(542), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(544), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17511] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(546), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(548), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17570] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(450), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(452), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17629] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(550), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(552), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17688] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(554), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(556), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17747] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(558), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(560), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17806] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(562), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(564), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17865] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(566), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(568), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17924] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(570), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(572), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [17983] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(574), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(576), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18042] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(578), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(580), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18101] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(582), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(584), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18160] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(586), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(588), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18219] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(590), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(592), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18278] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(594), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(596), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18337] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(598), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(600), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18396] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(602), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(604), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18455] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(606), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(608), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18514] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(610), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(612), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18573] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(614), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(616), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18632] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(618), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(620), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18691] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(622), 18, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, ACTIONS(624), 30, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18756] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(626), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(628), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18815] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(630), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(632), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18874] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(634), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(636), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18933] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(638), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(640), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [18992] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(642), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(644), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19051] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(646), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(648), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19110] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(650), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(652), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19169] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(654), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(656), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19228] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(119), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(121), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19287] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(660), 1, anon_sym_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(658), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [19390] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(662), 18, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, ACTIONS(664), 30, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19455] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(666), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(668), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19514] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(670), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(672), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19573] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(674), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(676), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19632] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(678), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(680), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19691] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(682), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(684), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19750] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(686), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(688), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19809] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(690), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(692), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19868] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(694), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(696), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19927] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(698), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(700), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [19986] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(702), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(704), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [20045] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(706), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(708), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [20104] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(710), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(712), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [20163] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(716), 1, anon_sym_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(714), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [20266] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(720), 1, anon_sym_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(718), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [20369] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(724), 1, anon_sym_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(722), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [20472] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(726), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(728), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [20531] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(730), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(732), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [20590] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(734), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(736), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [20649] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(738), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(740), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [20708] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(742), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(744), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [20767] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(746), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(748), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [20826] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(750), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(752), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [20885] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(756), 1, anon_sym_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(754), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [20988] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(758), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(760), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [21047] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(762), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(764), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [21106] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(766), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(768), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [21165] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(770), 19, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_DOT, ACTIONS(772), 32, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_else, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_QMARK, anon_sym_EQ_GT, [21224] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(776), 1, anon_sym_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(774), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_else, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [21327] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(778), 1, anon_sym_COMMA, ACTIONS(780), 1, anon_sym_RPAREN, ACTIONS(782), 1, anon_sym_DOT_DOT_DOT, STATE(457), 1, aux_sym_call_expression_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [21428] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(784), 1, anon_sym_COMMA, ACTIONS(788), 1, anon_sym_DOT, STATE(432), 1, aux_sym_let_expression_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(786), 2, anon_sym_SEMI, anon_sym_EQ_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [21527] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(790), 1, anon_sym_COMMA, ACTIONS(792), 1, anon_sym_DOT_DOT_DOT, ACTIONS(794), 1, anon_sym_RBRACK, STATE(526), 1, aux_sym_array_literal_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [21628] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(784), 1, anon_sym_COMMA, ACTIONS(788), 1, anon_sym_DOT, STATE(441), 1, aux_sym_let_expression_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(796), 2, anon_sym_SEMI, anon_sym_EQ_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [21727] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(800), 1, anon_sym_SEMI, STATE(490), 1, aux_sym_let_declaration_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [21825] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(802), 1, anon_sym_COMMA, ACTIONS(804), 1, anon_sym_RPAREN, STATE(463), 1, aux_sym_case_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [21923] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(806), 1, anon_sym_SEMI, STATE(470), 1, aux_sym_let_declaration_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22021] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(782), 1, anon_sym_DOT_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(808), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22117] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(802), 1, anon_sym_COMMA, ACTIONS(810), 1, anon_sym_RPAREN, STATE(463), 1, aux_sym_case_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22215] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(814), 1, anon_sym_DOT_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(812), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22311] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(816), 1, anon_sym_COMMA, ACTIONS(818), 1, anon_sym_SEMI, STATE(504), 1, aux_sym_const_declaration_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22409] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(820), 1, anon_sym_SEMI, STATE(505), 1, aux_sym_let_declaration_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22507] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(822), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22601] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(824), 1, anon_sym_COMMA, ACTIONS(826), 1, anon_sym_EQ_GT, STATE(507), 1, aux_sym_case_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22699] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(828), 1, anon_sym_SEMI, STATE(478), 1, aux_sym_let_declaration_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22797] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(816), 1, anon_sym_COMMA, ACTIONS(830), 1, anon_sym_SEMI, STATE(494), 1, aux_sym_const_declaration_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22895] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(832), 1, anon_sym_COMMA, ACTIONS(834), 1, anon_sym_SEMI, STATE(510), 1, aux_sym_constant_declaration_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [22993] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(836), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [23087] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(838), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [23181] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(816), 1, anon_sym_COMMA, ACTIONS(840), 1, anon_sym_SEMI, STATE(468), 1, aux_sym_const_declaration_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [23279] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(816), 1, anon_sym_COMMA, ACTIONS(842), 1, anon_sym_SEMI, STATE(488), 1, aux_sym_const_declaration_repeat1, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [23377] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(844), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [23470] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(846), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [23563] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(848), 2, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [23656] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(850), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [23749] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(852), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [23842] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(446), 1, anon_sym_DOT, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(854), 1, anon_sym_RBRACK, ACTIONS(856), 1, anon_sym_DOT_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [23937] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(858), 2, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [24030] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(860), 1, anon_sym_SEMI, ACTIONS(862), 1, anon_sym_RPAREN, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [24125] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(864), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [24218] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(866), 2, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [24311] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(868), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [24404] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(870), 1, anon_sym_SEMI, ACTIONS(872), 1, anon_sym_RPAREN, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [24499] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(874), 1, anon_sym_EQ_GT, ACTIONS(750), 17, anon_sym_EQ, anon_sym_STAR, anon_sym_BANG, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET_CARET, anon_sym_CARET, anon_sym_GT, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(752), 25, anon_sym_COMMA, anon_sym_COLON, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_as, anon_sym_is, anon_sym_DOT, anon_sym_QMARK, [24552] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(877), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [24645] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(879), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [24738] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(881), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [24831] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(883), 2, anon_sym_COMMA, anon_sym_SEMI, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [24924] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(885), 1, anon_sym_LBRACE, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25016] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(303), 1, anon_sym_RBRACK, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25108] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(887), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25200] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(889), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25292] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(891), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25384] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(893), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25476] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(895), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25568] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(897), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25660] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(899), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25752] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(901), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25844] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(903), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [25936] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(905), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26028] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(907), 1, anon_sym_RPAREN, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26120] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(909), 1, anon_sym_LBRACE, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26212] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(911), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26304] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(913), 1, anon_sym_RPAREN, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26396] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(915), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26488] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(917), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26580] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(919), 1, anon_sym_RBRACK, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26672] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(921), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26764] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(923), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26856] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(925), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [26948] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(927), 1, anon_sym_RPAREN, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [27040] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(929), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [27132] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(931), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [27224] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(933), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [27316] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(935), 1, anon_sym_SEMI, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [27408] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(937), 1, anon_sym_RPAREN, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [27500] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(299), 1, anon_sym_RBRACK, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [27592] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(315), 1, anon_sym_RBRACK, ACTIONS(400), 1, anon_sym_EQ, ACTIONS(406), 1, anon_sym_COLON, ACTIONS(408), 1, anon_sym_LPAREN, ACTIONS(410), 1, anon_sym_BANG, ACTIONS(412), 1, anon_sym_LBRACK, ACTIONS(414), 1, anon_sym_PIPE, ACTIONS(422), 1, anon_sym_AMP, ACTIONS(424), 1, anon_sym_PIPE_PIPE, ACTIONS(426), 1, anon_sym_AMP_AMP, ACTIONS(428), 1, anon_sym_CARET_CARET, ACTIONS(430), 1, anon_sym_CARET, ACTIONS(440), 1, anon_sym_as, ACTIONS(442), 1, anon_sym_is, ACTIONS(448), 1, anon_sym_QMARK, ACTIONS(788), 1, anon_sym_DOT, ACTIONS(420), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(432), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(434), 2, anon_sym_GT, anon_sym_LT, ACTIONS(436), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(438), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(404), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(418), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_PIPE_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_AMP_AMP_EQ, anon_sym_CARET_CARET_EQ, [27684] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(941), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(939), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [27729] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(945), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(943), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [27774] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(949), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(947), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [27819] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(953), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(951), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [27864] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(957), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(955), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [27909] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(961), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(959), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [27954] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(965), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(963), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [27999] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(969), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(967), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28044] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(973), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(971), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28089] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(977), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(975), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28134] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(981), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(979), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28179] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(985), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(983), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28224] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(989), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(987), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28269] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(993), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(991), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28314] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(997), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(995), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28359] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1001), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(999), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1005), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(1003), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28449] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1009), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(1007), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28494] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1013), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(1011), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28539] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1017), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(1015), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28584] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1021), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_STAR, anon_sym_COLON, anon_sym_LPAREN, anon_sym_BANG, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_TILDE, anon_sym_AMP, aux_sym_float_token1, aux_sym_float_token2, anon_sym_DQUOTE, anon_sym_BQUOTE, anon_sym_SQUOTE, ACTIONS(1019), 21, anon_sym_const, anon_sym_let, anon_sym_size, anon_sym_void, anon_sym_struct, anon_sym_if, anon_sym_for, anon_sym_break, anon_sym_defer, anon_sym_return, anon_sym_yield, anon_sym_static, anon_sym_switch, anon_sym_match, anon_sym_case, aux_sym_number_token1, aux_sym_number_token2, anon_sym_true, anon_sym_false, sym_null, sym_identifier, [28629] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(9), 1, anon_sym_export, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(15), 1, anon_sym_def, ACTIONS(17), 1, anon_sym_type, ACTIONS(19), 1, anon_sym_fn, ACTIONS(1023), 1, ts_builtin_sym_end, STATE(367), 1, aux_sym_declarations_repeat1, STATE(398), 1, sym_declaration_attribute, STATE(583), 1, sym_declarations, STATE(655), 1, sym_declaration, ACTIONS(11), 2, anon_sym_const, anon_sym_let, STATE(387), 2, sym_function_attribute, aux_sym_function_declaration_repeat1, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(592), 4, sym_global_declaration, sym_constant_declaration, sym_type_declaration, sym_function_declaration, [28683] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1025), 1, ts_builtin_sym_end, ACTIONS(1027), 1, anon_sym_export, ACTIONS(1033), 1, anon_sym_ATsymbol, ACTIONS(1036), 1, anon_sym_def, ACTIONS(1039), 1, anon_sym_type, ACTIONS(1042), 1, anon_sym_fn, STATE(365), 1, aux_sym_declarations_repeat1, STATE(398), 1, sym_declaration_attribute, STATE(655), 1, sym_declaration, ACTIONS(1030), 2, anon_sym_const, anon_sym_let, STATE(387), 2, sym_function_attribute, aux_sym_function_declaration_repeat1, ACTIONS(1045), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(592), 4, sym_global_declaration, sym_constant_declaration, sym_type_declaration, sym_function_declaration, [28734] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_uint, ACTIONS(1048), 1, anon_sym_LBRACE, STATE(653), 1, sym_builtin_type, ACTIONS(1050), 18, anon_sym_i8, anon_sym_i16, anon_sym_i32, anon_sym_i64, anon_sym_u8, anon_sym_u16, anon_sym_u32, anon_sym_u64, anon_sym_int, anon_sym_size, anon_sym_uintptr, anon_sym_char, anon_sym_f32, anon_sym_f64, anon_sym_rune, anon_sym_str, anon_sym_bool, anon_sym_void, [28767] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(9), 1, anon_sym_export, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(15), 1, anon_sym_def, ACTIONS(17), 1, anon_sym_type, ACTIONS(19), 1, anon_sym_fn, ACTIONS(1052), 1, ts_builtin_sym_end, STATE(365), 1, aux_sym_declarations_repeat1, STATE(398), 1, sym_declaration_attribute, STATE(655), 1, sym_declaration, ACTIONS(11), 2, anon_sym_const, anon_sym_let, STATE(387), 2, sym_function_attribute, aux_sym_function_declaration_repeat1, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(592), 4, sym_global_declaration, sym_constant_declaration, sym_type_declaration, sym_function_declaration, [28818] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(15), 1, anon_sym_def, ACTIONS(17), 1, anon_sym_type, ACTIONS(19), 1, anon_sym_fn, STATE(398), 1, sym_declaration_attribute, STATE(611), 1, sym_declaration, ACTIONS(11), 2, anon_sym_const, anon_sym_let, STATE(387), 2, sym_function_attribute, aux_sym_function_declaration_repeat1, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, STATE(592), 4, sym_global_declaration, sym_constant_declaration, sym_type_declaration, sym_function_declaration, [28860] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1056), 1, anon_sym_use, STATE(369), 2, sym_use_statement, aux_sym_imports_repeat1, ACTIONS(1054), 12, ts_builtin_sym_end, anon_sym_export, anon_sym_const, anon_sym_let, anon_sym_ATsymbol, anon_sym_def, anon_sym_type, anon_sym_fn, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [28885] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_use, STATE(369), 2, sym_use_statement, aux_sym_imports_repeat1, ACTIONS(1059), 12, ts_builtin_sym_end, anon_sym_export, anon_sym_const, anon_sym_let, anon_sym_ATsymbol, anon_sym_def, anon_sym_type, anon_sym_fn, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [28910] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1061), 13, ts_builtin_sym_end, anon_sym_use, anon_sym_export, anon_sym_const, anon_sym_let, anon_sym_ATsymbol, anon_sym_def, anon_sym_type, anon_sym_fn, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [28929] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1063), 13, ts_builtin_sym_end, anon_sym_use, anon_sym_export, anon_sym_const, anon_sym_let, anon_sym_ATsymbol, anon_sym_def, anon_sym_type, anon_sym_fn, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [28948] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1065), 13, ts_builtin_sym_end, anon_sym_use, anon_sym_export, anon_sym_const, anon_sym_let, anon_sym_ATsymbol, anon_sym_def, anon_sym_type, anon_sym_fn, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [28967] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1067), 13, ts_builtin_sym_end, anon_sym_use, anon_sym_export, anon_sym_const, anon_sym_let, anon_sym_ATsymbol, anon_sym_def, anon_sym_type, anon_sym_fn, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [28986] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1069), 13, ts_builtin_sym_end, anon_sym_use, anon_sym_export, anon_sym_const, anon_sym_let, anon_sym_ATsymbol, anon_sym_def, anon_sym_type, anon_sym_fn, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [29005] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1025), 12, ts_builtin_sym_end, anon_sym_export, anon_sym_const, anon_sym_let, anon_sym_ATsymbol, anon_sym_def, anon_sym_type, anon_sym_fn, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [29023] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1071), 12, ts_builtin_sym_end, anon_sym_export, anon_sym_const, anon_sym_let, anon_sym_ATsymbol, anon_sym_def, anon_sym_type, anon_sym_fn, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [29041] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(1073), 1, sym_identifier, ACTIONS(1075), 1, anon_sym_RBRACE, ACTIONS(1077), 1, anon_sym_AToffset, STATE(400), 1, sym_offset_specifier, STATE(529), 1, sym_scoped_type_identifier, STATE(556), 1, sym_field, STATE(552), 2, sym_struct_type, sym_union_type, [29073] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(1073), 1, sym_identifier, ACTIONS(1077), 1, anon_sym_AToffset, ACTIONS(1079), 1, anon_sym_RBRACE, STATE(400), 1, sym_offset_specifier, STATE(529), 1, sym_scoped_type_identifier, STATE(556), 1, sym_field, STATE(552), 2, sym_struct_type, sym_union_type, [29105] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(1073), 1, sym_identifier, ACTIONS(1077), 1, anon_sym_AToffset, ACTIONS(1081), 1, anon_sym_RBRACE, STATE(400), 1, sym_offset_specifier, STATE(529), 1, sym_scoped_type_identifier, STATE(556), 1, sym_field, STATE(552), 2, sym_struct_type, sym_union_type, [29137] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(1073), 1, sym_identifier, ACTIONS(1077), 1, anon_sym_AToffset, ACTIONS(1083), 1, anon_sym_RBRACE, STATE(400), 1, sym_offset_specifier, STATE(529), 1, sym_scoped_type_identifier, STATE(556), 1, sym_field, STATE(552), 2, sym_struct_type, sym_union_type, [29169] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(1073), 1, sym_identifier, ACTIONS(1077), 1, anon_sym_AToffset, ACTIONS(1085), 1, anon_sym_RBRACE, STATE(400), 1, sym_offset_specifier, STATE(529), 1, sym_scoped_type_identifier, STATE(556), 1, sym_field, STATE(552), 2, sym_struct_type, sym_union_type, [29201] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(1073), 1, sym_identifier, ACTIONS(1077), 1, anon_sym_AToffset, STATE(400), 1, sym_offset_specifier, STATE(454), 1, sym_field, STATE(529), 1, sym_scoped_type_identifier, STATE(552), 2, sym_struct_type, sym_union_type, [29230] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(1073), 1, sym_identifier, ACTIONS(1077), 1, anon_sym_AToffset, STATE(400), 1, sym_offset_specifier, STATE(529), 1, sym_scoped_type_identifier, STATE(556), 1, sym_field, STATE(552), 2, sym_struct_type, sym_union_type, [29259] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(1073), 1, sym_identifier, ACTIONS(1077), 1, anon_sym_AToffset, STATE(400), 1, sym_offset_specifier, STATE(479), 1, sym_field, STATE(529), 1, sym_scoped_type_identifier, STATE(552), 2, sym_struct_type, sym_union_type, [29288] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1087), 1, anon_sym_ATsymbol, ACTIONS(1090), 1, anon_sym_fn, STATE(398), 1, sym_declaration_attribute, STATE(386), 2, sym_function_attribute, aux_sym_function_declaration_repeat1, ACTIONS(1092), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [29311] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(1095), 1, anon_sym_fn, STATE(398), 1, sym_declaration_attribute, STATE(386), 2, sym_function_attribute, aux_sym_function_declaration_repeat1, ACTIONS(21), 4, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [29334] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(1073), 1, sym_identifier, ACTIONS(1077), 1, anon_sym_AToffset, STATE(400), 1, sym_offset_specifier, STATE(499), 1, sym_field, STATE(529), 1, sym_scoped_type_identifier, STATE(552), 2, sym_struct_type, sym_union_type, [29363] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1097), 2, anon_sym_fn, sym_identifier, ACTIONS(1099), 6, anon_sym_ATthreadlocal, anon_sym_ATsymbol, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [29379] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_struct, ACTIONS(1101), 1, sym_identifier, ACTIONS(1103), 1, anon_sym_RBRACE, ACTIONS(1105), 1, anon_sym_DOT_DOT_DOT, STATE(535), 1, sym_scoped_type_identifier, STATE(550), 1, sym_struct_literal, STATE(580), 1, sym_field_assignment, [29404] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_struct, ACTIONS(1101), 1, sym_identifier, ACTIONS(1107), 1, anon_sym_RBRACE, ACTIONS(1109), 1, anon_sym_DOT_DOT_DOT, STATE(535), 1, sym_scoped_type_identifier, STATE(550), 1, sym_struct_literal, STATE(580), 1, sym_field_assignment, [29429] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_struct, ACTIONS(1101), 1, sym_identifier, ACTIONS(1111), 1, anon_sym_DOT_DOT_DOT, STATE(513), 1, sym_field_assignment, STATE(535), 1, sym_scoped_type_identifier, STATE(550), 1, sym_struct_literal, [29451] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(784), 1, anon_sym_COMMA, ACTIONS(1113), 1, anon_sym_EQ, ACTIONS(1117), 1, anon_sym_COLON, STATE(418), 1, aux_sym_let_expression_repeat1, ACTIONS(1115), 2, anon_sym_SEMI, anon_sym_EQ_GT, [29471] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_struct, ACTIONS(1101), 1, sym_identifier, ACTIONS(1103), 1, anon_sym_RBRACE, STATE(535), 1, sym_scoped_type_identifier, STATE(550), 1, sym_struct_literal, STATE(580), 1, sym_field_assignment, [29493] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_struct, ACTIONS(1101), 1, sym_identifier, ACTIONS(1107), 1, anon_sym_RBRACE, STATE(535), 1, sym_scoped_type_identifier, STATE(550), 1, sym_struct_literal, STATE(580), 1, sym_field_assignment, [29515] = 5, ACTIONS(1119), 1, anon_sym_DQUOTE, ACTIONS(1121), 1, sym_string_content, ACTIONS(1125), 1, sym_comment, ACTIONS(1123), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, STATE(399), 2, sym__escape_sequence, aux_sym_string_repeat1, [29533] = 5, ACTIONS(1125), 1, sym_comment, ACTIONS(1127), 1, anon_sym_DQUOTE, ACTIONS(1129), 1, sym_string_content, ACTIONS(1131), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, STATE(396), 2, sym__escape_sequence, aux_sym_string_repeat1, [29551] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1133), 6, anon_sym_ATsymbol, anon_sym_fn, anon_sym_ATfini, anon_sym_ATinit, anon_sym_ATtest, anon_sym_ATnoreturn, [29563] = 5, ACTIONS(1125), 1, sym_comment, ACTIONS(1135), 1, anon_sym_DQUOTE, ACTIONS(1137), 1, sym_string_content, ACTIONS(1140), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, STATE(399), 2, sym__escape_sequence, aux_sym_string_repeat1, [29581] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_struct, ACTIONS(101), 1, anon_sym_union, ACTIONS(1143), 1, sym_identifier, STATE(498), 1, sym_scoped_type_identifier, STATE(551), 2, sym_struct_type, sym_union_type, [29601] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1147), 1, anon_sym_COMMA, ACTIONS(1149), 1, anon_sym_RPAREN, STATE(502), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [29618] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1151), 1, anon_sym_COMMA, ACTIONS(1153), 1, anon_sym_RPAREN, STATE(525), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [29635] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_SEMI, ACTIONS(1159), 1, anon_sym_COLON, STATE(511), 1, aux_sym_let_declaration_repeat1, [29654] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1161), 1, anon_sym_COMMA, ACTIONS(1163), 1, anon_sym_RPAREN, STATE(509), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [29671] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_struct, ACTIONS(1101), 1, sym_identifier, STATE(455), 1, sym_field_assignment, STATE(535), 1, sym_scoped_type_identifier, STATE(550), 1, sym_struct_literal, [29690] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_struct, ACTIONS(1101), 1, sym_identifier, STATE(535), 1, sym_scoped_type_identifier, STATE(550), 1, sym_struct_literal, STATE(580), 1, sym_field_assignment, [29709] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1165), 1, anon_sym_EQ, ACTIONS(1169), 1, anon_sym_COLON, ACTIONS(1167), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, [29724] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(784), 1, anon_sym_COMMA, ACTIONS(1171), 1, anon_sym_EQ, STATE(432), 1, aux_sym_let_expression_repeat1, ACTIONS(786), 2, anon_sym_SEMI, anon_sym_EQ_GT, [29741] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(1173), 1, sym_identifier, ACTIONS(1175), 1, anon_sym_ATthreadlocal, STATE(539), 1, sym_declaration_attribute, STATE(567), 1, sym_global_binding, [29760] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(1177), 1, anon_sym_EQ, ACTIONS(1179), 1, anon_sym_SEMI, ACTIONS(1181), 1, anon_sym_COLON, STATE(512), 1, aux_sym_let_declaration_repeat1, [29779] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_ATsymbol, ACTIONS(1173), 1, sym_identifier, ACTIONS(1175), 1, anon_sym_ATthreadlocal, STATE(456), 1, sym_global_binding, STATE(539), 1, sym_declaration_attribute, [29798] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1183), 1, anon_sym_COMMA, ACTIONS(1185), 1, anon_sym_RPAREN, STATE(515), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [29815] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 1, anon_sym_COMMA, ACTIONS(1189), 1, anon_sym_RPAREN, STATE(528), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [29832] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1191), 1, anon_sym_COMMA, ACTIONS(1193), 1, anon_sym_RPAREN, ACTIONS(1195), 1, anon_sym_PIPE, STATE(484), 1, aux_sym_tuple_type_repeat1, STATE(493), 1, aux_sym_tagged_union_type_repeat1, [29851] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1197), 1, anon_sym_COMMA, ACTIONS(1199), 1, anon_sym_RPAREN, STATE(521), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [29868] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1201), 1, anon_sym_RPAREN, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [29882] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1203), 1, anon_sym_RPAREN, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [29896] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(784), 1, anon_sym_COMMA, STATE(421), 1, aux_sym_let_expression_repeat1, ACTIONS(1205), 2, anon_sym_SEMI, anon_sym_EQ_GT, [29910] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(806), 1, anon_sym_SEMI, ACTIONS(1207), 1, anon_sym_EQ, STATE(470), 1, aux_sym_let_declaration_repeat1, [29926] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 1, anon_sym_EQ, ACTIONS(1213), 1, anon_sym_COLON, ACTIONS(1211), 2, anon_sym_COMMA, anon_sym_SEMI, [29940] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1215), 1, anon_sym_COMMA, STATE(421), 1, aux_sym_let_expression_repeat1, ACTIONS(1167), 2, anon_sym_SEMI, anon_sym_EQ_GT, [29954] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1218), 1, anon_sym_RBRACE, ACTIONS(1220), 1, anon_sym_case, STATE(425), 2, sym_case, aux_sym_switch_expression_repeat1, [29968] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1220), 1, anon_sym_case, ACTIONS(1222), 1, anon_sym_RBRACE, STATE(425), 2, sym_case, aux_sym_switch_expression_repeat1, [29982] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1224), 1, anon_sym_RPAREN, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [29996] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1226), 1, anon_sym_RBRACE, ACTIONS(1228), 1, anon_sym_case, STATE(425), 2, sym_case, aux_sym_switch_expression_repeat1, [30010] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1231), 1, anon_sym_RPAREN, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [30024] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(394), 1, anon_sym_COLON_COLON, ACTIONS(396), 1, anon_sym_LBRACE, ACTIONS(1233), 1, anon_sym_EQ, ACTIONS(1235), 1, anon_sym_COLON, [30040] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1237), 1, anon_sym_RPAREN, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [30054] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1220), 1, anon_sym_case, ACTIONS(1239), 1, anon_sym_RBRACE, STATE(422), 2, sym_case, aux_sym_switch_expression_repeat1, [30068] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1220), 1, anon_sym_case, ACTIONS(1241), 1, anon_sym_RBRACE, STATE(423), 2, sym_case, aux_sym_switch_expression_repeat1, [30082] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1243), 1, anon_sym_RPAREN, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [30096] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(784), 1, anon_sym_COMMA, STATE(421), 1, aux_sym_let_expression_repeat1, ACTIONS(1245), 2, anon_sym_SEMI, anon_sym_EQ_GT, [30110] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(468), 4, anon_sym_EQ, anon_sym_COMMA, anon_sym_SEMI, anon_sym_COLON, [30120] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(394), 1, anon_sym_COLON_COLON, ACTIONS(1249), 1, anon_sym_COLON, ACTIONS(1247), 2, anon_sym_COMMA, anon_sym_RBRACE, [30134] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1251), 1, anon_sym_RPAREN, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [30148] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1253), 1, anon_sym_COMMA, STATE(436), 1, aux_sym_case_repeat1, ACTIONS(838), 2, anon_sym_RPAREN, anon_sym_EQ_GT, [30162] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1256), 1, anon_sym_RPAREN, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [30176] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1258), 1, anon_sym_EQ, ACTIONS(822), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym_EQ_GT, [30188] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1260), 1, sym_identifier, STATE(206), 1, sym_number, ACTIONS(59), 2, aux_sym_number_token1, aux_sym_number_token2, [30202] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(394), 1, anon_sym_COLON_COLON, ACTIONS(1264), 1, anon_sym_COLON, ACTIONS(1262), 2, anon_sym_COMMA, anon_sym_RBRACE, [30216] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(784), 1, anon_sym_COMMA, STATE(421), 1, aux_sym_let_expression_repeat1, ACTIONS(1266), 2, anon_sym_SEMI, anon_sym_EQ_GT, [30230] = 3, ACTIONS(1125), 1, sym_comment, STATE(649), 1, sym__escape_sequence, ACTIONS(1268), 3, aux_sym_rune_token1, aux_sym__escape_sequence_token1, sym_escape_sequence, [30242] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(828), 1, anon_sym_SEMI, ACTIONS(1270), 1, anon_sym_EQ, STATE(478), 1, aux_sym_let_declaration_repeat1, [30258] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1272), 1, anon_sym_RPAREN, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [30272] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1274), 1, anon_sym_RPAREN, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [30286] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1276), 1, sym_identifier, ACTIONS(1278), 1, anon_sym_LPAREN, STATE(410), 1, sym_tuple_literal, [30299] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1280), 1, sym_identifier, ACTIONS(1282), 1, anon_sym_RBRACE, STATE(554), 1, sym_enum_field, [30312] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1284), 3, anon_sym_struct, anon_sym_union, sym_identifier, [30321] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1286), 1, sym_identifier, ACTIONS(1288), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_STAR, [30334] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1292), 1, anon_sym_COMMA, ACTIONS(1295), 1, anon_sym_RPAREN, STATE(450), 1, aux_sym_function_declaration_repeat2, [30347] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(317), 1, anon_sym_RBRACK, ACTIONS(1297), 1, anon_sym_COMMA, STATE(453), 1, aux_sym_array_literal_repeat1, [30360] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1103), 1, anon_sym_RBRACE, ACTIONS(1299), 1, anon_sym_COMMA, STATE(517), 1, aux_sym_struct_literal_repeat1, [30373] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(812), 1, anon_sym_RBRACK, ACTIONS(1301), 1, anon_sym_COMMA, STATE(453), 1, aux_sym_array_literal_repeat1, [30386] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1304), 1, anon_sym_COMMA, ACTIONS(1306), 1, anon_sym_RBRACE, STATE(495), 1, aux_sym_struct_type_repeat1, [30399] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1308), 1, anon_sym_COMMA, ACTIONS(1310), 1, anon_sym_RBRACE, STATE(465), 1, aux_sym_struct_literal_repeat1, [30412] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1312), 1, anon_sym_COMMA, ACTIONS(1314), 1, anon_sym_SEMI, STATE(469), 1, aux_sym_global_declaration_repeat1, [30425] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(285), 1, anon_sym_RPAREN, ACTIONS(1316), 1, anon_sym_COMMA, STATE(474), 1, aux_sym_call_expression_repeat1, [30438] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1278), 1, anon_sym_LPAREN, ACTIONS(1318), 1, sym_identifier, STATE(576), 1, sym_tuple_literal, [30451] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1320), 1, anon_sym_EQ, ACTIONS(881), 2, anon_sym_COMMA, anon_sym_SEMI, [30462] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1256), 1, anon_sym_RPAREN, ACTIONS(1322), 1, anon_sym_COMMA, STATE(450), 1, aux_sym_function_declaration_repeat2, [30475] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1237), 1, anon_sym_RPAREN, ACTIONS(1324), 1, anon_sym_COMMA, STATE(450), 1, aux_sym_function_declaration_repeat2, [30488] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1326), 1, anon_sym_COMMA, ACTIONS(1329), 1, anon_sym_SEMI, STATE(462), 1, aux_sym_const_declaration_repeat1, [30501] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(307), 1, anon_sym_RPAREN, ACTIONS(1331), 1, anon_sym_COMMA, STATE(436), 1, aux_sym_case_repeat1, [30514] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1333), 3, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, [30523] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1103), 1, anon_sym_RBRACE, ACTIONS(1335), 1, anon_sym_COMMA, STATE(517), 1, aux_sym_struct_literal_repeat1, [30536] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1337), 1, anon_sym_EQ, ACTIONS(852), 2, anon_sym_COMMA, anon_sym_SEMI, [30547] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1339), 1, anon_sym_COMMA, ACTIONS(1342), 1, anon_sym_RPAREN, STATE(467), 1, aux_sym_tuple_type_repeat1, [30560] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(816), 1, anon_sym_COMMA, ACTIONS(842), 1, anon_sym_SEMI, STATE(462), 1, aux_sym_const_declaration_repeat1, [30573] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1312), 1, anon_sym_COMMA, ACTIONS(1344), 1, anon_sym_SEMI, STATE(514), 1, aux_sym_global_declaration_repeat1, [30586] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(800), 1, anon_sym_SEMI, STATE(522), 1, aux_sym_let_declaration_repeat1, [30599] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1346), 1, anon_sym_COMMA, ACTIONS(1349), 1, anon_sym_SEMI, STATE(471), 1, aux_sym_constant_declaration_repeat1, [30612] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1351), 1, anon_sym_RPAREN, ACTIONS(1353), 1, anon_sym_PIPE, STATE(472), 1, aux_sym_tagged_union_type_repeat1, [30625] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1356), 1, anon_sym_COMMA, ACTIONS(1358), 1, anon_sym_RBRACE, STATE(485), 1, aux_sym_enum_type_repeat1, [30638] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(808), 1, anon_sym_RPAREN, ACTIONS(1360), 1, anon_sym_COMMA, STATE(474), 1, aux_sym_call_expression_repeat1, [30651] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1363), 1, anon_sym_EQ, ACTIONS(868), 2, anon_sym_COMMA, anon_sym_SEMI, [30662] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1365), 1, anon_sym_COMMA, ACTIONS(1367), 1, anon_sym_RBRACE, STATE(481), 1, aux_sym_use_statement_repeat1, [30675] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, anon_sym_EQ, ACTIONS(1371), 1, anon_sym_COLON_COLON, ACTIONS(1373), 1, anon_sym_SEMI, [30688] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(806), 1, anon_sym_SEMI, STATE(522), 1, aux_sym_let_declaration_repeat1, [30701] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1375), 1, anon_sym_COMMA, ACTIONS(1377), 1, anon_sym_RBRACE, STATE(508), 1, aux_sym_struct_type_repeat1, [30714] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1251), 1, anon_sym_RPAREN, ACTIONS(1379), 1, anon_sym_COMMA, STATE(450), 1, aux_sym_function_declaration_repeat2, [30727] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1381), 1, anon_sym_COMMA, ACTIONS(1384), 1, anon_sym_RBRACE, STATE(481), 1, aux_sym_use_statement_repeat1, [30740] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1278), 1, anon_sym_LPAREN, ACTIONS(1386), 1, sym_identifier, STATE(403), 1, sym_tuple_literal, [30753] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1280), 1, sym_identifier, ACTIONS(1388), 1, anon_sym_RBRACE, STATE(554), 1, sym_enum_field, [30766] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1191), 1, anon_sym_COMMA, ACTIONS(1390), 1, anon_sym_RPAREN, STATE(467), 1, aux_sym_tuple_type_repeat1, [30779] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1388), 1, anon_sym_RBRACE, ACTIONS(1392), 1, anon_sym_COMMA, STATE(503), 1, aux_sym_enum_type_repeat1, [30792] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1388), 1, anon_sym_RBRACE, ACTIONS(1392), 1, anon_sym_COMMA, STATE(506), 1, aux_sym_enum_type_repeat1, [30805] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(778), 1, anon_sym_COMMA, ACTIONS(780), 1, anon_sym_RPAREN, STATE(457), 1, aux_sym_call_expression_repeat1, [30818] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(816), 1, anon_sym_COMMA, ACTIONS(818), 1, anon_sym_SEMI, STATE(462), 1, aux_sym_const_declaration_repeat1, [30831] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1394), 1, anon_sym_EQ, ACTIONS(846), 2, anon_sym_COMMA, anon_sym_SEMI, [30842] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(820), 1, anon_sym_SEMI, STATE(522), 1, aux_sym_let_declaration_repeat1, [30855] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1396), 1, anon_sym_COMMA, ACTIONS(1398), 1, anon_sym_SEMI, STATE(492), 1, aux_sym_type_declaration_repeat1, [30868] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1400), 1, anon_sym_COMMA, ACTIONS(1402), 1, anon_sym_SEMI, STATE(496), 1, aux_sym_type_declaration_repeat1, [30881] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1195), 1, anon_sym_PIPE, ACTIONS(1404), 1, anon_sym_RPAREN, STATE(472), 1, aux_sym_tagged_union_type_repeat1, [30894] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(816), 1, anon_sym_COMMA, ACTIONS(840), 1, anon_sym_SEMI, STATE(462), 1, aux_sym_const_declaration_repeat1, [30907] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1081), 1, anon_sym_RBRACE, ACTIONS(1406), 1, anon_sym_COMMA, STATE(530), 1, aux_sym_struct_type_repeat1, [30920] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1408), 1, anon_sym_COMMA, ACTIONS(1411), 1, anon_sym_SEMI, STATE(496), 1, aux_sym_type_declaration_repeat1, [30933] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1278), 1, anon_sym_LPAREN, ACTIONS(1413), 1, sym_identifier, STATE(548), 1, sym_tuple_literal, [30946] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(394), 1, anon_sym_COLON_COLON, ACTIONS(1262), 2, anon_sym_COMMA, anon_sym_RBRACE, [30957] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1081), 1, anon_sym_RBRACE, ACTIONS(1406), 1, anon_sym_COMMA, STATE(532), 1, aux_sym_struct_type_repeat1, [30970] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1278), 1, anon_sym_LPAREN, ACTIONS(1415), 1, sym_identifier, STATE(420), 1, sym_tuple_literal, [30983] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1280), 1, sym_identifier, ACTIONS(1417), 1, anon_sym_RBRACE, STATE(554), 1, sym_enum_field, [30996] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1163), 1, anon_sym_RPAREN, ACTIONS(1419), 1, anon_sym_COMMA, STATE(480), 1, aux_sym_function_declaration_repeat2, [31009] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1421), 1, anon_sym_COMMA, ACTIONS(1424), 1, anon_sym_RBRACE, STATE(503), 1, aux_sym_enum_type_repeat1, [31022] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(816), 1, anon_sym_COMMA, ACTIONS(1426), 1, anon_sym_SEMI, STATE(462), 1, aux_sym_const_declaration_repeat1, [31035] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(1428), 1, anon_sym_SEMI, STATE(522), 1, aux_sym_let_declaration_repeat1, [31048] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1417), 1, anon_sym_RBRACE, ACTIONS(1430), 1, anon_sym_COMMA, STATE(503), 1, aux_sym_enum_type_repeat1, [31061] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(824), 1, anon_sym_COMMA, ACTIONS(1432), 1, anon_sym_EQ_GT, STATE(436), 1, aux_sym_case_repeat1, [31074] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1075), 1, anon_sym_RBRACE, ACTIONS(1434), 1, anon_sym_COMMA, STATE(530), 1, aux_sym_struct_type_repeat1, [31087] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1251), 1, anon_sym_RPAREN, ACTIONS(1379), 1, anon_sym_COMMA, STATE(460), 1, aux_sym_function_declaration_repeat2, [31100] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_COMMA, ACTIONS(1436), 1, anon_sym_SEMI, STATE(471), 1, aux_sym_constant_declaration_repeat1, [31113] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(828), 1, anon_sym_SEMI, STATE(522), 1, aux_sym_let_declaration_repeat1, [31126] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(798), 1, anon_sym_COMMA, ACTIONS(1157), 1, anon_sym_SEMI, STATE(522), 1, aux_sym_let_declaration_repeat1, [31139] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1310), 1, anon_sym_RBRACE, ACTIONS(1438), 1, anon_sym_COMMA, STATE(452), 1, aux_sym_struct_literal_repeat1, [31152] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1440), 1, anon_sym_COMMA, ACTIONS(1443), 1, anon_sym_SEMI, STATE(514), 1, aux_sym_global_declaration_repeat1, [31165] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1445), 1, anon_sym_COMMA, ACTIONS(1447), 1, anon_sym_RPAREN, STATE(523), 1, aux_sym_function_declaration_repeat2, [31178] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1451), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1449), 2, anon_sym_COMMA, anon_sym_RPAREN, [31189] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_COMMA, ACTIONS(1456), 1, anon_sym_RBRACE, STATE(517), 1, aux_sym_struct_literal_repeat1, [31202] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1458), 1, anon_sym_EQ, ACTIONS(1460), 2, anon_sym_COMMA, anon_sym_RBRACE, [31213] = 3, ACTIONS(3), 1, sym_comment, STATE(569), 1, sym_parameter, ACTIONS(1145), 2, anon_sym__, sym_identifier, [31224] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1278), 1, anon_sym_LPAREN, ACTIONS(1462), 1, sym_identifier, STATE(546), 1, sym_tuple_literal, [31237] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1153), 1, anon_sym_RPAREN, ACTIONS(1464), 1, anon_sym_COMMA, STATE(524), 1, aux_sym_function_declaration_repeat2, [31250] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1211), 1, anon_sym_SEMI, ACTIONS(1466), 1, anon_sym_COMMA, STATE(522), 1, aux_sym_let_declaration_repeat1, [31263] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1243), 1, anon_sym_RPAREN, ACTIONS(1469), 1, anon_sym_COMMA, STATE(450), 1, aux_sym_function_declaration_repeat2, [31276] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1272), 1, anon_sym_RPAREN, ACTIONS(1471), 1, anon_sym_COMMA, STATE(450), 1, aux_sym_function_declaration_repeat2, [31289] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1272), 1, anon_sym_RPAREN, ACTIONS(1471), 1, anon_sym_COMMA, STATE(527), 1, aux_sym_function_declaration_repeat2, [31302] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(309), 1, anon_sym_RBRACK, ACTIONS(1473), 1, anon_sym_COMMA, STATE(453), 1, aux_sym_array_literal_repeat1, [31315] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1274), 1, anon_sym_RPAREN, ACTIONS(1475), 1, anon_sym_COMMA, STATE(450), 1, aux_sym_function_declaration_repeat2, [31328] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1477), 1, anon_sym_COMMA, ACTIONS(1479), 1, anon_sym_RPAREN, STATE(461), 1, aux_sym_function_declaration_repeat2, [31341] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(394), 1, anon_sym_COLON_COLON, ACTIONS(1247), 2, anon_sym_COMMA, anon_sym_RBRACE, [31352] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1481), 1, anon_sym_COMMA, ACTIONS(1484), 1, anon_sym_RBRACE, STATE(530), 1, aux_sym_struct_type_repeat1, [31365] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym_COLON, ACTIONS(1486), 1, anon_sym_SEMI, STATE(634), 1, sym_label, [31378] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1085), 1, anon_sym_RBRACE, ACTIONS(1488), 1, anon_sym_COMMA, STATE(530), 1, aux_sym_struct_type_repeat1, [31391] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1490), 1, anon_sym_COMMA, ACTIONS(1492), 1, anon_sym_RBRACE, STATE(476), 1, aux_sym_use_statement_repeat1, [31404] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(309), 1, anon_sym_RBRACK, ACTIONS(1473), 1, anon_sym_COMMA, STATE(451), 1, aux_sym_array_literal_repeat1, [31417] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(394), 1, anon_sym_COLON_COLON, ACTIONS(396), 1, anon_sym_LBRACE, [31427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1494), 1, sym_identifier, ACTIONS(1496), 1, anon_sym_RBRACE, [31437] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1498), 1, anon_sym_EQ, ACTIONS(1500), 1, anon_sym_COLON, [31447] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1280), 1, sym_identifier, STATE(554), 1, sym_enum_field, [31457] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1502), 1, sym_identifier, ACTIONS(1504), 1, anon_sym_ATthreadlocal, [31467] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(532), 1, anon_sym_EQ_GT, ACTIONS(1506), 1, anon_sym_LPAREN, [31477] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1508), 2, anon_sym_COMMA, anon_sym_RBRACE, [31485] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1510), 1, anon_sym_EQ, ACTIONS(1512), 1, anon_sym_SEMI, [31495] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1514), 1, sym_identifier, STATE(574), 1, sym_scoped_type_identifier, [31505] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(63), 1, anon_sym_DQUOTE, STATE(636), 1, sym_string, [31515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1516), 1, anon_sym_EQ, ACTIONS(1518), 1, anon_sym_SEMI, [31525] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1520), 1, anon_sym_EQ, ACTIONS(1522), 1, anon_sym_COLON, [31535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1280), 1, sym_identifier, STATE(486), 1, sym_enum_field, [31545] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1524), 1, anon_sym_EQ, ACTIONS(1526), 1, anon_sym_COLON, [31555] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(808), 2, anon_sym_COMMA, anon_sym_RPAREN, [31563] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1528), 2, anon_sym_COMMA, anon_sym_RBRACE, [31571] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1262), 2, anon_sym_COMMA, anon_sym_RBRACE, [31579] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1247), 2, anon_sym_COMMA, anon_sym_RBRACE, [31587] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1530), 1, anon_sym_LBRACE, ACTIONS(1532), 1, anon_sym_COMMA, [31597] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1424), 2, anon_sym_COMMA, anon_sym_RBRACE, [31605] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1384), 2, anon_sym_COMMA, anon_sym_RBRACE, [31613] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1484), 2, anon_sym_COMMA, anon_sym_RBRACE, [31621] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1534), 1, anon_sym_LBRACE, ACTIONS(1536), 1, anon_sym_ATpacked, [31631] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1538), 2, anon_sym_COMMA, anon_sym_RPAREN, [31639] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1540), 1, anon_sym_EQ, ACTIONS(1542), 1, anon_sym_SEMI, [31649] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1544), 2, anon_sym_COMMA, anon_sym_SEMI, [31657] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1546), 1, anon_sym_EQ, ACTIONS(1548), 1, anon_sym_SEMI, [31667] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1550), 1, anon_sym_EQ, ACTIONS(1552), 1, anon_sym_SEMI, [31677] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, sym_identifier, ACTIONS(1556), 1, anon_sym_SEMI, [31687] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1367), 1, anon_sym_RBRACE, ACTIONS(1494), 1, sym_identifier, [31697] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1558), 1, anon_sym_EQ, ACTIONS(1560), 1, anon_sym_SEMI, [31707] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1562), 1, anon_sym_EQ, ACTIONS(1564), 1, anon_sym_SEMI, [31717] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 2, anon_sym_COMMA, anon_sym_SEMI, [31725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1566), 1, anon_sym_EQ, ACTIONS(1568), 1, anon_sym_COLON, [31735] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 2, anon_sym_COMMA, anon_sym_RPAREN, [31743] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1402), 1, anon_sym_SEMI, ACTIONS(1554), 1, sym_identifier, [31753] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1363), 1, anon_sym_EQ, ACTIONS(1570), 1, anon_sym_COLON, [31763] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1572), 2, anon_sym_COMMA, anon_sym_RPAREN, [31771] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1574), 1, anon_sym_EQ, ACTIONS(1576), 1, anon_sym_SEMI, [31781] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1371), 1, anon_sym_COLON_COLON, ACTIONS(1373), 1, anon_sym_SEMI, [31791] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1578), 2, anon_sym_COMMA, anon_sym_RBRACK, [31799] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1580), 1, anon_sym_EQ, ACTIONS(1582), 1, anon_sym_COLON, [31809] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1342), 2, anon_sym_COMMA, anon_sym_RPAREN, [31817] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1351), 2, anon_sym_RPAREN, anon_sym_PIPE, [31825] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1280), 1, sym_identifier, STATE(473), 1, sym_enum_field, [31835] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1456), 2, anon_sym_COMMA, anon_sym_RBRACE, [31843] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1584), 2, anon_sym_COMMA, anon_sym_RBRACE, [31851] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1586), 1, anon_sym_COLON, [31858] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1588), 1, ts_builtin_sym_end, [31865] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1590), 1, anon_sym_EQ, [31872] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, sym_identifier, [31879] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1107), 1, anon_sym_RBRACE, [31886] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1592), 1, anon_sym_COLON, [31893] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1594), 1, anon_sym_LPAREN, [31900] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1596), 1, anon_sym_EQ, [31907] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1479), 1, anon_sym_RPAREN, [31914] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_COLON, [31921] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1600), 1, anon_sym_SEMI, [31928] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1602), 1, anon_sym_SEMI, [31935] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1604), 1, sym_identifier, [31942] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1606), 1, sym_identifier, [31949] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1608), 1, anon_sym_STAR, [31956] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1610), 1, anon_sym_LBRACE, [31963] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1612), 1, sym_identifier, [31970] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(780), 1, anon_sym_RPAREN, [31977] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1614), 1, anon_sym_EQ, [31984] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1163), 1, anon_sym_RPAREN, [31991] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1616), 1, anon_sym_LBRACE, [31998] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1618), 1, anon_sym_RPAREN, [32005] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(794), 1, anon_sym_RBRACK, [32012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1620), 1, anon_sym_EQ, [32019] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1622), 1, sym_identifier, [32026] = 2, ACTIONS(1125), 1, sym_comment, ACTIONS(1624), 1, sym_raw_string_content, [32033] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1626), 1, sym_identifier, [32040] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1628), 1, anon_sym_fn, [32047] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1630), 1, anon_sym_LPAREN, [32054] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 1, anon_sym_SEMI, [32061] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1634), 1, anon_sym_EQ, [32068] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1636), 1, sym_identifier, [32075] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1290), 1, sym_identifier, [32082] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1638), 1, anon_sym_SEMI, [32089] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1494), 1, sym_identifier, [32096] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1530), 1, anon_sym_LBRACE, [32103] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(826), 1, anon_sym_EQ_GT, [32110] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1640), 1, anon_sym_EQ, [32117] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1310), 1, anon_sym_RBRACE, [32124] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1502), 1, sym_identifier, [32131] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1642), 1, anon_sym_RBRACE, [32138] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1023), 1, ts_builtin_sym_end, [32145] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1644), 1, anon_sym_LBRACE, [32152] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1646), 1, anon_sym_LPAREN, [32159] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1648), 1, anon_sym_LPAREN, [32166] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1650), 1, anon_sym_EQ, [32173] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1652), 1, anon_sym_LPAREN, [32180] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1654), 1, anon_sym_LPAREN, [32187] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1656), 1, sym_identifier, [32194] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1658), 1, sym_identifier, [32201] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1251), 1, anon_sym_RPAREN, [32208] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1153), 1, anon_sym_RPAREN, [32215] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1660), 1, anon_sym_SEMI, [32222] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1506), 1, anon_sym_LPAREN, [32229] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1662), 1, anon_sym_RPAREN, [32236] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1664), 1, anon_sym_SEMI, [32243] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1272), 1, anon_sym_RPAREN, [32250] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1666), 1, anon_sym_LPAREN, [32257] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1447), 1, anon_sym_RPAREN, [32264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1668), 1, anon_sym_EQ, [32271] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1670), 1, sym_identifier, [32278] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1672), 1, anon_sym_LPAREN, [32285] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1674), 1, ts_builtin_sym_end, [32292] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1676), 1, anon_sym_BQUOTE, [32299] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1678), 1, sym_identifier, [32306] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(299), 1, anon_sym_RBRACK, [32313] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1680), 1, anon_sym_LPAREN, [32320] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1682), 1, anon_sym_SQUOTE, [32327] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1286), 1, sym_identifier, [32334] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1684), 1, anon_sym_SEMI, [32341] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1686), 1, anon_sym_STAR, [32348] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1688), 1, anon_sym_LBRACE, [32355] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1690), 1, anon_sym_fn, [32362] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1692), 1, anon_sym_SEMI, [32369] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(315), 1, anon_sym_RBRACK, [32376] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1694), 1, anon_sym_LPAREN, [32383] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1696), 1, anon_sym_SEMI, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(43)] = 0, [SMALL_STATE(44)] = 123, [SMALL_STATE(45)] = 246, [SMALL_STATE(46)] = 369, [SMALL_STATE(47)] = 492, [SMALL_STATE(48)] = 615, [SMALL_STATE(49)] = 738, [SMALL_STATE(50)] = 861, [SMALL_STATE(51)] = 984, [SMALL_STATE(52)] = 1107, [SMALL_STATE(53)] = 1230, [SMALL_STATE(54)] = 1353, [SMALL_STATE(55)] = 1476, [SMALL_STATE(56)] = 1599, [SMALL_STATE(57)] = 1722, [SMALL_STATE(58)] = 1845, [SMALL_STATE(59)] = 1922, [SMALL_STATE(60)] = 2045, [SMALL_STATE(61)] = 2168, [SMALL_STATE(62)] = 2291, [SMALL_STATE(63)] = 2414, [SMALL_STATE(64)] = 2537, [SMALL_STATE(65)] = 2660, [SMALL_STATE(66)] = 2783, [SMALL_STATE(67)] = 2906, [SMALL_STATE(68)] = 3029, [SMALL_STATE(69)] = 3152, [SMALL_STATE(70)] = 3275, [SMALL_STATE(71)] = 3398, [SMALL_STATE(72)] = 3521, [SMALL_STATE(73)] = 3644, [SMALL_STATE(74)] = 3767, [SMALL_STATE(75)] = 3890, [SMALL_STATE(76)] = 4013, [SMALL_STATE(77)] = 4136, [SMALL_STATE(78)] = 4259, [SMALL_STATE(79)] = 4382, [SMALL_STATE(80)] = 4505, [SMALL_STATE(81)] = 4628, [SMALL_STATE(82)] = 4751, [SMALL_STATE(83)] = 4874, [SMALL_STATE(84)] = 4997, [SMALL_STATE(85)] = 5120, [SMALL_STATE(86)] = 5243, [SMALL_STATE(87)] = 5366, [SMALL_STATE(88)] = 5489, [SMALL_STATE(89)] = 5612, [SMALL_STATE(90)] = 5735, [SMALL_STATE(91)] = 5858, [SMALL_STATE(92)] = 5981, [SMALL_STATE(93)] = 6104, [SMALL_STATE(94)] = 6227, [SMALL_STATE(95)] = 6350, [SMALL_STATE(96)] = 6473, [SMALL_STATE(97)] = 6596, [SMALL_STATE(98)] = 6719, [SMALL_STATE(99)] = 6842, [SMALL_STATE(100)] = 6965, [SMALL_STATE(101)] = 7088, [SMALL_STATE(102)] = 7211, [SMALL_STATE(103)] = 7334, [SMALL_STATE(104)] = 7457, [SMALL_STATE(105)] = 7580, [SMALL_STATE(106)] = 7703, [SMALL_STATE(107)] = 7826, [SMALL_STATE(108)] = 7949, [SMALL_STATE(109)] = 8072, [SMALL_STATE(110)] = 8195, [SMALL_STATE(111)] = 8318, [SMALL_STATE(112)] = 8441, [SMALL_STATE(113)] = 8564, [SMALL_STATE(114)] = 8687, [SMALL_STATE(115)] = 8810, [SMALL_STATE(116)] = 8933, [SMALL_STATE(117)] = 9056, [SMALL_STATE(118)] = 9179, [SMALL_STATE(119)] = 9302, [SMALL_STATE(120)] = 9410, [SMALL_STATE(121)] = 9518, [SMALL_STATE(122)] = 9626, [SMALL_STATE(123)] = 9734, [SMALL_STATE(124)] = 9842, [SMALL_STATE(125)] = 9945, [SMALL_STATE(126)] = 10048, [SMALL_STATE(127)] = 10151, [SMALL_STATE(128)] = 10254, [SMALL_STATE(129)] = 10357, [SMALL_STATE(130)] = 10460, [SMALL_STATE(131)] = 10563, [SMALL_STATE(132)] = 10666, [SMALL_STATE(133)] = 10732, [SMALL_STATE(134)] = 10798, [SMALL_STATE(135)] = 10898, [SMALL_STATE(136)] = 10964, [SMALL_STATE(137)] = 11061, [SMALL_STATE(138)] = 11158, [SMALL_STATE(139)] = 11255, [SMALL_STATE(140)] = 11352, [SMALL_STATE(141)] = 11449, [SMALL_STATE(142)] = 11546, [SMALL_STATE(143)] = 11643, [SMALL_STATE(144)] = 11740, [SMALL_STATE(145)] = 11837, [SMALL_STATE(146)] = 11934, [SMALL_STATE(147)] = 12031, [SMALL_STATE(148)] = 12128, [SMALL_STATE(149)] = 12225, [SMALL_STATE(150)] = 12322, [SMALL_STATE(151)] = 12419, [SMALL_STATE(152)] = 12516, [SMALL_STATE(153)] = 12613, [SMALL_STATE(154)] = 12710, [SMALL_STATE(155)] = 12807, [SMALL_STATE(156)] = 12904, [SMALL_STATE(157)] = 13001, [SMALL_STATE(158)] = 13098, [SMALL_STATE(159)] = 13195, [SMALL_STATE(160)] = 13292, [SMALL_STATE(161)] = 13389, [SMALL_STATE(162)] = 13486, [SMALL_STATE(163)] = 13583, [SMALL_STATE(164)] = 13680, [SMALL_STATE(165)] = 13777, [SMALL_STATE(166)] = 13874, [SMALL_STATE(167)] = 13971, [SMALL_STATE(168)] = 14068, [SMALL_STATE(169)] = 14165, [SMALL_STATE(170)] = 14262, [SMALL_STATE(171)] = 14359, [SMALL_STATE(172)] = 14456, [SMALL_STATE(173)] = 14553, [SMALL_STATE(174)] = 14650, [SMALL_STATE(175)] = 14747, [SMALL_STATE(176)] = 14807, [SMALL_STATE(177)] = 14867, [SMALL_STATE(178)] = 14931, [SMALL_STATE(179)] = 15039, [SMALL_STATE(180)] = 15101, [SMALL_STATE(181)] = 15161, [SMALL_STATE(182)] = 15220, [SMALL_STATE(183)] = 15279, [SMALL_STATE(184)] = 15338, [SMALL_STATE(185)] = 15397, [SMALL_STATE(186)] = 15456, [SMALL_STATE(187)] = 15515, [SMALL_STATE(188)] = 15574, [SMALL_STATE(189)] = 15677, [SMALL_STATE(190)] = 15748, [SMALL_STATE(191)] = 15807, [SMALL_STATE(192)] = 15866, [SMALL_STATE(193)] = 15925, [SMALL_STATE(194)] = 16012, [SMALL_STATE(195)] = 16115, [SMALL_STATE(196)] = 16188, [SMALL_STATE(197)] = 16271, [SMALL_STATE(198)] = 16362, [SMALL_STATE(199)] = 16451, [SMALL_STATE(200)] = 16544, [SMALL_STATE(201)] = 16629, [SMALL_STATE(202)] = 16710, [SMALL_STATE(203)] = 16787, [SMALL_STATE(204)] = 16862, [SMALL_STATE(205)] = 16921, [SMALL_STATE(206)] = 16980, [SMALL_STATE(207)] = 17039, [SMALL_STATE(208)] = 17098, [SMALL_STATE(209)] = 17157, [SMALL_STATE(210)] = 17216, [SMALL_STATE(211)] = 17275, [SMALL_STATE(212)] = 17334, [SMALL_STATE(213)] = 17393, [SMALL_STATE(214)] = 17452, [SMALL_STATE(215)] = 17511, [SMALL_STATE(216)] = 17570, [SMALL_STATE(217)] = 17629, [SMALL_STATE(218)] = 17688, [SMALL_STATE(219)] = 17747, [SMALL_STATE(220)] = 17806, [SMALL_STATE(221)] = 17865, [SMALL_STATE(222)] = 17924, [SMALL_STATE(223)] = 17983, [SMALL_STATE(224)] = 18042, [SMALL_STATE(225)] = 18101, [SMALL_STATE(226)] = 18160, [SMALL_STATE(227)] = 18219, [SMALL_STATE(228)] = 18278, [SMALL_STATE(229)] = 18337, [SMALL_STATE(230)] = 18396, [SMALL_STATE(231)] = 18455, [SMALL_STATE(232)] = 18514, [SMALL_STATE(233)] = 18573, [SMALL_STATE(234)] = 18632, [SMALL_STATE(235)] = 18691, [SMALL_STATE(236)] = 18756, [SMALL_STATE(237)] = 18815, [SMALL_STATE(238)] = 18874, [SMALL_STATE(239)] = 18933, [SMALL_STATE(240)] = 18992, [SMALL_STATE(241)] = 19051, [SMALL_STATE(242)] = 19110, [SMALL_STATE(243)] = 19169, [SMALL_STATE(244)] = 19228, [SMALL_STATE(245)] = 19287, [SMALL_STATE(246)] = 19390, [SMALL_STATE(247)] = 19455, [SMALL_STATE(248)] = 19514, [SMALL_STATE(249)] = 19573, [SMALL_STATE(250)] = 19632, [SMALL_STATE(251)] = 19691, [SMALL_STATE(252)] = 19750, [SMALL_STATE(253)] = 19809, [SMALL_STATE(254)] = 19868, [SMALL_STATE(255)] = 19927, [SMALL_STATE(256)] = 19986, [SMALL_STATE(257)] = 20045, [SMALL_STATE(258)] = 20104, [SMALL_STATE(259)] = 20163, [SMALL_STATE(260)] = 20266, [SMALL_STATE(261)] = 20369, [SMALL_STATE(262)] = 20472, [SMALL_STATE(263)] = 20531, [SMALL_STATE(264)] = 20590, [SMALL_STATE(265)] = 20649, [SMALL_STATE(266)] = 20708, [SMALL_STATE(267)] = 20767, [SMALL_STATE(268)] = 20826, [SMALL_STATE(269)] = 20885, [SMALL_STATE(270)] = 20988, [SMALL_STATE(271)] = 21047, [SMALL_STATE(272)] = 21106, [SMALL_STATE(273)] = 21165, [SMALL_STATE(274)] = 21224, [SMALL_STATE(275)] = 21327, [SMALL_STATE(276)] = 21428, [SMALL_STATE(277)] = 21527, [SMALL_STATE(278)] = 21628, [SMALL_STATE(279)] = 21727, [SMALL_STATE(280)] = 21825, [SMALL_STATE(281)] = 21923, [SMALL_STATE(282)] = 22021, [SMALL_STATE(283)] = 22117, [SMALL_STATE(284)] = 22215, [SMALL_STATE(285)] = 22311, [SMALL_STATE(286)] = 22409, [SMALL_STATE(287)] = 22507, [SMALL_STATE(288)] = 22601, [SMALL_STATE(289)] = 22699, [SMALL_STATE(290)] = 22797, [SMALL_STATE(291)] = 22895, [SMALL_STATE(292)] = 22993, [SMALL_STATE(293)] = 23087, [SMALL_STATE(294)] = 23181, [SMALL_STATE(295)] = 23279, [SMALL_STATE(296)] = 23377, [SMALL_STATE(297)] = 23470, [SMALL_STATE(298)] = 23563, [SMALL_STATE(299)] = 23656, [SMALL_STATE(300)] = 23749, [SMALL_STATE(301)] = 23842, [SMALL_STATE(302)] = 23937, [SMALL_STATE(303)] = 24030, [SMALL_STATE(304)] = 24125, [SMALL_STATE(305)] = 24218, [SMALL_STATE(306)] = 24311, [SMALL_STATE(307)] = 24404, [SMALL_STATE(308)] = 24499, [SMALL_STATE(309)] = 24552, [SMALL_STATE(310)] = 24645, [SMALL_STATE(311)] = 24738, [SMALL_STATE(312)] = 24831, [SMALL_STATE(313)] = 24924, [SMALL_STATE(314)] = 25016, [SMALL_STATE(315)] = 25108, [SMALL_STATE(316)] = 25200, [SMALL_STATE(317)] = 25292, [SMALL_STATE(318)] = 25384, [SMALL_STATE(319)] = 25476, [SMALL_STATE(320)] = 25568, [SMALL_STATE(321)] = 25660, [SMALL_STATE(322)] = 25752, [SMALL_STATE(323)] = 25844, [SMALL_STATE(324)] = 25936, [SMALL_STATE(325)] = 26028, [SMALL_STATE(326)] = 26120, [SMALL_STATE(327)] = 26212, [SMALL_STATE(328)] = 26304, [SMALL_STATE(329)] = 26396, [SMALL_STATE(330)] = 26488, [SMALL_STATE(331)] = 26580, [SMALL_STATE(332)] = 26672, [SMALL_STATE(333)] = 26764, [SMALL_STATE(334)] = 26856, [SMALL_STATE(335)] = 26948, [SMALL_STATE(336)] = 27040, [SMALL_STATE(337)] = 27132, [SMALL_STATE(338)] = 27224, [SMALL_STATE(339)] = 27316, [SMALL_STATE(340)] = 27408, [SMALL_STATE(341)] = 27500, [SMALL_STATE(342)] = 27592, [SMALL_STATE(343)] = 27684, [SMALL_STATE(344)] = 27729, [SMALL_STATE(345)] = 27774, [SMALL_STATE(346)] = 27819, [SMALL_STATE(347)] = 27864, [SMALL_STATE(348)] = 27909, [SMALL_STATE(349)] = 27954, [SMALL_STATE(350)] = 27999, [SMALL_STATE(351)] = 28044, [SMALL_STATE(352)] = 28089, [SMALL_STATE(353)] = 28134, [SMALL_STATE(354)] = 28179, [SMALL_STATE(355)] = 28224, [SMALL_STATE(356)] = 28269, [SMALL_STATE(357)] = 28314, [SMALL_STATE(358)] = 28359, [SMALL_STATE(359)] = 28404, [SMALL_STATE(360)] = 28449, [SMALL_STATE(361)] = 28494, [SMALL_STATE(362)] = 28539, [SMALL_STATE(363)] = 28584, [SMALL_STATE(364)] = 28629, [SMALL_STATE(365)] = 28683, [SMALL_STATE(366)] = 28734, [SMALL_STATE(367)] = 28767, [SMALL_STATE(368)] = 28818, [SMALL_STATE(369)] = 28860, [SMALL_STATE(370)] = 28885, [SMALL_STATE(371)] = 28910, [SMALL_STATE(372)] = 28929, [SMALL_STATE(373)] = 28948, [SMALL_STATE(374)] = 28967, [SMALL_STATE(375)] = 28986, [SMALL_STATE(376)] = 29005, [SMALL_STATE(377)] = 29023, [SMALL_STATE(378)] = 29041, [SMALL_STATE(379)] = 29073, [SMALL_STATE(380)] = 29105, [SMALL_STATE(381)] = 29137, [SMALL_STATE(382)] = 29169, [SMALL_STATE(383)] = 29201, [SMALL_STATE(384)] = 29230, [SMALL_STATE(385)] = 29259, [SMALL_STATE(386)] = 29288, [SMALL_STATE(387)] = 29311, [SMALL_STATE(388)] = 29334, [SMALL_STATE(389)] = 29363, [SMALL_STATE(390)] = 29379, [SMALL_STATE(391)] = 29404, [SMALL_STATE(392)] = 29429, [SMALL_STATE(393)] = 29451, [SMALL_STATE(394)] = 29471, [SMALL_STATE(395)] = 29493, [SMALL_STATE(396)] = 29515, [SMALL_STATE(397)] = 29533, [SMALL_STATE(398)] = 29551, [SMALL_STATE(399)] = 29563, [SMALL_STATE(400)] = 29581, [SMALL_STATE(401)] = 29601, [SMALL_STATE(402)] = 29618, [SMALL_STATE(403)] = 29635, [SMALL_STATE(404)] = 29654, [SMALL_STATE(405)] = 29671, [SMALL_STATE(406)] = 29690, [SMALL_STATE(407)] = 29709, [SMALL_STATE(408)] = 29724, [SMALL_STATE(409)] = 29741, [SMALL_STATE(410)] = 29760, [SMALL_STATE(411)] = 29779, [SMALL_STATE(412)] = 29798, [SMALL_STATE(413)] = 29815, [SMALL_STATE(414)] = 29832, [SMALL_STATE(415)] = 29851, [SMALL_STATE(416)] = 29868, [SMALL_STATE(417)] = 29882, [SMALL_STATE(418)] = 29896, [SMALL_STATE(419)] = 29910, [SMALL_STATE(420)] = 29926, [SMALL_STATE(421)] = 29940, [SMALL_STATE(422)] = 29954, [SMALL_STATE(423)] = 29968, [SMALL_STATE(424)] = 29982, [SMALL_STATE(425)] = 29996, [SMALL_STATE(426)] = 30010, [SMALL_STATE(427)] = 30024, [SMALL_STATE(428)] = 30040, [SMALL_STATE(429)] = 30054, [SMALL_STATE(430)] = 30068, [SMALL_STATE(431)] = 30082, [SMALL_STATE(432)] = 30096, [SMALL_STATE(433)] = 30110, [SMALL_STATE(434)] = 30120, [SMALL_STATE(435)] = 30134, [SMALL_STATE(436)] = 30148, [SMALL_STATE(437)] = 30162, [SMALL_STATE(438)] = 30176, [SMALL_STATE(439)] = 30188, [SMALL_STATE(440)] = 30202, [SMALL_STATE(441)] = 30216, [SMALL_STATE(442)] = 30230, [SMALL_STATE(443)] = 30242, [SMALL_STATE(444)] = 30258, [SMALL_STATE(445)] = 30272, [SMALL_STATE(446)] = 30286, [SMALL_STATE(447)] = 30299, [SMALL_STATE(448)] = 30312, [SMALL_STATE(449)] = 30321, [SMALL_STATE(450)] = 30334, [SMALL_STATE(451)] = 30347, [SMALL_STATE(452)] = 30360, [SMALL_STATE(453)] = 30373, [SMALL_STATE(454)] = 30386, [SMALL_STATE(455)] = 30399, [SMALL_STATE(456)] = 30412, [SMALL_STATE(457)] = 30425, [SMALL_STATE(458)] = 30438, [SMALL_STATE(459)] = 30451, [SMALL_STATE(460)] = 30462, [SMALL_STATE(461)] = 30475, [SMALL_STATE(462)] = 30488, [SMALL_STATE(463)] = 30501, [SMALL_STATE(464)] = 30514, [SMALL_STATE(465)] = 30523, [SMALL_STATE(466)] = 30536, [SMALL_STATE(467)] = 30547, [SMALL_STATE(468)] = 30560, [SMALL_STATE(469)] = 30573, [SMALL_STATE(470)] = 30586, [SMALL_STATE(471)] = 30599, [SMALL_STATE(472)] = 30612, [SMALL_STATE(473)] = 30625, [SMALL_STATE(474)] = 30638, [SMALL_STATE(475)] = 30651, [SMALL_STATE(476)] = 30662, [SMALL_STATE(477)] = 30675, [SMALL_STATE(478)] = 30688, [SMALL_STATE(479)] = 30701, [SMALL_STATE(480)] = 30714, [SMALL_STATE(481)] = 30727, [SMALL_STATE(482)] = 30740, [SMALL_STATE(483)] = 30753, [SMALL_STATE(484)] = 30766, [SMALL_STATE(485)] = 30779, [SMALL_STATE(486)] = 30792, [SMALL_STATE(487)] = 30805, [SMALL_STATE(488)] = 30818, [SMALL_STATE(489)] = 30831, [SMALL_STATE(490)] = 30842, [SMALL_STATE(491)] = 30855, [SMALL_STATE(492)] = 30868, [SMALL_STATE(493)] = 30881, [SMALL_STATE(494)] = 30894, [SMALL_STATE(495)] = 30907, [SMALL_STATE(496)] = 30920, [SMALL_STATE(497)] = 30933, [SMALL_STATE(498)] = 30946, [SMALL_STATE(499)] = 30957, [SMALL_STATE(500)] = 30970, [SMALL_STATE(501)] = 30983, [SMALL_STATE(502)] = 30996, [SMALL_STATE(503)] = 31009, [SMALL_STATE(504)] = 31022, [SMALL_STATE(505)] = 31035, [SMALL_STATE(506)] = 31048, [SMALL_STATE(507)] = 31061, [SMALL_STATE(508)] = 31074, [SMALL_STATE(509)] = 31087, [SMALL_STATE(510)] = 31100, [SMALL_STATE(511)] = 31113, [SMALL_STATE(512)] = 31126, [SMALL_STATE(513)] = 31139, [SMALL_STATE(514)] = 31152, [SMALL_STATE(515)] = 31165, [SMALL_STATE(516)] = 31178, [SMALL_STATE(517)] = 31189, [SMALL_STATE(518)] = 31202, [SMALL_STATE(519)] = 31213, [SMALL_STATE(520)] = 31224, [SMALL_STATE(521)] = 31237, [SMALL_STATE(522)] = 31250, [SMALL_STATE(523)] = 31263, [SMALL_STATE(524)] = 31276, [SMALL_STATE(525)] = 31289, [SMALL_STATE(526)] = 31302, [SMALL_STATE(527)] = 31315, [SMALL_STATE(528)] = 31328, [SMALL_STATE(529)] = 31341, [SMALL_STATE(530)] = 31352, [SMALL_STATE(531)] = 31365, [SMALL_STATE(532)] = 31378, [SMALL_STATE(533)] = 31391, [SMALL_STATE(534)] = 31404, [SMALL_STATE(535)] = 31417, [SMALL_STATE(536)] = 31427, [SMALL_STATE(537)] = 31437, [SMALL_STATE(538)] = 31447, [SMALL_STATE(539)] = 31457, [SMALL_STATE(540)] = 31467, [SMALL_STATE(541)] = 31477, [SMALL_STATE(542)] = 31485, [SMALL_STATE(543)] = 31495, [SMALL_STATE(544)] = 31505, [SMALL_STATE(545)] = 31515, [SMALL_STATE(546)] = 31525, [SMALL_STATE(547)] = 31535, [SMALL_STATE(548)] = 31545, [SMALL_STATE(549)] = 31555, [SMALL_STATE(550)] = 31563, [SMALL_STATE(551)] = 31571, [SMALL_STATE(552)] = 31579, [SMALL_STATE(553)] = 31587, [SMALL_STATE(554)] = 31597, [SMALL_STATE(555)] = 31605, [SMALL_STATE(556)] = 31613, [SMALL_STATE(557)] = 31621, [SMALL_STATE(558)] = 31631, [SMALL_STATE(559)] = 31639, [SMALL_STATE(560)] = 31649, [SMALL_STATE(561)] = 31657, [SMALL_STATE(562)] = 31667, [SMALL_STATE(563)] = 31677, [SMALL_STATE(564)] = 31687, [SMALL_STATE(565)] = 31697, [SMALL_STATE(566)] = 31707, [SMALL_STATE(567)] = 31717, [SMALL_STATE(568)] = 31725, [SMALL_STATE(569)] = 31735, [SMALL_STATE(570)] = 31743, [SMALL_STATE(571)] = 31753, [SMALL_STATE(572)] = 31763, [SMALL_STATE(573)] = 31771, [SMALL_STATE(574)] = 31781, [SMALL_STATE(575)] = 31791, [SMALL_STATE(576)] = 31799, [SMALL_STATE(577)] = 31809, [SMALL_STATE(578)] = 31817, [SMALL_STATE(579)] = 31825, [SMALL_STATE(580)] = 31835, [SMALL_STATE(581)] = 31843, [SMALL_STATE(582)] = 31851, [SMALL_STATE(583)] = 31858, [SMALL_STATE(584)] = 31865, [SMALL_STATE(585)] = 31872, [SMALL_STATE(586)] = 31879, [SMALL_STATE(587)] = 31886, [SMALL_STATE(588)] = 31893, [SMALL_STATE(589)] = 31900, [SMALL_STATE(590)] = 31907, [SMALL_STATE(591)] = 31914, [SMALL_STATE(592)] = 31921, [SMALL_STATE(593)] = 31928, [SMALL_STATE(594)] = 31935, [SMALL_STATE(595)] = 31942, [SMALL_STATE(596)] = 31949, [SMALL_STATE(597)] = 31956, [SMALL_STATE(598)] = 31963, [SMALL_STATE(599)] = 31970, [SMALL_STATE(600)] = 31977, [SMALL_STATE(601)] = 31984, [SMALL_STATE(602)] = 31991, [SMALL_STATE(603)] = 31998, [SMALL_STATE(604)] = 32005, [SMALL_STATE(605)] = 32012, [SMALL_STATE(606)] = 32019, [SMALL_STATE(607)] = 32026, [SMALL_STATE(608)] = 32033, [SMALL_STATE(609)] = 32040, [SMALL_STATE(610)] = 32047, [SMALL_STATE(611)] = 32054, [SMALL_STATE(612)] = 32061, [SMALL_STATE(613)] = 32068, [SMALL_STATE(614)] = 32075, [SMALL_STATE(615)] = 32082, [SMALL_STATE(616)] = 32089, [SMALL_STATE(617)] = 32096, [SMALL_STATE(618)] = 32103, [SMALL_STATE(619)] = 32110, [SMALL_STATE(620)] = 32117, [SMALL_STATE(621)] = 32124, [SMALL_STATE(622)] = 32131, [SMALL_STATE(623)] = 32138, [SMALL_STATE(624)] = 32145, [SMALL_STATE(625)] = 32152, [SMALL_STATE(626)] = 32159, [SMALL_STATE(627)] = 32166, [SMALL_STATE(628)] = 32173, [SMALL_STATE(629)] = 32180, [SMALL_STATE(630)] = 32187, [SMALL_STATE(631)] = 32194, [SMALL_STATE(632)] = 32201, [SMALL_STATE(633)] = 32208, [SMALL_STATE(634)] = 32215, [SMALL_STATE(635)] = 32222, [SMALL_STATE(636)] = 32229, [SMALL_STATE(637)] = 32236, [SMALL_STATE(638)] = 32243, [SMALL_STATE(639)] = 32250, [SMALL_STATE(640)] = 32257, [SMALL_STATE(641)] = 32264, [SMALL_STATE(642)] = 32271, [SMALL_STATE(643)] = 32278, [SMALL_STATE(644)] = 32285, [SMALL_STATE(645)] = 32292, [SMALL_STATE(646)] = 32299, [SMALL_STATE(647)] = 32306, [SMALL_STATE(648)] = 32313, [SMALL_STATE(649)] = 32320, [SMALL_STATE(650)] = 32327, [SMALL_STATE(651)] = 32334, [SMALL_STATE(652)] = 32341, [SMALL_STATE(653)] = 32348, [SMALL_STATE(654)] = 32355, [SMALL_STATE(655)] = 32362, [SMALL_STATE(656)] = 32369, [SMALL_STATE(657)] = 32376, [SMALL_STATE(658)] = 32383, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 0, 0, 0), [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), [25] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 1, 0, 0), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), [29] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), [75] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 0), [77] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 0), [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), [103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 0), [105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 0), [107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 0), [109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 0), [111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 0), [113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 0), [115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 7, 0, 0), [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 7, 0, 0), [119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 2, 0, 0), [121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 2, 0, 0), [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(177), [152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(14), [155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(95), [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(458), [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(446), [166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(646), [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(96), [172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(635), [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(268), [178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(24), [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(602), [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(628), [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(625), [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(531), [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(21), [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2), [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(34), [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(23), [205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(113), [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(114), [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(52), [214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), [216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(58), [219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(183), [222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(397), [225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(607), [228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(442), [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(192), [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(207), [237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case, 3, 0, 0), [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21), [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), [251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 3, 0, 0), [253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case, 5, 0, 0), [255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 5, 0, 0), [257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case, 4, 0, 0), [259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 4, 0, 0), [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), [319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 1, 0, 0), [321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 1, 0, 0), [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 7), [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 2), [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 2), [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 2), [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), [349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 7), [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 7), [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 2), [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), [361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 7), [363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1, 0, 0), [365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1, 0, 0), [367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), [369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), [371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(397), [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), [376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), [378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 1), [386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 1), [388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), [390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), [392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), [398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), [402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 23), [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48), [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), [444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 23), [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), [450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), [452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), [454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), [456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), [458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), [460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), [462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_float, 1, 0, 0), [464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_float, 1, 0, 0), [466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_literal, 3, 0, 0), [468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_literal, 3, 0, 0), [470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 3, 0, 0), [472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 3, 0, 0), [474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string, 3, 0, 0), [476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string, 3, 0, 0), [478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rune, 3, 0, 0), [480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rune, 3, 0, 0), [482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 0), [484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 0), [486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 8), [488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 8), [490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 3, 0, 9), [492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 3, 0, 9), [494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, 0, 10), [496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, 0, 10), [498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1, 0, 0), [500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1, 0, 0), [502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 3, 0, 0), [504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 3, 0, 0), [506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 3, 0, 11), [508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 3, 0, 11), [510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 3, 0, 12), [512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 3, 0, 12), [514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, 0, 0), [516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, 0, 0), [518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3, 0, 0), [520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3, 0, 0), [522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 3, 0, 0), [524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 3, 0, 0), [526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, 0, 0), [528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, 0, 0), [530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_builtin_type, 1, 0, 0), [532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_builtin_type, 1, 0, 0), [534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_literal, 4, 0, 0), [536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_literal, 4, 0, 0), [538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_size_expression, 4, 0, 0), [540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_size_expression, 4, 0, 0), [542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 4, 0, 0), [544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 4, 0, 0), [546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 4, 0, 0), [548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 4, 0, 0), [550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_expression, 4, 0, 0), [552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_expression, 4, 0, 0), [554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 4, 0, 0), [556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 4, 0, 0), [558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4, 0, 0), [560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, 0, 0), [562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 4, 0, 10), [564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 4, 0, 10), [566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 4, 0, 0), [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 4, 0, 0), [570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 0), [572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 0), [574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), [576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), [578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_union_type, 4, 0, 0), [580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_union_type, 4, 0, 0), [582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 16), [584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 16), [586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_type, 4, 0, 17), [588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_type, 4, 0, 17), [590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type, 4, 0, 0), [592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type, 4, 0, 0), [594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 4, 0, 0), [596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 4, 0, 0), [598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 4, 0, 0), [600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 4, 0, 0), [602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), [604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), [606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_literal, 5, 0, 0), [608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_literal, 5, 0, 0), [610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 5, 0, 0), [612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 5, 0, 0), [614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 5, 0, 0), [616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 5, 0, 0), [618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_type, 2, 0, 0), [620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_type, 2, 0, 0), [622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 3), [624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 3), [626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_expression, 5, 0, 0), [628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_expression, 5, 0, 0), [630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 5, 0, 0), [632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 5, 0, 0), [634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 5, 0, 10), [636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 5, 0, 10), [638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 5, 0, 0), [640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 5, 0, 0), [642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 25), [644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 25), [646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type, 5, 0, 0), [648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type, 5, 0, 0), [650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 5, 0, 0), [652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 5, 0, 0), [654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 5, 0, 0), [656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 5, 0, 0), [658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), [660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), [662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 5), [664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 5), [666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_literal, 6, 0, 0), [668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_literal, 6, 0, 0), [670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 6, 0, 0), [672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 6, 0, 0), [674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer_suffix, 1, 0, 0), [676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer_suffix, 1, 0, 0), [678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 23), [680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 23), [682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 2, 0, 0), [684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 2, 0, 0), [686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 6, 0, 10), [688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 6, 0, 10), [690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 6, 0, 0), [692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 6, 0, 0), [694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 32), [696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 32), [698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type, 6, 0, 0), [700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type, 6, 0, 0), [702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 6, 0, 0), [704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 6, 0, 0), [706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 6, 0, 0), [708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 6, 0, 0), [710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_assertion_expression, 2, 0, 0), [712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_assertion_expression, 2, 0, 0), [714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2, 0, 38), [716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 2, 0, 38), [718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 39), [720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 39), [722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 40), [724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 40), [726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 7, 0, 0), [728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 7, 0, 0), [730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 7, 0, 41), [732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 7, 0, 41), [734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type, 7, 0, 0), [736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type, 7, 0, 0), [738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 7, 0, 0), [740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 7, 0, 0), [742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 8, 0, 45), [744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 8, 0, 45), [746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, 0, 0), [748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, 0, 0), [750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_void, 1, 0, 0), [752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_void, 1, 0, 0), [754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 47), [756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 47), [758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2, 0, 0), [760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2, 0, 0), [762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_type, 2, 0, 0), [764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_type, 2, 0, 0), [766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 2, 0, 0), [768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 2, 0, 0), [770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unwrapped_type, 2, 0, 0), [772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unwrapped_type, 2, 0, 0), [774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, 0, 24), [776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, 0, 24), [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), [786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_expression, 4, 0, 0), [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), [796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_expression, 6, 0, 0), [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), [808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_call_expression_repeat1, 2, 0, 0), [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), [812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2, 0, 0), [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), [822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 4, 0, 0), [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), [834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 6, 0, 0), [836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 6, 0, 0), [838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_repeat1, 2, 0, 0), [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), [844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 4, 0, 0), [846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_binding, 4, 0, 0), [848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_field, 3, 0, 0), [850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_binding, 6, 0, 0), [852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_let_declaration_repeat1, 4, 0, 0), [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_assignment, 5, 0, 0), [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_binding, 7, 0, 0), [866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_assignment, 3, 0, 0), [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_binding, 3, 0, 0), [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_builtin_type, 1, 0, 0), REDUCE(sym_void, 1, 0, 0), [877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_let_declaration_repeat1, 6, 0, 0), [879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_declaration_repeat1, 6, 0, 0), [881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_binding, 5, 0, 0), [883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 6, 0, 0), [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), [887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 26), [889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 27), [891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 36), [893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 29), [895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 14), [897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 10, 0, 42), [899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 10, 0, 43), [901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 10, 0, 44), [903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 30), [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), [915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 11, 0, 46), [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), [923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 33), [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 34), [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 35), [931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 18), [933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 19), [935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 22), [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), [939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 0), [941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 0), [943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 4, 0, 0), [945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 4, 0, 0), [947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, 0, 0), [949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, 0, 0), [951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), [953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), [955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), [957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), [959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_statement, 2, 0, 0), [961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_statement, 2, 0, 0), [963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 3, 0, 0), [965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 3, 0, 0), [967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 5, 0, 0), [969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 5, 0, 0), [971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_statement, 3, 0, 0), [973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_statement, 3, 0, 0), [975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_operation, 3, 0, 0), [977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_operation, 3, 0, 0), [979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 0), [981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 0), [983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_statement, 5, 0, 0), [985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_statement, 5, 0, 0), [987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 9, 0, 0), [989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 9, 0, 0), [991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 0), [993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 0), [995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 7, 0, 0), [997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 7, 0, 0), [999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 6, 0, 0), [1001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 6, 0, 0), [1003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 0), [1005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 0), [1007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), [1009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), [1011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 8, 0, 0), [1013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 8, 0, 0), [1015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 9, 0, 0), [1017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 9, 0, 0), [1019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2, 0, 0), [1021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2, 0, 0), [1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1, 0, 0), [1025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declarations_repeat1, 2, 0, 0), [1027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(368), [1030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(411), [1033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(657), [1036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(595), [1039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(598), [1042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(606), [1045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(398), [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declarations, 1, 0, 0), [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_imports_repeat1, 2, 0, 0), [1056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_imports_repeat1, 2, 0, 0), SHIFT_REPEAT(543), [1059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_imports, 1, 0, 0), [1061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_statement, 9, 0, 0), [1063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_statement, 3, 0, 0), [1065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_statement, 8, 0, 0), [1067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_statement, 5, 0, 0), [1069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_statement, 7, 0, 0), [1071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declarations_repeat1, 3, 0, 0), [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [1087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(657), [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2, 0, 0), [1092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(398), [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), [1097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_attribute, 4, 0, 0), [1099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_attribute, 4, 0, 0), [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), [1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_expression, 2, 0, 0), [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), [1133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_attribute, 1, 0, 0), [1135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), [1137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(399), [1140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(399), [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), [1167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 2, 0, 0), [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), [1205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_expression, 3, 0, 0), [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_let_declaration_repeat1, 2, 0, 0), [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [1215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_let_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(613), [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_expression_repeat1, 2, 0, 0), [1228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(9), [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_expression, 5, 0, 0), [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 1, 0, 0), [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [1253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_repeat1, 2, 0, 0), SHIFT_REPEAT(80), [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), [1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 2, 0, 0), [1264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), [1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_expression, 7, 0, 0), [1268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), [1278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), [1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offset_specifier, 4, 0, 0), [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), [1292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat2, 2, 0, 0), SHIFT_REPEAT(519), [1295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat2, 2, 0, 0), [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), [1301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(81), [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 2, 0, 0), [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), [1326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(520), [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2, 0, 0), [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 2, 0, 4), [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), [1339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), SHIFT_REPEAT(154), [1342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 3, 0, 0), [1346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(642), [1349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_declaration_repeat1, 2, 0, 0), [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tagged_union_type_repeat1, 2, 0, 0), [1353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tagged_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(155), [1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), [1360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_call_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(32), [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), [1381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(616), [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_statement_repeat1, 2, 0, 0), [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), [1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4, 0, 0), [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), [1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, 0, 0), [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), [1408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(585), [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2, 0, 0), [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), [1421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_type_repeat1, 2, 0, 0), SHIFT_REPEAT(538), [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_type_repeat1, 2, 0, 0), [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 7, 0, 0), [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), [1440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(409), [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_declaration_repeat1, 2, 0, 0), [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 0), [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), [1453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(406), [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_literal_repeat1, 2, 0, 0), [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_field, 1, 0, 0), [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), [1466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_let_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(500), [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), [1481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_type_repeat1, 2, 0, 0), SHIFT_REPEAT(384), [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_type_repeat1, 2, 0, 0), [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 4, 0, 0), [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 6), [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 37), [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), [1528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_assignment, 1, 0, 0), [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 0), [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 20), [1544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 4, 0, 0), [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [1548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 21), [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 28), [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), [1556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 6, 0, 0), [1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 31), [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 13), [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_argument, 2, 0, 0), [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 15), [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_literal_repeat1, 3, 0, 0), [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), [1584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 3, 0, 0), [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 2, 0, 0), [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1, 0, 0), [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), [1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), [1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), [1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), [1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), [1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), [1664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), [1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), [1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), [1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), [1674] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), [1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), [1682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [1684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), [1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [1692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), [1694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), [1696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), }; #ifdef __cplusplus extern "C" { #endif #ifdef TREE_SITTER_HIDE_SYMBOLS #define TS_PUBLIC #elif defined(_WIN32) #define TS_PUBLIC __declspec(dllexport) #else #define TS_PUBLIC __attribute__((visibility("default"))) #endif TS_PUBLIC const TSLanguage *tree_sitter_hare(void) { static const TSLanguage language = { .abi_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, .supertype_count = SUPERTYPE_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, .supertype_map_slices = ts_supertype_map_slices, .supertype_map_entries = ts_supertype_map_entries, .supertype_symbols = ts_supertype_symbols, .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 = (const void*)ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, .primary_state_ids = ts_primary_state_ids, .name = "hare", .max_reserved_word_set_size = 0, .metadata = { .major_version = 1, .minor_version = 0, .patch_version = 0, }, }; return &language; } #ifdef __cplusplus } #endif