/* 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 2125
#define LARGE_STATE_COUNT 26
#define SYMBOL_COUNT 261
#define ALIAS_COUNT 0
#define TOKEN_COUNT 107
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 44
#define MAX_ALIAS_SEQUENCE_LENGTH 12
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 193
#define SUPERTYPE_COUNT 3

enum ts_symbol_identifiers {
  sym_identifier = 1,
  anon_sym_SEMI = 2,
  anon_sym_module = 3,
  anon_sym_import = 4,
  anon_sym_LPAREN = 5,
  anon_sym_COMMA = 6,
  anon_sym_RPAREN = 7,
  anon_sym_DOT = 8,
  anon_sym_pub = 9,
  anon_sym_let = 10,
  anon_sym_COLON = 11,
  anon_sym_EQ = 12,
  anon_sym_self = 13,
  anon_sym_STAR = 14,
  anon_sym_mut = 15,
  anon_sym_DOLLAR = 16,
  anon_sym_type = 17,
  anon_sym_DOT_DOT_DOT = 18,
  anon_sym_alias = 19,
  anon_sym_LBRACE = 20,
  anon_sym_RBRACE = 21,
  anon_sym_PLUS_EQ = 22,
  anon_sym_DASH_EQ = 23,
  anon_sym_STAR_EQ = 24,
  anon_sym_SLASH_EQ = 25,
  anon_sym_PERCENT_EQ = 26,
  anon_sym_AMP_EQ = 27,
  anon_sym_PIPE_EQ = 28,
  anon_sym_CARET_EQ = 29,
  anon_sym_LT_LT_EQ = 30,
  anon_sym_GT_GT_EQ = 31,
  anon_sym_return = 32,
  sym_break_statement = 33,
  sym_continue_statement = 34,
  anon_sym_defer = 35,
  anon_sym_if = 36,
  anon_sym_else = 37,
  anon_sym_match = 38,
  anon_sym_as = 39,
  anon_sym_EQ_GT = 40,
  anon_sym_PIPE = 41,
  anon_sym_DOT_DOT = 42,
  anon_sym__ = 43,
  anon_sym_for = 44,
  anon_sym_AMP = 45,
  anon_sym_in = 46,
  anon_sym_AT = 47,
  anon_sym_reversed = 48,
  anon_sym_when = 49,
  anon_sym_compiler_error = 50,
  anon_sym_compiler_assert = 51,
  anon_sym_link = 52,
  anon_sym_system = 53,
  anon_sym_path = 54,
  anon_sym_search = 55,
  anon_sym_framework = 56,
  anon_sym_BANG = 57,
  anon_sym_DASH = 58,
  anon_sym_TILDE = 59,
  anon_sym_PIPE_PIPE = 60,
  anon_sym_AMP_AMP = 61,
  anon_sym_CARET = 62,
  anon_sym_EQ_EQ = 63,
  anon_sym_BANG_EQ = 64,
  anon_sym_LT = 65,
  anon_sym_GT = 66,
  anon_sym_LT_EQ = 67,
  anon_sym_GT_EQ = 68,
  anon_sym_PLUS = 69,
  anon_sym_SLASH = 70,
  anon_sym_PERCENT = 71,
  anon_sym_LBRACK = 72,
  anon_sym_RBRACK = 73,
  anon_sym_len = 74,
  anon_sym_repr = 75,
  anon_sym_sizeof = 76,
  anon_sym_alignof = 77,
  anon_sym_offsetof = 78,
  anon_sym_embed = 79,
  anon_sym_asm = 80,
  anon_sym_out = 81,
  anon_sym_clobber = 82,
  anon_sym_volatile = 83,
  anon_sym_dyn = 84,
  anon_sym_struct = 85,
  anon_sym_enum = 86,
  anon_sym_flags = 87,
  anon_sym_union = 88,
  anon_sym_auto = 89,
  anon_sym_trait = 90,
  sym_opaque_type = 91,
  anon_sym_reprof = 92,
  sym_integer_literal = 93,
  sym_float_literal = 94,
  anon_sym_DQUOTE = 95,
  anon_sym_c_DQUOTE = 96,
  anon_sym_SQUOTE = 97,
  aux_sym_character_literal_token1 = 98,
  sym_string_content = 99,
  sym_escape_sequence = 100,
  anon_sym_true = 101,
  anon_sym_false = 102,
  sym_nil_literal = 103,
  sym_no_initializer = 104,
  sym_line_comment = 105,
  sym_block_comment = 106,
  sym_source_file = 107,
  sym__top_level_item = 108,
  sym_module_declaration = 109,
  sym_import_declaration = 110,
  sym_import_spec = 111,
  sym_module_path = 112,
  sym_function_definition = 113,
  sym_function_name = 114,
  sym_parameter_list = 115,
  sym_receiver_parameter = 116,
  sym_type_parameter = 117,
  sym_type_parameter_list = 118,
  sym_parameter = 119,
  sym_parameter_name = 120,
  sym_variadic_parameter = 121,
  sym_return_type = 122,
  sym_type_definition = 123,
  sym_binding_declaration = 124,
  sym_multi_binding_declaration = 125,
  sym_block = 126,
  sym_statement = 127,
  sym_assignment_statement = 128,
  sym_return_statement = 129,
  sym_defer_statement = 130,
  sym_expression_statement = 131,
  sym_if_expression = 132,
  sym_match_expression = 133,
  sym__block_match_arm = 134,
  sym_match_arm = 135,
  sym_match_pattern = 136,
  sym_match_pattern_term = 137,
  sym_match_pattern_atom = 138,
  sym_variant_pattern = 139,
  sym_pattern_binding = 140,
  sym_for_statement = 141,
  sym_for_each_clause = 142,
  sym_for_each_destructure = 143,
  sym_for_clause = 144,
  sym_iteration_attribute = 145,
  sym_compile_time_when = 146,
  sym_compile_time_block = 147,
  sym_compiler_error_directive = 148,
  sym_compiler_assert_directive = 149,
  sym_attribute = 150,
  sym_ordinary_attribute = 151,
  sym_attribute_argument = 152,
  sym_link_attribute = 153,
  sym_link_item = 154,
  sym_link_entry = 155,
  sym_link_when = 156,
  sym_link_block = 157,
  sym_expression = 158,
  sym_parenthesized_expression = 159,
  sym_lambda_expression = 160,
  sym_lambda_parameter_list = 161,
  sym_lambda_parameter = 162,
  sym_lambda_parameter_name = 163,
  sym_unary_expression = 164,
  sym_binary_expression = 165,
  sym_call_expression = 166,
  sym_argument_list = 167,
  sym_field_expression = 168,
  sym_index_expression = 169,
  sym_slice_expression = 170,
  sym_reference_expression = 171,
  sym_dereference_expression = 172,
  sym_cast_expression = 173,
  sym_enum_literal = 174,
  sym_when_expression = 175,
  sym_when_expression_block = 176,
  sym_struct_literal = 177,
  sym_field_initializer = 178,
  sym_flag_initializer = 179,
  sym_sequence_literal = 180,
  sym_builtin_expression = 181,
  sym_inline_assembly_expression = 182,
  sym_assembly_operand = 183,
  sym_type = 184,
  sym_named_type = 185,
  sym_captured_type = 186,
  sym_type_path = 187,
  sym_type_arguments = 188,
  sym_when_type = 189,
  sym_when_type_block = 190,
  sym_pointer_type = 191,
  sym_dynamic_trait_type = 192,
  sym_slice_type = 193,
  sym_array_type = 194,
  sym_function_type = 195,
  sym_struct_type = 196,
  sym_struct_field = 197,
  sym_enum_type = 198,
  sym_enum_member = 199,
  sym_flags_type = 200,
  sym_flags_member = 201,
  sym_union_type = 202,
  sym_auto_attribute = 203,
  sym_union_field = 204,
  sym_union_variant = 205,
  sym_payload_field = 206,
  sym_trait_type = 207,
  sym_trait_method = 208,
  sym_trait_parameter = 209,
  sym_representation_type = 210,
  sym_literal = 211,
  sym_string_literal = 212,
  sym_c_string_literal = 213,
  sym_character_literal = 214,
  sym_boolean_literal = 215,
  sym_type_identifier = 216,
  sym_attribute_name = 217,
  aux_sym_source_file_repeat1 = 218,
  aux_sym_module_declaration_repeat1 = 219,
  aux_sym_import_declaration_repeat1 = 220,
  aux_sym_module_path_repeat1 = 221,
  aux_sym_parameter_list_repeat1 = 222,
  aux_sym_type_parameter_list_repeat1 = 223,
  aux_sym_parameter_repeat1 = 224,
  aux_sym_return_type_repeat1 = 225,
  aux_sym_multi_binding_declaration_repeat1 = 226,
  aux_sym_block_repeat1 = 227,
  aux_sym_assignment_statement_repeat1 = 228,
  aux_sym_return_statement_repeat1 = 229,
  aux_sym_if_expression_repeat1 = 230,
  aux_sym_match_expression_repeat1 = 231,
  aux_sym_match_expression_repeat2 = 232,
  aux_sym__block_match_arm_repeat1 = 233,
  aux_sym_match_pattern_repeat1 = 234,
  aux_sym_variant_pattern_repeat1 = 235,
  aux_sym_for_each_clause_repeat1 = 236,
  aux_sym_for_each_destructure_repeat1 = 237,
  aux_sym_compile_time_when_repeat1 = 238,
  aux_sym_compile_time_block_repeat1 = 239,
  aux_sym_ordinary_attribute_repeat1 = 240,
  aux_sym_link_attribute_repeat1 = 241,
  aux_sym_link_when_repeat1 = 242,
  aux_sym_lambda_parameter_list_repeat1 = 243,
  aux_sym_lambda_parameter_repeat1 = 244,
  aux_sym_when_expression_repeat1 = 245,
  aux_sym_struct_literal_repeat1 = 246,
  aux_sym_struct_literal_repeat2 = 247,
  aux_sym_inline_assembly_expression_repeat1 = 248,
  aux_sym_type_path_repeat1 = 249,
  aux_sym_when_type_repeat1 = 250,
  aux_sym_function_type_repeat1 = 251,
  aux_sym_struct_type_repeat1 = 252,
  aux_sym_struct_type_repeat2 = 253,
  aux_sym_enum_type_repeat1 = 254,
  aux_sym_flags_type_repeat1 = 255,
  aux_sym_union_type_repeat1 = 256,
  aux_sym_union_variant_repeat1 = 257,
  aux_sym_trait_type_repeat1 = 258,
  aux_sym_trait_method_repeat1 = 259,
  aux_sym_string_literal_repeat1 = 260,
};

static const char * const ts_symbol_names[] = {
  [ts_builtin_sym_end] = "end",
  [sym_identifier] = "identifier",
  [anon_sym_SEMI] = ";",
  [anon_sym_module] = "module",
  [anon_sym_import] = "import",
  [anon_sym_LPAREN] = "(",
  [anon_sym_COMMA] = ",",
  [anon_sym_RPAREN] = ")",
  [anon_sym_DOT] = ".",
  [anon_sym_pub] = "pub",
  [anon_sym_let] = "let",
  [anon_sym_COLON] = ":",
  [anon_sym_EQ] = "=",
  [anon_sym_self] = "identifier",
  [anon_sym_STAR] = "*",
  [anon_sym_mut] = "mut",
  [anon_sym_DOLLAR] = "$",
  [anon_sym_type] = "type",
  [anon_sym_DOT_DOT_DOT] = "...",
  [anon_sym_alias] = "alias",
  [anon_sym_LBRACE] = "{",
  [anon_sym_RBRACE] = "}",
  [anon_sym_PLUS_EQ] = "+=",
  [anon_sym_DASH_EQ] = "-=",
  [anon_sym_STAR_EQ] = "*=",
  [anon_sym_SLASH_EQ] = "/=",
  [anon_sym_PERCENT_EQ] = "%=",
  [anon_sym_AMP_EQ] = "&=",
  [anon_sym_PIPE_EQ] = "|=",
  [anon_sym_CARET_EQ] = "^=",
  [anon_sym_LT_LT_EQ] = "<<=",
  [anon_sym_GT_GT_EQ] = ">>=",
  [anon_sym_return] = "return",
  [sym_break_statement] = "break_statement",
  [sym_continue_statement] = "continue_statement",
  [anon_sym_defer] = "defer",
  [anon_sym_if] = "if",
  [anon_sym_else] = "else",
  [anon_sym_match] = "match",
  [anon_sym_as] = "as",
  [anon_sym_EQ_GT] = "=>",
  [anon_sym_PIPE] = "|",
  [anon_sym_DOT_DOT] = "..",
  [anon_sym__] = "wildcard",
  [anon_sym_for] = "for",
  [anon_sym_AMP] = "&",
  [anon_sym_in] = "in",
  [anon_sym_AT] = "@",
  [anon_sym_reversed] = "attribute_name",
  [anon_sym_when] = "when",
  [anon_sym_compiler_error] = "builtin_name",
  [anon_sym_compiler_assert] = "builtin_name",
  [anon_sym_link] = "attribute_name",
  [anon_sym_system] = "link_kind",
  [anon_sym_path] = "link_kind",
  [anon_sym_search] = "link_kind",
  [anon_sym_framework] = "link_kind",
  [anon_sym_BANG] = "!",
  [anon_sym_DASH] = "-",
  [anon_sym_TILDE] = "~",
  [anon_sym_PIPE_PIPE] = "||",
  [anon_sym_AMP_AMP] = "&&",
  [anon_sym_CARET] = "^",
  [anon_sym_EQ_EQ] = "==",
  [anon_sym_BANG_EQ] = "!=",
  [anon_sym_LT] = "<",
  [anon_sym_GT] = ">",
  [anon_sym_LT_EQ] = "<=",
  [anon_sym_GT_EQ] = ">=",
  [anon_sym_PLUS] = "+",
  [anon_sym_SLASH] = "/",
  [anon_sym_PERCENT] = "%",
  [anon_sym_LBRACK] = "[",
  [anon_sym_RBRACK] = "]",
  [anon_sym_len] = "builtin_name",
  [anon_sym_repr] = "builtin_name",
  [anon_sym_sizeof] = "builtin_name",
  [anon_sym_alignof] = "builtin_name",
  [anon_sym_offsetof] = "builtin_name",
  [anon_sym_embed] = "builtin_name",
  [anon_sym_asm] = "builtin_name",
  [anon_sym_out] = "assembly_keyword",
  [anon_sym_clobber] = "assembly_keyword",
  [anon_sym_volatile] = "assembly_keyword",
  [anon_sym_dyn] = "dyn",
  [anon_sym_struct] = "struct",
  [anon_sym_enum] = "enum",
  [anon_sym_flags] = "type_keyword",
  [anon_sym_union] = "union",
  [anon_sym_auto] = "attribute_name",
  [anon_sym_trait] = "trait",
  [sym_opaque_type] = "opaque_type",
  [anon_sym_reprof] = "builtin_name",
  [sym_integer_literal] = "integer_literal",
  [sym_float_literal] = "float_literal",
  [anon_sym_DQUOTE] = "\"",
  [anon_sym_c_DQUOTE] = "c\"",
  [anon_sym_SQUOTE] = "'",
  [aux_sym_character_literal_token1] = "character_literal_token1",
  [sym_string_content] = "string_content",
  [sym_escape_sequence] = "escape_sequence",
  [anon_sym_true] = "true",
  [anon_sym_false] = "false",
  [sym_nil_literal] = "nil_literal",
  [sym_no_initializer] = "no_initializer",
  [sym_line_comment] = "line_comment",
  [sym_block_comment] = "block_comment",
  [sym_source_file] = "source_file",
  [sym__top_level_item] = "_top_level_item",
  [sym_module_declaration] = "module_declaration",
  [sym_import_declaration] = "import_declaration",
  [sym_import_spec] = "import_spec",
  [sym_module_path] = "module_path",
  [sym_function_definition] = "function_definition",
  [sym_function_name] = "function_name",
  [sym_parameter_list] = "parameter_list",
  [sym_receiver_parameter] = "receiver_parameter",
  [sym_type_parameter] = "type_parameter",
  [sym_type_parameter_list] = "type_parameter_list",
  [sym_parameter] = "parameter",
  [sym_parameter_name] = "parameter_name",
  [sym_variadic_parameter] = "variadic_parameter",
  [sym_return_type] = "return_type",
  [sym_type_definition] = "type_definition",
  [sym_binding_declaration] = "binding_declaration",
  [sym_multi_binding_declaration] = "multi_binding_declaration",
  [sym_block] = "block",
  [sym_statement] = "statement",
  [sym_assignment_statement] = "assignment_statement",
  [sym_return_statement] = "return_statement",
  [sym_defer_statement] = "defer_statement",
  [sym_expression_statement] = "expression_statement",
  [sym_if_expression] = "if_expression",
  [sym_match_expression] = "match_expression",
  [sym__block_match_arm] = "match_arm",
  [sym_match_arm] = "match_arm",
  [sym_match_pattern] = "match_pattern",
  [sym_match_pattern_term] = "match_pattern_term",
  [sym_match_pattern_atom] = "match_pattern_atom",
  [sym_variant_pattern] = "variant_pattern",
  [sym_pattern_binding] = "pattern_binding",
  [sym_for_statement] = "for_statement",
  [sym_for_each_clause] = "for_each_clause",
  [sym_for_each_destructure] = "for_each_destructure",
  [sym_for_clause] = "for_clause",
  [sym_iteration_attribute] = "iteration_attribute",
  [sym_compile_time_when] = "compile_time_when",
  [sym_compile_time_block] = "compile_time_block",
  [sym_compiler_error_directive] = "compiler_error_directive",
  [sym_compiler_assert_directive] = "compiler_assert_directive",
  [sym_attribute] = "attribute",
  [sym_ordinary_attribute] = "ordinary_attribute",
  [sym_attribute_argument] = "attribute_argument",
  [sym_link_attribute] = "link_attribute",
  [sym_link_item] = "link_item",
  [sym_link_entry] = "link_entry",
  [sym_link_when] = "link_when",
  [sym_link_block] = "link_block",
  [sym_expression] = "expression",
  [sym_parenthesized_expression] = "parenthesized_expression",
  [sym_lambda_expression] = "lambda_expression",
  [sym_lambda_parameter_list] = "lambda_parameter_list",
  [sym_lambda_parameter] = "lambda_parameter",
  [sym_lambda_parameter_name] = "lambda_parameter_name",
  [sym_unary_expression] = "unary_expression",
  [sym_binary_expression] = "binary_expression",
  [sym_call_expression] = "call_expression",
  [sym_argument_list] = "argument_list",
  [sym_field_expression] = "field_expression",
  [sym_index_expression] = "index_expression",
  [sym_slice_expression] = "slice_expression",
  [sym_reference_expression] = "reference_expression",
  [sym_dereference_expression] = "dereference_expression",
  [sym_cast_expression] = "cast_expression",
  [sym_enum_literal] = "enum_literal",
  [sym_when_expression] = "when_expression",
  [sym_when_expression_block] = "when_expression_block",
  [sym_struct_literal] = "struct_literal",
  [sym_field_initializer] = "field_initializer",
  [sym_flag_initializer] = "flag_initializer",
  [sym_sequence_literal] = "sequence_literal",
  [sym_builtin_expression] = "builtin_expression",
  [sym_inline_assembly_expression] = "inline_assembly_expression",
  [sym_assembly_operand] = "assembly_operand",
  [sym_type] = "type",
  [sym_named_type] = "named_type",
  [sym_captured_type] = "captured_type",
  [sym_type_path] = "type_path",
  [sym_type_arguments] = "type_arguments",
  [sym_when_type] = "when_type",
  [sym_when_type_block] = "when_type_block",
  [sym_pointer_type] = "pointer_type",
  [sym_dynamic_trait_type] = "dynamic_trait_type",
  [sym_slice_type] = "slice_type",
  [sym_array_type] = "array_type",
  [sym_function_type] = "function_type",
  [sym_struct_type] = "struct_type",
  [sym_struct_field] = "struct_field",
  [sym_enum_type] = "enum_type",
  [sym_enum_member] = "enum_member",
  [sym_flags_type] = "flags_type",
  [sym_flags_member] = "flags_member",
  [sym_union_type] = "union_type",
  [sym_auto_attribute] = "auto_attribute",
  [sym_union_field] = "union_field",
  [sym_union_variant] = "union_variant",
  [sym_payload_field] = "payload_field",
  [sym_trait_type] = "trait_type",
  [sym_trait_method] = "trait_method",
  [sym_trait_parameter] = "trait_parameter",
  [sym_representation_type] = "representation_type",
  [sym_literal] = "literal",
  [sym_string_literal] = "string_literal",
  [sym_c_string_literal] = "c_string_literal",
  [sym_character_literal] = "character_literal",
  [sym_boolean_literal] = "boolean_literal",
  [sym_type_identifier] = "type_identifier",
  [sym_attribute_name] = "attribute_name",
  [aux_sym_source_file_repeat1] = "source_file_repeat1",
  [aux_sym_module_declaration_repeat1] = "module_declaration_repeat1",
  [aux_sym_import_declaration_repeat1] = "import_declaration_repeat1",
  [aux_sym_module_path_repeat1] = "module_path_repeat1",
  [aux_sym_parameter_list_repeat1] = "parameter_list_repeat1",
  [aux_sym_type_parameter_list_repeat1] = "type_parameter_list_repeat1",
  [aux_sym_parameter_repeat1] = "parameter_repeat1",
  [aux_sym_return_type_repeat1] = "return_type_repeat1",
  [aux_sym_multi_binding_declaration_repeat1] = "multi_binding_declaration_repeat1",
  [aux_sym_block_repeat1] = "block_repeat1",
  [aux_sym_assignment_statement_repeat1] = "assignment_statement_repeat1",
  [aux_sym_return_statement_repeat1] = "return_statement_repeat1",
  [aux_sym_if_expression_repeat1] = "if_expression_repeat1",
  [aux_sym_match_expression_repeat1] = "match_expression_repeat1",
  [aux_sym_match_expression_repeat2] = "match_expression_repeat2",
  [aux_sym__block_match_arm_repeat1] = "_block_match_arm_repeat1",
  [aux_sym_match_pattern_repeat1] = "match_pattern_repeat1",
  [aux_sym_variant_pattern_repeat1] = "variant_pattern_repeat1",
  [aux_sym_for_each_clause_repeat1] = "for_each_clause_repeat1",
  [aux_sym_for_each_destructure_repeat1] = "for_each_destructure_repeat1",
  [aux_sym_compile_time_when_repeat1] = "compile_time_when_repeat1",
  [aux_sym_compile_time_block_repeat1] = "compile_time_block_repeat1",
  [aux_sym_ordinary_attribute_repeat1] = "ordinary_attribute_repeat1",
  [aux_sym_link_attribute_repeat1] = "link_attribute_repeat1",
  [aux_sym_link_when_repeat1] = "link_when_repeat1",
  [aux_sym_lambda_parameter_list_repeat1] = "lambda_parameter_list_repeat1",
  [aux_sym_lambda_parameter_repeat1] = "lambda_parameter_repeat1",
  [aux_sym_when_expression_repeat1] = "when_expression_repeat1",
  [aux_sym_struct_literal_repeat1] = "struct_literal_repeat1",
  [aux_sym_struct_literal_repeat2] = "struct_literal_repeat2",
  [aux_sym_inline_assembly_expression_repeat1] = "inline_assembly_expression_repeat1",
  [aux_sym_type_path_repeat1] = "type_path_repeat1",
  [aux_sym_when_type_repeat1] = "when_type_repeat1",
  [aux_sym_function_type_repeat1] = "function_type_repeat1",
  [aux_sym_struct_type_repeat1] = "struct_type_repeat1",
  [aux_sym_struct_type_repeat2] = "struct_type_repeat2",
  [aux_sym_enum_type_repeat1] = "enum_type_repeat1",
  [aux_sym_flags_type_repeat1] = "flags_type_repeat1",
  [aux_sym_union_type_repeat1] = "union_type_repeat1",
  [aux_sym_union_variant_repeat1] = "union_variant_repeat1",
  [aux_sym_trait_type_repeat1] = "trait_type_repeat1",
  [aux_sym_trait_method_repeat1] = "trait_method_repeat1",
  [aux_sym_string_literal_repeat1] = "string_literal_repeat1",
};

static const TSSymbol ts_symbol_map[] = {
  [ts_builtin_sym_end] = ts_builtin_sym_end,
  [sym_identifier] = sym_identifier,
  [anon_sym_SEMI] = anon_sym_SEMI,
  [anon_sym_module] = anon_sym_module,
  [anon_sym_import] = anon_sym_import,
  [anon_sym_LPAREN] = anon_sym_LPAREN,
  [anon_sym_COMMA] = anon_sym_COMMA,
  [anon_sym_RPAREN] = anon_sym_RPAREN,
  [anon_sym_DOT] = anon_sym_DOT,
  [anon_sym_pub] = anon_sym_pub,
  [anon_sym_let] = anon_sym_let,
  [anon_sym_COLON] = anon_sym_COLON,
  [anon_sym_EQ] = anon_sym_EQ,
  [anon_sym_self] = sym_identifier,
  [anon_sym_STAR] = anon_sym_STAR,
  [anon_sym_mut] = anon_sym_mut,
  [anon_sym_DOLLAR] = anon_sym_DOLLAR,
  [anon_sym_type] = anon_sym_type,
  [anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT,
  [anon_sym_alias] = anon_sym_alias,
  [anon_sym_LBRACE] = anon_sym_LBRACE,
  [anon_sym_RBRACE] = anon_sym_RBRACE,
  [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_AMP_EQ] = anon_sym_AMP_EQ,
  [anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ,
  [anon_sym_CARET_EQ] = anon_sym_CARET_EQ,
  [anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ,
  [anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ,
  [anon_sym_return] = anon_sym_return,
  [sym_break_statement] = sym_break_statement,
  [sym_continue_statement] = sym_continue_statement,
  [anon_sym_defer] = anon_sym_defer,
  [anon_sym_if] = anon_sym_if,
  [anon_sym_else] = anon_sym_else,
  [anon_sym_match] = anon_sym_match,
  [anon_sym_as] = anon_sym_as,
  [anon_sym_EQ_GT] = anon_sym_EQ_GT,
  [anon_sym_PIPE] = anon_sym_PIPE,
  [anon_sym_DOT_DOT] = anon_sym_DOT_DOT,
  [anon_sym__] = anon_sym__,
  [anon_sym_for] = anon_sym_for,
  [anon_sym_AMP] = anon_sym_AMP,
  [anon_sym_in] = anon_sym_in,
  [anon_sym_AT] = anon_sym_AT,
  [anon_sym_reversed] = sym_attribute_name,
  [anon_sym_when] = anon_sym_when,
  [anon_sym_compiler_error] = anon_sym_compiler_error,
  [anon_sym_compiler_assert] = anon_sym_compiler_error,
  [anon_sym_link] = sym_attribute_name,
  [anon_sym_system] = anon_sym_system,
  [anon_sym_path] = anon_sym_system,
  [anon_sym_search] = anon_sym_system,
  [anon_sym_framework] = anon_sym_system,
  [anon_sym_BANG] = anon_sym_BANG,
  [anon_sym_DASH] = anon_sym_DASH,
  [anon_sym_TILDE] = anon_sym_TILDE,
  [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
  [anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
  [anon_sym_CARET] = anon_sym_CARET,
  [anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
  [anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
  [anon_sym_LT] = anon_sym_LT,
  [anon_sym_GT] = anon_sym_GT,
  [anon_sym_LT_EQ] = anon_sym_LT_EQ,
  [anon_sym_GT_EQ] = anon_sym_GT_EQ,
  [anon_sym_PLUS] = anon_sym_PLUS,
  [anon_sym_SLASH] = anon_sym_SLASH,
  [anon_sym_PERCENT] = anon_sym_PERCENT,
  [anon_sym_LBRACK] = anon_sym_LBRACK,
  [anon_sym_RBRACK] = anon_sym_RBRACK,
  [anon_sym_len] = anon_sym_compiler_error,
  [anon_sym_repr] = anon_sym_compiler_error,
  [anon_sym_sizeof] = anon_sym_compiler_error,
  [anon_sym_alignof] = anon_sym_compiler_error,
  [anon_sym_offsetof] = anon_sym_compiler_error,
  [anon_sym_embed] = anon_sym_compiler_error,
  [anon_sym_asm] = anon_sym_compiler_error,
  [anon_sym_out] = anon_sym_out,
  [anon_sym_clobber] = anon_sym_out,
  [anon_sym_volatile] = anon_sym_out,
  [anon_sym_dyn] = anon_sym_dyn,
  [anon_sym_struct] = anon_sym_struct,
  [anon_sym_enum] = anon_sym_enum,
  [anon_sym_flags] = anon_sym_flags,
  [anon_sym_union] = anon_sym_union,
  [anon_sym_auto] = sym_attribute_name,
  [anon_sym_trait] = anon_sym_trait,
  [sym_opaque_type] = sym_opaque_type,
  [anon_sym_reprof] = anon_sym_compiler_error,
  [sym_integer_literal] = sym_integer_literal,
  [sym_float_literal] = sym_float_literal,
  [anon_sym_DQUOTE] = anon_sym_DQUOTE,
  [anon_sym_c_DQUOTE] = anon_sym_c_DQUOTE,
  [anon_sym_SQUOTE] = anon_sym_SQUOTE,
  [aux_sym_character_literal_token1] = aux_sym_character_literal_token1,
  [sym_string_content] = sym_string_content,
  [sym_escape_sequence] = sym_escape_sequence,
  [anon_sym_true] = anon_sym_true,
  [anon_sym_false] = anon_sym_false,
  [sym_nil_literal] = sym_nil_literal,
  [sym_no_initializer] = sym_no_initializer,
  [sym_line_comment] = sym_line_comment,
  [sym_block_comment] = sym_block_comment,
  [sym_source_file] = sym_source_file,
  [sym__top_level_item] = sym__top_level_item,
  [sym_module_declaration] = sym_module_declaration,
  [sym_import_declaration] = sym_import_declaration,
  [sym_import_spec] = sym_import_spec,
  [sym_module_path] = sym_module_path,
  [sym_function_definition] = sym_function_definition,
  [sym_function_name] = sym_function_name,
  [sym_parameter_list] = sym_parameter_list,
  [sym_receiver_parameter] = sym_receiver_parameter,
  [sym_type_parameter] = sym_type_parameter,
  [sym_type_parameter_list] = sym_type_parameter_list,
  [sym_parameter] = sym_parameter,
  [sym_parameter_name] = sym_parameter_name,
  [sym_variadic_parameter] = sym_variadic_parameter,
  [sym_return_type] = sym_return_type,
  [sym_type_definition] = sym_type_definition,
  [sym_binding_declaration] = sym_binding_declaration,
  [sym_multi_binding_declaration] = sym_multi_binding_declaration,
  [sym_block] = sym_block,
  [sym_statement] = sym_statement,
  [sym_assignment_statement] = sym_assignment_statement,
  [sym_return_statement] = sym_return_statement,
  [sym_defer_statement] = sym_defer_statement,
  [sym_expression_statement] = sym_expression_statement,
  [sym_if_expression] = sym_if_expression,
  [sym_match_expression] = sym_match_expression,
  [sym__block_match_arm] = sym_match_arm,
  [sym_match_arm] = sym_match_arm,
  [sym_match_pattern] = sym_match_pattern,
  [sym_match_pattern_term] = sym_match_pattern_term,
  [sym_match_pattern_atom] = sym_match_pattern_atom,
  [sym_variant_pattern] = sym_variant_pattern,
  [sym_pattern_binding] = sym_pattern_binding,
  [sym_for_statement] = sym_for_statement,
  [sym_for_each_clause] = sym_for_each_clause,
  [sym_for_each_destructure] = sym_for_each_destructure,
  [sym_for_clause] = sym_for_clause,
  [sym_iteration_attribute] = sym_iteration_attribute,
  [sym_compile_time_when] = sym_compile_time_when,
  [sym_compile_time_block] = sym_compile_time_block,
  [sym_compiler_error_directive] = sym_compiler_error_directive,
  [sym_compiler_assert_directive] = sym_compiler_assert_directive,
  [sym_attribute] = sym_attribute,
  [sym_ordinary_attribute] = sym_ordinary_attribute,
  [sym_attribute_argument] = sym_attribute_argument,
  [sym_link_attribute] = sym_link_attribute,
  [sym_link_item] = sym_link_item,
  [sym_link_entry] = sym_link_entry,
  [sym_link_when] = sym_link_when,
  [sym_link_block] = sym_link_block,
  [sym_expression] = sym_expression,
  [sym_parenthesized_expression] = sym_parenthesized_expression,
  [sym_lambda_expression] = sym_lambda_expression,
  [sym_lambda_parameter_list] = sym_lambda_parameter_list,
  [sym_lambda_parameter] = sym_lambda_parameter,
  [sym_lambda_parameter_name] = sym_lambda_parameter_name,
  [sym_unary_expression] = sym_unary_expression,
  [sym_binary_expression] = sym_binary_expression,
  [sym_call_expression] = sym_call_expression,
  [sym_argument_list] = sym_argument_list,
  [sym_field_expression] = sym_field_expression,
  [sym_index_expression] = sym_index_expression,
  [sym_slice_expression] = sym_slice_expression,
  [sym_reference_expression] = sym_reference_expression,
  [sym_dereference_expression] = sym_dereference_expression,
  [sym_cast_expression] = sym_cast_expression,
  [sym_enum_literal] = sym_enum_literal,
  [sym_when_expression] = sym_when_expression,
  [sym_when_expression_block] = sym_when_expression_block,
  [sym_struct_literal] = sym_struct_literal,
  [sym_field_initializer] = sym_field_initializer,
  [sym_flag_initializer] = sym_flag_initializer,
  [sym_sequence_literal] = sym_sequence_literal,
  [sym_builtin_expression] = sym_builtin_expression,
  [sym_inline_assembly_expression] = sym_inline_assembly_expression,
  [sym_assembly_operand] = sym_assembly_operand,
  [sym_type] = sym_type,
  [sym_named_type] = sym_named_type,
  [sym_captured_type] = sym_captured_type,
  [sym_type_path] = sym_type_path,
  [sym_type_arguments] = sym_type_arguments,
  [sym_when_type] = sym_when_type,
  [sym_when_type_block] = sym_when_type_block,
  [sym_pointer_type] = sym_pointer_type,
  [sym_dynamic_trait_type] = sym_dynamic_trait_type,
  [sym_slice_type] = sym_slice_type,
  [sym_array_type] = sym_array_type,
  [sym_function_type] = sym_function_type,
  [sym_struct_type] = sym_struct_type,
  [sym_struct_field] = sym_struct_field,
  [sym_enum_type] = sym_enum_type,
  [sym_enum_member] = sym_enum_member,
  [sym_flags_type] = sym_flags_type,
  [sym_flags_member] = sym_flags_member,
  [sym_union_type] = sym_union_type,
  [sym_auto_attribute] = sym_auto_attribute,
  [sym_union_field] = sym_union_field,
  [sym_union_variant] = sym_union_variant,
  [sym_payload_field] = sym_payload_field,
  [sym_trait_type] = sym_trait_type,
  [sym_trait_method] = sym_trait_method,
  [sym_trait_parameter] = sym_trait_parameter,
  [sym_representation_type] = sym_representation_type,
  [sym_literal] = sym_literal,
  [sym_string_literal] = sym_string_literal,
  [sym_c_string_literal] = sym_c_string_literal,
  [sym_character_literal] = sym_character_literal,
  [sym_boolean_literal] = sym_boolean_literal,
  [sym_type_identifier] = sym_type_identifier,
  [sym_attribute_name] = sym_attribute_name,
  [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
  [aux_sym_module_declaration_repeat1] = aux_sym_module_declaration_repeat1,
  [aux_sym_import_declaration_repeat1] = aux_sym_import_declaration_repeat1,
  [aux_sym_module_path_repeat1] = aux_sym_module_path_repeat1,
  [aux_sym_parameter_list_repeat1] = aux_sym_parameter_list_repeat1,
  [aux_sym_type_parameter_list_repeat1] = aux_sym_type_parameter_list_repeat1,
  [aux_sym_parameter_repeat1] = aux_sym_parameter_repeat1,
  [aux_sym_return_type_repeat1] = aux_sym_return_type_repeat1,
  [aux_sym_multi_binding_declaration_repeat1] = aux_sym_multi_binding_declaration_repeat1,
  [aux_sym_block_repeat1] = aux_sym_block_repeat1,
  [aux_sym_assignment_statement_repeat1] = aux_sym_assignment_statement_repeat1,
  [aux_sym_return_statement_repeat1] = aux_sym_return_statement_repeat1,
  [aux_sym_if_expression_repeat1] = aux_sym_if_expression_repeat1,
  [aux_sym_match_expression_repeat1] = aux_sym_match_expression_repeat1,
  [aux_sym_match_expression_repeat2] = aux_sym_match_expression_repeat2,
  [aux_sym__block_match_arm_repeat1] = aux_sym__block_match_arm_repeat1,
  [aux_sym_match_pattern_repeat1] = aux_sym_match_pattern_repeat1,
  [aux_sym_variant_pattern_repeat1] = aux_sym_variant_pattern_repeat1,
  [aux_sym_for_each_clause_repeat1] = aux_sym_for_each_clause_repeat1,
  [aux_sym_for_each_destructure_repeat1] = aux_sym_for_each_destructure_repeat1,
  [aux_sym_compile_time_when_repeat1] = aux_sym_compile_time_when_repeat1,
  [aux_sym_compile_time_block_repeat1] = aux_sym_compile_time_block_repeat1,
  [aux_sym_ordinary_attribute_repeat1] = aux_sym_ordinary_attribute_repeat1,
  [aux_sym_link_attribute_repeat1] = aux_sym_link_attribute_repeat1,
  [aux_sym_link_when_repeat1] = aux_sym_link_when_repeat1,
  [aux_sym_lambda_parameter_list_repeat1] = aux_sym_lambda_parameter_list_repeat1,
  [aux_sym_lambda_parameter_repeat1] = aux_sym_lambda_parameter_repeat1,
  [aux_sym_when_expression_repeat1] = aux_sym_when_expression_repeat1,
  [aux_sym_struct_literal_repeat1] = aux_sym_struct_literal_repeat1,
  [aux_sym_struct_literal_repeat2] = aux_sym_struct_literal_repeat2,
  [aux_sym_inline_assembly_expression_repeat1] = aux_sym_inline_assembly_expression_repeat1,
  [aux_sym_type_path_repeat1] = aux_sym_type_path_repeat1,
  [aux_sym_when_type_repeat1] = aux_sym_when_type_repeat1,
  [aux_sym_function_type_repeat1] = aux_sym_function_type_repeat1,
  [aux_sym_struct_type_repeat1] = aux_sym_struct_type_repeat1,
  [aux_sym_struct_type_repeat2] = aux_sym_struct_type_repeat2,
  [aux_sym_enum_type_repeat1] = aux_sym_enum_type_repeat1,
  [aux_sym_flags_type_repeat1] = aux_sym_flags_type_repeat1,
  [aux_sym_union_type_repeat1] = aux_sym_union_type_repeat1,
  [aux_sym_union_variant_repeat1] = aux_sym_union_variant_repeat1,
  [aux_sym_trait_type_repeat1] = aux_sym_trait_type_repeat1,
  [aux_sym_trait_method_repeat1] = aux_sym_trait_method_repeat1,
  [aux_sym_string_literal_repeat1] = aux_sym_string_literal_repeat1,
};

static const TSSymbolMetadata ts_symbol_metadata[] = {
  [ts_builtin_sym_end] = {
    .visible = false,
    .named = true,
  },
  [sym_identifier] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_SEMI] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_module] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_import] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LPAREN] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_COMMA] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RPAREN] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DOT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_pub] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_let] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_COLON] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_self] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_STAR] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_mut] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DOLLAR] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_type] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DOT_DOT_DOT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_alias] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LBRACE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RBRACE] = {
    .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_AMP_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PIPE_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_CARET_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_return] = {
    .visible = true,
    .named = false,
  },
  [sym_break_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_continue_statement] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_defer] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_if] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_else] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_match] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_as] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_EQ_GT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PIPE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DOT_DOT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym__] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_for] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_AMP] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_in] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_AT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_reversed] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_when] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_compiler_error] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_compiler_assert] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_link] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_system] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_path] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_search] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_framework] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_BANG] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DASH] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_TILDE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PIPE_PIPE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_AMP_AMP] = {
    .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_LT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_GT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LT_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_GT_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PLUS] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_SLASH] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PERCENT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LBRACK] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RBRACK] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_len] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_repr] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_sizeof] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_alignof] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_offsetof] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_embed] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_asm] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_out] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_clobber] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_volatile] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_dyn] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_struct] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_enum] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_flags] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_union] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_auto] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_trait] = {
    .visible = true,
    .named = false,
  },
  [sym_opaque_type] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_reprof] = {
    .visible = true,
    .named = true,
  },
  [sym_integer_literal] = {
    .visible = true,
    .named = true,
  },
  [sym_float_literal] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_DQUOTE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_c_DQUOTE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_SQUOTE] = {
    .visible = true,
    .named = false,
  },
  [aux_sym_character_literal_token1] = {
    .visible = false,
    .named = false,
  },
  [sym_string_content] = {
    .visible = true,
    .named = true,
  },
  [sym_escape_sequence] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_true] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_false] = {
    .visible = true,
    .named = false,
  },
  [sym_nil_literal] = {
    .visible = true,
    .named = true,
  },
  [sym_no_initializer] = {
    .visible = true,
    .named = true,
  },
  [sym_line_comment] = {
    .visible = true,
    .named = true,
  },
  [sym_block_comment] = {
    .visible = true,
    .named = true,
  },
  [sym_source_file] = {
    .visible = true,
    .named = true,
  },
  [sym__top_level_item] = {
    .visible = false,
    .named = true,
  },
  [sym_module_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym_import_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym_import_spec] = {
    .visible = true,
    .named = true,
  },
  [sym_module_path] = {
    .visible = true,
    .named = true,
  },
  [sym_function_definition] = {
    .visible = true,
    .named = true,
  },
  [sym_function_name] = {
    .visible = true,
    .named = true,
  },
  [sym_parameter_list] = {
    .visible = true,
    .named = true,
  },
  [sym_receiver_parameter] = {
    .visible = true,
    .named = true,
  },
  [sym_type_parameter] = {
    .visible = true,
    .named = true,
  },
  [sym_type_parameter_list] = {
    .visible = true,
    .named = true,
  },
  [sym_parameter] = {
    .visible = true,
    .named = true,
  },
  [sym_parameter_name] = {
    .visible = true,
    .named = true,
  },
  [sym_variadic_parameter] = {
    .visible = true,
    .named = true,
  },
  [sym_return_type] = {
    .visible = true,
    .named = true,
  },
  [sym_type_definition] = {
    .visible = true,
    .named = true,
  },
  [sym_binding_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym_multi_binding_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym_block] = {
    .visible = true,
    .named = true,
  },
  [sym_statement] = {
    .visible = false,
    .named = true,
    .supertype = true,
  },
  [sym_assignment_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_return_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_defer_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_expression_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_if_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_match_expression] = {
    .visible = true,
    .named = true,
  },
  [sym__block_match_arm] = {
    .visible = true,
    .named = true,
  },
  [sym_match_arm] = {
    .visible = true,
    .named = true,
  },
  [sym_match_pattern] = {
    .visible = true,
    .named = true,
  },
  [sym_match_pattern_term] = {
    .visible = true,
    .named = true,
  },
  [sym_match_pattern_atom] = {
    .visible = true,
    .named = true,
  },
  [sym_variant_pattern] = {
    .visible = true,
    .named = true,
  },
  [sym_pattern_binding] = {
    .visible = true,
    .named = true,
  },
  [sym_for_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_for_each_clause] = {
    .visible = true,
    .named = true,
  },
  [sym_for_each_destructure] = {
    .visible = true,
    .named = true,
  },
  [sym_for_clause] = {
    .visible = true,
    .named = true,
  },
  [sym_iteration_attribute] = {
    .visible = true,
    .named = true,
  },
  [sym_compile_time_when] = {
    .visible = true,
    .named = true,
  },
  [sym_compile_time_block] = {
    .visible = true,
    .named = true,
  },
  [sym_compiler_error_directive] = {
    .visible = true,
    .named = true,
  },
  [sym_compiler_assert_directive] = {
    .visible = true,
    .named = true,
  },
  [sym_attribute] = {
    .visible = true,
    .named = true,
  },
  [sym_ordinary_attribute] = {
    .visible = true,
    .named = true,
  },
  [sym_attribute_argument] = {
    .visible = true,
    .named = true,
  },
  [sym_link_attribute] = {
    .visible = true,
    .named = true,
  },
  [sym_link_item] = {
    .visible = true,
    .named = true,
  },
  [sym_link_entry] = {
    .visible = true,
    .named = true,
  },
  [sym_link_when] = {
    .visible = true,
    .named = true,
  },
  [sym_link_block] = {
    .visible = true,
    .named = true,
  },
  [sym_expression] = {
    .visible = false,
    .named = true,
    .supertype = true,
  },
  [sym_parenthesized_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_lambda_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_lambda_parameter_list] = {
    .visible = true,
    .named = true,
  },
  [sym_lambda_parameter] = {
    .visible = true,
    .named = true,
  },
  [sym_lambda_parameter_name] = {
    .visible = true,
    .named = true,
  },
  [sym_unary_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_binary_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_call_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_argument_list] = {
    .visible = true,
    .named = true,
  },
  [sym_field_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_index_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_slice_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_reference_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_dereference_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_cast_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_enum_literal] = {
    .visible = true,
    .named = true,
  },
  [sym_when_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_when_expression_block] = {
    .visible = true,
    .named = true,
  },
  [sym_struct_literal] = {
    .visible = true,
    .named = true,
  },
  [sym_field_initializer] = {
    .visible = true,
    .named = true,
  },
  [sym_flag_initializer] = {
    .visible = true,
    .named = true,
  },
  [sym_sequence_literal] = {
    .visible = true,
    .named = true,
  },
  [sym_builtin_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_inline_assembly_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_assembly_operand] = {
    .visible = true,
    .named = true,
  },
  [sym_type] = {
    .visible = false,
    .named = true,
    .supertype = true,
  },
  [sym_named_type] = {
    .visible = true,
    .named = true,
  },
  [sym_captured_type] = {
    .visible = true,
    .named = true,
  },
  [sym_type_path] = {
    .visible = true,
    .named = true,
  },
  [sym_type_arguments] = {
    .visible = true,
    .named = true,
  },
  [sym_when_type] = {
    .visible = true,
    .named = true,
  },
  [sym_when_type_block] = {
    .visible = true,
    .named = true,
  },
  [sym_pointer_type] = {
    .visible = true,
    .named = true,
  },
  [sym_dynamic_trait_type] = {
    .visible = true,
    .named = true,
  },
  [sym_slice_type] = {
    .visible = true,
    .named = true,
  },
  [sym_array_type] = {
    .visible = true,
    .named = true,
  },
  [sym_function_type] = {
    .visible = true,
    .named = true,
  },
  [sym_struct_type] = {
    .visible = true,
    .named = true,
  },
  [sym_struct_field] = {
    .visible = true,
    .named = true,
  },
  [sym_enum_type] = {
    .visible = true,
    .named = true,
  },
  [sym_enum_member] = {
    .visible = true,
    .named = true,
  },
  [sym_flags_type] = {
    .visible = true,
    .named = true,
  },
  [sym_flags_member] = {
    .visible = true,
    .named = true,
  },
  [sym_union_type] = {
    .visible = true,
    .named = true,
  },
  [sym_auto_attribute] = {
    .visible = true,
    .named = true,
  },
  [sym_union_field] = {
    .visible = true,
    .named = true,
  },
  [sym_union_variant] = {
    .visible = true,
    .named = true,
  },
  [sym_payload_field] = {
    .visible = true,
    .named = true,
  },
  [sym_trait_type] = {
    .visible = true,
    .named = true,
  },
  [sym_trait_method] = {
    .visible = true,
    .named = true,
  },
  [sym_trait_parameter] = {
    .visible = true,
    .named = true,
  },
  [sym_representation_type] = {
    .visible = true,
    .named = true,
  },
  [sym_literal] = {
    .visible = true,
    .named = true,
  },
  [sym_string_literal] = {
    .visible = true,
    .named = true,
  },
  [sym_c_string_literal] = {
    .visible = true,
    .named = true,
  },
  [sym_character_literal] = {
    .visible = true,
    .named = true,
  },
  [sym_boolean_literal] = {
    .visible = true,
    .named = true,
  },
  [sym_type_identifier] = {
    .visible = true,
    .named = true,
  },
  [sym_attribute_name] = {
    .visible = true,
    .named = true,
  },
  [aux_sym_source_file_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_module_declaration_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_import_declaration_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_module_path_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_parameter_list_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_type_parameter_list_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_parameter_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_return_type_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_multi_binding_declaration_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_block_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_assignment_statement_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_return_statement_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_if_expression_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_match_expression_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_match_expression_repeat2] = {
    .visible = false,
    .named = false,
  },
  [aux_sym__block_match_arm_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_match_pattern_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_variant_pattern_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_for_each_clause_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_for_each_destructure_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_compile_time_when_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_compile_time_block_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_ordinary_attribute_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_link_attribute_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_link_when_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_lambda_parameter_list_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_lambda_parameter_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_when_expression_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_struct_literal_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_struct_literal_repeat2] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_inline_assembly_expression_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_type_path_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_when_type_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_function_type_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_struct_type_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_struct_type_repeat2] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_enum_type_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_flags_type_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_union_type_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_union_variant_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_trait_type_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_trait_method_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_string_literal_repeat1] = {
    .visible = false,
    .named = false,
  },
};

enum ts_field_identifiers {
  field_alias = 1,
  field_alternative = 2,
  field_arguments = 3,
  field_attribute = 4,
  field_binding = 5,
  field_body = 6,
  field_compile_time = 7,
  field_condition = 8,
  field_consequence = 9,
  field_constraint = 10,
  field_count = 11,
  field_default = 12,
  field_element = 13,
  field_end = 14,
  field_field = 15,
  field_function = 16,
  field_guard = 17,
  field_index = 18,
  field_iterable = 19,
  field_kind = 20,
  field_left = 21,
  field_length = 22,
  field_member = 23,
  field_message = 24,
  field_method = 25,
  field_name = 26,
  field_operand = 27,
  field_operator = 28,
  field_owner = 29,
  field_parameters = 30,
  field_path = 31,
  field_pattern = 32,
  field_receiver = 33,
  field_return_type = 34,
  field_right = 35,
  field_start = 36,
  field_subject = 37,
  field_tag = 38,
  field_template = 39,
  field_type = 40,
  field_type_parameters = 41,
  field_underlying = 42,
  field_value = 43,
  field_variant = 44,
};

static const char * const ts_field_names[] = {
  [0] = NULL,
  [field_alias] = "alias",
  [field_alternative] = "alternative",
  [field_arguments] = "arguments",
  [field_attribute] = "attribute",
  [field_binding] = "binding",
  [field_body] = "body",
  [field_compile_time] = "compile_time",
  [field_condition] = "condition",
  [field_consequence] = "consequence",
  [field_constraint] = "constraint",
  [field_count] = "count",
  [field_default] = "default",
  [field_element] = "element",
  [field_end] = "end",
  [field_field] = "field",
  [field_function] = "function",
  [field_guard] = "guard",
  [field_index] = "index",
  [field_iterable] = "iterable",
  [field_kind] = "kind",
  [field_left] = "left",
  [field_length] = "length",
  [field_member] = "member",
  [field_message] = "message",
  [field_method] = "method",
  [field_name] = "name",
  [field_operand] = "operand",
  [field_operator] = "operator",
  [field_owner] = "owner",
  [field_parameters] = "parameters",
  [field_path] = "path",
  [field_pattern] = "pattern",
  [field_receiver] = "receiver",
  [field_return_type] = "return_type",
  [field_right] = "right",
  [field_start] = "start",
  [field_subject] = "subject",
  [field_tag] = "tag",
  [field_template] = "template",
  [field_type] = "type",
  [field_type_parameters] = "type_parameters",
  [field_underlying] = "underlying",
  [field_value] = "value",
  [field_variant] = "variant",
};

static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
  [1] = {.index = 0, .length = 1},
  [2] = {.index = 1, .length = 1},
  [3] = {.index = 2, .length = 1},
  [6] = {.index = 3, .length = 1},
  [7] = {.index = 4, .length = 2},
  [8] = {.index = 6, .length = 2},
  [9] = {.index = 8, .length = 2},
  [10] = {.index = 10, .length = 1},
  [11] = {.index = 11, .length = 1},
  [12] = {.index = 12, .length = 2},
  [13] = {.index = 14, .length = 2},
  [14] = {.index = 16, .length = 2},
  [15] = {.index = 18, .length = 2},
  [16] = {.index = 20, .length = 2},
  [17] = {.index = 22, .length = 2},
  [18] = {.index = 24, .length = 3},
  [19] = {.index = 27, .length = 2},
  [20] = {.index = 29, .length = 2},
  [21] = {.index = 31, .length = 3},
  [22] = {.index = 34, .length = 3},
  [23] = {.index = 37, .length = 1},
  [24] = {.index = 38, .length = 1},
  [25] = {.index = 39, .length = 2},
  [26] = {.index = 41, .length = 3},
  [27] = {.index = 44, .length = 4},
  [28] = {.index = 48, .length = 2},
  [29] = {.index = 50, .length = 2},
  [30] = {.index = 52, .length = 3},
  [31] = {.index = 55, .length = 2},
  [32] = {.index = 57, .length = 3},
  [33] = {.index = 60, .length = 3},
  [34] = {.index = 63, .length = 3},
  [35] = {.index = 66, .length = 3},
  [36] = {.index = 69, .length = 3},
  [37] = {.index = 72, .length = 3},
  [38] = {.index = 75, .length = 4},
  [39] = {.index = 79, .length = 4},
  [40] = {.index = 83, .length = 2},
  [41] = {.index = 85, .length = 2},
  [42] = {.index = 87, .length = 2},
  [43] = {.index = 89, .length = 1},
  [44] = {.index = 90, .length = 1},
  [45] = {.index = 91, .length = 1},
  [46] = {.index = 92, .length = 2},
  [47] = {.index = 94, .length = 1},
  [48] = {.index = 95, .length = 3},
  [49] = {.index = 98, .length = 2},
  [50] = {.index = 100, .length = 1},
  [51] = {.index = 101, .length = 4},
  [52] = {.index = 105, .length = 2},
  [53] = {.index = 107, .length = 3},
  [54] = {.index = 110, .length = 4},
  [55] = {.index = 114, .length = 1},
  [56] = {.index = 115, .length = 3},
  [57] = {.index = 118, .length = 2},
  [58] = {.index = 120, .length = 3},
  [59] = {.index = 123, .length = 3},
  [60] = {.index = 126, .length = 3},
  [61] = {.index = 129, .length = 3},
  [62] = {.index = 132, .length = 4},
  [63] = {.index = 136, .length = 4},
  [64] = {.index = 140, .length = 2},
  [65] = {.index = 142, .length = 2},
  [66] = {.index = 144, .length = 2},
  [67] = {.index = 146, .length = 4},
  [68] = {.index = 150, .length = 4},
  [69] = {.index = 154, .length = 4},
  [70] = {.index = 158, .length = 3},
  [71] = {.index = 161, .length = 2},
  [72] = {.index = 163, .length = 3},
  [73] = {.index = 166, .length = 2},
  [74] = {.index = 168, .length = 4},
  [75] = {.index = 172, .length = 4},
  [76] = {.index = 176, .length = 5},
  [77] = {.index = 181, .length = 2},
  [78] = {.index = 183, .length = 3},
  [79] = {.index = 186, .length = 2},
  [80] = {.index = 188, .length = 1},
  [81] = {.index = 189, .length = 2},
  [82] = {.index = 191, .length = 4},
  [83] = {.index = 195, .length = 2},
  [84] = {.index = 197, .length = 1},
  [85] = {.index = 198, .length = 1},
  [86] = {.index = 199, .length = 1},
  [87] = {.index = 200, .length = 2},
  [88] = {.index = 202, .length = 2},
  [89] = {.index = 204, .length = 2},
  [90] = {.index = 206, .length = 2},
  [91] = {.index = 208, .length = 5},
  [92] = {.index = 213, .length = 3},
  [93] = {.index = 216, .length = 3},
  [94] = {.index = 219, .length = 3},
  [95] = {.index = 222, .length = 4},
  [96] = {.index = 226, .length = 4},
  [97] = {.index = 230, .length = 3},
  [98] = {.index = 233, .length = 4},
  [99] = {.index = 237, .length = 4},
  [100] = {.index = 241, .length = 5},
  [101] = {.index = 246, .length = 2},
  [102] = {.index = 248, .length = 3},
  [103] = {.index = 251, .length = 1},
  [104] = {.index = 252, .length = 2},
  [105] = {.index = 254, .length = 2},
  [106] = {.index = 256, .length = 3},
  [107] = {.index = 259, .length = 4},
  [108] = {.index = 263, .length = 4},
  [109] = {.index = 267, .length = 4},
  [110] = {.index = 271, .length = 2},
  [111] = {.index = 273, .length = 5},
  [112] = {.index = 278, .length = 5},
  [113] = {.index = 283, .length = 3},
  [114] = {.index = 286, .length = 2},
  [115] = {.index = 288, .length = 2},
  [116] = {.index = 290, .length = 2},
  [117] = {.index = 292, .length = 1},
  [118] = {.index = 293, .length = 2},
  [119] = {.index = 295, .length = 2},
  [120] = {.index = 297, .length = 2},
  [121] = {.index = 299, .length = 2},
  [122] = {.index = 301, .length = 1},
  [124] = {.index = 302, .length = 3},
  [125] = {.index = 305, .length = 2},
  [126] = {.index = 307, .length = 4},
  [127] = {.index = 311, .length = 4},
  [128] = {.index = 315, .length = 3},
  [129] = {.index = 318, .length = 4},
  [130] = {.index = 322, .length = 4},
  [131] = {.index = 326, .length = 5},
  [132] = {.index = 331, .length = 5},
  [133] = {.index = 336, .length = 3},
  [134] = {.index = 339, .length = 1},
  [135] = {.index = 340, .length = 1},
  [136] = {.index = 341, .length = 1},
  [137] = {.index = 342, .length = 4},
  [138] = {.index = 346, .length = 5},
  [139] = {.index = 351, .length = 2},
  [140] = {.index = 353, .length = 6},
  [141] = {.index = 359, .length = 3},
  [142] = {.index = 362, .length = 2},
  [143] = {.index = 364, .length = 3},
  [144] = {.index = 367, .length = 3},
  [145] = {.index = 370, .length = 3},
  [146] = {.index = 0, .length = 1},
  [147] = {.index = 373, .length = 4},
  [148] = {.index = 377, .length = 4},
  [149] = {.index = 381, .length = 5},
  [150] = {.index = 386, .length = 6},
  [151] = {.index = 392, .length = 1},
  [152] = {.index = 393, .length = 2},
  [153] = {.index = 395, .length = 2},
  [154] = {.index = 397, .length = 2},
  [155] = {.index = 399, .length = 3},
  [156] = {.index = 402, .length = 3},
  [157] = {.index = 405, .length = 2},
  [158] = {.index = 407, .length = 2},
  [159] = {.index = 409, .length = 5},
  [160] = {.index = 414, .length = 1},
  [161] = {.index = 415, .length = 3},
  [162] = {.index = 418, .length = 2},
  [163] = {.index = 420, .length = 2},
  [164] = {.index = 422, .length = 4},
  [165] = {.index = 426, .length = 3},
  [166] = {.index = 429, .length = 3},
  [167] = {.index = 432, .length = 2},
  [168] = {.index = 434, .length = 4},
  [169] = {.index = 438, .length = 1},
  [170] = {.index = 439, .length = 3},
  [171] = {.index = 442, .length = 3},
  [172] = {.index = 445, .length = 4},
  [173] = {.index = 449, .length = 4},
  [174] = {.index = 453, .length = 3},
  [175] = {.index = 456, .length = 3},
  [176] = {.index = 459, .length = 3},
  [177] = {.index = 462, .length = 3},
  [178] = {.index = 465, .length = 4},
  [179] = {.index = 469, .length = 4},
  [180] = {.index = 473, .length = 3},
  [181] = {.index = 476, .length = 4},
  [182] = {.index = 480, .length = 3},
  [183] = {.index = 483, .length = 4},
  [184] = {.index = 487, .length = 5},
  [185] = {.index = 492, .length = 3},
  [186] = {.index = 495, .length = 4},
  [187] = {.index = 499, .length = 4},
  [188] = {.index = 503, .length = 4},
  [189] = {.index = 507, .length = 5},
  [190] = {.index = 512, .length = 4},
  [191] = {.index = 516, .length = 4},
  [192] = {.index = 520, .length = 5},
};

static const TSFieldMapEntry ts_field_map_entries[] = {
  [0] =
    {field_name, 1},
  [1] =
    {field_path, 0},
  [2] =
    {field_function, 0},
  [3] =
    {field_attribute, 0},
  [4] =
    {field_attribute, 2, .inherited = true},
    {field_name, 1},
  [6] =
    {field_alias, 1},
    {field_path, 0},
  [8] =
    {field_name, 1},
    {field_parameters, 2},
  [10] =
    {field_variant, 1},
  [11] =
    {field_name, 0},
  [12] =
    {field_operand, 1},
    {field_operator, 0},
  [14] =
    {field_condition, 1},
    {field_consequence, 2},
  [16] =
    {field_arguments, 1},
    {field_function, 0},
  [18] =
    {field_attribute, 0, .inherited = true},
    {field_attribute, 1, .inherited = true},
  [20] =
    {field_attribute, 3, .inherited = true},
    {field_name, 2},
  [22] =
    {field_name, 2},
    {field_parameters, 3},
  [24] =
    {field_attribute, 3, .inherited = true},
    {field_compile_time, 1},
    {field_name, 2},
  [27] =
    {field_method, 2},
    {field_owner, 0},
  [29] =
    {field_name, 1},
    {field_value, 3},
  [31] =
    {field_body, 3},
    {field_name, 1},
    {field_parameters, 2},
  [34] =
    {field_attribute, 3, .inherited = true},
    {field_name, 1},
    {field_parameters, 2},
  [37] =
    {field_body, 1},
  [38] =
    {field_value, 0},
  [39] =
    {field_field, 2},
    {field_value, 0},
  [41] =
    {field_left, 0},
    {field_operator, 1},
    {field_right, 2},
  [44] =
    {field_condition, 1},
    {field_condition, 3, .inherited = true},
    {field_consequence, 2},
    {field_consequence, 3, .inherited = true},
  [48] =
    {field_body, 2},
    {field_parameters, 0},
  [50] =
    {field_attribute, 4, .inherited = true},
    {field_name, 3},
  [52] =
    {field_attribute, 4, .inherited = true},
    {field_compile_time, 2},
    {field_name, 3},
  [55] =
    {field_name, 2},
    {field_value, 4},
  [57] =
    {field_body, 4},
    {field_name, 2},
    {field_parameters, 3},
  [60] =
    {field_attribute, 4, .inherited = true},
    {field_name, 2},
    {field_parameters, 3},
  [63] =
    {field_compile_time, 1},
    {field_name, 2},
    {field_value, 4},
  [66] =
    {field_attribute, 4, .inherited = true},
    {field_name, 1},
    {field_type, 3},
  [69] =
    {field_attribute, 4, .inherited = true},
    {field_name, 1},
    {field_value, 3},
  [72] =
    {field_name, 1},
    {field_parameters, 2},
    {field_return_type, 4},
  [75] =
    {field_body, 3},
    {field_body, 4},
    {field_name, 1},
    {field_parameters, 2},
  [79] =
    {field_attribute, 3, .inherited = true},
    {field_body, 4},
    {field_name, 1},
    {field_parameters, 2},
  [83] =
    {field_name, 1},
    {field_value, 4},
  [85] =
    {field_kind, 0},
    {field_value, 1},
  [87] =
    {field_name, 0},
    {field_value, 1},
  [89] =
    {field_member, 1},
  [90] =
    {field_body, 2},
  [91] =
    {field_left, 1},
  [92] =
    {field_left, 0, .inherited = true},
    {field_left, 1, .inherited = true},
  [94] =
    {field_subject, 1},
  [95] =
    {field_body, 0, .inherited = true},
    {field_guard, 0, .inherited = true},
    {field_pattern, 0, .inherited = true},
  [98] =
    {field_subject, 0, .inherited = true},
    {field_subject, 1, .inherited = true},
  [100] =
    {field_type, 2},
  [101] =
    {field_left, 0},
    {field_operator, 1},
    {field_operator, 2},
    {field_right, 3},
  [105] =
    {field_index, 2},
    {field_value, 0},
  [107] =
    {field_alternative, 4},
    {field_condition, 1},
    {field_consequence, 2},
  [110] =
    {field_condition, 0, .inherited = true},
    {field_condition, 1, .inherited = true},
    {field_consequence, 0, .inherited = true},
    {field_consequence, 1, .inherited = true},
  [114] =
    {field_type, 0},
  [115] =
    {field_attribute, 5, .inherited = true},
    {field_compile_time, 3},
    {field_name, 4},
  [118] =
    {field_name, 3},
    {field_value, 5},
  [120] =
    {field_compile_time, 2},
    {field_name, 3},
    {field_value, 5},
  [123] =
    {field_attribute, 5, .inherited = true},
    {field_name, 2},
    {field_type, 4},
  [126] =
    {field_attribute, 5, .inherited = true},
    {field_name, 2},
    {field_value, 4},
  [129] =
    {field_name, 2},
    {field_parameters, 3},
    {field_return_type, 5},
  [132] =
    {field_body, 4},
    {field_body, 5},
    {field_name, 2},
    {field_parameters, 3},
  [136] =
    {field_attribute, 4, .inherited = true},
    {field_body, 5},
    {field_name, 2},
    {field_parameters, 3},
  [140] =
    {field_name, 2},
    {field_value, 5},
  [142] =
    {field_constraint, 3},
    {field_name, 1},
  [144] =
    {field_element, 3},
    {field_length, 1},
  [146] =
    {field_method, 4},
    {field_owner, 0},
    {field_owner, 1},
    {field_owner, 2},
  [150] =
    {field_attribute, 5, .inherited = true},
    {field_compile_time, 1},
    {field_name, 2},
    {field_type, 4},
  [154] =
    {field_attribute, 5, .inherited = true},
    {field_compile_time, 1},
    {field_name, 2},
    {field_value, 4},
  [158] =
    {field_name, 1},
    {field_name, 3},
    {field_value, 5},
  [161] =
    {field_name, 0, .inherited = true},
    {field_name, 1, .inherited = true},
  [163] =
    {field_name, 1},
    {field_type, 3},
    {field_value, 5},
  [166] =
    {field_default, 2},
    {field_name, 0},
  [168] =
    {field_body, 5},
    {field_name, 1},
    {field_parameters, 2},
    {field_return_type, 4},
  [172] =
    {field_attribute, 5, .inherited = true},
    {field_name, 1},
    {field_parameters, 2},
    {field_return_type, 4},
  [176] =
    {field_attribute, 3, .inherited = true},
    {field_body, 4},
    {field_body, 5},
    {field_name, 1},
    {field_parameters, 2},
  [181] =
    {field_name, 1},
    {field_value, 5},
  [183] =
    {field_name, 1},
    {field_type_parameters, 2},
    {field_value, 5},
  [186] =
    {field_field, 0},
    {field_value, 2},
  [188] =
    {field_binding, 1},
  [189] =
    {field_element, 0},
    {field_iterable, 2},
  [191] =
    {field_left, 0},
    {field_left, 1, .inherited = true},
    {field_operator, 2},
    {field_right, 3},
  [195] =
    {field_subject, 1},
    {field_subject, 2, .inherited = true},
  [197] =
    {field_type, 3},
  [198] =
    {field_template, 3},
  [199] =
    {field_value, 1},
  [200] =
    {field_count, 3},
    {field_value, 1},
  [202] =
    {field_type, 3},
    {field_value, 0},
  [204] =
    {field_end, 3},
    {field_value, 0},
  [206] =
    {field_start, 2},
    {field_value, 0},
  [208] =
    {field_alternative, 5},
    {field_condition, 1},
    {field_condition, 3, .inherited = true},
    {field_consequence, 2},
    {field_consequence, 3, .inherited = true},
  [213] =
    {field_compile_time, 3},
    {field_name, 4},
    {field_value, 6},
  [216] =
    {field_attribute, 6, .inherited = true},
    {field_name, 3},
    {field_type, 5},
  [219] =
    {field_attribute, 6, .inherited = true},
    {field_name, 3},
    {field_value, 5},
  [222] =
    {field_attribute, 6, .inherited = true},
    {field_compile_time, 2},
    {field_name, 3},
    {field_type, 5},
  [226] =
    {field_attribute, 6, .inherited = true},
    {field_compile_time, 2},
    {field_name, 3},
    {field_value, 5},
  [230] =
    {field_name, 2},
    {field_type, 4},
    {field_value, 6},
  [233] =
    {field_body, 6},
    {field_name, 2},
    {field_parameters, 3},
    {field_return_type, 5},
  [237] =
    {field_attribute, 6, .inherited = true},
    {field_name, 2},
    {field_parameters, 3},
    {field_return_type, 5},
  [241] =
    {field_attribute, 4, .inherited = true},
    {field_body, 5},
    {field_body, 6},
    {field_name, 2},
    {field_parameters, 3},
  [246] =
    {field_name, 2},
    {field_value, 6},
  [248] =
    {field_name, 2},
    {field_type_parameters, 3},
    {field_value, 6},
  [251] =
    {field_return_type, 4},
  [252] =
    {field_name, 0},
    {field_type, 2},
  [254] =
    {field_name, 0},
    {field_value, 2},
  [256] =
    {field_name, 2},
    {field_name, 4},
    {field_value, 6},
  [259] =
    {field_compile_time, 1},
    {field_name, 2},
    {field_type, 4},
    {field_value, 6},
  [263] =
    {field_name, 1},
    {field_name, 3},
    {field_name, 4, .inherited = true},
    {field_value, 6},
  [267] =
    {field_attribute, 6, .inherited = true},
    {field_name, 1},
    {field_type, 3},
    {field_value, 5},
  [271] =
    {field_default, 3},
    {field_name, 1},
  [273] =
    {field_body, 5},
    {field_body, 6},
    {field_name, 1},
    {field_parameters, 2},
    {field_return_type, 4},
  [278] =
    {field_attribute, 5, .inherited = true},
    {field_body, 6},
    {field_name, 1},
    {field_parameters, 2},
    {field_return_type, 4},
  [283] =
    {field_name, 1},
    {field_type_parameters, 2},
    {field_value, 6},
  [286] =
    {field_condition, 3},
    {field_message, 5},
  [288] =
    {field_binding, 1},
    {field_binding, 2, .inherited = true},
  [290] =
    {field_binding, 0, .inherited = true},
    {field_binding, 1, .inherited = true},
  [292] =
    {field_pattern, 1},
  [293] =
    {field_body, 2},
    {field_pattern, 0},
  [295] =
    {field_pattern, 0, .inherited = true},
    {field_pattern, 1, .inherited = true},
  [297] =
    {field_end, 2},
    {field_start, 0},
  [299] =
    {field_binding, 3},
    {field_subject, 1},
  [301] =
    {field_type, 4},
  [302] =
    {field_end, 4},
    {field_start, 2},
    {field_value, 0},
  [305] =
    {field_condition, 2},
    {field_consequence, 3},
  [307] =
    {field_attribute, 7, .inherited = true},
    {field_compile_time, 3},
    {field_name, 4},
    {field_type, 6},
  [311] =
    {field_attribute, 7, .inherited = true},
    {field_compile_time, 3},
    {field_name, 4},
    {field_value, 6},
  [315] =
    {field_name, 3},
    {field_type, 5},
    {field_value, 7},
  [318] =
    {field_compile_time, 2},
    {field_name, 3},
    {field_type, 5},
    {field_value, 7},
  [322] =
    {field_attribute, 7, .inherited = true},
    {field_name, 2},
    {field_type, 4},
    {field_value, 6},
  [326] =
    {field_body, 6},
    {field_body, 7},
    {field_name, 2},
    {field_parameters, 3},
    {field_return_type, 5},
  [331] =
    {field_attribute, 6, .inherited = true},
    {field_body, 7},
    {field_name, 2},
    {field_parameters, 3},
    {field_return_type, 5},
  [336] =
    {field_name, 2},
    {field_type_parameters, 3},
    {field_value, 7},
  [339] =
    {field_return_type, 5},
  [340] =
    {field_underlying, 2},
  [341] =
    {field_tag, 2},
  [342] =
    {field_name, 2},
    {field_name, 4},
    {field_name, 5, .inherited = true},
    {field_value, 7},
  [346] =
    {field_attribute, 7, .inherited = true},
    {field_compile_time, 1},
    {field_name, 2},
    {field_type, 4},
    {field_value, 6},
  [351] =
    {field_default, 4},
    {field_type, 2},
  [353] =
    {field_attribute, 5, .inherited = true},
    {field_body, 6},
    {field_body, 7},
    {field_name, 1},
    {field_parameters, 2},
    {field_return_type, 4},
  [359] =
    {field_element, 0},
    {field_index, 2},
    {field_iterable, 4},
  [362] =
    {field_element, 0},
    {field_iterable, 4},
  [364] =
    {field_element, 0},
    {field_end, 4},
    {field_iterable, 2},
  [367] =
    {field_body, 3},
    {field_pattern, 0},
    {field_pattern, 1, .inherited = true},
  [370] =
    {field_binding, 4},
    {field_subject, 1},
    {field_subject, 2, .inherited = true},
  [373] =
    {field_compile_time, 3},
    {field_name, 4},
    {field_type, 6},
    {field_value, 8},
  [377] =
    {field_attribute, 8, .inherited = true},
    {field_name, 3},
    {field_type, 5},
    {field_value, 7},
  [381] =
    {field_attribute, 8, .inherited = true},
    {field_compile_time, 2},
    {field_name, 3},
    {field_type, 5},
    {field_value, 7},
  [386] =
    {field_attribute, 6, .inherited = true},
    {field_body, 7},
    {field_body, 8},
    {field_name, 2},
    {field_parameters, 3},
    {field_return_type, 5},
  [392] =
    {field_return_type, 6},
  [393] =
    {field_name, 1},
    {field_receiver, 3},
  [395] =
    {field_default, 5},
    {field_type, 3},
  [397] =
    {field_element, 0},
    {field_iterable, 5},
  [399] =
    {field_element, 0},
    {field_end, 5},
    {field_iterable, 2},
  [402] =
    {field_body, 4},
    {field_guard, 2},
    {field_pattern, 0},
  [405] =
    {field_constraint, 2},
    {field_value, 1},
  [407] =
    {field_constraint, 2},
    {field_type, 1},
  [409] =
    {field_attribute, 9, .inherited = true},
    {field_compile_time, 3},
    {field_name, 4},
    {field_type, 6},
    {field_value, 8},
  [414] =
    {field_return_type, 7},
  [415] =
    {field_body, 5},
    {field_name, 1},
    {field_receiver, 3},
  [418] =
    {field_constraint, 5},
    {field_name, 1},
  [420] =
    {field_default, 6},
    {field_type, 4},
  [422] =
    {field_element, 0},
    {field_end, 6},
    {field_index, 2},
    {field_iterable, 4},
  [426] =
    {field_element, 0},
    {field_index, 4},
    {field_iterable, 6},
  [429] =
    {field_element, 0},
    {field_end, 6},
    {field_iterable, 4},
  [432] =
    {field_field, 0},
    {field_name, 2},
  [434] =
    {field_body, 5},
    {field_guard, 3},
    {field_pattern, 0},
    {field_pattern, 1, .inherited = true},
  [438] =
    {field_return_type, 8},
  [439] =
    {field_body, 6},
    {field_name, 1},
    {field_receiver, 3},
  [442] =
    {field_name, 1},
    {field_receiver, 3},
    {field_return_type, 6},
  [445] =
    {field_body, 5},
    {field_body, 6},
    {field_name, 1},
    {field_receiver, 3},
  [449] =
    {field_element, 0},
    {field_end, 7},
    {field_index, 2},
    {field_iterable, 4},
  [453] =
    {field_element, 0},
    {field_index, 5},
    {field_iterable, 7},
  [456] =
    {field_element, 0},
    {field_end, 7},
    {field_iterable, 5},
  [459] =
    {field_element, 0},
    {field_end, 7},
    {field_iterable, 4},
  [462] =
    {field_name, 1},
    {field_receiver, 3},
    {field_return_type, 7},
  [465] =
    {field_body, 6},
    {field_body, 7},
    {field_name, 1},
    {field_receiver, 3},
  [469] =
    {field_body, 7},
    {field_name, 1},
    {field_receiver, 3},
    {field_return_type, 6},
  [473] =
    {field_body, 7},
    {field_name, 1},
    {field_receiver, 3},
  [476] =
    {field_element, 0},
    {field_end, 8},
    {field_index, 4},
    {field_iterable, 6},
  [480] =
    {field_element, 0},
    {field_end, 8},
    {field_iterable, 5},
  [483] =
    {field_body, 8},
    {field_name, 1},
    {field_receiver, 3},
    {field_return_type, 7},
  [487] =
    {field_body, 7},
    {field_body, 8},
    {field_name, 1},
    {field_receiver, 3},
    {field_return_type, 6},
  [492] =
    {field_name, 1},
    {field_receiver, 3},
    {field_return_type, 8},
  [495] =
    {field_body, 7},
    {field_body, 8},
    {field_name, 1},
    {field_receiver, 3},
  [499] =
    {field_element, 0},
    {field_end, 9},
    {field_index, 4},
    {field_iterable, 6},
  [503] =
    {field_element, 0},
    {field_end, 9},
    {field_index, 5},
    {field_iterable, 7},
  [507] =
    {field_body, 8},
    {field_body, 9},
    {field_name, 1},
    {field_receiver, 3},
    {field_return_type, 7},
  [512] =
    {field_body, 9},
    {field_name, 1},
    {field_receiver, 3},
    {field_return_type, 8},
  [516] =
    {field_element, 0},
    {field_end, 10},
    {field_index, 5},
    {field_iterable, 7},
  [520] =
    {field_body, 9},
    {field_body, 10},
    {field_name, 1},
    {field_receiver, 3},
    {field_return_type, 8},
};

static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
  [0] = {0},
  [4] = {
    [0] = sym_type_identifier,
  },
  [5] = {
    [0] = sym_attribute_name,
  },
  [123] = {
    [0] = anon_sym_out,
  },
  [146] = {
    [0] = anon_sym_out,
  },
  [157] = {
    [0] = anon_sym_out,
  },
  [158] = {
    [0] = anon_sym_out,
  },
};

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] = 7,
  [9] = 6,
  [10] = 7,
  [11] = 6,
  [12] = 7,
  [13] = 13,
  [14] = 7,
  [15] = 6,
  [16] = 7,
  [17] = 6,
  [18] = 6,
  [19] = 19,
  [20] = 20,
  [21] = 20,
  [22] = 20,
  [23] = 20,
  [24] = 20,
  [25] = 25,
  [26] = 26,
  [27] = 27,
  [28] = 28,
  [29] = 29,
  [30] = 30,
  [31] = 31,
  [32] = 32,
  [33] = 33,
  [34] = 34,
  [35] = 35,
  [36] = 36,
  [37] = 37,
  [38] = 38,
  [39] = 39,
  [40] = 40,
  [41] = 41,
  [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] = 119,
  [120] = 120,
  [121] = 121,
  [122] = 122,
  [123] = 123,
  [124] = 124,
  [125] = 125,
  [126] = 126,
  [127] = 127,
  [128] = 128,
  [129] = 120,
  [130] = 130,
  [131] = 120,
  [132] = 130,
  [133] = 120,
  [134] = 130,
  [135] = 135,
  [136] = 126,
  [137] = 137,
  [138] = 138,
  [139] = 124,
  [140] = 128,
  [141] = 141,
  [142] = 142,
  [143] = 117,
  [144] = 144,
  [145] = 145,
  [146] = 126,
  [147] = 147,
  [148] = 138,
  [149] = 124,
  [150] = 128,
  [151] = 141,
  [152] = 142,
  [153] = 117,
  [154] = 144,
  [155] = 130,
  [156] = 156,
  [157] = 120,
  [158] = 138,
  [159] = 124,
  [160] = 128,
  [161] = 141,
  [162] = 142,
  [163] = 117,
  [164] = 144,
  [165] = 165,
  [166] = 126,
  [167] = 144,
  [168] = 138,
  [169] = 124,
  [170] = 128,
  [171] = 141,
  [172] = 142,
  [173] = 117,
  [174] = 144,
  [175] = 141,
  [176] = 176,
  [177] = 125,
  [178] = 127,
  [179] = 142,
  [180] = 119,
  [181] = 127,
  [182] = 130,
  [183] = 119,
  [184] = 127,
  [185] = 138,
  [186] = 119,
  [187] = 127,
  [188] = 188,
  [189] = 119,
  [190] = 126,
  [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] = 194,
  [288] = 288,
  [289] = 198,
  [290] = 199,
  [291] = 200,
  [292] = 292,
  [293] = 201,
  [294] = 294,
  [295] = 202,
  [296] = 203,
  [297] = 205,
  [298] = 207,
  [299] = 209,
  [300] = 210,
  [301] = 211,
  [302] = 212,
  [303] = 213,
  [304] = 214,
  [305] = 215,
  [306] = 216,
  [307] = 217,
  [308] = 218,
  [309] = 219,
  [310] = 273,
  [311] = 223,
  [312] = 312,
  [313] = 313,
  [314] = 224,
  [315] = 225,
  [316] = 226,
  [317] = 227,
  [318] = 228,
  [319] = 319,
  [320] = 230,
  [321] = 321,
  [322] = 322,
  [323] = 323,
  [324] = 286,
  [325] = 325,
  [326] = 236,
  [327] = 237,
  [328] = 328,
  [329] = 238,
  [330] = 240,
  [331] = 331,
  [332] = 242,
  [333] = 250,
  [334] = 334,
  [335] = 335,
  [336] = 251,
  [337] = 231,
  [338] = 338,
  [339] = 274,
  [340] = 274,
  [341] = 275,
  [342] = 276,
  [343] = 277,
  [344] = 278,
  [345] = 279,
  [346] = 280,
  [347] = 281,
  [348] = 275,
  [349] = 282,
  [350] = 198,
  [351] = 274,
  [352] = 275,
  [353] = 276,
  [354] = 277,
  [355] = 278,
  [356] = 279,
  [357] = 280,
  [358] = 281,
  [359] = 276,
  [360] = 277,
  [361] = 282,
  [362] = 198,
  [363] = 274,
  [364] = 275,
  [365] = 276,
  [366] = 277,
  [367] = 278,
  [368] = 279,
  [369] = 280,
  [370] = 281,
  [371] = 278,
  [372] = 279,
  [373] = 282,
  [374] = 198,
  [375] = 280,
  [376] = 246,
  [377] = 281,
  [378] = 282,
  [379] = 246,
  [380] = 246,
  [381] = 283,
  [382] = 246,
  [383] = 191,
  [384] = 221,
  [385] = 245,
  [386] = 196,
  [387] = 197,
  [388] = 232,
  [389] = 235,
  [390] = 191,
  [391] = 221,
  [392] = 245,
  [393] = 196,
  [394] = 284,
  [395] = 197,
  [396] = 232,
  [397] = 235,
  [398] = 191,
  [399] = 221,
  [400] = 245,
  [401] = 196,
  [402] = 197,
  [403] = 232,
  [404] = 235,
  [405] = 191,
  [406] = 221,
  [407] = 245,
  [408] = 196,
  [409] = 197,
  [410] = 232,
  [411] = 235,
  [412] = 231,
  [413] = 231,
  [414] = 231,
  [415] = 415,
  [416] = 30,
  [417] = 28,
  [418] = 27,
  [419] = 29,
  [420] = 420,
  [421] = 32,
  [422] = 33,
  [423] = 423,
  [424] = 49,
  [425] = 50,
  [426] = 35,
  [427] = 36,
  [428] = 51,
  [429] = 37,
  [430] = 34,
  [431] = 39,
  [432] = 40,
  [433] = 43,
  [434] = 44,
  [435] = 435,
  [436] = 46,
  [437] = 47,
  [438] = 41,
  [439] = 38,
  [440] = 45,
  [441] = 48,
  [442] = 442,
  [443] = 54,
  [444] = 55,
  [445] = 56,
  [446] = 57,
  [447] = 58,
  [448] = 59,
  [449] = 60,
  [450] = 61,
  [451] = 62,
  [452] = 63,
  [453] = 453,
  [454] = 64,
  [455] = 65,
  [456] = 66,
  [457] = 67,
  [458] = 68,
  [459] = 459,
  [460] = 69,
  [461] = 70,
  [462] = 71,
  [463] = 72,
  [464] = 73,
  [465] = 74,
  [466] = 75,
  [467] = 76,
  [468] = 77,
  [469] = 78,
  [470] = 79,
  [471] = 52,
  [472] = 80,
  [473] = 81,
  [474] = 82,
  [475] = 83,
  [476] = 84,
  [477] = 85,
  [478] = 86,
  [479] = 87,
  [480] = 88,
  [481] = 89,
  [482] = 90,
  [483] = 91,
  [484] = 92,
  [485] = 93,
  [486] = 94,
  [487] = 95,
  [488] = 96,
  [489] = 97,
  [490] = 98,
  [491] = 99,
  [492] = 100,
  [493] = 101,
  [494] = 102,
  [495] = 103,
  [496] = 104,
  [497] = 105,
  [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] = 106,
  [521] = 107,
  [522] = 108,
  [523] = 109,
  [524] = 110,
  [525] = 111,
  [526] = 526,
  [527] = 113,
  [528] = 114,
  [529] = 53,
  [530] = 115,
  [531] = 46,
  [532] = 44,
  [533] = 58,
  [534] = 114,
  [535] = 535,
  [536] = 536,
  [537] = 537,
  [538] = 29,
  [539] = 33,
  [540] = 540,
  [541] = 541,
  [542] = 542,
  [543] = 27,
  [544] = 544,
  [545] = 545,
  [546] = 546,
  [547] = 32,
  [548] = 548,
  [549] = 549,
  [550] = 550,
  [551] = 551,
  [552] = 28,
  [553] = 30,
  [554] = 40,
  [555] = 555,
  [556] = 556,
  [557] = 557,
  [558] = 41,
  [559] = 559,
  [560] = 47,
  [561] = 38,
  [562] = 39,
  [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] = 43,
  [577] = 45,
  [578] = 578,
  [579] = 48,
  [580] = 51,
  [581] = 581,
  [582] = 49,
  [583] = 583,
  [584] = 584,
  [585] = 585,
  [586] = 586,
  [587] = 587,
  [588] = 35,
  [589] = 589,
  [590] = 590,
  [591] = 591,
  [592] = 36,
  [593] = 37,
  [594] = 34,
  [595] = 595,
  [596] = 596,
  [597] = 597,
  [598] = 598,
  [599] = 50,
  [600] = 600,
  [601] = 601,
  [602] = 602,
  [603] = 603,
  [604] = 604,
  [605] = 106,
  [606] = 102,
  [607] = 103,
  [608] = 104,
  [609] = 609,
  [610] = 610,
  [611] = 611,
  [612] = 65,
  [613] = 105,
  [614] = 614,
  [615] = 615,
  [616] = 616,
  [617] = 107,
  [618] = 108,
  [619] = 109,
  [620] = 110,
  [621] = 66,
  [622] = 67,
  [623] = 68,
  [624] = 69,
  [625] = 625,
  [626] = 70,
  [627] = 71,
  [628] = 628,
  [629] = 629,
  [630] = 630,
  [631] = 631,
  [632] = 632,
  [633] = 633,
  [634] = 634,
  [635] = 635,
  [636] = 636,
  [637] = 637,
  [638] = 111,
  [639] = 72,
  [640] = 640,
  [641] = 641,
  [642] = 113,
  [643] = 53,
  [644] = 644,
  [645] = 645,
  [646] = 646,
  [647] = 647,
  [648] = 73,
  [649] = 74,
  [650] = 75,
  [651] = 76,
  [652] = 55,
  [653] = 77,
  [654] = 57,
  [655] = 101,
  [656] = 78,
  [657] = 79,
  [658] = 52,
  [659] = 80,
  [660] = 81,
  [661] = 82,
  [662] = 83,
  [663] = 84,
  [664] = 664,
  [665] = 59,
  [666] = 666,
  [667] = 667,
  [668] = 668,
  [669] = 669,
  [670] = 670,
  [671] = 671,
  [672] = 60,
  [673] = 85,
  [674] = 100,
  [675] = 86,
  [676] = 61,
  [677] = 64,
  [678] = 87,
  [679] = 88,
  [680] = 89,
  [681] = 90,
  [682] = 91,
  [683] = 92,
  [684] = 93,
  [685] = 94,
  [686] = 95,
  [687] = 687,
  [688] = 54,
  [689] = 689,
  [690] = 690,
  [691] = 691,
  [692] = 692,
  [693] = 693,
  [694] = 694,
  [695] = 695,
  [696] = 696,
  [697] = 697,
  [698] = 62,
  [699] = 63,
  [700] = 96,
  [701] = 97,
  [702] = 98,
  [703] = 115,
  [704] = 99,
  [705] = 56,
  [706] = 706,
  [707] = 707,
  [708] = 708,
  [709] = 709,
  [710] = 710,
  [711] = 711,
  [712] = 712,
  [713] = 713,
  [714] = 714,
  [715] = 715,
  [716] = 716,
  [717] = 717,
  [718] = 718,
  [719] = 719,
  [720] = 720,
  [721] = 721,
  [722] = 722,
  [723] = 723,
  [724] = 724,
  [725] = 725,
  [726] = 32,
  [727] = 33,
  [728] = 28,
  [729] = 29,
  [730] = 27,
  [731] = 30,
  [732] = 732,
  [733] = 733,
  [734] = 734,
  [735] = 735,
  [736] = 736,
  [737] = 737,
  [738] = 738,
  [739] = 739,
  [740] = 740,
  [741] = 741,
  [742] = 35,
  [743] = 743,
  [744] = 44,
  [745] = 745,
  [746] = 746,
  [747] = 47,
  [748] = 41,
  [749] = 38,
  [750] = 45,
  [751] = 48,
  [752] = 49,
  [753] = 50,
  [754] = 51,
  [755] = 755,
  [756] = 34,
  [757] = 757,
  [758] = 758,
  [759] = 36,
  [760] = 760,
  [761] = 37,
  [762] = 762,
  [763] = 39,
  [764] = 40,
  [765] = 765,
  [766] = 766,
  [767] = 767,
  [768] = 768,
  [769] = 769,
  [770] = 770,
  [771] = 771,
  [772] = 772,
  [773] = 773,
  [774] = 774,
  [775] = 775,
  [776] = 776,
  [777] = 777,
  [778] = 778,
  [779] = 779,
  [780] = 46,
  [781] = 43,
  [782] = 782,
  [783] = 783,
  [784] = 784,
  [785] = 785,
  [786] = 786,
  [787] = 787,
  [788] = 82,
  [789] = 789,
  [790] = 66,
  [791] = 67,
  [792] = 65,
  [793] = 69,
  [794] = 70,
  [795] = 71,
  [796] = 72,
  [797] = 73,
  [798] = 74,
  [799] = 75,
  [800] = 76,
  [801] = 77,
  [802] = 54,
  [803] = 78,
  [804] = 804,
  [805] = 79,
  [806] = 52,
  [807] = 80,
  [808] = 81,
  [809] = 83,
  [810] = 84,
  [811] = 85,
  [812] = 86,
  [813] = 87,
  [814] = 88,
  [815] = 89,
  [816] = 90,
  [817] = 91,
  [818] = 92,
  [819] = 93,
  [820] = 94,
  [821] = 95,
  [822] = 55,
  [823] = 96,
  [824] = 97,
  [825] = 98,
  [826] = 115,
  [827] = 99,
  [828] = 56,
  [829] = 100,
  [830] = 101,
  [831] = 102,
  [832] = 103,
  [833] = 104,
  [834] = 105,
  [835] = 46,
  [836] = 106,
  [837] = 107,
  [838] = 108,
  [839] = 57,
  [840] = 44,
  [841] = 841,
  [842] = 58,
  [843] = 59,
  [844] = 60,
  [845] = 61,
  [846] = 62,
  [847] = 109,
  [848] = 63,
  [849] = 110,
  [850] = 850,
  [851] = 111,
  [852] = 852,
  [853] = 113,
  [854] = 114,
  [855] = 53,
  [856] = 856,
  [857] = 64,
  [858] = 68,
  [859] = 859,
  [860] = 312,
  [861] = 313,
  [862] = 334,
  [863] = 859,
  [864] = 335,
  [865] = 331,
  [866] = 338,
  [867] = 867,
  [868] = 319,
  [869] = 328,
  [870] = 285,
  [871] = 294,
  [872] = 325,
  [873] = 292,
  [874] = 874,
  [875] = 875,
  [876] = 875,
  [877] = 877,
  [878] = 878,
  [879] = 879,
  [880] = 880,
  [881] = 874,
  [882] = 882,
  [883] = 883,
  [884] = 884,
  [885] = 885,
  [886] = 886,
  [887] = 887,
  [888] = 888,
  [889] = 886,
  [890] = 883,
  [891] = 888,
  [892] = 880,
  [893] = 893,
  [894] = 894,
  [895] = 895,
  [896] = 896,
  [897] = 897,
  [898] = 898,
  [899] = 899,
  [900] = 900,
  [901] = 901,
  [902] = 902,
  [903] = 903,
  [904] = 904,
  [905] = 905,
  [906] = 906,
  [907] = 907,
  [908] = 900,
  [909] = 895,
  [910] = 896,
  [911] = 911,
  [912] = 904,
  [913] = 913,
  [914] = 905,
  [915] = 915,
  [916] = 916,
  [917] = 907,
  [918] = 918,
  [919] = 919,
  [920] = 920,
  [921] = 920,
  [922] = 922,
  [923] = 923,
  [924] = 924,
  [925] = 925,
  [926] = 926,
  [927] = 927,
  [928] = 928,
  [929] = 929,
  [930] = 930,
  [931] = 931,
  [932] = 920,
  [933] = 933,
  [934] = 934,
  [935] = 935,
  [936] = 920,
  [937] = 937,
  [938] = 938,
  [939] = 939,
  [940] = 940,
  [941] = 941,
  [942] = 929,
  [943] = 933,
  [944] = 934,
  [945] = 945,
  [946] = 946,
  [947] = 947,
  [948] = 941,
  [949] = 946,
  [950] = 927,
  [951] = 951,
  [952] = 952,
  [953] = 953,
  [954] = 947,
  [955] = 928,
  [956] = 935,
  [957] = 957,
  [958] = 958,
  [959] = 959,
  [960] = 960,
  [961] = 961,
  [962] = 959,
  [963] = 957,
  [964] = 964,
  [965] = 965,
  [966] = 939,
  [967] = 958,
  [968] = 931,
  [969] = 969,
  [970] = 970,
  [971] = 964,
  [972] = 939,
  [973] = 973,
  [974] = 945,
  [975] = 939,
  [976] = 952,
  [977] = 939,
  [978] = 969,
  [979] = 979,
  [980] = 980,
  [981] = 920,
  [982] = 926,
  [983] = 980,
  [984] = 510,
  [985] = 498,
  [986] = 511,
  [987] = 506,
  [988] = 500,
  [989] = 507,
  [990] = 499,
  [991] = 442,
  [992] = 453,
  [993] = 519,
  [994] = 518,
  [995] = 516,
  [996] = 996,
  [997] = 997,
  [998] = 998,
  [999] = 999,
  [1000] = 1000,
  [1001] = 1001,
  [1002] = 1002,
  [1003] = 1003,
  [1004] = 1004,
  [1005] = 109,
  [1006] = 1006,
  [1007] = 1002,
  [1008] = 1008,
  [1009] = 1009,
  [1010] = 32,
  [1011] = 33,
  [1012] = 1012,
  [1013] = 1002,
  [1014] = 1012,
  [1015] = 1002,
  [1016] = 1016,
  [1017] = 1017,
  [1018] = 1018,
  [1019] = 1012,
  [1020] = 1002,
  [1021] = 1004,
  [1022] = 1022,
  [1023] = 28,
  [1024] = 29,
  [1025] = 27,
  [1026] = 1026,
  [1027] = 30,
  [1028] = 1004,
  [1029] = 1029,
  [1030] = 1030,
  [1031] = 1004,
  [1032] = 1032,
  [1033] = 1004,
  [1034] = 1034,
  [1035] = 1012,
  [1036] = 1036,
  [1037] = 1037,
  [1038] = 1038,
  [1039] = 1012,
  [1040] = 1040,
  [1041] = 1041,
  [1042] = 1042,
  [1043] = 435,
  [1044] = 1044,
  [1045] = 1045,
  [1046] = 1046,
  [1047] = 1047,
  [1048] = 1048,
  [1049] = 1045,
  [1050] = 1046,
  [1051] = 1051,
  [1052] = 1052,
  [1053] = 38,
  [1054] = 1044,
  [1055] = 1055,
  [1056] = 1048,
  [1057] = 1052,
  [1058] = 1045,
  [1059] = 1046,
  [1060] = 1047,
  [1061] = 45,
  [1062] = 48,
  [1063] = 1044,
  [1064] = 49,
  [1065] = 1047,
  [1066] = 50,
  [1067] = 43,
  [1068] = 51,
  [1069] = 35,
  [1070] = 34,
  [1071] = 1052,
  [1072] = 41,
  [1073] = 36,
  [1074] = 1051,
  [1075] = 37,
  [1076] = 1052,
  [1077] = 1077,
  [1078] = 1044,
  [1079] = 39,
  [1080] = 40,
  [1081] = 46,
  [1082] = 1055,
  [1083] = 1046,
  [1084] = 1048,
  [1085] = 1052,
  [1086] = 44,
  [1087] = 1045,
  [1088] = 1088,
  [1089] = 1055,
  [1090] = 1046,
  [1091] = 1047,
  [1092] = 47,
  [1093] = 1055,
  [1094] = 1047,
  [1095] = 1051,
  [1096] = 1096,
  [1097] = 1051,
  [1098] = 1044,
  [1099] = 1055,
  [1100] = 1045,
  [1101] = 1101,
  [1102] = 1048,
  [1103] = 1051,
  [1104] = 1048,
  [1105] = 1105,
  [1106] = 98,
  [1107] = 115,
  [1108] = 99,
  [1109] = 100,
  [1110] = 101,
  [1111] = 102,
  [1112] = 103,
  [1113] = 104,
  [1114] = 105,
  [1115] = 106,
  [1116] = 107,
  [1117] = 114,
  [1118] = 53,
  [1119] = 58,
  [1120] = 59,
  [1121] = 60,
  [1122] = 1122,
  [1123] = 1123,
  [1124] = 1124,
  [1125] = 1125,
  [1126] = 501,
  [1127] = 1127,
  [1128] = 1123,
  [1129] = 1129,
  [1130] = 1130,
  [1131] = 1124,
  [1132] = 1132,
  [1133] = 1133,
  [1134] = 1134,
  [1135] = 1135,
  [1136] = 1136,
  [1137] = 1137,
  [1138] = 1138,
  [1139] = 1139,
  [1140] = 1140,
  [1141] = 1123,
  [1142] = 1124,
  [1143] = 108,
  [1144] = 1137,
  [1145] = 110,
  [1146] = 111,
  [1147] = 1129,
  [1148] = 113,
  [1149] = 502,
  [1150] = 1137,
  [1151] = 1151,
  [1152] = 1139,
  [1153] = 503,
  [1154] = 1139,
  [1155] = 1123,
  [1156] = 1124,
  [1157] = 1157,
  [1158] = 504,
  [1159] = 1159,
  [1160] = 505,
  [1161] = 1161,
  [1162] = 54,
  [1163] = 508,
  [1164] = 55,
  [1165] = 56,
  [1166] = 1137,
  [1167] = 509,
  [1168] = 1139,
  [1169] = 512,
  [1170] = 57,
  [1171] = 61,
  [1172] = 1123,
  [1173] = 1124,
  [1174] = 62,
  [1175] = 513,
  [1176] = 1176,
  [1177] = 63,
  [1178] = 514,
  [1179] = 1129,
  [1180] = 515,
  [1181] = 517,
  [1182] = 1182,
  [1183] = 1137,
  [1184] = 1139,
  [1185] = 1185,
  [1186] = 64,
  [1187] = 1129,
  [1188] = 65,
  [1189] = 66,
  [1190] = 67,
  [1191] = 68,
  [1192] = 69,
  [1193] = 70,
  [1194] = 71,
  [1195] = 72,
  [1196] = 73,
  [1197] = 1197,
  [1198] = 74,
  [1199] = 75,
  [1200] = 76,
  [1201] = 77,
  [1202] = 78,
  [1203] = 79,
  [1204] = 52,
  [1205] = 80,
  [1206] = 81,
  [1207] = 82,
  [1208] = 83,
  [1209] = 1209,
  [1210] = 84,
  [1211] = 85,
  [1212] = 86,
  [1213] = 87,
  [1214] = 88,
  [1215] = 89,
  [1216] = 90,
  [1217] = 91,
  [1218] = 92,
  [1219] = 93,
  [1220] = 1220,
  [1221] = 94,
  [1222] = 95,
  [1223] = 96,
  [1224] = 97,
  [1225] = 1129,
  [1226] = 1226,
  [1227] = 1227,
  [1228] = 1228,
  [1229] = 1229,
  [1230] = 1230,
  [1231] = 1231,
  [1232] = 1232,
  [1233] = 1229,
  [1234] = 1234,
  [1235] = 1230,
  [1236] = 1231,
  [1237] = 1232,
  [1238] = 1227,
  [1239] = 1227,
  [1240] = 1229,
  [1241] = 1234,
  [1242] = 1229,
  [1243] = 1230,
  [1244] = 1231,
  [1245] = 1234,
  [1246] = 1227,
  [1247] = 1247,
  [1248] = 1230,
  [1249] = 1226,
  [1250] = 1227,
  [1251] = 1251,
  [1252] = 1252,
  [1253] = 1229,
  [1254] = 1254,
  [1255] = 1230,
  [1256] = 1231,
  [1257] = 1232,
  [1258] = 1232,
  [1259] = 1231,
  [1260] = 1234,
  [1261] = 1234,
  [1262] = 1232,
  [1263] = 1263,
  [1264] = 714,
  [1265] = 1265,
  [1266] = 711,
  [1267] = 734,
  [1268] = 737,
  [1269] = 535,
  [1270] = 536,
  [1271] = 544,
  [1272] = 542,
  [1273] = 546,
  [1274] = 548,
  [1275] = 545,
  [1276] = 551,
  [1277] = 768,
  [1278] = 1278,
  [1279] = 1279,
  [1280] = 1280,
  [1281] = 1281,
  [1282] = 1279,
  [1283] = 785,
  [1284] = 770,
  [1285] = 1285,
  [1286] = 1286,
  [1287] = 1287,
  [1288] = 1288,
  [1289] = 1289,
  [1290] = 1290,
  [1291] = 1291,
  [1292] = 852,
  [1293] = 1293,
  [1294] = 1294,
  [1295] = 1295,
  [1296] = 1296,
  [1297] = 1297,
  [1298] = 1298,
  [1299] = 1299,
  [1300] = 1300,
  [1301] = 1301,
  [1302] = 850,
  [1303] = 1303,
  [1304] = 1304,
  [1305] = 1305,
  [1306] = 1306,
  [1307] = 1307,
  [1308] = 1306,
  [1309] = 1309,
  [1310] = 1310,
  [1311] = 804,
  [1312] = 1312,
  [1313] = 1313,
  [1314] = 1314,
  [1315] = 1315,
  [1316] = 1316,
  [1317] = 1317,
  [1318] = 1313,
  [1319] = 1319,
  [1320] = 1320,
  [1321] = 1321,
  [1322] = 1322,
  [1323] = 1323,
  [1324] = 1324,
  [1325] = 1319,
  [1326] = 1326,
  [1327] = 1327,
  [1328] = 1328,
  [1329] = 1329,
  [1330] = 1327,
  [1331] = 1331,
  [1332] = 1332,
  [1333] = 1328,
  [1334] = 1332,
  [1335] = 1335,
  [1336] = 1336,
  [1337] = 1335,
  [1338] = 1338,
  [1339] = 1339,
  [1340] = 1335,
  [1341] = 1338,
  [1342] = 1335,
  [1343] = 1343,
  [1344] = 1335,
  [1345] = 1345,
  [1346] = 1346,
  [1347] = 1347,
  [1348] = 1348,
  [1349] = 1349,
  [1350] = 1350,
  [1351] = 1351,
  [1352] = 1352,
  [1353] = 1353,
  [1354] = 1345,
  [1355] = 1355,
  [1356] = 1356,
  [1357] = 1345,
  [1358] = 1358,
  [1359] = 1348,
  [1360] = 1350,
  [1361] = 1347,
  [1362] = 1349,
  [1363] = 1363,
  [1364] = 1355,
  [1365] = 1355,
  [1366] = 1358,
  [1367] = 1345,
  [1368] = 1363,
  [1369] = 1347,
  [1370] = 1363,
  [1371] = 1355,
  [1372] = 1345,
  [1373] = 1347,
  [1374] = 1363,
  [1375] = 1355,
  [1376] = 1376,
  [1377] = 1347,
  [1378] = 1363,
  [1379] = 1351,
  [1380] = 1380,
  [1381] = 1380,
  [1382] = 1356,
  [1383] = 1353,
  [1384] = 1384,
  [1385] = 1385,
  [1386] = 1386,
  [1387] = 1387,
  [1388] = 1388,
  [1389] = 1389,
  [1390] = 1390,
  [1391] = 106,
  [1392] = 1392,
  [1393] = 107,
  [1394] = 114,
  [1395] = 1395,
  [1396] = 53,
  [1397] = 736,
  [1398] = 1398,
  [1399] = 58,
  [1400] = 1400,
  [1401] = 1401,
  [1402] = 59,
  [1403] = 1403,
  [1404] = 1404,
  [1405] = 60,
  [1406] = 1406,
  [1407] = 1407,
  [1408] = 1408,
  [1409] = 1409,
  [1410] = 1410,
  [1411] = 1411,
  [1412] = 1412,
  [1413] = 1413,
  [1414] = 1413,
  [1415] = 1415,
  [1416] = 1416,
  [1417] = 1417,
  [1418] = 1418,
  [1419] = 1419,
  [1420] = 1420,
  [1421] = 1421,
  [1422] = 1422,
  [1423] = 1423,
  [1424] = 1424,
  [1425] = 1425,
  [1426] = 1426,
  [1427] = 1427,
  [1428] = 1428,
  [1429] = 1429,
  [1430] = 1430,
  [1431] = 1431,
  [1432] = 1432,
  [1433] = 1433,
  [1434] = 1434,
  [1435] = 1435,
  [1436] = 1436,
  [1437] = 1437,
  [1438] = 1438,
  [1439] = 1439,
  [1440] = 1440,
  [1441] = 1440,
  [1442] = 1442,
  [1443] = 1443,
  [1444] = 1444,
  [1445] = 1445,
  [1446] = 1446,
  [1447] = 1447,
  [1448] = 1448,
  [1449] = 1449,
  [1450] = 1450,
  [1451] = 1451,
  [1452] = 1417,
  [1453] = 1418,
  [1454] = 1454,
  [1455] = 1455,
  [1456] = 1420,
  [1457] = 1421,
  [1458] = 1423,
  [1459] = 1459,
  [1460] = 1460,
  [1461] = 1432,
  [1462] = 1433,
  [1463] = 1463,
  [1464] = 1464,
  [1465] = 1438,
  [1466] = 1433,
  [1467] = 1440,
  [1468] = 1468,
  [1469] = 1469,
  [1470] = 1448,
  [1471] = 1417,
  [1472] = 1418,
  [1473] = 1473,
  [1474] = 1474,
  [1475] = 1432,
  [1476] = 1420,
  [1477] = 1477,
  [1478] = 1423,
  [1479] = 1448,
  [1480] = 1480,
  [1481] = 1432,
  [1482] = 1420,
  [1483] = 1421,
  [1484] = 1433,
  [1485] = 1438,
  [1486] = 1423,
  [1487] = 1417,
  [1488] = 1440,
  [1489] = 1489,
  [1490] = 1448,
  [1491] = 1424,
  [1492] = 1417,
  [1493] = 1418,
  [1494] = 1494,
  [1495] = 1420,
  [1496] = 1421,
  [1497] = 1423,
  [1498] = 1498,
  [1499] = 1499,
  [1500] = 1432,
  [1501] = 1501,
  [1502] = 1433,
  [1503] = 1503,
  [1504] = 1438,
  [1505] = 1505,
  [1506] = 1440,
  [1507] = 1507,
  [1508] = 1448,
  [1509] = 1509,
  [1510] = 1417,
  [1511] = 1418,
  [1512] = 1420,
  [1513] = 1421,
  [1514] = 1418,
  [1515] = 1515,
  [1516] = 1516,
  [1517] = 1517,
  [1518] = 1430,
  [1519] = 1519,
  [1520] = 1520,
  [1521] = 1521,
  [1522] = 1522,
  [1523] = 1523,
  [1524] = 1524,
  [1525] = 1413,
  [1526] = 1438,
  [1527] = 1413,
  [1528] = 1528,
  [1529] = 1529,
  [1530] = 1413,
  [1531] = 1531,
  [1532] = 1532,
  [1533] = 1533,
  [1534] = 1534,
  [1535] = 1494,
  [1536] = 1421,
  [1537] = 1537,
  [1538] = 1538,
  [1539] = 1539,
  [1540] = 1540,
  [1541] = 1541,
  [1542] = 1542,
  [1543] = 1543,
  [1544] = 1544,
  [1545] = 1545,
  [1546] = 1546,
  [1547] = 1547,
  [1548] = 1548,
  [1549] = 1549,
  [1550] = 1550,
  [1551] = 1551,
  [1552] = 1552,
  [1553] = 1553,
  [1554] = 1554,
  [1555] = 1555,
  [1556] = 1556,
  [1557] = 1557,
  [1558] = 1558,
  [1559] = 1559,
  [1560] = 1560,
  [1561] = 1561,
  [1562] = 1562,
  [1563] = 1563,
  [1564] = 1564,
  [1565] = 1565,
  [1566] = 1566,
  [1567] = 1567,
  [1568] = 1568,
  [1569] = 1569,
  [1570] = 1570,
  [1571] = 1571,
  [1572] = 1572,
  [1573] = 1573,
  [1574] = 1554,
  [1575] = 1565,
  [1576] = 1559,
  [1577] = 1577,
  [1578] = 1578,
  [1579] = 1567,
  [1580] = 1580,
  [1581] = 1581,
  [1582] = 1582,
  [1583] = 1583,
  [1584] = 1584,
  [1585] = 1585,
  [1586] = 1543,
  [1587] = 1545,
  [1588] = 1588,
  [1589] = 1589,
  [1590] = 1590,
  [1591] = 1591,
  [1592] = 1592,
  [1593] = 1593,
  [1594] = 1589,
  [1595] = 1595,
  [1596] = 1596,
  [1597] = 1597,
  [1598] = 1590,
  [1599] = 1599,
  [1600] = 1591,
  [1601] = 1601,
  [1602] = 1583,
  [1603] = 1559,
  [1604] = 1560,
  [1605] = 1605,
  [1606] = 1562,
  [1607] = 1607,
  [1608] = 1570,
  [1609] = 1571,
  [1610] = 1572,
  [1611] = 1573,
  [1612] = 1612,
  [1613] = 1554,
  [1614] = 1565,
  [1615] = 1615,
  [1616] = 1616,
  [1617] = 1577,
  [1618] = 1578,
  [1619] = 1582,
  [1620] = 1583,
  [1621] = 1621,
  [1622] = 1543,
  [1623] = 1545,
  [1624] = 1624,
  [1625] = 1589,
  [1626] = 1590,
  [1627] = 1591,
  [1628] = 1628,
  [1629] = 1629,
  [1630] = 1595,
  [1631] = 1568,
  [1632] = 1632,
  [1633] = 1559,
  [1634] = 1560,
  [1635] = 1580,
  [1636] = 1636,
  [1637] = 1562,
  [1638] = 1595,
  [1639] = 1560,
  [1640] = 1570,
  [1641] = 1641,
  [1642] = 1570,
  [1643] = 1571,
  [1644] = 1572,
  [1645] = 1573,
  [1646] = 1571,
  [1647] = 1554,
  [1648] = 1565,
  [1649] = 1572,
  [1650] = 804,
  [1651] = 1651,
  [1652] = 1577,
  [1653] = 1653,
  [1654] = 1582,
  [1655] = 1583,
  [1656] = 1656,
  [1657] = 1657,
  [1658] = 1543,
  [1659] = 1545,
  [1660] = 1589,
  [1661] = 1590,
  [1662] = 1591,
  [1663] = 1663,
  [1664] = 1595,
  [1665] = 1665,
  [1666] = 1666,
  [1667] = 1577,
  [1668] = 1668,
  [1669] = 1669,
  [1670] = 1578,
  [1671] = 1559,
  [1672] = 1560,
  [1673] = 1673,
  [1674] = 1562,
  [1675] = 1675,
  [1676] = 1570,
  [1677] = 1571,
  [1678] = 1572,
  [1679] = 1573,
  [1680] = 1680,
  [1681] = 1681,
  [1682] = 1682,
  [1683] = 1554,
  [1684] = 1684,
  [1685] = 1565,
  [1686] = 1686,
  [1687] = 1687,
  [1688] = 1688,
  [1689] = 1577,
  [1690] = 1578,
  [1691] = 1691,
  [1692] = 1582,
  [1693] = 1583,
  [1694] = 1694,
  [1695] = 1695,
  [1696] = 1543,
  [1697] = 1545,
  [1698] = 1698,
  [1699] = 1699,
  [1700] = 1589,
  [1701] = 1590,
  [1702] = 1591,
  [1703] = 1703,
  [1704] = 1595,
  [1705] = 1705,
  [1706] = 1706,
  [1707] = 1707,
  [1708] = 1708,
  [1709] = 1709,
  [1710] = 1710,
  [1711] = 1711,
  [1712] = 1712,
  [1713] = 1562,
  [1714] = 1714,
  [1715] = 1715,
  [1716] = 1716,
  [1717] = 1717,
  [1718] = 1718,
  [1719] = 1719,
  [1720] = 1720,
  [1721] = 1721,
  [1722] = 1722,
  [1723] = 1723,
  [1724] = 1724,
  [1725] = 1582,
  [1726] = 1726,
  [1727] = 1727,
  [1728] = 1557,
  [1729] = 1729,
  [1730] = 1730,
  [1731] = 1731,
  [1732] = 1732,
  [1733] = 1555,
  [1734] = 1734,
  [1735] = 1731,
  [1736] = 1714,
  [1737] = 1556,
  [1738] = 1558,
  [1739] = 1573,
  [1740] = 1666,
  [1741] = 1741,
  [1742] = 1742,
  [1743] = 1743,
  [1744] = 1744,
  [1745] = 1745,
  [1746] = 1578,
  [1747] = 1747,
  [1748] = 1748,
  [1749] = 1749,
  [1750] = 1750,
  [1751] = 1751,
  [1752] = 1752,
  [1753] = 1753,
  [1754] = 1754,
  [1755] = 1755,
  [1756] = 1756,
  [1757] = 1757,
  [1758] = 1758,
  [1759] = 1759,
  [1760] = 1760,
  [1761] = 1761,
  [1762] = 1762,
  [1763] = 1763,
  [1764] = 1764,
  [1765] = 1765,
  [1766] = 1766,
  [1767] = 1767,
  [1768] = 1768,
  [1769] = 1769,
  [1770] = 1770,
  [1771] = 1768,
  [1772] = 1772,
  [1773] = 1773,
  [1774] = 1774,
  [1775] = 1775,
  [1776] = 1748,
  [1777] = 1777,
  [1778] = 1778,
  [1779] = 1779,
  [1780] = 1780,
  [1781] = 1768,
  [1782] = 1774,
  [1783] = 1783,
  [1784] = 1780,
  [1785] = 1785,
  [1786] = 1786,
  [1787] = 1780,
  [1788] = 1749,
  [1789] = 1751,
  [1790] = 1790,
  [1791] = 1791,
  [1792] = 1792,
  [1793] = 1752,
  [1794] = 1753,
  [1795] = 1754,
  [1796] = 1755,
  [1797] = 1797,
  [1798] = 1798,
  [1799] = 1749,
  [1800] = 1774,
  [1801] = 1751,
  [1802] = 1802,
  [1803] = 1775,
  [1804] = 1804,
  [1805] = 1805,
  [1806] = 1755,
  [1807] = 1807,
  [1808] = 1808,
  [1809] = 1809,
  [1810] = 1810,
  [1811] = 1752,
  [1812] = 1753,
  [1813] = 1770,
  [1814] = 1814,
  [1815] = 1754,
  [1816] = 1755,
  [1817] = 1817,
  [1818] = 1748,
  [1819] = 1819,
  [1820] = 1749,
  [1821] = 1768,
  [1822] = 1774,
  [1823] = 1823,
  [1824] = 1824,
  [1825] = 1755,
  [1826] = 1780,
  [1827] = 1751,
  [1828] = 1828,
  [1829] = 1754,
  [1830] = 1749,
  [1831] = 1751,
  [1832] = 1832,
  [1833] = 1833,
  [1834] = 1752,
  [1835] = 1780,
  [1836] = 1836,
  [1837] = 1754,
  [1838] = 1838,
  [1839] = 1770,
  [1840] = 1840,
  [1841] = 1841,
  [1842] = 1842,
  [1843] = 1772,
  [1844] = 1791,
  [1845] = 1845,
  [1846] = 1846,
  [1847] = 1847,
  [1848] = 1848,
  [1849] = 1849,
  [1850] = 1846,
  [1851] = 1770,
  [1852] = 1852,
  [1853] = 1853,
  [1854] = 1764,
  [1855] = 1757,
  [1856] = 1856,
  [1857] = 1857,
  [1858] = 1846,
  [1859] = 1859,
  [1860] = 1860,
  [1861] = 1847,
  [1862] = 1862,
  [1863] = 1863,
  [1864] = 1764,
  [1865] = 1757,
  [1866] = 1866,
  [1867] = 1867,
  [1868] = 1868,
  [1869] = 1869,
  [1870] = 1752,
  [1871] = 1871,
  [1872] = 1846,
  [1873] = 1753,
  [1874] = 1748,
  [1875] = 1875,
  [1876] = 1876,
  [1877] = 1764,
  [1878] = 1757,
  [1879] = 1879,
  [1880] = 1880,
  [1881] = 1881,
  [1882] = 1770,
  [1883] = 1848,
  [1884] = 1846,
  [1885] = 1885,
  [1886] = 1886,
  [1887] = 1887,
  [1888] = 1764,
  [1889] = 1757,
  [1890] = 1890,
  [1891] = 1891,
  [1892] = 1892,
  [1893] = 1893,
  [1894] = 1846,
  [1895] = 1748,
  [1896] = 1893,
  [1897] = 1768,
  [1898] = 1898,
  [1899] = 1774,
  [1900] = 1900,
  [1901] = 1901,
  [1902] = 1902,
  [1903] = 1903,
  [1904] = 1904,
  [1905] = 1905,
  [1906] = 1906,
  [1907] = 1753,
  [1908] = 1908,
  [1909] = 1909,
  [1910] = 1910,
  [1911] = 1911,
  [1912] = 1912,
  [1913] = 1913,
  [1914] = 1910,
  [1915] = 1915,
  [1916] = 1916,
  [1917] = 1913,
  [1918] = 1918,
  [1919] = 1919,
  [1920] = 1920,
  [1921] = 1921,
  [1922] = 1922,
  [1923] = 1923,
  [1924] = 1924,
  [1925] = 1925,
  [1926] = 1926,
  [1927] = 1927,
  [1928] = 1928,
  [1929] = 1929,
  [1930] = 1930,
  [1931] = 1931,
  [1932] = 1932,
  [1933] = 1933,
  [1934] = 1934,
  [1935] = 1935,
  [1936] = 1936,
  [1937] = 1937,
  [1938] = 1938,
  [1939] = 1939,
  [1940] = 1926,
  [1941] = 1926,
  [1942] = 1910,
  [1943] = 1943,
  [1944] = 1944,
  [1945] = 1945,
  [1946] = 1946,
  [1947] = 1929,
  [1948] = 1948,
  [1949] = 1949,
  [1950] = 1950,
  [1951] = 1951,
  [1952] = 1952,
  [1953] = 1953,
  [1954] = 1954,
  [1955] = 1955,
  [1956] = 1956,
  [1957] = 1913,
  [1958] = 1958,
  [1959] = 1959,
  [1960] = 1960,
  [1961] = 1961,
  [1962] = 1962,
  [1963] = 1963,
  [1964] = 1964,
  [1965] = 1965,
  [1966] = 1910,
  [1967] = 1967,
  [1968] = 1968,
  [1969] = 1965,
  [1970] = 1970,
  [1971] = 1971,
  [1972] = 1972,
  [1973] = 1973,
  [1974] = 1974,
  [1975] = 1967,
  [1976] = 1976,
  [1977] = 1977,
  [1978] = 1926,
  [1979] = 1979,
  [1980] = 1980,
  [1981] = 1925,
  [1982] = 1979,
  [1983] = 1977,
  [1984] = 1935,
  [1985] = 1930,
  [1986] = 1918,
  [1987] = 1987,
  [1988] = 1988,
  [1989] = 1974,
  [1990] = 1952,
  [1991] = 1991,
  [1992] = 1939,
  [1993] = 1993,
  [1994] = 1994,
  [1995] = 1995,
  [1996] = 1996,
  [1997] = 1997,
  [1998] = 1987,
  [1999] = 1999,
  [2000] = 1961,
  [2001] = 2001,
  [2002] = 2002,
  [2003] = 1977,
  [2004] = 2004,
  [2005] = 1956,
  [2006] = 1953,
  [2007] = 1910,
  [2008] = 2008,
  [2009] = 1979,
  [2010] = 1926,
  [2011] = 1918,
  [2012] = 1987,
  [2013] = 1996,
  [2014] = 1952,
  [2015] = 1991,
  [2016] = 1930,
  [2017] = 2017,
  [2018] = 1929,
  [2019] = 1951,
  [2020] = 1991,
  [2021] = 2021,
  [2022] = 1961,
  [2023] = 2023,
  [2024] = 1908,
  [2025] = 1964,
  [2026] = 2026,
  [2027] = 2027,
  [2028] = 1946,
  [2029] = 2029,
  [2030] = 2030,
  [2031] = 1979,
  [2032] = 1954,
  [2033] = 1918,
  [2034] = 1987,
  [2035] = 1929,
  [2036] = 1952,
  [2037] = 1991,
  [2038] = 1929,
  [2039] = 2039,
  [2040] = 1954,
  [2041] = 1910,
  [2042] = 2042,
  [2043] = 1958,
  [2044] = 1961,
  [2045] = 1977,
  [2046] = 2046,
  [2047] = 2047,
  [2048] = 2048,
  [2049] = 1996,
  [2050] = 2050,
  [2051] = 2051,
  [2052] = 1913,
  [2053] = 1979,
  [2054] = 1980,
  [2055] = 1918,
  [2056] = 1987,
  [2057] = 2057,
  [2058] = 1952,
  [2059] = 1991,
  [2060] = 2060,
  [2061] = 1938,
  [2062] = 2062,
  [2063] = 1954,
  [2064] = 2004,
  [2065] = 1977,
  [2066] = 2066,
  [2067] = 1922,
  [2068] = 1973,
  [2069] = 1908,
  [2070] = 1960,
  [2071] = 1915,
  [2072] = 2026,
  [2073] = 1993,
  [2074] = 1970,
  [2075] = 1930,
  [2076] = 2076,
  [2077] = 1959,
  [2078] = 1954,
  [2079] = 2079,
  [2080] = 1996,
  [2081] = 1996,
  [2082] = 2082,
  [2083] = 2083,
  [2084] = 1930,
  [2085] = 2004,
  [2086] = 1973,
  [2087] = 1908,
  [2088] = 1960,
  [2089] = 1915,
  [2090] = 1970,
  [2091] = 2076,
  [2092] = 1959,
  [2093] = 1961,
  [2094] = 2004,
  [2095] = 1973,
  [2096] = 2096,
  [2097] = 1960,
  [2098] = 1915,
  [2099] = 1970,
  [2100] = 2076,
  [2101] = 1959,
  [2102] = 2102,
  [2103] = 2004,
  [2104] = 1973,
  [2105] = 1908,
  [2106] = 1960,
  [2107] = 1915,
  [2108] = 1970,
  [2109] = 2076,
  [2110] = 1959,
  [2111] = 2111,
  [2112] = 2112,
  [2113] = 1913,
  [2114] = 2114,
  [2115] = 2115,
  [2116] = 2116,
  [2117] = 1962,
  [2118] = 2118,
  [2119] = 2076,
  [2120] = 1944,
  [2121] = 1944,
  [2122] = 1944,
  [2123] = 1944,
  [2124] = 2124,
};

static const TSSymbol ts_supertype_symbols[SUPERTYPE_COUNT] = {
  sym_expression,
  sym_statement,
  sym_type,
};

static const TSMapSlice ts_supertype_map_slices[] = {
  [sym_expression] = {.index = 0, .length = 23},
  [sym_statement] = {.index = 23, .length = 15},
  [sym_type] = {.index = 38, .length = 15},
};

static const TSSymbol ts_supertype_map_entries[] = {
  [0] =
    sym_binary_expression,
    sym_block,
    sym_builtin_expression,
    sym_call_expression,
    sym_cast_expression,
    sym_dereference_expression,
    sym_enum_literal,
    sym_field_expression,
    sym_identifier,
    sym_if_expression,
    sym_index_expression,
    sym_inline_assembly_expression,
    sym_lambda_expression,
    sym_literal,
    sym_match_expression,
    sym_no_initializer,
    sym_parenthesized_expression,
    sym_reference_expression,
    sym_sequence_literal,
    sym_slice_expression,
    sym_struct_literal,
    sym_unary_expression,
    sym_when_expression,
  [23] =
    sym_assignment_statement,
    sym_attribute,
    sym_binding_declaration,
    sym_break_statement,
    sym_compile_time_when,
    sym_compiler_assert_directive,
    sym_compiler_error_directive,
    sym_continue_statement,
    sym_defer_statement,
    sym_expression_statement,
    sym_for_statement,
    sym_function_definition,
    sym_multi_binding_declaration,
    sym_return_statement,
    sym_type_definition,
  [38] =
    sym_array_type,
    sym_captured_type,
    sym_dynamic_trait_type,
    sym_enum_type,
    sym_flags_type,
    sym_function_type,
    sym_named_type,
    sym_opaque_type,
    sym_pointer_type,
    sym_representation_type,
    sym_slice_type,
    sym_struct_type,
    sym_trait_type,
    sym_union_type,
    sym_when_type,
};

static const TSCharacterRange sym_escape_sequence_character_set_1[] = {
  {'"', '"'}, {'\'', '\''}, {'0', '0'}, {'\\', '\\'}, {'a', 'b'}, {'f', 'f'}, {'n', 'n'}, {'r', 'r'},
  {'t', 't'}, {'v', 'v'},
};

static bool ts_lex(TSLexer *lexer, TSStateId state) {
  START_LEXER();
  eof = lexer->eof(lexer);
  switch (state) {
    case 0:
      if (eof) ADVANCE(62);
      ADVANCE_MAP(
        '!', 100,
        '"', 136,
        '$', 76,
        '%', 125,
        '&', 97,
        '\'', 138,
        '(', 64,
        ')', 66,
        '*', 75,
        '+', 121,
        ',', 65,
        '-', 103,
        '.', 68,
        '/', 123,
        '0', 128,
        ':', 70,
        ';', 63,
        '<', 113,
        '=', 73,
        '>', 117,
        '@', 98,
        '[', 126,
        '\\', 3,
        ']', 127,
        '^', 109,
        'c', 149,
        '{', 78,
        '|', 92,
        '}', 79,
        '~', 105,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(56);
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(129);
      if (('A' <= lookahead && lookahead <= '_') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 1:
      if (lookahead == '\n') SKIP(21);
      END_STATE();
    case 2:
      if (lookahead == '\n') SKIP(21);
      if (lookahead == '\r') SKIP(1);
      END_STATE();
    case 3:
      if (lookahead == '\n') SKIP(21);
      if (lookahead == '\r') SKIP(1);
      if (set_contains(sym_escape_sequence_character_set_1, 10, lookahead)) ADVANCE(147);
      END_STATE();
    case 4:
      if (lookahead == '\n') SKIP(22);
      END_STATE();
    case 5:
      if (lookahead == '\n') SKIP(22);
      if (lookahead == '\r') SKIP(4);
      END_STATE();
    case 6:
      if (lookahead == '\n') SKIP(24);
      END_STATE();
    case 7:
      if (lookahead == '\n') SKIP(24);
      if (lookahead == '\r') SKIP(6);
      END_STATE();
    case 8:
      if (lookahead == '\n') SKIP(26);
      END_STATE();
    case 9:
      if (lookahead == '\n') SKIP(26);
      if (lookahead == '\r') SKIP(8);
      END_STATE();
    case 10:
      if (lookahead == '\n') SKIP(25);
      END_STATE();
    case 11:
      if (lookahead == '\n') SKIP(25);
      if (lookahead == '\r') SKIP(10);
      END_STATE();
    case 12:
      if (lookahead == '\n') SKIP(25);
      if (lookahead == '\r') SKIP(10);
      if (set_contains(sym_escape_sequence_character_set_1, 10, lookahead)) ADVANCE(147);
      END_STATE();
    case 13:
      if (lookahead == '\n') SKIP(25);
      if (lookahead == '"') ADVANCE(136);
      if (lookahead == '/') ADVANCE(142);
      if (lookahead == '\\') ADVANCE(12);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(145);
      if (lookahead != 0) ADVANCE(146);
      END_STATE();
    case 14:
      if (lookahead == '\n') SKIP(18);
      END_STATE();
    case 15:
      if (lookahead == '\n') SKIP(18);
      if (lookahead == '\r') SKIP(14);
      END_STATE();
    case 16:
      if (lookahead == '\n') SKIP(18);
      if (lookahead == '\r') SKIP(14);
      if (set_contains(sym_escape_sequence_character_set_1, 10, lookahead)) ADVANCE(147);
      END_STATE();
    case 17:
      if (lookahead == '\n') SKIP(18);
      if (lookahead == '/') ADVANCE(140);
      if (lookahead == '\\') ADVANCE(16);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(141);
      if (lookahead != 0 &&
          lookahead != '\'') ADVANCE(139);
      END_STATE();
    case 18:
      if (lookahead == '\n') SKIP(18);
      if (lookahead == '/') ADVANCE(140);
      if (lookahead == '\\') SKIP(15);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(141);
      if (lookahead != 0 &&
          lookahead != '\'') ADVANCE(139);
      END_STATE();
    case 19:
      if (lookahead == '\n') SKIP(23);
      END_STATE();
    case 20:
      if (lookahead == '\n') SKIP(23);
      if (lookahead == '\r') SKIP(19);
      END_STATE();
    case 21:
      ADVANCE_MAP(
        '!', 100,
        '"', 136,
        '$', 76,
        '%', 125,
        '&', 97,
        '\'', 138,
        '(', 64,
        ')', 66,
        '*', 75,
        '+', 121,
        ',', 65,
        '-', 103,
        '.', 68,
        '/', 123,
        '0', 128,
        ':', 70,
        ';', 63,
        '<', 113,
        '=', 73,
        '>', 117,
        '@', 98,
        '[', 126,
      );
      if (lookahead == '\\') SKIP(2);
      if (lookahead == ']') ADVANCE(127);
      if (lookahead == '^') ADVANCE(109);
      if (lookahead == 'c') ADVANCE(149);
      if (lookahead == '{') ADVANCE(78);
      if (lookahead == '|') ADVANCE(92);
      if (lookahead == '}') ADVANCE(79);
      if (lookahead == '~') ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(21);
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(129);
      if (('A' <= lookahead && lookahead <= '_') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 22:
      ADVANCE_MAP(
        '!', 100,
        '"', 136,
        '%', 125,
        '&', 97,
        '\'', 138,
        '(', 64,
        '*', 75,
        '+', 121,
        ',', 65,
        '-', 103,
        '.', 67,
        '/', 123,
        '0', 128,
        ';', 63,
        '<', 113,
        '=', 72,
        '>', 117,
        '@', 98,
        '[', 126,
      );
      if (lookahead == '\\') SKIP(5);
      if (lookahead == '^') ADVANCE(109);
      if (lookahead == 'c') ADVANCE(149);
      if (lookahead == '{') ADVANCE(78);
      if (lookahead == '|') ADVANCE(92);
      if (lookahead == '}') ADVANCE(79);
      if (lookahead == '~') ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(22);
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(129);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 23:
      ADVANCE_MAP(
        '!', 100,
        '"', 136,
        '%', 124,
        '&', 96,
        '\'', 138,
        '(', 64,
        '*', 74,
        '+', 120,
        ',', 65,
        '-', 102,
        '.', 67,
        '/', 122,
        '0', 128,
        ';', 63,
        '<', 114,
        '=', 35,
        '>', 116,
        '@', 98,
        '[', 126,
      );
      if (lookahead == '\\') SKIP(20);
      if (lookahead == '^') ADVANCE(108);
      if (lookahead == 'c') ADVANCE(149);
      if (lookahead == '{') ADVANCE(78);
      if (lookahead == '|') ADVANCE(93);
      if (lookahead == '}') ADVANCE(79);
      if (lookahead == '~') ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(23);
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(129);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 24:
      ADVANCE_MAP(
        '!', 34,
        '%', 124,
        '&', 96,
        '(', 64,
        ')', 66,
        '*', 74,
        '+', 120,
        '-', 101,
        '.', 68,
        '/', 122,
        '<', 114,
        '=', 35,
        '>', 116,
        '@', 98,
        '[', 126,
      );
      if (lookahead == '\\') SKIP(7);
      if (lookahead == '^') ADVANCE(108);
      if (lookahead == '{') ADVANCE(78);
      if (lookahead == '|') ADVANCE(93);
      if (lookahead == '}') ADVANCE(79);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(24);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 25:
      if (lookahead == '"') ADVANCE(136);
      if (lookahead == '/') ADVANCE(27);
      if (lookahead == '\\') SKIP(11);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(25);
      END_STATE();
    case 26:
      if (lookahead == '(') ADVANCE(64);
      if (lookahead == ',') ADVANCE(65);
      if (lookahead == '.') ADVANCE(32);
      if (lookahead == '/') ADVANCE(27);
      if (lookahead == '=') ADVANCE(39);
      if (lookahead == '\\') SKIP(9);
      if (lookahead == '|') ADVANCE(91);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(26);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 27:
      if (lookahead == '*') ADVANCE(29);
      if (lookahead == '/') ADVANCE(151);
      END_STATE();
    case 28:
      if (lookahead == '*') ADVANCE(28);
      if (lookahead == '/') ADVANCE(152);
      if (lookahead != 0) ADVANCE(29);
      END_STATE();
    case 29:
      if (lookahead == '*') ADVANCE(28);
      if (lookahead != 0) ADVANCE(29);
      END_STATE();
    case 30:
      if (lookahead == '-') ADVANCE(31);
      END_STATE();
    case 31:
      if (lookahead == '-') ADVANCE(148);
      END_STATE();
    case 32:
      if (lookahead == '.') ADVANCE(94);
      END_STATE();
    case 33:
      if (lookahead == '.') ADVANCE(77);
      END_STATE();
    case 34:
      if (lookahead == '=') ADVANCE(111);
      END_STATE();
    case 35:
      if (lookahead == '=') ADVANCE(110);
      END_STATE();
    case 36:
      if (lookahead == '=') ADVANCE(110);
      if (lookahead == '>') ADVANCE(90);
      END_STATE();
    case 37:
      if (lookahead == '=') ADVANCE(88);
      END_STATE();
    case 38:
      if (lookahead == '=') ADVANCE(89);
      END_STATE();
    case 39:
      if (lookahead == '>') ADVANCE(90);
      END_STATE();
    case 40:
      if (lookahead == '0' ||
          lookahead == '1') ADVANCE(131);
      END_STATE();
    case 41:
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(132);
      END_STATE();
    case 42:
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(135);
      END_STATE();
    case 43:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134);
      END_STATE();
    case 44:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(56);
      END_STATE();
    case 45:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(56);
      if (lookahead == '\r') SKIP(44);
      END_STATE();
    case 46:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(58);
      END_STATE();
    case 47:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(58);
      if (lookahead == '\r') SKIP(46);
      END_STATE();
    case 48:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(57);
      END_STATE();
    case 49:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(57);
      if (lookahead == '\r') SKIP(48);
      END_STATE();
    case 50:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(59);
      END_STATE();
    case 51:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(59);
      if (lookahead == '\r') SKIP(50);
      END_STATE();
    case 52:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(60);
      END_STATE();
    case 53:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(60);
      if (lookahead == '\r') SKIP(52);
      END_STATE();
    case 54:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(61);
      END_STATE();
    case 55:
      if (eof) ADVANCE(62);
      if (lookahead == '\n') SKIP(61);
      if (lookahead == '\r') SKIP(54);
      END_STATE();
    case 56:
      if (eof) ADVANCE(62);
      ADVANCE_MAP(
        '!', 100,
        '"', 136,
        '$', 76,
        '%', 125,
        '&', 97,
        '\'', 138,
        '(', 64,
        ')', 66,
        '*', 75,
        '+', 121,
        ',', 65,
        '-', 103,
        '.', 68,
        '/', 123,
        '0', 128,
        ':', 70,
        ';', 63,
        '<', 113,
        '=', 73,
        '>', 117,
        '@', 98,
        '[', 126,
      );
      if (lookahead == '\\') SKIP(45);
      if (lookahead == ']') ADVANCE(127);
      if (lookahead == '^') ADVANCE(109);
      if (lookahead == 'c') ADVANCE(149);
      if (lookahead == '{') ADVANCE(78);
      if (lookahead == '|') ADVANCE(92);
      if (lookahead == '}') ADVANCE(79);
      if (lookahead == '~') ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(56);
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(129);
      if (('A' <= lookahead && lookahead <= '_') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 57:
      if (eof) ADVANCE(62);
      ADVANCE_MAP(
        '!', 99,
        '"', 136,
        '$', 76,
        '&', 95,
        '\'', 138,
        '(', 64,
        ')', 66,
        '*', 74,
        ',', 65,
        '-', 102,
        '.', 67,
        '/', 27,
        '0', 128,
        ':', 70,
        ';', 63,
        '<', 112,
        '=', 71,
        '>', 115,
        '@', 98,
        '[', 126,
      );
      if (lookahead == '\\') SKIP(49);
      if (lookahead == ']') ADVANCE(127);
      if (lookahead == 'c') ADVANCE(149);
      if (lookahead == '{') ADVANCE(78);
      if (lookahead == '|') ADVANCE(91);
      if (lookahead == '}') ADVANCE(79);
      if (lookahead == '~') ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(57);
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(129);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 58:
      if (eof) ADVANCE(62);
      ADVANCE_MAP(
        '!', 34,
        '"', 136,
        '$', 76,
        '%', 124,
        '&', 96,
        '(', 64,
        ')', 66,
        '*', 74,
        '+', 120,
        ',', 65,
        '-', 101,
        '.', 69,
        '/', 122,
        '0', 130,
        ':', 70,
        ';', 63,
        '<', 114,
        '=', 36,
        '>', 116,
        '@', 98,
        '[', 126,
      );
      if (lookahead == '\\') SKIP(47);
      if (lookahead == ']') ADVANCE(127);
      if (lookahead == '^') ADVANCE(108);
      if (lookahead == '{') ADVANCE(78);
      if (lookahead == '|') ADVANCE(93);
      if (lookahead == '}') ADVANCE(79);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(58);
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(133);
      if (('A' <= lookahead && lookahead <= '_') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 59:
      if (eof) ADVANCE(62);
      ADVANCE_MAP(
        '!', 34,
        '"', 136,
        '%', 124,
        '&', 96,
        '\'', 138,
        '(', 64,
        ')', 66,
        '*', 74,
        '+', 120,
        ',', 65,
        '-', 101,
        '.', 69,
        '/', 122,
        '0', 128,
        ':', 70,
        ';', 63,
        '<', 114,
        '=', 36,
        '>', 116,
        '@', 98,
        '[', 126,
      );
      if (lookahead == '\\') SKIP(51);
      if (lookahead == ']') ADVANCE(127);
      if (lookahead == '^') ADVANCE(108);
      if (lookahead == 'c') ADVANCE(149);
      if (lookahead == '{') ADVANCE(78);
      if (lookahead == '|') ADVANCE(93);
      if (lookahead == '}') ADVANCE(79);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(59);
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(129);
      if (('A' <= lookahead && lookahead <= '_') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 60:
      if (eof) ADVANCE(62);
      ADVANCE_MAP(
        '!', 34,
        '%', 125,
        '&', 97,
        '(', 64,
        '*', 75,
        '+', 121,
        ',', 65,
        '-', 104,
        '.', 67,
        '/', 123,
        ':', 70,
        ';', 63,
        '<', 113,
        '=', 72,
        '>', 117,
        '@', 98,
        '[', 126,
      );
      if (lookahead == '\\') SKIP(53);
      if (lookahead == '^') ADVANCE(109);
      if (lookahead == '{') ADVANCE(78);
      if (lookahead == '|') ADVANCE(92);
      if (lookahead == '}') ADVANCE(79);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(60);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 61:
      if (eof) ADVANCE(62);
      ADVANCE_MAP(
        '"', 136,
        '&', 95,
        '(', 64,
        ')', 66,
        '*', 74,
        ',', 65,
        '-', 30,
        '.', 67,
        '/', 27,
        ':', 70,
        ';', 63,
        '=', 71,
        '@', 98,
      );
      if (lookahead == '\\') SKIP(55);
      if (lookahead == '{') ADVANCE(78);
      if (lookahead == '|') ADVANCE(91);
      if (lookahead == '}') ADVANCE(79);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(61);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 62:
      ACCEPT_TOKEN(ts_builtin_sym_end);
      END_STATE();
    case 63:
      ACCEPT_TOKEN(anon_sym_SEMI);
      END_STATE();
    case 64:
      ACCEPT_TOKEN(anon_sym_LPAREN);
      END_STATE();
    case 65:
      ACCEPT_TOKEN(anon_sym_COMMA);
      END_STATE();
    case 66:
      ACCEPT_TOKEN(anon_sym_RPAREN);
      END_STATE();
    case 67:
      ACCEPT_TOKEN(anon_sym_DOT);
      END_STATE();
    case 68:
      ACCEPT_TOKEN(anon_sym_DOT);
      if (lookahead == '.') ADVANCE(94);
      END_STATE();
    case 69:
      ACCEPT_TOKEN(anon_sym_DOT);
      if (lookahead == '.') ADVANCE(33);
      END_STATE();
    case 70:
      ACCEPT_TOKEN(anon_sym_COLON);
      END_STATE();
    case 71:
      ACCEPT_TOKEN(anon_sym_EQ);
      END_STATE();
    case 72:
      ACCEPT_TOKEN(anon_sym_EQ);
      if (lookahead == '=') ADVANCE(110);
      END_STATE();
    case 73:
      ACCEPT_TOKEN(anon_sym_EQ);
      if (lookahead == '=') ADVANCE(110);
      if (lookahead == '>') ADVANCE(90);
      END_STATE();
    case 74:
      ACCEPT_TOKEN(anon_sym_STAR);
      END_STATE();
    case 75:
      ACCEPT_TOKEN(anon_sym_STAR);
      if (lookahead == '=') ADVANCE(82);
      END_STATE();
    case 76:
      ACCEPT_TOKEN(anon_sym_DOLLAR);
      END_STATE();
    case 77:
      ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT);
      END_STATE();
    case 78:
      ACCEPT_TOKEN(anon_sym_LBRACE);
      END_STATE();
    case 79:
      ACCEPT_TOKEN(anon_sym_RBRACE);
      END_STATE();
    case 80:
      ACCEPT_TOKEN(anon_sym_PLUS_EQ);
      END_STATE();
    case 81:
      ACCEPT_TOKEN(anon_sym_DASH_EQ);
      END_STATE();
    case 82:
      ACCEPT_TOKEN(anon_sym_STAR_EQ);
      END_STATE();
    case 83:
      ACCEPT_TOKEN(anon_sym_SLASH_EQ);
      END_STATE();
    case 84:
      ACCEPT_TOKEN(anon_sym_PERCENT_EQ);
      END_STATE();
    case 85:
      ACCEPT_TOKEN(anon_sym_AMP_EQ);
      END_STATE();
    case 86:
      ACCEPT_TOKEN(anon_sym_PIPE_EQ);
      END_STATE();
    case 87:
      ACCEPT_TOKEN(anon_sym_CARET_EQ);
      END_STATE();
    case 88:
      ACCEPT_TOKEN(anon_sym_LT_LT_EQ);
      END_STATE();
    case 89:
      ACCEPT_TOKEN(anon_sym_GT_GT_EQ);
      END_STATE();
    case 90:
      ACCEPT_TOKEN(anon_sym_EQ_GT);
      END_STATE();
    case 91:
      ACCEPT_TOKEN(anon_sym_PIPE);
      END_STATE();
    case 92:
      ACCEPT_TOKEN(anon_sym_PIPE);
      if (lookahead == '=') ADVANCE(86);
      if (lookahead == '|') ADVANCE(106);
      END_STATE();
    case 93:
      ACCEPT_TOKEN(anon_sym_PIPE);
      if (lookahead == '|') ADVANCE(106);
      END_STATE();
    case 94:
      ACCEPT_TOKEN(anon_sym_DOT_DOT);
      END_STATE();
    case 95:
      ACCEPT_TOKEN(anon_sym_AMP);
      END_STATE();
    case 96:
      ACCEPT_TOKEN(anon_sym_AMP);
      if (lookahead == '&') ADVANCE(107);
      END_STATE();
    case 97:
      ACCEPT_TOKEN(anon_sym_AMP);
      if (lookahead == '&') ADVANCE(107);
      if (lookahead == '=') ADVANCE(85);
      END_STATE();
    case 98:
      ACCEPT_TOKEN(anon_sym_AT);
      END_STATE();
    case 99:
      ACCEPT_TOKEN(anon_sym_BANG);
      END_STATE();
    case 100:
      ACCEPT_TOKEN(anon_sym_BANG);
      if (lookahead == '=') ADVANCE(111);
      END_STATE();
    case 101:
      ACCEPT_TOKEN(anon_sym_DASH);
      END_STATE();
    case 102:
      ACCEPT_TOKEN(anon_sym_DASH);
      if (lookahead == '-') ADVANCE(31);
      END_STATE();
    case 103:
      ACCEPT_TOKEN(anon_sym_DASH);
      if (lookahead == '-') ADVANCE(31);
      if (lookahead == '=') ADVANCE(81);
      END_STATE();
    case 104:
      ACCEPT_TOKEN(anon_sym_DASH);
      if (lookahead == '=') ADVANCE(81);
      END_STATE();
    case 105:
      ACCEPT_TOKEN(anon_sym_TILDE);
      END_STATE();
    case 106:
      ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
      END_STATE();
    case 107:
      ACCEPT_TOKEN(anon_sym_AMP_AMP);
      END_STATE();
    case 108:
      ACCEPT_TOKEN(anon_sym_CARET);
      END_STATE();
    case 109:
      ACCEPT_TOKEN(anon_sym_CARET);
      if (lookahead == '=') ADVANCE(87);
      END_STATE();
    case 110:
      ACCEPT_TOKEN(anon_sym_EQ_EQ);
      END_STATE();
    case 111:
      ACCEPT_TOKEN(anon_sym_BANG_EQ);
      END_STATE();
    case 112:
      ACCEPT_TOKEN(anon_sym_LT);
      END_STATE();
    case 113:
      ACCEPT_TOKEN(anon_sym_LT);
      if (lookahead == '<') ADVANCE(37);
      if (lookahead == '=') ADVANCE(118);
      END_STATE();
    case 114:
      ACCEPT_TOKEN(anon_sym_LT);
      if (lookahead == '=') ADVANCE(118);
      END_STATE();
    case 115:
      ACCEPT_TOKEN(anon_sym_GT);
      END_STATE();
    case 116:
      ACCEPT_TOKEN(anon_sym_GT);
      if (lookahead == '=') ADVANCE(119);
      END_STATE();
    case 117:
      ACCEPT_TOKEN(anon_sym_GT);
      if (lookahead == '=') ADVANCE(119);
      if (lookahead == '>') ADVANCE(38);
      END_STATE();
    case 118:
      ACCEPT_TOKEN(anon_sym_LT_EQ);
      END_STATE();
    case 119:
      ACCEPT_TOKEN(anon_sym_GT_EQ);
      END_STATE();
    case 120:
      ACCEPT_TOKEN(anon_sym_PLUS);
      END_STATE();
    case 121:
      ACCEPT_TOKEN(anon_sym_PLUS);
      if (lookahead == '=') ADVANCE(80);
      END_STATE();
    case 122:
      ACCEPT_TOKEN(anon_sym_SLASH);
      if (lookahead == '*') ADVANCE(29);
      if (lookahead == '/') ADVANCE(151);
      END_STATE();
    case 123:
      ACCEPT_TOKEN(anon_sym_SLASH);
      if (lookahead == '*') ADVANCE(29);
      if (lookahead == '/') ADVANCE(151);
      if (lookahead == '=') ADVANCE(83);
      END_STATE();
    case 124:
      ACCEPT_TOKEN(anon_sym_PERCENT);
      END_STATE();
    case 125:
      ACCEPT_TOKEN(anon_sym_PERCENT);
      if (lookahead == '=') ADVANCE(84);
      END_STATE();
    case 126:
      ACCEPT_TOKEN(anon_sym_LBRACK);
      END_STATE();
    case 127:
      ACCEPT_TOKEN(anon_sym_RBRACK);
      END_STATE();
    case 128:
      ACCEPT_TOKEN(sym_integer_literal);
      if (lookahead == '.') ADVANCE(42);
      if (lookahead == 'B' ||
          lookahead == 'b') ADVANCE(40);
      if (lookahead == 'O' ||
          lookahead == 'o') ADVANCE(41);
      if (lookahead == 'X' ||
          lookahead == 'x') ADVANCE(43);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(129);
      END_STATE();
    case 129:
      ACCEPT_TOKEN(sym_integer_literal);
      if (lookahead == '.') ADVANCE(42);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(129);
      END_STATE();
    case 130:
      ACCEPT_TOKEN(sym_integer_literal);
      if (lookahead == 'B' ||
          lookahead == 'b') ADVANCE(40);
      if (lookahead == 'O' ||
          lookahead == 'o') ADVANCE(41);
      if (lookahead == 'X' ||
          lookahead == 'x') ADVANCE(43);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(133);
      END_STATE();
    case 131:
      ACCEPT_TOKEN(sym_integer_literal);
      if (lookahead == '0' ||
          lookahead == '1') ADVANCE(131);
      END_STATE();
    case 132:
      ACCEPT_TOKEN(sym_integer_literal);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(132);
      END_STATE();
    case 133:
      ACCEPT_TOKEN(sym_integer_literal);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(133);
      END_STATE();
    case 134:
      ACCEPT_TOKEN(sym_integer_literal);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134);
      END_STATE();
    case 135:
      ACCEPT_TOKEN(sym_float_literal);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(135);
      END_STATE();
    case 136:
      ACCEPT_TOKEN(anon_sym_DQUOTE);
      END_STATE();
    case 137:
      ACCEPT_TOKEN(anon_sym_c_DQUOTE);
      END_STATE();
    case 138:
      ACCEPT_TOKEN(anon_sym_SQUOTE);
      END_STATE();
    case 139:
      ACCEPT_TOKEN(aux_sym_character_literal_token1);
      END_STATE();
    case 140:
      ACCEPT_TOKEN(aux_sym_character_literal_token1);
      if (lookahead == '*') ADVANCE(29);
      if (lookahead == '/') ADVANCE(151);
      END_STATE();
    case 141:
      ACCEPT_TOKEN(aux_sym_character_literal_token1);
      if (lookahead == '/') ADVANCE(140);
      if (lookahead == '\t' ||
          (0x0b <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(141);
      if (lookahead != 0 &&
          (lookahead < '\t' || '\r' < lookahead) &&
          lookahead != '\'' &&
          lookahead != '\\') ADVANCE(139);
      END_STATE();
    case 142:
      ACCEPT_TOKEN(sym_string_content);
      if (lookahead == '*') ADVANCE(144);
      if (lookahead == '/') ADVANCE(146);
      if (lookahead != 0 &&
          lookahead != '\n' &&
          lookahead != '"' &&
          lookahead != '\\') ADVANCE(146);
      END_STATE();
    case 143:
      ACCEPT_TOKEN(sym_string_content);
      if (lookahead == '*') ADVANCE(143);
      if (lookahead == '/') ADVANCE(146);
      if (lookahead != 0 &&
          lookahead != '\n' &&
          lookahead != '"' &&
          lookahead != '\\') ADVANCE(144);
      END_STATE();
    case 144:
      ACCEPT_TOKEN(sym_string_content);
      if (lookahead == '*') ADVANCE(143);
      if (lookahead != 0 &&
          lookahead != '\n' &&
          lookahead != '"' &&
          lookahead != '\\') ADVANCE(144);
      END_STATE();
    case 145:
      ACCEPT_TOKEN(sym_string_content);
      if (lookahead == '/') ADVANCE(142);
      if (lookahead == '\t' ||
          (0x0b <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(145);
      if (lookahead != 0 &&
          (lookahead < '\t' || '\r' < lookahead) &&
          lookahead != '"' &&
          lookahead != '\\') ADVANCE(146);
      END_STATE();
    case 146:
      ACCEPT_TOKEN(sym_string_content);
      if (lookahead != 0 &&
          lookahead != '\n' &&
          lookahead != '"' &&
          lookahead != '\\') ADVANCE(146);
      END_STATE();
    case 147:
      ACCEPT_TOKEN(sym_escape_sequence);
      END_STATE();
    case 148:
      ACCEPT_TOKEN(sym_no_initializer);
      END_STATE();
    case 149:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '"') ADVANCE(137);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 150:
      ACCEPT_TOKEN(sym_identifier);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(150);
      END_STATE();
    case 151:
      ACCEPT_TOKEN(sym_line_comment);
      if (lookahead != 0 &&
          lookahead != '\n') ADVANCE(151);
      END_STATE();
    case 152:
      ACCEPT_TOKEN(sym_block_comment);
      END_STATE();
    default:
      return false;
  }
}

static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
  START_LEXER();
  eof = lexer->eof(lexer);
  switch (state) {
    case 0:
      if (lookahead == '\\') SKIP(1);
      if (lookahead == '_') ADVANCE(2);
      if (lookahead == 'a') ADVANCE(3);
      if (lookahead == 'b') ADVANCE(4);
      if (lookahead == 'c') ADVANCE(5);
      if (lookahead == 'd') ADVANCE(6);
      if (lookahead == 'e') ADVANCE(7);
      if (lookahead == 'f') ADVANCE(8);
      if (lookahead == 'i') ADVANCE(9);
      if (lookahead == 'l') ADVANCE(10);
      if (lookahead == 'm') ADVANCE(11);
      if (lookahead == 'n') ADVANCE(12);
      if (lookahead == 'o') ADVANCE(13);
      if (lookahead == 'p') ADVANCE(14);
      if (lookahead == 'r') ADVANCE(15);
      if (lookahead == 's') ADVANCE(16);
      if (lookahead == 't') ADVANCE(17);
      if (lookahead == 'u') ADVANCE(18);
      if (lookahead == 'v') ADVANCE(19);
      if (lookahead == 'w') ADVANCE(20);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(0);
      END_STATE();
    case 1:
      if (lookahead == '\n') SKIP(0);
      if (lookahead == '\r') SKIP(21);
      END_STATE();
    case 2:
      ACCEPT_TOKEN(anon_sym__);
      END_STATE();
    case 3:
      if (lookahead == 'l') ADVANCE(22);
      if (lookahead == 's') ADVANCE(23);
      if (lookahead == 'u') ADVANCE(24);
      END_STATE();
    case 4:
      if (lookahead == 'r') ADVANCE(25);
      END_STATE();
    case 5:
      if (lookahead == 'l') ADVANCE(26);
      if (lookahead == 'o') ADVANCE(27);
      END_STATE();
    case 6:
      if (lookahead == 'e') ADVANCE(28);
      if (lookahead == 'y') ADVANCE(29);
      END_STATE();
    case 7:
      if (lookahead == 'l') ADVANCE(30);
      if (lookahead == 'm') ADVANCE(31);
      if (lookahead == 'n') ADVANCE(32);
      END_STATE();
    case 8:
      if (lookahead == 'a') ADVANCE(33);
      if (lookahead == 'l') ADVANCE(34);
      if (lookahead == 'o') ADVANCE(35);
      if (lookahead == 'r') ADVANCE(36);
      END_STATE();
    case 9:
      if (lookahead == 'f') ADVANCE(37);
      if (lookahead == 'm') ADVANCE(38);
      if (lookahead == 'n') ADVANCE(39);
      END_STATE();
    case 10:
      if (lookahead == 'e') ADVANCE(40);
      if (lookahead == 'i') ADVANCE(41);
      END_STATE();
    case 11:
      if (lookahead == 'a') ADVANCE(42);
      if (lookahead == 'o') ADVANCE(43);
      if (lookahead == 'u') ADVANCE(44);
      END_STATE();
    case 12:
      if (lookahead == 'i') ADVANCE(45);
      END_STATE();
    case 13:
      if (lookahead == 'f') ADVANCE(46);
      if (lookahead == 'p') ADVANCE(47);
      if (lookahead == 'u') ADVANCE(48);
      END_STATE();
    case 14:
      if (lookahead == 'a') ADVANCE(49);
      if (lookahead == 'u') ADVANCE(50);
      END_STATE();
    case 15:
      if (lookahead == 'e') ADVANCE(51);
      END_STATE();
    case 16:
      if (lookahead == 'e') ADVANCE(52);
      if (lookahead == 'i') ADVANCE(53);
      if (lookahead == 't') ADVANCE(54);
      if (lookahead == 'y') ADVANCE(55);
      END_STATE();
    case 17:
      if (lookahead == 'r') ADVANCE(56);
      if (lookahead == 'y') ADVANCE(57);
      END_STATE();
    case 18:
      if (lookahead == 'n') ADVANCE(58);
      END_STATE();
    case 19:
      if (lookahead == 'o') ADVANCE(59);
      END_STATE();
    case 20:
      if (lookahead == 'h') ADVANCE(60);
      END_STATE();
    case 21:
      if (lookahead == '\n') SKIP(0);
      END_STATE();
    case 22:
      if (lookahead == 'i') ADVANCE(61);
      END_STATE();
    case 23:
      ACCEPT_TOKEN(anon_sym_as);
      if (lookahead == 'm') ADVANCE(62);
      END_STATE();
    case 24:
      if (lookahead == 't') ADVANCE(63);
      END_STATE();
    case 25:
      if (lookahead == 'e') ADVANCE(64);
      END_STATE();
    case 26:
      if (lookahead == 'o') ADVANCE(65);
      END_STATE();
    case 27:
      if (lookahead == 'm') ADVANCE(66);
      if (lookahead == 'n') ADVANCE(67);
      END_STATE();
    case 28:
      if (lookahead == 'f') ADVANCE(68);
      END_STATE();
    case 29:
      if (lookahead == 'n') ADVANCE(69);
      END_STATE();
    case 30:
      if (lookahead == 's') ADVANCE(70);
      END_STATE();
    case 31:
      if (lookahead == 'b') ADVANCE(71);
      END_STATE();
    case 32:
      if (lookahead == 'u') ADVANCE(72);
      END_STATE();
    case 33:
      if (lookahead == 'l') ADVANCE(73);
      END_STATE();
    case 34:
      if (lookahead == 'a') ADVANCE(74);
      END_STATE();
    case 35:
      if (lookahead == 'r') ADVANCE(75);
      END_STATE();
    case 36:
      if (lookahead == 'a') ADVANCE(76);
      END_STATE();
    case 37:
      ACCEPT_TOKEN(anon_sym_if);
      END_STATE();
    case 38:
      if (lookahead == 'p') ADVANCE(77);
      END_STATE();
    case 39:
      ACCEPT_TOKEN(anon_sym_in);
      END_STATE();
    case 40:
      if (lookahead == 'n') ADVANCE(78);
      if (lookahead == 't') ADVANCE(79);
      END_STATE();
    case 41:
      if (lookahead == 'n') ADVANCE(80);
      END_STATE();
    case 42:
      if (lookahead == 't') ADVANCE(81);
      END_STATE();
    case 43:
      if (lookahead == 'd') ADVANCE(82);
      END_STATE();
    case 44:
      if (lookahead == 't') ADVANCE(83);
      END_STATE();
    case 45:
      if (lookahead == 'l') ADVANCE(84);
      END_STATE();
    case 46:
      if (lookahead == 'f') ADVANCE(85);
      END_STATE();
    case 47:
      if (lookahead == 'a') ADVANCE(86);
      END_STATE();
    case 48:
      if (lookahead == 't') ADVANCE(87);
      END_STATE();
    case 49:
      if (lookahead == 't') ADVANCE(88);
      END_STATE();
    case 50:
      if (lookahead == 'b') ADVANCE(89);
      END_STATE();
    case 51:
      if (lookahead == 'p') ADVANCE(90);
      if (lookahead == 't') ADVANCE(91);
      if (lookahead == 'v') ADVANCE(92);
      END_STATE();
    case 52:
      if (lookahead == 'a') ADVANCE(93);
      if (lookahead == 'l') ADVANCE(94);
      END_STATE();
    case 53:
      if (lookahead == 'z') ADVANCE(95);
      END_STATE();
    case 54:
      if (lookahead == 'r') ADVANCE(96);
      END_STATE();
    case 55:
      if (lookahead == 's') ADVANCE(97);
      END_STATE();
    case 56:
      if (lookahead == 'a') ADVANCE(98);
      if (lookahead == 'u') ADVANCE(99);
      END_STATE();
    case 57:
      if (lookahead == 'p') ADVANCE(100);
      END_STATE();
    case 58:
      if (lookahead == 'i') ADVANCE(101);
      END_STATE();
    case 59:
      if (lookahead == 'l') ADVANCE(102);
      END_STATE();
    case 60:
      if (lookahead == 'e') ADVANCE(103);
      END_STATE();
    case 61:
      if (lookahead == 'a') ADVANCE(104);
      if (lookahead == 'g') ADVANCE(105);
      END_STATE();
    case 62:
      ACCEPT_TOKEN(anon_sym_asm);
      END_STATE();
    case 63:
      if (lookahead == 'o') ADVANCE(106);
      END_STATE();
    case 64:
      if (lookahead == 'a') ADVANCE(107);
      END_STATE();
    case 65:
      if (lookahead == 'b') ADVANCE(108);
      END_STATE();
    case 66:
      if (lookahead == 'p') ADVANCE(109);
      END_STATE();
    case 67:
      if (lookahead == 't') ADVANCE(110);
      END_STATE();
    case 68:
      if (lookahead == 'e') ADVANCE(111);
      END_STATE();
    case 69:
      ACCEPT_TOKEN(anon_sym_dyn);
      END_STATE();
    case 70:
      if (lookahead == 'e') ADVANCE(112);
      END_STATE();
    case 71:
      if (lookahead == 'e') ADVANCE(113);
      END_STATE();
    case 72:
      if (lookahead == 'm') ADVANCE(114);
      END_STATE();
    case 73:
      if (lookahead == 's') ADVANCE(115);
      END_STATE();
    case 74:
      if (lookahead == 'g') ADVANCE(116);
      END_STATE();
    case 75:
      ACCEPT_TOKEN(anon_sym_for);
      END_STATE();
    case 76:
      if (lookahead == 'm') ADVANCE(117);
      END_STATE();
    case 77:
      if (lookahead == 'o') ADVANCE(118);
      END_STATE();
    case 78:
      ACCEPT_TOKEN(anon_sym_len);
      END_STATE();
    case 79:
      ACCEPT_TOKEN(anon_sym_let);
      END_STATE();
    case 80:
      if (lookahead == 'k') ADVANCE(119);
      END_STATE();
    case 81:
      if (lookahead == 'c') ADVANCE(120);
      END_STATE();
    case 82:
      if (lookahead == 'u') ADVANCE(121);
      END_STATE();
    case 83:
      ACCEPT_TOKEN(anon_sym_mut);
      END_STATE();
    case 84:
      ACCEPT_TOKEN(sym_nil_literal);
      END_STATE();
    case 85:
      if (lookahead == 's') ADVANCE(122);
      END_STATE();
    case 86:
      if (lookahead == 'q') ADVANCE(123);
      END_STATE();
    case 87:
      ACCEPT_TOKEN(anon_sym_out);
      END_STATE();
    case 88:
      if (lookahead == 'h') ADVANCE(124);
      END_STATE();
    case 89:
      ACCEPT_TOKEN(anon_sym_pub);
      END_STATE();
    case 90:
      if (lookahead == 'r') ADVANCE(125);
      END_STATE();
    case 91:
      if (lookahead == 'u') ADVANCE(126);
      END_STATE();
    case 92:
      if (lookahead == 'e') ADVANCE(127);
      END_STATE();
    case 93:
      if (lookahead == 'r') ADVANCE(128);
      END_STATE();
    case 94:
      if (lookahead == 'f') ADVANCE(129);
      END_STATE();
    case 95:
      if (lookahead == 'e') ADVANCE(130);
      END_STATE();
    case 96:
      if (lookahead == 'u') ADVANCE(131);
      END_STATE();
    case 97:
      if (lookahead == 't') ADVANCE(132);
      END_STATE();
    case 98:
      if (lookahead == 'i') ADVANCE(133);
      END_STATE();
    case 99:
      if (lookahead == 'e') ADVANCE(134);
      END_STATE();
    case 100:
      if (lookahead == 'e') ADVANCE(135);
      END_STATE();
    case 101:
      if (lookahead == 'o') ADVANCE(136);
      END_STATE();
    case 102:
      if (lookahead == 'a') ADVANCE(137);
      END_STATE();
    case 103:
      if (lookahead == 'n') ADVANCE(138);
      END_STATE();
    case 104:
      if (lookahead == 's') ADVANCE(139);
      END_STATE();
    case 105:
      if (lookahead == 'n') ADVANCE(140);
      END_STATE();
    case 106:
      ACCEPT_TOKEN(anon_sym_auto);
      END_STATE();
    case 107:
      if (lookahead == 'k') ADVANCE(141);
      END_STATE();
    case 108:
      if (lookahead == 'b') ADVANCE(142);
      END_STATE();
    case 109:
      if (lookahead == 'i') ADVANCE(143);
      END_STATE();
    case 110:
      if (lookahead == 'i') ADVANCE(144);
      END_STATE();
    case 111:
      if (lookahead == 'r') ADVANCE(145);
      END_STATE();
    case 112:
      ACCEPT_TOKEN(anon_sym_else);
      END_STATE();
    case 113:
      if (lookahead == 'd') ADVANCE(146);
      END_STATE();
    case 114:
      ACCEPT_TOKEN(anon_sym_enum);
      END_STATE();
    case 115:
      if (lookahead == 'e') ADVANCE(147);
      END_STATE();
    case 116:
      if (lookahead == 's') ADVANCE(148);
      END_STATE();
    case 117:
      if (lookahead == 'e') ADVANCE(149);
      END_STATE();
    case 118:
      if (lookahead == 'r') ADVANCE(150);
      END_STATE();
    case 119:
      ACCEPT_TOKEN(anon_sym_link);
      END_STATE();
    case 120:
      if (lookahead == 'h') ADVANCE(151);
      END_STATE();
    case 121:
      if (lookahead == 'l') ADVANCE(152);
      END_STATE();
    case 122:
      if (lookahead == 'e') ADVANCE(153);
      END_STATE();
    case 123:
      if (lookahead == 'u') ADVANCE(154);
      END_STATE();
    case 124:
      ACCEPT_TOKEN(anon_sym_path);
      END_STATE();
    case 125:
      ACCEPT_TOKEN(anon_sym_repr);
      if (lookahead == 'o') ADVANCE(155);
      END_STATE();
    case 126:
      if (lookahead == 'r') ADVANCE(156);
      END_STATE();
    case 127:
      if (lookahead == 'r') ADVANCE(157);
      END_STATE();
    case 128:
      if (lookahead == 'c') ADVANCE(158);
      END_STATE();
    case 129:
      ACCEPT_TOKEN(anon_sym_self);
      END_STATE();
    case 130:
      if (lookahead == 'o') ADVANCE(159);
      END_STATE();
    case 131:
      if (lookahead == 'c') ADVANCE(160);
      END_STATE();
    case 132:
      if (lookahead == 'e') ADVANCE(161);
      END_STATE();
    case 133:
      if (lookahead == 't') ADVANCE(162);
      END_STATE();
    case 134:
      ACCEPT_TOKEN(anon_sym_true);
      END_STATE();
    case 135:
      ACCEPT_TOKEN(anon_sym_type);
      END_STATE();
    case 136:
      if (lookahead == 'n') ADVANCE(163);
      END_STATE();
    case 137:
      if (lookahead == 't') ADVANCE(164);
      END_STATE();
    case 138:
      ACCEPT_TOKEN(anon_sym_when);
      END_STATE();
    case 139:
      ACCEPT_TOKEN(anon_sym_alias);
      END_STATE();
    case 140:
      if (lookahead == 'o') ADVANCE(165);
      END_STATE();
    case 141:
      ACCEPT_TOKEN(sym_break_statement);
      END_STATE();
    case 142:
      if (lookahead == 'e') ADVANCE(166);
      END_STATE();
    case 143:
      if (lookahead == 'l') ADVANCE(167);
      END_STATE();
    case 144:
      if (lookahead == 'n') ADVANCE(168);
      END_STATE();
    case 145:
      ACCEPT_TOKEN(anon_sym_defer);
      END_STATE();
    case 146:
      ACCEPT_TOKEN(anon_sym_embed);
      END_STATE();
    case 147:
      ACCEPT_TOKEN(anon_sym_false);
      END_STATE();
    case 148:
      ACCEPT_TOKEN(anon_sym_flags);
      END_STATE();
    case 149:
      if (lookahead == 'w') ADVANCE(169);
      END_STATE();
    case 150:
      if (lookahead == 't') ADVANCE(170);
      END_STATE();
    case 151:
      ACCEPT_TOKEN(anon_sym_match);
      END_STATE();
    case 152:
      if (lookahead == 'e') ADVANCE(171);
      END_STATE();
    case 153:
      if (lookahead == 't') ADVANCE(172);
      END_STATE();
    case 154:
      if (lookahead == 'e') ADVANCE(173);
      END_STATE();
    case 155:
      if (lookahead == 'f') ADVANCE(174);
      END_STATE();
    case 156:
      if (lookahead == 'n') ADVANCE(175);
      END_STATE();
    case 157:
      if (lookahead == 's') ADVANCE(176);
      END_STATE();
    case 158:
      if (lookahead == 'h') ADVANCE(177);
      END_STATE();
    case 159:
      if (lookahead == 'f') ADVANCE(178);
      END_STATE();
    case 160:
      if (lookahead == 't') ADVANCE(179);
      END_STATE();
    case 161:
      if (lookahead == 'm') ADVANCE(180);
      END_STATE();
    case 162:
      ACCEPT_TOKEN(anon_sym_trait);
      END_STATE();
    case 163:
      ACCEPT_TOKEN(anon_sym_union);
      END_STATE();
    case 164:
      if (lookahead == 'i') ADVANCE(181);
      END_STATE();
    case 165:
      if (lookahead == 'f') ADVANCE(182);
      END_STATE();
    case 166:
      if (lookahead == 'r') ADVANCE(183);
      END_STATE();
    case 167:
      if (lookahead == 'e') ADVANCE(184);
      END_STATE();
    case 168:
      if (lookahead == 'u') ADVANCE(185);
      END_STATE();
    case 169:
      if (lookahead == 'o') ADVANCE(186);
      END_STATE();
    case 170:
      ACCEPT_TOKEN(anon_sym_import);
      END_STATE();
    case 171:
      ACCEPT_TOKEN(anon_sym_module);
      END_STATE();
    case 172:
      if (lookahead == 'o') ADVANCE(187);
      END_STATE();
    case 173:
      ACCEPT_TOKEN(sym_opaque_type);
      END_STATE();
    case 174:
      ACCEPT_TOKEN(anon_sym_reprof);
      END_STATE();
    case 175:
      ACCEPT_TOKEN(anon_sym_return);
      END_STATE();
    case 176:
      if (lookahead == 'e') ADVANCE(188);
      END_STATE();
    case 177:
      ACCEPT_TOKEN(anon_sym_search);
      END_STATE();
    case 178:
      ACCEPT_TOKEN(anon_sym_sizeof);
      END_STATE();
    case 179:
      ACCEPT_TOKEN(anon_sym_struct);
      END_STATE();
    case 180:
      ACCEPT_TOKEN(anon_sym_system);
      END_STATE();
    case 181:
      if (lookahead == 'l') ADVANCE(189);
      END_STATE();
    case 182:
      ACCEPT_TOKEN(anon_sym_alignof);
      END_STATE();
    case 183:
      ACCEPT_TOKEN(anon_sym_clobber);
      END_STATE();
    case 184:
      if (lookahead == 'r') ADVANCE(190);
      END_STATE();
    case 185:
      if (lookahead == 'e') ADVANCE(191);
      END_STATE();
    case 186:
      if (lookahead == 'r') ADVANCE(192);
      END_STATE();
    case 187:
      if (lookahead == 'f') ADVANCE(193);
      END_STATE();
    case 188:
      if (lookahead == 'd') ADVANCE(194);
      END_STATE();
    case 189:
      if (lookahead == 'e') ADVANCE(195);
      END_STATE();
    case 190:
      if (lookahead == '_') ADVANCE(196);
      END_STATE();
    case 191:
      ACCEPT_TOKEN(sym_continue_statement);
      END_STATE();
    case 192:
      if (lookahead == 'k') ADVANCE(197);
      END_STATE();
    case 193:
      ACCEPT_TOKEN(anon_sym_offsetof);
      END_STATE();
    case 194:
      ACCEPT_TOKEN(anon_sym_reversed);
      END_STATE();
    case 195:
      ACCEPT_TOKEN(anon_sym_volatile);
      END_STATE();
    case 196:
      if (lookahead == 'a') ADVANCE(198);
      if (lookahead == 'e') ADVANCE(199);
      END_STATE();
    case 197:
      ACCEPT_TOKEN(anon_sym_framework);
      END_STATE();
    case 198:
      if (lookahead == 's') ADVANCE(200);
      END_STATE();
    case 199:
      if (lookahead == 'r') ADVANCE(201);
      END_STATE();
    case 200:
      if (lookahead == 's') ADVANCE(202);
      END_STATE();
    case 201:
      if (lookahead == 'r') ADVANCE(203);
      END_STATE();
    case 202:
      if (lookahead == 'e') ADVANCE(204);
      END_STATE();
    case 203:
      if (lookahead == 'o') ADVANCE(205);
      END_STATE();
    case 204:
      if (lookahead == 'r') ADVANCE(206);
      END_STATE();
    case 205:
      if (lookahead == 'r') ADVANCE(207);
      END_STATE();
    case 206:
      if (lookahead == 't') ADVANCE(208);
      END_STATE();
    case 207:
      ACCEPT_TOKEN(anon_sym_compiler_error);
      END_STATE();
    case 208:
      ACCEPT_TOKEN(anon_sym_compiler_assert);
      END_STATE();
    default:
      return false;
  }
}

static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
  [0] = {.lex_state = 0},
  [1] = {.lex_state = 58},
  [2] = {.lex_state = 57},
  [3] = {.lex_state = 57},
  [4] = {.lex_state = 57},
  [5] = {.lex_state = 57},
  [6] = {.lex_state = 57},
  [7] = {.lex_state = 57},
  [8] = {.lex_state = 57},
  [9] = {.lex_state = 57},
  [10] = {.lex_state = 57},
  [11] = {.lex_state = 57},
  [12] = {.lex_state = 57},
  [13] = {.lex_state = 57},
  [14] = {.lex_state = 57},
  [15] = {.lex_state = 57},
  [16] = {.lex_state = 57},
  [17] = {.lex_state = 57},
  [18] = {.lex_state = 57},
  [19] = {.lex_state = 57},
  [20] = {.lex_state = 57},
  [21] = {.lex_state = 57},
  [22] = {.lex_state = 57},
  [23] = {.lex_state = 57},
  [24] = {.lex_state = 57},
  [25] = {.lex_state = 57},
  [26] = {.lex_state = 22},
  [27] = {.lex_state = 22},
  [28] = {.lex_state = 22},
  [29] = {.lex_state = 22},
  [30] = {.lex_state = 22},
  [31] = {.lex_state = 22},
  [32] = {.lex_state = 22},
  [33] = {.lex_state = 22},
  [34] = {.lex_state = 22},
  [35] = {.lex_state = 22},
  [36] = {.lex_state = 22},
  [37] = {.lex_state = 22},
  [38] = {.lex_state = 22},
  [39] = {.lex_state = 22},
  [40] = {.lex_state = 22},
  [41] = {.lex_state = 22},
  [42] = {.lex_state = 57},
  [43] = {.lex_state = 22},
  [44] = {.lex_state = 22},
  [45] = {.lex_state = 22},
  [46] = {.lex_state = 22},
  [47] = {.lex_state = 22},
  [48] = {.lex_state = 22},
  [49] = {.lex_state = 22},
  [50] = {.lex_state = 22},
  [51] = {.lex_state = 22},
  [52] = {.lex_state = 22},
  [53] = {.lex_state = 22},
  [54] = {.lex_state = 22},
  [55] = {.lex_state = 22},
  [56] = {.lex_state = 22},
  [57] = {.lex_state = 22},
  [58] = {.lex_state = 22},
  [59] = {.lex_state = 22},
  [60] = {.lex_state = 22},
  [61] = {.lex_state = 22},
  [62] = {.lex_state = 22},
  [63] = {.lex_state = 22},
  [64] = {.lex_state = 22},
  [65] = {.lex_state = 22},
  [66] = {.lex_state = 22},
  [67] = {.lex_state = 22},
  [68] = {.lex_state = 22},
  [69] = {.lex_state = 22},
  [70] = {.lex_state = 22},
  [71] = {.lex_state = 22},
  [72] = {.lex_state = 22},
  [73] = {.lex_state = 22},
  [74] = {.lex_state = 22},
  [75] = {.lex_state = 22},
  [76] = {.lex_state = 22},
  [77] = {.lex_state = 22},
  [78] = {.lex_state = 22},
  [79] = {.lex_state = 22},
  [80] = {.lex_state = 22},
  [81] = {.lex_state = 22},
  [82] = {.lex_state = 22},
  [83] = {.lex_state = 22},
  [84] = {.lex_state = 22},
  [85] = {.lex_state = 22},
  [86] = {.lex_state = 22},
  [87] = {.lex_state = 22},
  [88] = {.lex_state = 22},
  [89] = {.lex_state = 22},
  [90] = {.lex_state = 22},
  [91] = {.lex_state = 22},
  [92] = {.lex_state = 22},
  [93] = {.lex_state = 22},
  [94] = {.lex_state = 22},
  [95] = {.lex_state = 22},
  [96] = {.lex_state = 22},
  [97] = {.lex_state = 22},
  [98] = {.lex_state = 22},
  [99] = {.lex_state = 22},
  [100] = {.lex_state = 22},
  [101] = {.lex_state = 22},
  [102] = {.lex_state = 22},
  [103] = {.lex_state = 22},
  [104] = {.lex_state = 22},
  [105] = {.lex_state = 22},
  [106] = {.lex_state = 22},
  [107] = {.lex_state = 22},
  [108] = {.lex_state = 22},
  [109] = {.lex_state = 22},
  [110] = {.lex_state = 22},
  [111] = {.lex_state = 22},
  [112] = {.lex_state = 22},
  [113] = {.lex_state = 22},
  [114] = {.lex_state = 22},
  [115] = {.lex_state = 22},
  [116] = {.lex_state = 57},
  [117] = {.lex_state = 57},
  [118] = {.lex_state = 57},
  [119] = {.lex_state = 57},
  [120] = {.lex_state = 57},
  [121] = {.lex_state = 57},
  [122] = {.lex_state = 57},
  [123] = {.lex_state = 57},
  [124] = {.lex_state = 57},
  [125] = {.lex_state = 57},
  [126] = {.lex_state = 57},
  [127] = {.lex_state = 57},
  [128] = {.lex_state = 57},
  [129] = {.lex_state = 57},
  [130] = {.lex_state = 57},
  [131] = {.lex_state = 57},
  [132] = {.lex_state = 57},
  [133] = {.lex_state = 57},
  [134] = {.lex_state = 57},
  [135] = {.lex_state = 57},
  [136] = {.lex_state = 57},
  [137] = {.lex_state = 57},
  [138] = {.lex_state = 57},
  [139] = {.lex_state = 57},
  [140] = {.lex_state = 57},
  [141] = {.lex_state = 57},
  [142] = {.lex_state = 57},
  [143] = {.lex_state = 57},
  [144] = {.lex_state = 57},
  [145] = {.lex_state = 57},
  [146] = {.lex_state = 57},
  [147] = {.lex_state = 57},
  [148] = {.lex_state = 57},
  [149] = {.lex_state = 57},
  [150] = {.lex_state = 57},
  [151] = {.lex_state = 57},
  [152] = {.lex_state = 57},
  [153] = {.lex_state = 57},
  [154] = {.lex_state = 57},
  [155] = {.lex_state = 57},
  [156] = {.lex_state = 57},
  [157] = {.lex_state = 57},
  [158] = {.lex_state = 57},
  [159] = {.lex_state = 57},
  [160] = {.lex_state = 57},
  [161] = {.lex_state = 57},
  [162] = {.lex_state = 57},
  [163] = {.lex_state = 57},
  [164] = {.lex_state = 57},
  [165] = {.lex_state = 57},
  [166] = {.lex_state = 57},
  [167] = {.lex_state = 57},
  [168] = {.lex_state = 57},
  [169] = {.lex_state = 57},
  [170] = {.lex_state = 57},
  [171] = {.lex_state = 57},
  [172] = {.lex_state = 57},
  [173] = {.lex_state = 57},
  [174] = {.lex_state = 57},
  [175] = {.lex_state = 57},
  [176] = {.lex_state = 57},
  [177] = {.lex_state = 57},
  [178] = {.lex_state = 57},
  [179] = {.lex_state = 57},
  [180] = {.lex_state = 57},
  [181] = {.lex_state = 57},
  [182] = {.lex_state = 57},
  [183] = {.lex_state = 57},
  [184] = {.lex_state = 57},
  [185] = {.lex_state = 57},
  [186] = {.lex_state = 57},
  [187] = {.lex_state = 57},
  [188] = {.lex_state = 57},
  [189] = {.lex_state = 57},
  [190] = {.lex_state = 57},
  [191] = {.lex_state = 57},
  [192] = {.lex_state = 57},
  [193] = {.lex_state = 57},
  [194] = {.lex_state = 57},
  [195] = {.lex_state = 57},
  [196] = {.lex_state = 57},
  [197] = {.lex_state = 57},
  [198] = {.lex_state = 57},
  [199] = {.lex_state = 57},
  [200] = {.lex_state = 57},
  [201] = {.lex_state = 57},
  [202] = {.lex_state = 57},
  [203] = {.lex_state = 57},
  [204] = {.lex_state = 57},
  [205] = {.lex_state = 57},
  [206] = {.lex_state = 57},
  [207] = {.lex_state = 57},
  [208] = {.lex_state = 57},
  [209] = {.lex_state = 57},
  [210] = {.lex_state = 57},
  [211] = {.lex_state = 57},
  [212] = {.lex_state = 57},
  [213] = {.lex_state = 57},
  [214] = {.lex_state = 57},
  [215] = {.lex_state = 57},
  [216] = {.lex_state = 57},
  [217] = {.lex_state = 57},
  [218] = {.lex_state = 57},
  [219] = {.lex_state = 57},
  [220] = {.lex_state = 57},
  [221] = {.lex_state = 57},
  [222] = {.lex_state = 57},
  [223] = {.lex_state = 57},
  [224] = {.lex_state = 57},
  [225] = {.lex_state = 57},
  [226] = {.lex_state = 57},
  [227] = {.lex_state = 57},
  [228] = {.lex_state = 57},
  [229] = {.lex_state = 57},
  [230] = {.lex_state = 57},
  [231] = {.lex_state = 57},
  [232] = {.lex_state = 57},
  [233] = {.lex_state = 57},
  [234] = {.lex_state = 57},
  [235] = {.lex_state = 57},
  [236] = {.lex_state = 57},
  [237] = {.lex_state = 57},
  [238] = {.lex_state = 57},
  [239] = {.lex_state = 57},
  [240] = {.lex_state = 57},
  [241] = {.lex_state = 57},
  [242] = {.lex_state = 57},
  [243] = {.lex_state = 57},
  [244] = {.lex_state = 57},
  [245] = {.lex_state = 57},
  [246] = {.lex_state = 57},
  [247] = {.lex_state = 57},
  [248] = {.lex_state = 57},
  [249] = {.lex_state = 57},
  [250] = {.lex_state = 57},
  [251] = {.lex_state = 57},
  [252] = {.lex_state = 57},
  [253] = {.lex_state = 57},
  [254] = {.lex_state = 57},
  [255] = {.lex_state = 57},
  [256] = {.lex_state = 57},
  [257] = {.lex_state = 57},
  [258] = {.lex_state = 57},
  [259] = {.lex_state = 57},
  [260] = {.lex_state = 57},
  [261] = {.lex_state = 57},
  [262] = {.lex_state = 57},
  [263] = {.lex_state = 57},
  [264] = {.lex_state = 57},
  [265] = {.lex_state = 57},
  [266] = {.lex_state = 57},
  [267] = {.lex_state = 57},
  [268] = {.lex_state = 57},
  [269] = {.lex_state = 57},
  [270] = {.lex_state = 57},
  [271] = {.lex_state = 57},
  [272] = {.lex_state = 57},
  [273] = {.lex_state = 57},
  [274] = {.lex_state = 57},
  [275] = {.lex_state = 57},
  [276] = {.lex_state = 57},
  [277] = {.lex_state = 57},
  [278] = {.lex_state = 57},
  [279] = {.lex_state = 57},
  [280] = {.lex_state = 57},
  [281] = {.lex_state = 57},
  [282] = {.lex_state = 57},
  [283] = {.lex_state = 57},
  [284] = {.lex_state = 57},
  [285] = {.lex_state = 23},
  [286] = {.lex_state = 57},
  [287] = {.lex_state = 57},
  [288] = {.lex_state = 57},
  [289] = {.lex_state = 57},
  [290] = {.lex_state = 57},
  [291] = {.lex_state = 57},
  [292] = {.lex_state = 23},
  [293] = {.lex_state = 57},
  [294] = {.lex_state = 23},
  [295] = {.lex_state = 57},
  [296] = {.lex_state = 57},
  [297] = {.lex_state = 57},
  [298] = {.lex_state = 57},
  [299] = {.lex_state = 57},
  [300] = {.lex_state = 57},
  [301] = {.lex_state = 57},
  [302] = {.lex_state = 57},
  [303] = {.lex_state = 57},
  [304] = {.lex_state = 57},
  [305] = {.lex_state = 57},
  [306] = {.lex_state = 57},
  [307] = {.lex_state = 57},
  [308] = {.lex_state = 57},
  [309] = {.lex_state = 57},
  [310] = {.lex_state = 57},
  [311] = {.lex_state = 57},
  [312] = {.lex_state = 23},
  [313] = {.lex_state = 23},
  [314] = {.lex_state = 57},
  [315] = {.lex_state = 57},
  [316] = {.lex_state = 57},
  [317] = {.lex_state = 57},
  [318] = {.lex_state = 57},
  [319] = {.lex_state = 23},
  [320] = {.lex_state = 57},
  [321] = {.lex_state = 57},
  [322] = {.lex_state = 57},
  [323] = {.lex_state = 57},
  [324] = {.lex_state = 57},
  [325] = {.lex_state = 23},
  [326] = {.lex_state = 57},
  [327] = {.lex_state = 57},
  [328] = {.lex_state = 23},
  [329] = {.lex_state = 57},
  [330] = {.lex_state = 57},
  [331] = {.lex_state = 23},
  [332] = {.lex_state = 57},
  [333] = {.lex_state = 57},
  [334] = {.lex_state = 23},
  [335] = {.lex_state = 23},
  [336] = {.lex_state = 57},
  [337] = {.lex_state = 57},
  [338] = {.lex_state = 23},
  [339] = {.lex_state = 57},
  [340] = {.lex_state = 57},
  [341] = {.lex_state = 57},
  [342] = {.lex_state = 57},
  [343] = {.lex_state = 57},
  [344] = {.lex_state = 57},
  [345] = {.lex_state = 57},
  [346] = {.lex_state = 57},
  [347] = {.lex_state = 57},
  [348] = {.lex_state = 57},
  [349] = {.lex_state = 57},
  [350] = {.lex_state = 57},
  [351] = {.lex_state = 57},
  [352] = {.lex_state = 57},
  [353] = {.lex_state = 57},
  [354] = {.lex_state = 57},
  [355] = {.lex_state = 57},
  [356] = {.lex_state = 57},
  [357] = {.lex_state = 57},
  [358] = {.lex_state = 57},
  [359] = {.lex_state = 57},
  [360] = {.lex_state = 57},
  [361] = {.lex_state = 57},
  [362] = {.lex_state = 57},
  [363] = {.lex_state = 57},
  [364] = {.lex_state = 57},
  [365] = {.lex_state = 57},
  [366] = {.lex_state = 57},
  [367] = {.lex_state = 57},
  [368] = {.lex_state = 57},
  [369] = {.lex_state = 57},
  [370] = {.lex_state = 57},
  [371] = {.lex_state = 57},
  [372] = {.lex_state = 57},
  [373] = {.lex_state = 57},
  [374] = {.lex_state = 57},
  [375] = {.lex_state = 57},
  [376] = {.lex_state = 57},
  [377] = {.lex_state = 57},
  [378] = {.lex_state = 57},
  [379] = {.lex_state = 57},
  [380] = {.lex_state = 57},
  [381] = {.lex_state = 57},
  [382] = {.lex_state = 57},
  [383] = {.lex_state = 57},
  [384] = {.lex_state = 57},
  [385] = {.lex_state = 57},
  [386] = {.lex_state = 57},
  [387] = {.lex_state = 57},
  [388] = {.lex_state = 57},
  [389] = {.lex_state = 57},
  [390] = {.lex_state = 57},
  [391] = {.lex_state = 57},
  [392] = {.lex_state = 57},
  [393] = {.lex_state = 57},
  [394] = {.lex_state = 57},
  [395] = {.lex_state = 57},
  [396] = {.lex_state = 57},
  [397] = {.lex_state = 57},
  [398] = {.lex_state = 57},
  [399] = {.lex_state = 57},
  [400] = {.lex_state = 57},
  [401] = {.lex_state = 57},
  [402] = {.lex_state = 57},
  [403] = {.lex_state = 57},
  [404] = {.lex_state = 57},
  [405] = {.lex_state = 57},
  [406] = {.lex_state = 57},
  [407] = {.lex_state = 57},
  [408] = {.lex_state = 57},
  [409] = {.lex_state = 57},
  [410] = {.lex_state = 57},
  [411] = {.lex_state = 57},
  [412] = {.lex_state = 57},
  [413] = {.lex_state = 57},
  [414] = {.lex_state = 57},
  [415] = {.lex_state = 57},
  [416] = {.lex_state = 23},
  [417] = {.lex_state = 23},
  [418] = {.lex_state = 23},
  [419] = {.lex_state = 23},
  [420] = {.lex_state = 23},
  [421] = {.lex_state = 23},
  [422] = {.lex_state = 23},
  [423] = {.lex_state = 58},
  [424] = {.lex_state = 23},
  [425] = {.lex_state = 23},
  [426] = {.lex_state = 23},
  [427] = {.lex_state = 23},
  [428] = {.lex_state = 23},
  [429] = {.lex_state = 23},
  [430] = {.lex_state = 23},
  [431] = {.lex_state = 23},
  [432] = {.lex_state = 23},
  [433] = {.lex_state = 23},
  [434] = {.lex_state = 23},
  [435] = {.lex_state = 23},
  [436] = {.lex_state = 23},
  [437] = {.lex_state = 23},
  [438] = {.lex_state = 23},
  [439] = {.lex_state = 23},
  [440] = {.lex_state = 23},
  [441] = {.lex_state = 23},
  [442] = {.lex_state = 23},
  [443] = {.lex_state = 23},
  [444] = {.lex_state = 23},
  [445] = {.lex_state = 23},
  [446] = {.lex_state = 23},
  [447] = {.lex_state = 23},
  [448] = {.lex_state = 23},
  [449] = {.lex_state = 23},
  [450] = {.lex_state = 23},
  [451] = {.lex_state = 23},
  [452] = {.lex_state = 23},
  [453] = {.lex_state = 23},
  [454] = {.lex_state = 23},
  [455] = {.lex_state = 23},
  [456] = {.lex_state = 23},
  [457] = {.lex_state = 23},
  [458] = {.lex_state = 23},
  [459] = {.lex_state = 58},
  [460] = {.lex_state = 23},
  [461] = {.lex_state = 23},
  [462] = {.lex_state = 23},
  [463] = {.lex_state = 23},
  [464] = {.lex_state = 23},
  [465] = {.lex_state = 23},
  [466] = {.lex_state = 23},
  [467] = {.lex_state = 23},
  [468] = {.lex_state = 23},
  [469] = {.lex_state = 23},
  [470] = {.lex_state = 23},
  [471] = {.lex_state = 23},
  [472] = {.lex_state = 23},
  [473] = {.lex_state = 23},
  [474] = {.lex_state = 23},
  [475] = {.lex_state = 23},
  [476] = {.lex_state = 23},
  [477] = {.lex_state = 23},
  [478] = {.lex_state = 23},
  [479] = {.lex_state = 23},
  [480] = {.lex_state = 23},
  [481] = {.lex_state = 23},
  [482] = {.lex_state = 23},
  [483] = {.lex_state = 23},
  [484] = {.lex_state = 23},
  [485] = {.lex_state = 23},
  [486] = {.lex_state = 23},
  [487] = {.lex_state = 23},
  [488] = {.lex_state = 23},
  [489] = {.lex_state = 23},
  [490] = {.lex_state = 23},
  [491] = {.lex_state = 23},
  [492] = {.lex_state = 23},
  [493] = {.lex_state = 23},
  [494] = {.lex_state = 23},
  [495] = {.lex_state = 23},
  [496] = {.lex_state = 23},
  [497] = {.lex_state = 23},
  [498] = {.lex_state = 23},
  [499] = {.lex_state = 23},
  [500] = {.lex_state = 23},
  [501] = {.lex_state = 23},
  [502] = {.lex_state = 23},
  [503] = {.lex_state = 23},
  [504] = {.lex_state = 23},
  [505] = {.lex_state = 23},
  [506] = {.lex_state = 23},
  [507] = {.lex_state = 23},
  [508] = {.lex_state = 23},
  [509] = {.lex_state = 23},
  [510] = {.lex_state = 23},
  [511] = {.lex_state = 23},
  [512] = {.lex_state = 23},
  [513] = {.lex_state = 23},
  [514] = {.lex_state = 23},
  [515] = {.lex_state = 23},
  [516] = {.lex_state = 23},
  [517] = {.lex_state = 23},
  [518] = {.lex_state = 23},
  [519] = {.lex_state = 23},
  [520] = {.lex_state = 23},
  [521] = {.lex_state = 23},
  [522] = {.lex_state = 23},
  [523] = {.lex_state = 23},
  [524] = {.lex_state = 23},
  [525] = {.lex_state = 23},
  [526] = {.lex_state = 23},
  [527] = {.lex_state = 23},
  [528] = {.lex_state = 23},
  [529] = {.lex_state = 23},
  [530] = {.lex_state = 23},
  [531] = {.lex_state = 59},
  [532] = {.lex_state = 59},
  [533] = {.lex_state = 58},
  [534] = {.lex_state = 58},
  [535] = {.lex_state = 57},
  [536] = {.lex_state = 57},
  [537] = {.lex_state = 57},
  [538] = {.lex_state = 58},
  [539] = {.lex_state = 58},
  [540] = {.lex_state = 57},
  [541] = {.lex_state = 57},
  [542] = {.lex_state = 57},
  [543] = {.lex_state = 58},
  [544] = {.lex_state = 57},
  [545] = {.lex_state = 57},
  [546] = {.lex_state = 57},
  [547] = {.lex_state = 58},
  [548] = {.lex_state = 57},
  [549] = {.lex_state = 57},
  [550] = {.lex_state = 57},
  [551] = {.lex_state = 57},
  [552] = {.lex_state = 58},
  [553] = {.lex_state = 58},
  [554] = {.lex_state = 58},
  [555] = {.lex_state = 57},
  [556] = {.lex_state = 57},
  [557] = {.lex_state = 57},
  [558] = {.lex_state = 58},
  [559] = {.lex_state = 57},
  [560] = {.lex_state = 58},
  [561] = {.lex_state = 58},
  [562] = {.lex_state = 58},
  [563] = {.lex_state = 57},
  [564] = {.lex_state = 57},
  [565] = {.lex_state = 57},
  [566] = {.lex_state = 57},
  [567] = {.lex_state = 57},
  [568] = {.lex_state = 57},
  [569] = {.lex_state = 57},
  [570] = {.lex_state = 57},
  [571] = {.lex_state = 57},
  [572] = {.lex_state = 57},
  [573] = {.lex_state = 57},
  [574] = {.lex_state = 57},
  [575] = {.lex_state = 57},
  [576] = {.lex_state = 58},
  [577] = {.lex_state = 58},
  [578] = {.lex_state = 57},
  [579] = {.lex_state = 58},
  [580] = {.lex_state = 58},
  [581] = {.lex_state = 57},
  [582] = {.lex_state = 58},
  [583] = {.lex_state = 57},
  [584] = {.lex_state = 57},
  [585] = {.lex_state = 57},
  [586] = {.lex_state = 57},
  [587] = {.lex_state = 57},
  [588] = {.lex_state = 58},
  [589] = {.lex_state = 57},
  [590] = {.lex_state = 57},
  [591] = {.lex_state = 57},
  [592] = {.lex_state = 58},
  [593] = {.lex_state = 58},
  [594] = {.lex_state = 58},
  [595] = {.lex_state = 57},
  [596] = {.lex_state = 57},
  [597] = {.lex_state = 57},
  [598] = {.lex_state = 57},
  [599] = {.lex_state = 58},
  [600] = {.lex_state = 57},
  [601] = {.lex_state = 57},
  [602] = {.lex_state = 57},
  [603] = {.lex_state = 57},
  [604] = {.lex_state = 57},
  [605] = {.lex_state = 58},
  [606] = {.lex_state = 58},
  [607] = {.lex_state = 58},
  [608] = {.lex_state = 58},
  [609] = {.lex_state = 57},
  [610] = {.lex_state = 57},
  [611] = {.lex_state = 57},
  [612] = {.lex_state = 58},
  [613] = {.lex_state = 58},
  [614] = {.lex_state = 57},
  [615] = {.lex_state = 57},
  [616] = {.lex_state = 57},
  [617] = {.lex_state = 58},
  [618] = {.lex_state = 58},
  [619] = {.lex_state = 58},
  [620] = {.lex_state = 58},
  [621] = {.lex_state = 58},
  [622] = {.lex_state = 58},
  [623] = {.lex_state = 58},
  [624] = {.lex_state = 58},
  [625] = {.lex_state = 57},
  [626] = {.lex_state = 58},
  [627] = {.lex_state = 58},
  [628] = {.lex_state = 57},
  [629] = {.lex_state = 57},
  [630] = {.lex_state = 57},
  [631] = {.lex_state = 57},
  [632] = {.lex_state = 57},
  [633] = {.lex_state = 57},
  [634] = {.lex_state = 57},
  [635] = {.lex_state = 57},
  [636] = {.lex_state = 57},
  [637] = {.lex_state = 57},
  [638] = {.lex_state = 58},
  [639] = {.lex_state = 58},
  [640] = {.lex_state = 57},
  [641] = {.lex_state = 57},
  [642] = {.lex_state = 58},
  [643] = {.lex_state = 58},
  [644] = {.lex_state = 57},
  [645] = {.lex_state = 57},
  [646] = {.lex_state = 57},
  [647] = {.lex_state = 57},
  [648] = {.lex_state = 58},
  [649] = {.lex_state = 58},
  [650] = {.lex_state = 58},
  [651] = {.lex_state = 58},
  [652] = {.lex_state = 58},
  [653] = {.lex_state = 58},
  [654] = {.lex_state = 58},
  [655] = {.lex_state = 58},
  [656] = {.lex_state = 58},
  [657] = {.lex_state = 58},
  [658] = {.lex_state = 58},
  [659] = {.lex_state = 58},
  [660] = {.lex_state = 58},
  [661] = {.lex_state = 58},
  [662] = {.lex_state = 58},
  [663] = {.lex_state = 58},
  [664] = {.lex_state = 57},
  [665] = {.lex_state = 58},
  [666] = {.lex_state = 57},
  [667] = {.lex_state = 57},
  [668] = {.lex_state = 57},
  [669] = {.lex_state = 57},
  [670] = {.lex_state = 57},
  [671] = {.lex_state = 57},
  [672] = {.lex_state = 58},
  [673] = {.lex_state = 58},
  [674] = {.lex_state = 58},
  [675] = {.lex_state = 58},
  [676] = {.lex_state = 58},
  [677] = {.lex_state = 58},
  [678] = {.lex_state = 58},
  [679] = {.lex_state = 58},
  [680] = {.lex_state = 58},
  [681] = {.lex_state = 58},
  [682] = {.lex_state = 58},
  [683] = {.lex_state = 58},
  [684] = {.lex_state = 58},
  [685] = {.lex_state = 58},
  [686] = {.lex_state = 58},
  [687] = {.lex_state = 57},
  [688] = {.lex_state = 58},
  [689] = {.lex_state = 57},
  [690] = {.lex_state = 57},
  [691] = {.lex_state = 57},
  [692] = {.lex_state = 57},
  [693] = {.lex_state = 57},
  [694] = {.lex_state = 57},
  [695] = {.lex_state = 57},
  [696] = {.lex_state = 57},
  [697] = {.lex_state = 57},
  [698] = {.lex_state = 58},
  [699] = {.lex_state = 58},
  [700] = {.lex_state = 58},
  [701] = {.lex_state = 58},
  [702] = {.lex_state = 58},
  [703] = {.lex_state = 58},
  [704] = {.lex_state = 58},
  [705] = {.lex_state = 58},
  [706] = {.lex_state = 60},
  [707] = {.lex_state = 57},
  [708] = {.lex_state = 57},
  [709] = {.lex_state = 57},
  [710] = {.lex_state = 57},
  [711] = {.lex_state = 57},
  [712] = {.lex_state = 57},
  [713] = {.lex_state = 57},
  [714] = {.lex_state = 57},
  [715] = {.lex_state = 57},
  [716] = {.lex_state = 57},
  [717] = {.lex_state = 57},
  [718] = {.lex_state = 57},
  [719] = {.lex_state = 57},
  [720] = {.lex_state = 57},
  [721] = {.lex_state = 57},
  [722] = {.lex_state = 57},
  [723] = {.lex_state = 57},
  [724] = {.lex_state = 57},
  [725] = {.lex_state = 57},
  [726] = {.lex_state = 60},
  [727] = {.lex_state = 60},
  [728] = {.lex_state = 60},
  [729] = {.lex_state = 60},
  [730] = {.lex_state = 60},
  [731] = {.lex_state = 60},
  [732] = {.lex_state = 57},
  [733] = {.lex_state = 57},
  [734] = {.lex_state = 57},
  [735] = {.lex_state = 57},
  [736] = {.lex_state = 57},
  [737] = {.lex_state = 57},
  [738] = {.lex_state = 57},
  [739] = {.lex_state = 57},
  [740] = {.lex_state = 57},
  [741] = {.lex_state = 57},
  [742] = {.lex_state = 60},
  [743] = {.lex_state = 57},
  [744] = {.lex_state = 60},
  [745] = {.lex_state = 57},
  [746] = {.lex_state = 57},
  [747] = {.lex_state = 60},
  [748] = {.lex_state = 60},
  [749] = {.lex_state = 60},
  [750] = {.lex_state = 60},
  [751] = {.lex_state = 60},
  [752] = {.lex_state = 60},
  [753] = {.lex_state = 60},
  [754] = {.lex_state = 60},
  [755] = {.lex_state = 57},
  [756] = {.lex_state = 60},
  [757] = {.lex_state = 57},
  [758] = {.lex_state = 57},
  [759] = {.lex_state = 60},
  [760] = {.lex_state = 57},
  [761] = {.lex_state = 60},
  [762] = {.lex_state = 57},
  [763] = {.lex_state = 60},
  [764] = {.lex_state = 60},
  [765] = {.lex_state = 57},
  [766] = {.lex_state = 57},
  [767] = {.lex_state = 57},
  [768] = {.lex_state = 57},
  [769] = {.lex_state = 57},
  [770] = {.lex_state = 57},
  [771] = {.lex_state = 57},
  [772] = {.lex_state = 57},
  [773] = {.lex_state = 60},
  [774] = {.lex_state = 57},
  [775] = {.lex_state = 57},
  [776] = {.lex_state = 57},
  [777] = {.lex_state = 60},
  [778] = {.lex_state = 57},
  [779] = {.lex_state = 57},
  [780] = {.lex_state = 60},
  [781] = {.lex_state = 60},
  [782] = {.lex_state = 60},
  [783] = {.lex_state = 60},
  [784] = {.lex_state = 57},
  [785] = {.lex_state = 57},
  [786] = {.lex_state = 57},
  [787] = {.lex_state = 57},
  [788] = {.lex_state = 60},
  [789] = {.lex_state = 57},
  [790] = {.lex_state = 60},
  [791] = {.lex_state = 60},
  [792] = {.lex_state = 60},
  [793] = {.lex_state = 60},
  [794] = {.lex_state = 60},
  [795] = {.lex_state = 60},
  [796] = {.lex_state = 60},
  [797] = {.lex_state = 60},
  [798] = {.lex_state = 60},
  [799] = {.lex_state = 60},
  [800] = {.lex_state = 60},
  [801] = {.lex_state = 60},
  [802] = {.lex_state = 60},
  [803] = {.lex_state = 60},
  [804] = {.lex_state = 57},
  [805] = {.lex_state = 60},
  [806] = {.lex_state = 60},
  [807] = {.lex_state = 60},
  [808] = {.lex_state = 60},
  [809] = {.lex_state = 60},
  [810] = {.lex_state = 60},
  [811] = {.lex_state = 60},
  [812] = {.lex_state = 60},
  [813] = {.lex_state = 60},
  [814] = {.lex_state = 60},
  [815] = {.lex_state = 60},
  [816] = {.lex_state = 60},
  [817] = {.lex_state = 60},
  [818] = {.lex_state = 60},
  [819] = {.lex_state = 60},
  [820] = {.lex_state = 60},
  [821] = {.lex_state = 60},
  [822] = {.lex_state = 60},
  [823] = {.lex_state = 60},
  [824] = {.lex_state = 60},
  [825] = {.lex_state = 60},
  [826] = {.lex_state = 60},
  [827] = {.lex_state = 60},
  [828] = {.lex_state = 60},
  [829] = {.lex_state = 60},
  [830] = {.lex_state = 60},
  [831] = {.lex_state = 60},
  [832] = {.lex_state = 60},
  [833] = {.lex_state = 60},
  [834] = {.lex_state = 60},
  [835] = {.lex_state = 57},
  [836] = {.lex_state = 60},
  [837] = {.lex_state = 60},
  [838] = {.lex_state = 60},
  [839] = {.lex_state = 60},
  [840] = {.lex_state = 57},
  [841] = {.lex_state = 57},
  [842] = {.lex_state = 60},
  [843] = {.lex_state = 60},
  [844] = {.lex_state = 60},
  [845] = {.lex_state = 60},
  [846] = {.lex_state = 60},
  [847] = {.lex_state = 60},
  [848] = {.lex_state = 60},
  [849] = {.lex_state = 60},
  [850] = {.lex_state = 57},
  [851] = {.lex_state = 60},
  [852] = {.lex_state = 57},
  [853] = {.lex_state = 60},
  [854] = {.lex_state = 60},
  [855] = {.lex_state = 60},
  [856] = {.lex_state = 57},
  [857] = {.lex_state = 60},
  [858] = {.lex_state = 60},
  [859] = {.lex_state = 58},
  [860] = {.lex_state = 58},
  [861] = {.lex_state = 58},
  [862] = {.lex_state = 58},
  [863] = {.lex_state = 58},
  [864] = {.lex_state = 58},
  [865] = {.lex_state = 58},
  [866] = {.lex_state = 58},
  [867] = {.lex_state = 60},
  [868] = {.lex_state = 58},
  [869] = {.lex_state = 58},
  [870] = {.lex_state = 58},
  [871] = {.lex_state = 58},
  [872] = {.lex_state = 58},
  [873] = {.lex_state = 58},
  [874] = {.lex_state = 58},
  [875] = {.lex_state = 58},
  [876] = {.lex_state = 58},
  [877] = {.lex_state = 58},
  [878] = {.lex_state = 58},
  [879] = {.lex_state = 58},
  [880] = {.lex_state = 58},
  [881] = {.lex_state = 58},
  [882] = {.lex_state = 58},
  [883] = {.lex_state = 58},
  [884] = {.lex_state = 58},
  [885] = {.lex_state = 58},
  [886] = {.lex_state = 58},
  [887] = {.lex_state = 57},
  [888] = {.lex_state = 58},
  [889] = {.lex_state = 58},
  [890] = {.lex_state = 58},
  [891] = {.lex_state = 58},
  [892] = {.lex_state = 58},
  [893] = {.lex_state = 59},
  [894] = {.lex_state = 58},
  [895] = {.lex_state = 58},
  [896] = {.lex_state = 58},
  [897] = {.lex_state = 58},
  [898] = {.lex_state = 59},
  [899] = {.lex_state = 58},
  [900] = {.lex_state = 58},
  [901] = {.lex_state = 58},
  [902] = {.lex_state = 58},
  [903] = {.lex_state = 57},
  [904] = {.lex_state = 58},
  [905] = {.lex_state = 58},
  [906] = {.lex_state = 58},
  [907] = {.lex_state = 58},
  [908] = {.lex_state = 58},
  [909] = {.lex_state = 58},
  [910] = {.lex_state = 58},
  [911] = {.lex_state = 58},
  [912] = {.lex_state = 58},
  [913] = {.lex_state = 58},
  [914] = {.lex_state = 58},
  [915] = {.lex_state = 58},
  [916] = {.lex_state = 58},
  [917] = {.lex_state = 58},
  [918] = {.lex_state = 59},
  [919] = {.lex_state = 59},
  [920] = {.lex_state = 58},
  [921] = {.lex_state = 58},
  [922] = {.lex_state = 58},
  [923] = {.lex_state = 58},
  [924] = {.lex_state = 58},
  [925] = {.lex_state = 58},
  [926] = {.lex_state = 58},
  [927] = {.lex_state = 58},
  [928] = {.lex_state = 58},
  [929] = {.lex_state = 58},
  [930] = {.lex_state = 58},
  [931] = {.lex_state = 58},
  [932] = {.lex_state = 58},
  [933] = {.lex_state = 58},
  [934] = {.lex_state = 58},
  [935] = {.lex_state = 58},
  [936] = {.lex_state = 58},
  [937] = {.lex_state = 58},
  [938] = {.lex_state = 58},
  [939] = {.lex_state = 58},
  [940] = {.lex_state = 58},
  [941] = {.lex_state = 58},
  [942] = {.lex_state = 58},
  [943] = {.lex_state = 58},
  [944] = {.lex_state = 58},
  [945] = {.lex_state = 58},
  [946] = {.lex_state = 58},
  [947] = {.lex_state = 58},
  [948] = {.lex_state = 58},
  [949] = {.lex_state = 58},
  [950] = {.lex_state = 58},
  [951] = {.lex_state = 58},
  [952] = {.lex_state = 58},
  [953] = {.lex_state = 58},
  [954] = {.lex_state = 58},
  [955] = {.lex_state = 58},
  [956] = {.lex_state = 58},
  [957] = {.lex_state = 58},
  [958] = {.lex_state = 58},
  [959] = {.lex_state = 58},
  [960] = {.lex_state = 58},
  [961] = {.lex_state = 58},
  [962] = {.lex_state = 58},
  [963] = {.lex_state = 58},
  [964] = {.lex_state = 58},
  [965] = {.lex_state = 58},
  [966] = {.lex_state = 58},
  [967] = {.lex_state = 58},
  [968] = {.lex_state = 58},
  [969] = {.lex_state = 58},
  [970] = {.lex_state = 58},
  [971] = {.lex_state = 58},
  [972] = {.lex_state = 58},
  [973] = {.lex_state = 58},
  [974] = {.lex_state = 58},
  [975] = {.lex_state = 58},
  [976] = {.lex_state = 58},
  [977] = {.lex_state = 58},
  [978] = {.lex_state = 58},
  [979] = {.lex_state = 58},
  [980] = {.lex_state = 58},
  [981] = {.lex_state = 58},
  [982] = {.lex_state = 58},
  [983] = {.lex_state = 58},
  [984] = {.lex_state = 58},
  [985] = {.lex_state = 58},
  [986] = {.lex_state = 58},
  [987] = {.lex_state = 58},
  [988] = {.lex_state = 58},
  [989] = {.lex_state = 58},
  [990] = {.lex_state = 58},
  [991] = {.lex_state = 58},
  [992] = {.lex_state = 58},
  [993] = {.lex_state = 58},
  [994] = {.lex_state = 58},
  [995] = {.lex_state = 58},
  [996] = {.lex_state = 24},
  [997] = {.lex_state = 24},
  [998] = {.lex_state = 24},
  [999] = {.lex_state = 24},
  [1000] = {.lex_state = 24},
  [1001] = {.lex_state = 24},
  [1002] = {.lex_state = 58},
  [1003] = {.lex_state = 58},
  [1004] = {.lex_state = 58},
  [1005] = {.lex_state = 24},
  [1006] = {.lex_state = 58},
  [1007] = {.lex_state = 58},
  [1008] = {.lex_state = 58},
  [1009] = {.lex_state = 58},
  [1010] = {.lex_state = 24},
  [1011] = {.lex_state = 24},
  [1012] = {.lex_state = 58},
  [1013] = {.lex_state = 58},
  [1014] = {.lex_state = 58},
  [1015] = {.lex_state = 58},
  [1016] = {.lex_state = 58},
  [1017] = {.lex_state = 58},
  [1018] = {.lex_state = 58},
  [1019] = {.lex_state = 58},
  [1020] = {.lex_state = 58},
  [1021] = {.lex_state = 58},
  [1022] = {.lex_state = 58},
  [1023] = {.lex_state = 24},
  [1024] = {.lex_state = 24},
  [1025] = {.lex_state = 24},
  [1026] = {.lex_state = 58},
  [1027] = {.lex_state = 24},
  [1028] = {.lex_state = 58},
  [1029] = {.lex_state = 58},
  [1030] = {.lex_state = 58},
  [1031] = {.lex_state = 58},
  [1032] = {.lex_state = 58},
  [1033] = {.lex_state = 58},
  [1034] = {.lex_state = 58},
  [1035] = {.lex_state = 58},
  [1036] = {.lex_state = 58},
  [1037] = {.lex_state = 58},
  [1038] = {.lex_state = 58},
  [1039] = {.lex_state = 58},
  [1040] = {.lex_state = 58},
  [1041] = {.lex_state = 58},
  [1042] = {.lex_state = 58},
  [1043] = {.lex_state = 58},
  [1044] = {.lex_state = 0},
  [1045] = {.lex_state = 0},
  [1046] = {.lex_state = 0},
  [1047] = {.lex_state = 0},
  [1048] = {.lex_state = 0},
  [1049] = {.lex_state = 0},
  [1050] = {.lex_state = 0},
  [1051] = {.lex_state = 0},
  [1052] = {.lex_state = 0},
  [1053] = {.lex_state = 24},
  [1054] = {.lex_state = 0},
  [1055] = {.lex_state = 0},
  [1056] = {.lex_state = 0},
  [1057] = {.lex_state = 0},
  [1058] = {.lex_state = 0},
  [1059] = {.lex_state = 0},
  [1060] = {.lex_state = 0},
  [1061] = {.lex_state = 24},
  [1062] = {.lex_state = 24},
  [1063] = {.lex_state = 0},
  [1064] = {.lex_state = 24},
  [1065] = {.lex_state = 0},
  [1066] = {.lex_state = 24},
  [1067] = {.lex_state = 24},
  [1068] = {.lex_state = 24},
  [1069] = {.lex_state = 24},
  [1070] = {.lex_state = 24},
  [1071] = {.lex_state = 0},
  [1072] = {.lex_state = 24},
  [1073] = {.lex_state = 24},
  [1074] = {.lex_state = 0},
  [1075] = {.lex_state = 24},
  [1076] = {.lex_state = 0},
  [1077] = {.lex_state = 58},
  [1078] = {.lex_state = 0},
  [1079] = {.lex_state = 24},
  [1080] = {.lex_state = 24},
  [1081] = {.lex_state = 24},
  [1082] = {.lex_state = 0},
  [1083] = {.lex_state = 0},
  [1084] = {.lex_state = 0},
  [1085] = {.lex_state = 0},
  [1086] = {.lex_state = 24},
  [1087] = {.lex_state = 0},
  [1088] = {.lex_state = 58},
  [1089] = {.lex_state = 0},
  [1090] = {.lex_state = 0},
  [1091] = {.lex_state = 0},
  [1092] = {.lex_state = 24},
  [1093] = {.lex_state = 0},
  [1094] = {.lex_state = 0},
  [1095] = {.lex_state = 0},
  [1096] = {.lex_state = 58},
  [1097] = {.lex_state = 0},
  [1098] = {.lex_state = 0},
  [1099] = {.lex_state = 0},
  [1100] = {.lex_state = 0},
  [1101] = {.lex_state = 0},
  [1102] = {.lex_state = 0},
  [1103] = {.lex_state = 0},
  [1104] = {.lex_state = 0},
  [1105] = {.lex_state = 58},
  [1106] = {.lex_state = 24},
  [1107] = {.lex_state = 24},
  [1108] = {.lex_state = 24},
  [1109] = {.lex_state = 24},
  [1110] = {.lex_state = 24},
  [1111] = {.lex_state = 24},
  [1112] = {.lex_state = 24},
  [1113] = {.lex_state = 24},
  [1114] = {.lex_state = 24},
  [1115] = {.lex_state = 24},
  [1116] = {.lex_state = 24},
  [1117] = {.lex_state = 24},
  [1118] = {.lex_state = 24},
  [1119] = {.lex_state = 24},
  [1120] = {.lex_state = 24},
  [1121] = {.lex_state = 24},
  [1122] = {.lex_state = 58},
  [1123] = {.lex_state = 58},
  [1124] = {.lex_state = 58},
  [1125] = {.lex_state = 58},
  [1126] = {.lex_state = 58},
  [1127] = {.lex_state = 58},
  [1128] = {.lex_state = 58},
  [1129] = {.lex_state = 58},
  [1130] = {.lex_state = 58},
  [1131] = {.lex_state = 58},
  [1132] = {.lex_state = 58},
  [1133] = {.lex_state = 58},
  [1134] = {.lex_state = 58},
  [1135] = {.lex_state = 58},
  [1136] = {.lex_state = 58},
  [1137] = {.lex_state = 58},
  [1138] = {.lex_state = 58},
  [1139] = {.lex_state = 58},
  [1140] = {.lex_state = 58},
  [1141] = {.lex_state = 58},
  [1142] = {.lex_state = 58},
  [1143] = {.lex_state = 24},
  [1144] = {.lex_state = 58},
  [1145] = {.lex_state = 24},
  [1146] = {.lex_state = 24},
  [1147] = {.lex_state = 58},
  [1148] = {.lex_state = 24},
  [1149] = {.lex_state = 58},
  [1150] = {.lex_state = 58},
  [1151] = {.lex_state = 58},
  [1152] = {.lex_state = 58},
  [1153] = {.lex_state = 58},
  [1154] = {.lex_state = 58},
  [1155] = {.lex_state = 58},
  [1156] = {.lex_state = 58},
  [1157] = {.lex_state = 58},
  [1158] = {.lex_state = 58},
  [1159] = {.lex_state = 58},
  [1160] = {.lex_state = 58},
  [1161] = {.lex_state = 58},
  [1162] = {.lex_state = 24},
  [1163] = {.lex_state = 58},
  [1164] = {.lex_state = 24},
  [1165] = {.lex_state = 24},
  [1166] = {.lex_state = 58},
  [1167] = {.lex_state = 58},
  [1168] = {.lex_state = 58},
  [1169] = {.lex_state = 58},
  [1170] = {.lex_state = 24},
  [1171] = {.lex_state = 24},
  [1172] = {.lex_state = 58},
  [1173] = {.lex_state = 58},
  [1174] = {.lex_state = 24},
  [1175] = {.lex_state = 58},
  [1176] = {.lex_state = 58},
  [1177] = {.lex_state = 24},
  [1178] = {.lex_state = 58},
  [1179] = {.lex_state = 58},
  [1180] = {.lex_state = 58},
  [1181] = {.lex_state = 58},
  [1182] = {.lex_state = 58},
  [1183] = {.lex_state = 58},
  [1184] = {.lex_state = 58},
  [1185] = {.lex_state = 58},
  [1186] = {.lex_state = 24},
  [1187] = {.lex_state = 58},
  [1188] = {.lex_state = 24},
  [1189] = {.lex_state = 24},
  [1190] = {.lex_state = 24},
  [1191] = {.lex_state = 24},
  [1192] = {.lex_state = 24},
  [1193] = {.lex_state = 24},
  [1194] = {.lex_state = 24},
  [1195] = {.lex_state = 24},
  [1196] = {.lex_state = 24},
  [1197] = {.lex_state = 58},
  [1198] = {.lex_state = 24},
  [1199] = {.lex_state = 24},
  [1200] = {.lex_state = 24},
  [1201] = {.lex_state = 24},
  [1202] = {.lex_state = 24},
  [1203] = {.lex_state = 24},
  [1204] = {.lex_state = 24},
  [1205] = {.lex_state = 24},
  [1206] = {.lex_state = 24},
  [1207] = {.lex_state = 24},
  [1208] = {.lex_state = 24},
  [1209] = {.lex_state = 58},
  [1210] = {.lex_state = 24},
  [1211] = {.lex_state = 24},
  [1212] = {.lex_state = 24},
  [1213] = {.lex_state = 24},
  [1214] = {.lex_state = 24},
  [1215] = {.lex_state = 24},
  [1216] = {.lex_state = 24},
  [1217] = {.lex_state = 24},
  [1218] = {.lex_state = 24},
  [1219] = {.lex_state = 24},
  [1220] = {.lex_state = 58},
  [1221] = {.lex_state = 24},
  [1222] = {.lex_state = 24},
  [1223] = {.lex_state = 24},
  [1224] = {.lex_state = 24},
  [1225] = {.lex_state = 58},
  [1226] = {.lex_state = 58},
  [1227] = {.lex_state = 58},
  [1228] = {.lex_state = 58},
  [1229] = {.lex_state = 58},
  [1230] = {.lex_state = 58},
  [1231] = {.lex_state = 58},
  [1232] = {.lex_state = 58},
  [1233] = {.lex_state = 58},
  [1234] = {.lex_state = 58},
  [1235] = {.lex_state = 58},
  [1236] = {.lex_state = 58},
  [1237] = {.lex_state = 58},
  [1238] = {.lex_state = 58},
  [1239] = {.lex_state = 58},
  [1240] = {.lex_state = 58},
  [1241] = {.lex_state = 58},
  [1242] = {.lex_state = 58},
  [1243] = {.lex_state = 58},
  [1244] = {.lex_state = 58},
  [1245] = {.lex_state = 58},
  [1246] = {.lex_state = 58},
  [1247] = {.lex_state = 58},
  [1248] = {.lex_state = 58},
  [1249] = {.lex_state = 58},
  [1250] = {.lex_state = 58},
  [1251] = {.lex_state = 58},
  [1252] = {.lex_state = 58},
  [1253] = {.lex_state = 58},
  [1254] = {.lex_state = 58},
  [1255] = {.lex_state = 58},
  [1256] = {.lex_state = 58},
  [1257] = {.lex_state = 58},
  [1258] = {.lex_state = 58},
  [1259] = {.lex_state = 58},
  [1260] = {.lex_state = 58},
  [1261] = {.lex_state = 58},
  [1262] = {.lex_state = 58},
  [1263] = {.lex_state = 0},
  [1264] = {.lex_state = 61},
  [1265] = {.lex_state = 0},
  [1266] = {.lex_state = 61},
  [1267] = {.lex_state = 61},
  [1268] = {.lex_state = 61},
  [1269] = {.lex_state = 60},
  [1270] = {.lex_state = 60},
  [1271] = {.lex_state = 60},
  [1272] = {.lex_state = 60},
  [1273] = {.lex_state = 60},
  [1274] = {.lex_state = 60},
  [1275] = {.lex_state = 60},
  [1276] = {.lex_state = 60},
  [1277] = {.lex_state = 58},
  [1278] = {.lex_state = 0},
  [1279] = {.lex_state = 22},
  [1280] = {.lex_state = 58},
  [1281] = {.lex_state = 22},
  [1282] = {.lex_state = 22},
  [1283] = {.lex_state = 58},
  [1284] = {.lex_state = 58},
  [1285] = {.lex_state = 58},
  [1286] = {.lex_state = 58},
  [1287] = {.lex_state = 58},
  [1288] = {.lex_state = 58},
  [1289] = {.lex_state = 58},
  [1290] = {.lex_state = 58},
  [1291] = {.lex_state = 58},
  [1292] = {.lex_state = 58},
  [1293] = {.lex_state = 58},
  [1294] = {.lex_state = 0},
  [1295] = {.lex_state = 0},
  [1296] = {.lex_state = 0},
  [1297] = {.lex_state = 58},
  [1298] = {.lex_state = 0},
  [1299] = {.lex_state = 0},
  [1300] = {.lex_state = 58},
  [1301] = {.lex_state = 58},
  [1302] = {.lex_state = 58},
  [1303] = {.lex_state = 58},
  [1304] = {.lex_state = 0},
  [1305] = {.lex_state = 58},
  [1306] = {.lex_state = 57},
  [1307] = {.lex_state = 58},
  [1308] = {.lex_state = 57},
  [1309] = {.lex_state = 58},
  [1310] = {.lex_state = 58},
  [1311] = {.lex_state = 58},
  [1312] = {.lex_state = 58},
  [1313] = {.lex_state = 57},
  [1314] = {.lex_state = 58},
  [1315] = {.lex_state = 58},
  [1316] = {.lex_state = 58},
  [1317] = {.lex_state = 58},
  [1318] = {.lex_state = 57},
  [1319] = {.lex_state = 57},
  [1320] = {.lex_state = 60},
  [1321] = {.lex_state = 58},
  [1322] = {.lex_state = 60},
  [1323] = {.lex_state = 58},
  [1324] = {.lex_state = 58},
  [1325] = {.lex_state = 57},
  [1326] = {.lex_state = 60},
  [1327] = {.lex_state = 57},
  [1328] = {.lex_state = 57},
  [1329] = {.lex_state = 60},
  [1330] = {.lex_state = 57},
  [1331] = {.lex_state = 57},
  [1332] = {.lex_state = 57},
  [1333] = {.lex_state = 57},
  [1334] = {.lex_state = 57},
  [1335] = {.lex_state = 58},
  [1336] = {.lex_state = 60},
  [1337] = {.lex_state = 58},
  [1338] = {.lex_state = 57},
  [1339] = {.lex_state = 57},
  [1340] = {.lex_state = 58},
  [1341] = {.lex_state = 57},
  [1342] = {.lex_state = 58},
  [1343] = {.lex_state = 60},
  [1344] = {.lex_state = 58},
  [1345] = {.lex_state = 61},
  [1346] = {.lex_state = 0},
  [1347] = {.lex_state = 58},
  [1348] = {.lex_state = 57},
  [1349] = {.lex_state = 57},
  [1350] = {.lex_state = 57},
  [1351] = {.lex_state = 58},
  [1352] = {.lex_state = 0},
  [1353] = {.lex_state = 57},
  [1354] = {.lex_state = 61},
  [1355] = {.lex_state = 61},
  [1356] = {.lex_state = 57},
  [1357] = {.lex_state = 61},
  [1358] = {.lex_state = 57},
  [1359] = {.lex_state = 57},
  [1360] = {.lex_state = 57},
  [1361] = {.lex_state = 58},
  [1362] = {.lex_state = 57},
  [1363] = {.lex_state = 58},
  [1364] = {.lex_state = 61},
  [1365] = {.lex_state = 61},
  [1366] = {.lex_state = 57},
  [1367] = {.lex_state = 61},
  [1368] = {.lex_state = 58},
  [1369] = {.lex_state = 58},
  [1370] = {.lex_state = 58},
  [1371] = {.lex_state = 61},
  [1372] = {.lex_state = 61},
  [1373] = {.lex_state = 58},
  [1374] = {.lex_state = 58},
  [1375] = {.lex_state = 61},
  [1376] = {.lex_state = 0},
  [1377] = {.lex_state = 58},
  [1378] = {.lex_state = 58},
  [1379] = {.lex_state = 58},
  [1380] = {.lex_state = 58},
  [1381] = {.lex_state = 58},
  [1382] = {.lex_state = 57},
  [1383] = {.lex_state = 57},
  [1384] = {.lex_state = 26},
  [1385] = {.lex_state = 0},
  [1386] = {.lex_state = 26},
  [1387] = {.lex_state = 58},
  [1388] = {.lex_state = 58},
  [1389] = {.lex_state = 26},
  [1390] = {.lex_state = 26},
  [1391] = {.lex_state = 26},
  [1392] = {.lex_state = 58},
  [1393] = {.lex_state = 26},
  [1394] = {.lex_state = 26},
  [1395] = {.lex_state = 58},
  [1396] = {.lex_state = 26},
  [1397] = {.lex_state = 58},
  [1398] = {.lex_state = 26},
  [1399] = {.lex_state = 26},
  [1400] = {.lex_state = 58},
  [1401] = {.lex_state = 58},
  [1402] = {.lex_state = 26},
  [1403] = {.lex_state = 58},
  [1404] = {.lex_state = 58},
  [1405] = {.lex_state = 26},
  [1406] = {.lex_state = 58},
  [1407] = {.lex_state = 58},
  [1408] = {.lex_state = 58},
  [1409] = {.lex_state = 58},
  [1410] = {.lex_state = 58},
  [1411] = {.lex_state = 58},
  [1412] = {.lex_state = 58},
  [1413] = {.lex_state = 58},
  [1414] = {.lex_state = 58},
  [1415] = {.lex_state = 61},
  [1416] = {.lex_state = 58},
  [1417] = {.lex_state = 13},
  [1418] = {.lex_state = 13},
  [1419] = {.lex_state = 58},
  [1420] = {.lex_state = 13},
  [1421] = {.lex_state = 13},
  [1422] = {.lex_state = 58},
  [1423] = {.lex_state = 61},
  [1424] = {.lex_state = 58},
  [1425] = {.lex_state = 0},
  [1426] = {.lex_state = 57},
  [1427] = {.lex_state = 58},
  [1428] = {.lex_state = 0},
  [1429] = {.lex_state = 58},
  [1430] = {.lex_state = 58},
  [1431] = {.lex_state = 26},
  [1432] = {.lex_state = 61},
  [1433] = {.lex_state = 58},
  [1434] = {.lex_state = 0},
  [1435] = {.lex_state = 26},
  [1436] = {.lex_state = 0},
  [1437] = {.lex_state = 0},
  [1438] = {.lex_state = 61},
  [1439] = {.lex_state = 26},
  [1440] = {.lex_state = 61},
  [1441] = {.lex_state = 61},
  [1442] = {.lex_state = 58},
  [1443] = {.lex_state = 58},
  [1444] = {.lex_state = 58},
  [1445] = {.lex_state = 26},
  [1446] = {.lex_state = 58},
  [1447] = {.lex_state = 58},
  [1448] = {.lex_state = 61},
  [1449] = {.lex_state = 0},
  [1450] = {.lex_state = 26},
  [1451] = {.lex_state = 0},
  [1452] = {.lex_state = 13},
  [1453] = {.lex_state = 13},
  [1454] = {.lex_state = 0},
  [1455] = {.lex_state = 0},
  [1456] = {.lex_state = 13},
  [1457] = {.lex_state = 13},
  [1458] = {.lex_state = 61},
  [1459] = {.lex_state = 58},
  [1460] = {.lex_state = 0},
  [1461] = {.lex_state = 61},
  [1462] = {.lex_state = 58},
  [1463] = {.lex_state = 61},
  [1464] = {.lex_state = 58},
  [1465] = {.lex_state = 61},
  [1466] = {.lex_state = 58},
  [1467] = {.lex_state = 61},
  [1468] = {.lex_state = 57},
  [1469] = {.lex_state = 0},
  [1470] = {.lex_state = 61},
  [1471] = {.lex_state = 13},
  [1472] = {.lex_state = 13},
  [1473] = {.lex_state = 58},
  [1474] = {.lex_state = 58},
  [1475] = {.lex_state = 61},
  [1476] = {.lex_state = 13},
  [1477] = {.lex_state = 58},
  [1478] = {.lex_state = 61},
  [1479] = {.lex_state = 61},
  [1480] = {.lex_state = 58},
  [1481] = {.lex_state = 61},
  [1482] = {.lex_state = 13},
  [1483] = {.lex_state = 13},
  [1484] = {.lex_state = 58},
  [1485] = {.lex_state = 61},
  [1486] = {.lex_state = 61},
  [1487] = {.lex_state = 13},
  [1488] = {.lex_state = 61},
  [1489] = {.lex_state = 0},
  [1490] = {.lex_state = 61},
  [1491] = {.lex_state = 58},
  [1492] = {.lex_state = 13},
  [1493] = {.lex_state = 13},
  [1494] = {.lex_state = 58},
  [1495] = {.lex_state = 13},
  [1496] = {.lex_state = 13},
  [1497] = {.lex_state = 61},
  [1498] = {.lex_state = 58},
  [1499] = {.lex_state = 58},
  [1500] = {.lex_state = 61},
  [1501] = {.lex_state = 0},
  [1502] = {.lex_state = 58},
  [1503] = {.lex_state = 0},
  [1504] = {.lex_state = 61},
  [1505] = {.lex_state = 0},
  [1506] = {.lex_state = 61},
  [1507] = {.lex_state = 57},
  [1508] = {.lex_state = 61},
  [1509] = {.lex_state = 58},
  [1510] = {.lex_state = 13},
  [1511] = {.lex_state = 13},
  [1512] = {.lex_state = 13},
  [1513] = {.lex_state = 13},
  [1514] = {.lex_state = 13},
  [1515] = {.lex_state = 58},
  [1516] = {.lex_state = 58},
  [1517] = {.lex_state = 58},
  [1518] = {.lex_state = 58},
  [1519] = {.lex_state = 0},
  [1520] = {.lex_state = 26},
  [1521] = {.lex_state = 13},
  [1522] = {.lex_state = 0},
  [1523] = {.lex_state = 0},
  [1524] = {.lex_state = 26},
  [1525] = {.lex_state = 58},
  [1526] = {.lex_state = 61},
  [1527] = {.lex_state = 58},
  [1528] = {.lex_state = 0},
  [1529] = {.lex_state = 0},
  [1530] = {.lex_state = 58},
  [1531] = {.lex_state = 61},
  [1532] = {.lex_state = 58},
  [1533] = {.lex_state = 26},
  [1534] = {.lex_state = 58},
  [1535] = {.lex_state = 58},
  [1536] = {.lex_state = 13},
  [1537] = {.lex_state = 57},
  [1538] = {.lex_state = 0},
  [1539] = {.lex_state = 58},
  [1540] = {.lex_state = 58},
  [1541] = {.lex_state = 0},
  [1542] = {.lex_state = 58},
  [1543] = {.lex_state = 0},
  [1544] = {.lex_state = 0},
  [1545] = {.lex_state = 58},
  [1546] = {.lex_state = 0},
  [1547] = {.lex_state = 0},
  [1548] = {.lex_state = 0},
  [1549] = {.lex_state = 57},
  [1550] = {.lex_state = 0},
  [1551] = {.lex_state = 0},
  [1552] = {.lex_state = 57},
  [1553] = {.lex_state = 0},
  [1554] = {.lex_state = 0},
  [1555] = {.lex_state = 57},
  [1556] = {.lex_state = 0},
  [1557] = {.lex_state = 57},
  [1558] = {.lex_state = 0},
  [1559] = {.lex_state = 0},
  [1560] = {.lex_state = 0},
  [1561] = {.lex_state = 58},
  [1562] = {.lex_state = 0},
  [1563] = {.lex_state = 0},
  [1564] = {.lex_state = 61},
  [1565] = {.lex_state = 58},
  [1566] = {.lex_state = 58},
  [1567] = {.lex_state = 57},
  [1568] = {.lex_state = 57},
  [1569] = {.lex_state = 0},
  [1570] = {.lex_state = 0},
  [1571] = {.lex_state = 0},
  [1572] = {.lex_state = 0},
  [1573] = {.lex_state = 58},
  [1574] = {.lex_state = 0},
  [1575] = {.lex_state = 58},
  [1576] = {.lex_state = 0},
  [1577] = {.lex_state = 0},
  [1578] = {.lex_state = 0},
  [1579] = {.lex_state = 57},
  [1580] = {.lex_state = 57},
  [1581] = {.lex_state = 58},
  [1582] = {.lex_state = 0},
  [1583] = {.lex_state = 58},
  [1584] = {.lex_state = 58},
  [1585] = {.lex_state = 0},
  [1586] = {.lex_state = 0},
  [1587] = {.lex_state = 58},
  [1588] = {.lex_state = 0},
  [1589] = {.lex_state = 0},
  [1590] = {.lex_state = 0},
  [1591] = {.lex_state = 0},
  [1592] = {.lex_state = 57},
  [1593] = {.lex_state = 58},
  [1594] = {.lex_state = 0},
  [1595] = {.lex_state = 0},
  [1596] = {.lex_state = 58},
  [1597] = {.lex_state = 0},
  [1598] = {.lex_state = 0},
  [1599] = {.lex_state = 0},
  [1600] = {.lex_state = 0},
  [1601] = {.lex_state = 57},
  [1602] = {.lex_state = 58},
  [1603] = {.lex_state = 0},
  [1604] = {.lex_state = 0},
  [1605] = {.lex_state = 0},
  [1606] = {.lex_state = 0},
  [1607] = {.lex_state = 0},
  [1608] = {.lex_state = 0},
  [1609] = {.lex_state = 0},
  [1610] = {.lex_state = 0},
  [1611] = {.lex_state = 58},
  [1612] = {.lex_state = 0},
  [1613] = {.lex_state = 0},
  [1614] = {.lex_state = 58},
  [1615] = {.lex_state = 58},
  [1616] = {.lex_state = 0},
  [1617] = {.lex_state = 0},
  [1618] = {.lex_state = 0},
  [1619] = {.lex_state = 0},
  [1620] = {.lex_state = 58},
  [1621] = {.lex_state = 0},
  [1622] = {.lex_state = 0},
  [1623] = {.lex_state = 58},
  [1624] = {.lex_state = 57},
  [1625] = {.lex_state = 0},
  [1626] = {.lex_state = 0},
  [1627] = {.lex_state = 0},
  [1628] = {.lex_state = 57},
  [1629] = {.lex_state = 0},
  [1630] = {.lex_state = 0},
  [1631] = {.lex_state = 57},
  [1632] = {.lex_state = 58},
  [1633] = {.lex_state = 0},
  [1634] = {.lex_state = 0},
  [1635] = {.lex_state = 57},
  [1636] = {.lex_state = 0},
  [1637] = {.lex_state = 0},
  [1638] = {.lex_state = 0},
  [1639] = {.lex_state = 0},
  [1640] = {.lex_state = 0},
  [1641] = {.lex_state = 0},
  [1642] = {.lex_state = 0},
  [1643] = {.lex_state = 0},
  [1644] = {.lex_state = 0},
  [1645] = {.lex_state = 58},
  [1646] = {.lex_state = 0},
  [1647] = {.lex_state = 0},
  [1648] = {.lex_state = 58},
  [1649] = {.lex_state = 0},
  [1650] = {.lex_state = 58},
  [1651] = {.lex_state = 0},
  [1652] = {.lex_state = 0},
  [1653] = {.lex_state = 0},
  [1654] = {.lex_state = 0},
  [1655] = {.lex_state = 58},
  [1656] = {.lex_state = 57},
  [1657] = {.lex_state = 57},
  [1658] = {.lex_state = 0},
  [1659] = {.lex_state = 58},
  [1660] = {.lex_state = 0},
  [1661] = {.lex_state = 0},
  [1662] = {.lex_state = 0},
  [1663] = {.lex_state = 58},
  [1664] = {.lex_state = 0},
  [1665] = {.lex_state = 0},
  [1666] = {.lex_state = 0},
  [1667] = {.lex_state = 0},
  [1668] = {.lex_state = 0},
  [1669] = {.lex_state = 58},
  [1670] = {.lex_state = 0},
  [1671] = {.lex_state = 0},
  [1672] = {.lex_state = 0},
  [1673] = {.lex_state = 0},
  [1674] = {.lex_state = 0},
  [1675] = {.lex_state = 57},
  [1676] = {.lex_state = 0},
  [1677] = {.lex_state = 0},
  [1678] = {.lex_state = 0},
  [1679] = {.lex_state = 58},
  [1680] = {.lex_state = 57},
  [1681] = {.lex_state = 0},
  [1682] = {.lex_state = 0},
  [1683] = {.lex_state = 0},
  [1684] = {.lex_state = 0},
  [1685] = {.lex_state = 58},
  [1686] = {.lex_state = 0},
  [1687] = {.lex_state = 0},
  [1688] = {.lex_state = 0},
  [1689] = {.lex_state = 0},
  [1690] = {.lex_state = 0},
  [1691] = {.lex_state = 58},
  [1692] = {.lex_state = 0},
  [1693] = {.lex_state = 58},
  [1694] = {.lex_state = 0},
  [1695] = {.lex_state = 58},
  [1696] = {.lex_state = 0},
  [1697] = {.lex_state = 58},
  [1698] = {.lex_state = 58},
  [1699] = {.lex_state = 58},
  [1700] = {.lex_state = 0},
  [1701] = {.lex_state = 0},
  [1702] = {.lex_state = 0},
  [1703] = {.lex_state = 0},
  [1704] = {.lex_state = 0},
  [1705] = {.lex_state = 58},
  [1706] = {.lex_state = 0},
  [1707] = {.lex_state = 0},
  [1708] = {.lex_state = 0},
  [1709] = {.lex_state = 0},
  [1710] = {.lex_state = 57},
  [1711] = {.lex_state = 0},
  [1712] = {.lex_state = 58},
  [1713] = {.lex_state = 0},
  [1714] = {.lex_state = 0},
  [1715] = {.lex_state = 0},
  [1716] = {.lex_state = 58},
  [1717] = {.lex_state = 58},
  [1718] = {.lex_state = 0},
  [1719] = {.lex_state = 58},
  [1720] = {.lex_state = 0},
  [1721] = {.lex_state = 58},
  [1722] = {.lex_state = 57},
  [1723] = {.lex_state = 0},
  [1724] = {.lex_state = 0},
  [1725] = {.lex_state = 0},
  [1726] = {.lex_state = 0},
  [1727] = {.lex_state = 0},
  [1728] = {.lex_state = 57},
  [1729] = {.lex_state = 0},
  [1730] = {.lex_state = 0},
  [1731] = {.lex_state = 57},
  [1732] = {.lex_state = 58},
  [1733] = {.lex_state = 57},
  [1734] = {.lex_state = 0},
  [1735] = {.lex_state = 57},
  [1736] = {.lex_state = 0},
  [1737] = {.lex_state = 0},
  [1738] = {.lex_state = 0},
  [1739] = {.lex_state = 58},
  [1740] = {.lex_state = 0},
  [1741] = {.lex_state = 58},
  [1742] = {.lex_state = 0},
  [1743] = {.lex_state = 0},
  [1744] = {.lex_state = 0},
  [1745] = {.lex_state = 57},
  [1746] = {.lex_state = 0},
  [1747] = {.lex_state = 0},
  [1748] = {.lex_state = 0},
  [1749] = {.lex_state = 0},
  [1750] = {.lex_state = 58},
  [1751] = {.lex_state = 0},
  [1752] = {.lex_state = 0},
  [1753] = {.lex_state = 0},
  [1754] = {.lex_state = 0},
  [1755] = {.lex_state = 58},
  [1756] = {.lex_state = 58},
  [1757] = {.lex_state = 0},
  [1758] = {.lex_state = 0},
  [1759] = {.lex_state = 0},
  [1760] = {.lex_state = 58},
  [1761] = {.lex_state = 57},
  [1762] = {.lex_state = 0},
  [1763] = {.lex_state = 0},
  [1764] = {.lex_state = 0},
  [1765] = {.lex_state = 0},
  [1766] = {.lex_state = 0},
  [1767] = {.lex_state = 0},
  [1768] = {.lex_state = 0},
  [1769] = {.lex_state = 0},
  [1770] = {.lex_state = 0},
  [1771] = {.lex_state = 0},
  [1772] = {.lex_state = 58},
  [1773] = {.lex_state = 57},
  [1774] = {.lex_state = 0},
  [1775] = {.lex_state = 58},
  [1776] = {.lex_state = 0},
  [1777] = {.lex_state = 57},
  [1778] = {.lex_state = 0},
  [1779] = {.lex_state = 0},
  [1780] = {.lex_state = 0},
  [1781] = {.lex_state = 0},
  [1782] = {.lex_state = 0},
  [1783] = {.lex_state = 0},
  [1784] = {.lex_state = 0},
  [1785] = {.lex_state = 0},
  [1786] = {.lex_state = 58},
  [1787] = {.lex_state = 0},
  [1788] = {.lex_state = 0},
  [1789] = {.lex_state = 0},
  [1790] = {.lex_state = 0},
  [1791] = {.lex_state = 0},
  [1792] = {.lex_state = 58},
  [1793] = {.lex_state = 0},
  [1794] = {.lex_state = 0},
  [1795] = {.lex_state = 0},
  [1796] = {.lex_state = 58},
  [1797] = {.lex_state = 0},
  [1798] = {.lex_state = 0},
  [1799] = {.lex_state = 0},
  [1800] = {.lex_state = 0},
  [1801] = {.lex_state = 0},
  [1802] = {.lex_state = 0},
  [1803] = {.lex_state = 58},
  [1804] = {.lex_state = 0},
  [1805] = {.lex_state = 0},
  [1806] = {.lex_state = 58},
  [1807] = {.lex_state = 0},
  [1808] = {.lex_state = 58},
  [1809] = {.lex_state = 58},
  [1810] = {.lex_state = 0},
  [1811] = {.lex_state = 0},
  [1812] = {.lex_state = 0},
  [1813] = {.lex_state = 0},
  [1814] = {.lex_state = 0},
  [1815] = {.lex_state = 0},
  [1816] = {.lex_state = 58},
  [1817] = {.lex_state = 58},
  [1818] = {.lex_state = 0},
  [1819] = {.lex_state = 0},
  [1820] = {.lex_state = 0},
  [1821] = {.lex_state = 0},
  [1822] = {.lex_state = 0},
  [1823] = {.lex_state = 0},
  [1824] = {.lex_state = 0},
  [1825] = {.lex_state = 58},
  [1826] = {.lex_state = 0},
  [1827] = {.lex_state = 0},
  [1828] = {.lex_state = 0},
  [1829] = {.lex_state = 0},
  [1830] = {.lex_state = 0},
  [1831] = {.lex_state = 0},
  [1832] = {.lex_state = 0},
  [1833] = {.lex_state = 57},
  [1834] = {.lex_state = 0},
  [1835] = {.lex_state = 0},
  [1836] = {.lex_state = 0},
  [1837] = {.lex_state = 0},
  [1838] = {.lex_state = 58},
  [1839] = {.lex_state = 0},
  [1840] = {.lex_state = 0},
  [1841] = {.lex_state = 0},
  [1842] = {.lex_state = 0},
  [1843] = {.lex_state = 58},
  [1844] = {.lex_state = 0},
  [1845] = {.lex_state = 58},
  [1846] = {.lex_state = 17},
  [1847] = {.lex_state = 58},
  [1848] = {.lex_state = 0},
  [1849] = {.lex_state = 58},
  [1850] = {.lex_state = 17},
  [1851] = {.lex_state = 0},
  [1852] = {.lex_state = 0},
  [1853] = {.lex_state = 0},
  [1854] = {.lex_state = 0},
  [1855] = {.lex_state = 0},
  [1856] = {.lex_state = 0},
  [1857] = {.lex_state = 0},
  [1858] = {.lex_state = 17},
  [1859] = {.lex_state = 0},
  [1860] = {.lex_state = 0},
  [1861] = {.lex_state = 58},
  [1862] = {.lex_state = 0},
  [1863] = {.lex_state = 0},
  [1864] = {.lex_state = 0},
  [1865] = {.lex_state = 0},
  [1866] = {.lex_state = 0},
  [1867] = {.lex_state = 0},
  [1868] = {.lex_state = 58},
  [1869] = {.lex_state = 0},
  [1870] = {.lex_state = 0},
  [1871] = {.lex_state = 58},
  [1872] = {.lex_state = 17},
  [1873] = {.lex_state = 0},
  [1874] = {.lex_state = 0},
  [1875] = {.lex_state = 58},
  [1876] = {.lex_state = 0},
  [1877] = {.lex_state = 0},
  [1878] = {.lex_state = 0},
  [1879] = {.lex_state = 58},
  [1880] = {.lex_state = 0},
  [1881] = {.lex_state = 0},
  [1882] = {.lex_state = 0},
  [1883] = {.lex_state = 0},
  [1884] = {.lex_state = 17},
  [1885] = {.lex_state = 0},
  [1886] = {.lex_state = 58},
  [1887] = {.lex_state = 0},
  [1888] = {.lex_state = 0},
  [1889] = {.lex_state = 0},
  [1890] = {.lex_state = 0},
  [1891] = {.lex_state = 58},
  [1892] = {.lex_state = 0},
  [1893] = {.lex_state = 58},
  [1894] = {.lex_state = 17},
  [1895] = {.lex_state = 0},
  [1896] = {.lex_state = 58},
  [1897] = {.lex_state = 0},
  [1898] = {.lex_state = 0},
  [1899] = {.lex_state = 0},
  [1900] = {.lex_state = 57},
  [1901] = {.lex_state = 58},
  [1902] = {.lex_state = 0},
  [1903] = {.lex_state = 0},
  [1904] = {.lex_state = 0},
  [1905] = {.lex_state = 0},
  [1906] = {.lex_state = 0},
  [1907] = {.lex_state = 0},
  [1908] = {.lex_state = 0},
  [1909] = {.lex_state = 58},
  [1910] = {.lex_state = 0},
  [1911] = {.lex_state = 58},
  [1912] = {.lex_state = 58},
  [1913] = {.lex_state = 0},
  [1914] = {.lex_state = 0},
  [1915] = {.lex_state = 0},
  [1916] = {.lex_state = 57},
  [1917] = {.lex_state = 0},
  [1918] = {.lex_state = 0},
  [1919] = {.lex_state = 0},
  [1920] = {.lex_state = 58},
  [1921] = {.lex_state = 58},
  [1922] = {.lex_state = 57},
  [1923] = {.lex_state = 57},
  [1924] = {.lex_state = 58},
  [1925] = {.lex_state = 0},
  [1926] = {.lex_state = 0},
  [1927] = {.lex_state = 0},
  [1928] = {.lex_state = 57},
  [1929] = {.lex_state = 0},
  [1930] = {.lex_state = 58},
  [1931] = {.lex_state = 0},
  [1932] = {.lex_state = 58},
  [1933] = {.lex_state = 58},
  [1934] = {.lex_state = 0},
  [1935] = {.lex_state = 0},
  [1936] = {.lex_state = 58},
  [1937] = {.lex_state = 57},
  [1938] = {.lex_state = 58},
  [1939] = {.lex_state = 0},
  [1940] = {.lex_state = 0},
  [1941] = {.lex_state = 0},
  [1942] = {.lex_state = 0},
  [1943] = {.lex_state = 58},
  [1944] = {.lex_state = 0},
  [1945] = {.lex_state = 58},
  [1946] = {.lex_state = 58},
  [1947] = {.lex_state = 0},
  [1948] = {.lex_state = 0},
  [1949] = {.lex_state = 0},
  [1950] = {.lex_state = 0},
  [1951] = {.lex_state = 58},
  [1952] = {.lex_state = 58},
  [1953] = {.lex_state = 58},
  [1954] = {.lex_state = 0},
  [1955] = {.lex_state = 58},
  [1956] = {.lex_state = 58},
  [1957] = {.lex_state = 0},
  [1958] = {.lex_state = 58},
  [1959] = {.lex_state = 0},
  [1960] = {.lex_state = 0},
  [1961] = {.lex_state = 0},
  [1962] = {.lex_state = 58},
  [1963] = {.lex_state = 0},
  [1964] = {.lex_state = 58},
  [1965] = {.lex_state = 58},
  [1966] = {.lex_state = 0},
  [1967] = {.lex_state = 58},
  [1968] = {.lex_state = 0},
  [1969] = {.lex_state = 58},
  [1970] = {.lex_state = 58},
  [1971] = {.lex_state = 58},
  [1972] = {.lex_state = 0},
  [1973] = {.lex_state = 0},
  [1974] = {.lex_state = 0},
  [1975] = {.lex_state = 58},
  [1976] = {.lex_state = 58},
  [1977] = {.lex_state = 0},
  [1978] = {.lex_state = 0},
  [1979] = {.lex_state = 0},
  [1980] = {.lex_state = 58},
  [1981] = {.lex_state = 0},
  [1982] = {.lex_state = 0},
  [1983] = {.lex_state = 0},
  [1984] = {.lex_state = 0},
  [1985] = {.lex_state = 58},
  [1986] = {.lex_state = 0},
  [1987] = {.lex_state = 58},
  [1988] = {.lex_state = 0},
  [1989] = {.lex_state = 0},
  [1990] = {.lex_state = 58},
  [1991] = {.lex_state = 58},
  [1992] = {.lex_state = 0},
  [1993] = {.lex_state = 0},
  [1994] = {.lex_state = 0},
  [1995] = {.lex_state = 58},
  [1996] = {.lex_state = 0},
  [1997] = {.lex_state = 58},
  [1998] = {.lex_state = 58},
  [1999] = {.lex_state = 58},
  [2000] = {.lex_state = 0},
  [2001] = {.lex_state = 58},
  [2002] = {.lex_state = 58},
  [2003] = {.lex_state = 0},
  [2004] = {.lex_state = 0},
  [2005] = {.lex_state = 58},
  [2006] = {.lex_state = 58},
  [2007] = {.lex_state = 0},
  [2008] = {.lex_state = 0},
  [2009] = {.lex_state = 0},
  [2010] = {.lex_state = 0},
  [2011] = {.lex_state = 0},
  [2012] = {.lex_state = 58},
  [2013] = {.lex_state = 0},
  [2014] = {.lex_state = 58},
  [2015] = {.lex_state = 58},
  [2016] = {.lex_state = 58},
  [2017] = {.lex_state = 0},
  [2018] = {.lex_state = 0},
  [2019] = {.lex_state = 58},
  [2020] = {.lex_state = 58},
  [2021] = {.lex_state = 0},
  [2022] = {.lex_state = 0},
  [2023] = {.lex_state = 0},
  [2024] = {.lex_state = 0},
  [2025] = {.lex_state = 58},
  [2026] = {.lex_state = 57},
  [2027] = {.lex_state = 58},
  [2028] = {.lex_state = 58},
  [2029] = {.lex_state = 0},
  [2030] = {.lex_state = 0},
  [2031] = {.lex_state = 0},
  [2032] = {.lex_state = 0},
  [2033] = {.lex_state = 0},
  [2034] = {.lex_state = 58},
  [2035] = {.lex_state = 0},
  [2036] = {.lex_state = 58},
  [2037] = {.lex_state = 58},
  [2038] = {.lex_state = 0},
  [2039] = {.lex_state = 0},
  [2040] = {.lex_state = 0},
  [2041] = {.lex_state = 0},
  [2042] = {.lex_state = 0},
  [2043] = {.lex_state = 58},
  [2044] = {.lex_state = 0},
  [2045] = {.lex_state = 0},
  [2046] = {.lex_state = 58},
  [2047] = {.lex_state = 57},
  [2048] = {.lex_state = 58},
  [2049] = {.lex_state = 0},
  [2050] = {.lex_state = 0},
  [2051] = {.lex_state = 0},
  [2052] = {.lex_state = 0},
  [2053] = {.lex_state = 0},
  [2054] = {.lex_state = 58},
  [2055] = {.lex_state = 0},
  [2056] = {.lex_state = 58},
  [2057] = {.lex_state = 0},
  [2058] = {.lex_state = 58},
  [2059] = {.lex_state = 58},
  [2060] = {.lex_state = 0},
  [2061] = {.lex_state = 58},
  [2062] = {.lex_state = 58},
  [2063] = {.lex_state = 0},
  [2064] = {.lex_state = 0},
  [2065] = {.lex_state = 0},
  [2066] = {.lex_state = 58},
  [2067] = {.lex_state = 57},
  [2068] = {.lex_state = 0},
  [2069] = {.lex_state = 0},
  [2070] = {.lex_state = 0},
  [2071] = {.lex_state = 0},
  [2072] = {.lex_state = 57},
  [2073] = {.lex_state = 0},
  [2074] = {.lex_state = 58},
  [2075] = {.lex_state = 58},
  [2076] = {.lex_state = 58},
  [2077] = {.lex_state = 0},
  [2078] = {.lex_state = 0},
  [2079] = {.lex_state = 0},
  [2080] = {.lex_state = 0},
  [2081] = {.lex_state = 0},
  [2082] = {.lex_state = 58},
  [2083] = {.lex_state = 58},
  [2084] = {.lex_state = 58},
  [2085] = {.lex_state = 0},
  [2086] = {.lex_state = 0},
  [2087] = {.lex_state = 0},
  [2088] = {.lex_state = 0},
  [2089] = {.lex_state = 0},
  [2090] = {.lex_state = 58},
  [2091] = {.lex_state = 58},
  [2092] = {.lex_state = 0},
  [2093] = {.lex_state = 0},
  [2094] = {.lex_state = 0},
  [2095] = {.lex_state = 0},
  [2096] = {.lex_state = 0},
  [2097] = {.lex_state = 0},
  [2098] = {.lex_state = 0},
  [2099] = {.lex_state = 58},
  [2100] = {.lex_state = 58},
  [2101] = {.lex_state = 0},
  [2102] = {.lex_state = 0},
  [2103] = {.lex_state = 0},
  [2104] = {.lex_state = 0},
  [2105] = {.lex_state = 0},
  [2106] = {.lex_state = 0},
  [2107] = {.lex_state = 0},
  [2108] = {.lex_state = 58},
  [2109] = {.lex_state = 58},
  [2110] = {.lex_state = 0},
  [2111] = {.lex_state = 0},
  [2112] = {.lex_state = 58},
  [2113] = {.lex_state = 0},
  [2114] = {.lex_state = 0},
  [2115] = {.lex_state = 0},
  [2116] = {.lex_state = 0},
  [2117] = {.lex_state = 58},
  [2118] = {.lex_state = 58},
  [2119] = {.lex_state = 58},
  [2120] = {.lex_state = 0},
  [2121] = {.lex_state = 0},
  [2122] = {.lex_state = 0},
  [2123] = {.lex_state = 0},
  [2124] = {.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_SEMI] = ACTIONS(1),
    [anon_sym_module] = ACTIONS(1),
    [anon_sym_import] = ACTIONS(1),
    [anon_sym_LPAREN] = ACTIONS(1),
    [anon_sym_COMMA] = ACTIONS(1),
    [anon_sym_RPAREN] = ACTIONS(1),
    [anon_sym_DOT] = ACTIONS(1),
    [anon_sym_pub] = ACTIONS(1),
    [anon_sym_let] = ACTIONS(1),
    [anon_sym_COLON] = ACTIONS(1),
    [anon_sym_EQ] = ACTIONS(1),
    [anon_sym_self] = ACTIONS(1),
    [anon_sym_STAR] = ACTIONS(1),
    [anon_sym_mut] = ACTIONS(1),
    [anon_sym_DOLLAR] = ACTIONS(1),
    [anon_sym_type] = ACTIONS(1),
    [anon_sym_alias] = ACTIONS(1),
    [anon_sym_LBRACE] = ACTIONS(1),
    [anon_sym_RBRACE] = 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_AMP_EQ] = ACTIONS(1),
    [anon_sym_PIPE_EQ] = ACTIONS(1),
    [anon_sym_CARET_EQ] = ACTIONS(1),
    [anon_sym_LT_LT_EQ] = ACTIONS(1),
    [anon_sym_GT_GT_EQ] = ACTIONS(1),
    [anon_sym_return] = ACTIONS(1),
    [sym_break_statement] = ACTIONS(1),
    [sym_continue_statement] = ACTIONS(1),
    [anon_sym_defer] = ACTIONS(1),
    [anon_sym_if] = ACTIONS(1),
    [anon_sym_else] = ACTIONS(1),
    [anon_sym_match] = ACTIONS(1),
    [anon_sym_as] = ACTIONS(1),
    [anon_sym_EQ_GT] = ACTIONS(1),
    [anon_sym_PIPE] = ACTIONS(1),
    [anon_sym_DOT_DOT] = ACTIONS(1),
    [anon_sym__] = ACTIONS(1),
    [anon_sym_for] = ACTIONS(1),
    [anon_sym_AMP] = ACTIONS(1),
    [anon_sym_in] = ACTIONS(1),
    [anon_sym_AT] = ACTIONS(1),
    [anon_sym_reversed] = ACTIONS(1),
    [anon_sym_when] = ACTIONS(1),
    [anon_sym_compiler_error] = ACTIONS(1),
    [anon_sym_compiler_assert] = ACTIONS(1),
    [anon_sym_link] = ACTIONS(1),
    [anon_sym_system] = ACTIONS(1),
    [anon_sym_path] = ACTIONS(1),
    [anon_sym_search] = ACTIONS(1),
    [anon_sym_framework] = ACTIONS(1),
    [anon_sym_BANG] = ACTIONS(1),
    [anon_sym_DASH] = ACTIONS(1),
    [anon_sym_TILDE] = ACTIONS(1),
    [anon_sym_PIPE_PIPE] = ACTIONS(1),
    [anon_sym_AMP_AMP] = ACTIONS(1),
    [anon_sym_CARET] = ACTIONS(1),
    [anon_sym_EQ_EQ] = ACTIONS(1),
    [anon_sym_BANG_EQ] = ACTIONS(1),
    [anon_sym_LT] = ACTIONS(1),
    [anon_sym_GT] = ACTIONS(1),
    [anon_sym_LT_EQ] = ACTIONS(1),
    [anon_sym_GT_EQ] = ACTIONS(1),
    [anon_sym_PLUS] = ACTIONS(1),
    [anon_sym_SLASH] = ACTIONS(1),
    [anon_sym_PERCENT] = ACTIONS(1),
    [anon_sym_LBRACK] = ACTIONS(1),
    [anon_sym_RBRACK] = ACTIONS(1),
    [anon_sym_len] = ACTIONS(1),
    [anon_sym_repr] = ACTIONS(1),
    [anon_sym_sizeof] = ACTIONS(1),
    [anon_sym_alignof] = ACTIONS(1),
    [anon_sym_offsetof] = ACTIONS(1),
    [anon_sym_embed] = ACTIONS(1),
    [anon_sym_asm] = ACTIONS(1),
    [anon_sym_out] = ACTIONS(1),
    [anon_sym_clobber] = ACTIONS(1),
    [anon_sym_volatile] = ACTIONS(1),
    [anon_sym_dyn] = ACTIONS(1),
    [anon_sym_struct] = ACTIONS(1),
    [anon_sym_enum] = ACTIONS(1),
    [anon_sym_flags] = ACTIONS(1),
    [anon_sym_union] = ACTIONS(1),
    [anon_sym_auto] = ACTIONS(1),
    [anon_sym_trait] = ACTIONS(1),
    [sym_opaque_type] = ACTIONS(1),
    [anon_sym_reprof] = ACTIONS(1),
    [sym_integer_literal] = ACTIONS(1),
    [sym_float_literal] = ACTIONS(1),
    [anon_sym_DQUOTE] = ACTIONS(1),
    [anon_sym_c_DQUOTE] = ACTIONS(1),
    [anon_sym_SQUOTE] = ACTIONS(1),
    [sym_escape_sequence] = ACTIONS(1),
    [anon_sym_true] = ACTIONS(1),
    [anon_sym_false] = ACTIONS(1),
    [sym_nil_literal] = ACTIONS(1),
    [sym_no_initializer] = ACTIONS(1),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(1)] = {
    [sym_source_file] = STATE(2116),
    [sym__top_level_item] = STATE(1134),
    [sym_module_declaration] = STATE(1134),
    [sym_import_declaration] = STATE(1134),
    [sym_function_definition] = STATE(1134),
    [sym_type_definition] = STATE(1134),
    [sym_binding_declaration] = STATE(1134),
    [sym_multi_binding_declaration] = STATE(1134),
    [sym_compile_time_when] = STATE(1134),
    [sym_compiler_error_directive] = STATE(1134),
    [sym_compiler_assert_directive] = STATE(1134),
    [sym_attribute] = STATE(1134),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [aux_sym_source_file_repeat1] = STATE(1134),
    [ts_builtin_sym_end] = ACTIONS(5),
    [anon_sym_SEMI] = ACTIONS(7),
    [anon_sym_module] = ACTIONS(9),
    [anon_sym_import] = ACTIONS(11),
    [anon_sym_pub] = ACTIONS(13),
    [anon_sym_let] = ACTIONS(15),
    [anon_sym_AT] = ACTIONS(17),
    [anon_sym_when] = ACTIONS(19),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(2)] = {
    [sym_module_declaration] = STATE(3),
    [sym_import_declaration] = STATE(3),
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(3),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_compile_time_block_repeat1] = STATE(3),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_SEMI] = ACTIONS(23),
    [anon_sym_module] = ACTIONS(25),
    [anon_sym_import] = ACTIONS(27),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(39),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(3)] = {
    [sym_module_declaration] = STATE(5),
    [sym_import_declaration] = STATE(5),
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(5),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_compile_time_block_repeat1] = STATE(5),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_SEMI] = ACTIONS(79),
    [anon_sym_module] = ACTIONS(25),
    [anon_sym_import] = ACTIONS(27),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(81),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(4)] = {
    [sym_module_declaration] = STATE(3),
    [sym_import_declaration] = STATE(3),
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(3),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(789),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(31),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_compile_time_block_repeat1] = STATE(3),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_SEMI] = ACTIONS(23),
    [anon_sym_module] = ACTIONS(25),
    [anon_sym_import] = ACTIONS(27),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(39),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(5)] = {
    [sym_module_declaration] = STATE(5),
    [sym_import_declaration] = STATE(5),
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(5),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_compile_time_block_repeat1] = STATE(5),
    [sym_identifier] = ACTIONS(83),
    [anon_sym_SEMI] = ACTIONS(86),
    [anon_sym_module] = ACTIONS(89),
    [anon_sym_import] = ACTIONS(92),
    [anon_sym_LPAREN] = ACTIONS(95),
    [anon_sym_DOT] = ACTIONS(98),
    [anon_sym_pub] = ACTIONS(101),
    [anon_sym_let] = ACTIONS(104),
    [anon_sym_LBRACE] = ACTIONS(107),
    [anon_sym_RBRACE] = ACTIONS(110),
    [anon_sym_return] = ACTIONS(112),
    [sym_break_statement] = ACTIONS(115),
    [sym_continue_statement] = ACTIONS(115),
    [anon_sym_defer] = ACTIONS(118),
    [anon_sym_if] = ACTIONS(121),
    [anon_sym_match] = ACTIONS(124),
    [anon_sym_PIPE] = ACTIONS(127),
    [anon_sym_for] = ACTIONS(130),
    [anon_sym_AT] = ACTIONS(133),
    [anon_sym_when] = ACTIONS(136),
    [anon_sym_BANG] = ACTIONS(139),
    [anon_sym_DASH] = ACTIONS(142),
    [anon_sym_TILDE] = ACTIONS(139),
    [anon_sym_LBRACK] = ACTIONS(145),
    [sym_integer_literal] = ACTIONS(148),
    [sym_float_literal] = ACTIONS(151),
    [anon_sym_DQUOTE] = ACTIONS(154),
    [anon_sym_c_DQUOTE] = ACTIONS(157),
    [anon_sym_SQUOTE] = ACTIONS(160),
    [anon_sym_true] = ACTIONS(163),
    [anon_sym_false] = ACTIONS(163),
    [sym_nil_literal] = ACTIONS(148),
    [sym_no_initializer] = ACTIONS(166),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(6)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(14),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(169),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(7)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(13),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(171),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(8)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(13),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(173),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(9)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(10),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(175),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(10)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(13),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(177),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(11)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(12),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(179),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(12)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(13),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(181),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(13)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(13),
    [sym_identifier] = ACTIONS(183),
    [anon_sym_LPAREN] = ACTIONS(186),
    [anon_sym_DOT] = ACTIONS(189),
    [anon_sym_pub] = ACTIONS(192),
    [anon_sym_let] = ACTIONS(195),
    [anon_sym_LBRACE] = ACTIONS(198),
    [anon_sym_RBRACE] = ACTIONS(201),
    [anon_sym_return] = ACTIONS(203),
    [sym_break_statement] = ACTIONS(206),
    [sym_continue_statement] = ACTIONS(206),
    [anon_sym_defer] = ACTIONS(209),
    [anon_sym_if] = ACTIONS(212),
    [anon_sym_match] = ACTIONS(215),
    [anon_sym_PIPE] = ACTIONS(218),
    [anon_sym_for] = ACTIONS(221),
    [anon_sym_AT] = ACTIONS(224),
    [anon_sym_when] = ACTIONS(227),
    [anon_sym_BANG] = ACTIONS(230),
    [anon_sym_DASH] = ACTIONS(233),
    [anon_sym_TILDE] = ACTIONS(230),
    [anon_sym_LBRACK] = ACTIONS(236),
    [sym_integer_literal] = ACTIONS(239),
    [sym_float_literal] = ACTIONS(242),
    [anon_sym_DQUOTE] = ACTIONS(245),
    [anon_sym_c_DQUOTE] = ACTIONS(248),
    [anon_sym_SQUOTE] = ACTIONS(251),
    [anon_sym_true] = ACTIONS(254),
    [anon_sym_false] = ACTIONS(254),
    [sym_nil_literal] = ACTIONS(239),
    [sym_no_initializer] = ACTIONS(257),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(14)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(13),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(260),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(15)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(16),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(262),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(16)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(13),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(264),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(17)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(7),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(266),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(18)] = {
    [sym_function_definition] = STATE(856),
    [sym_type_definition] = STATE(856),
    [sym_binding_declaration] = STATE(856),
    [sym_multi_binding_declaration] = STATE(856),
    [sym_block] = STATE(108),
    [sym_statement] = STATE(887),
    [sym_assignment_statement] = STATE(856),
    [sym_return_statement] = STATE(856),
    [sym_defer_statement] = STATE(856),
    [sym_expression_statement] = STATE(856),
    [sym_if_expression] = STATE(108),
    [sym_match_expression] = STATE(108),
    [sym_for_statement] = STATE(856),
    [sym_compile_time_when] = STATE(856),
    [sym_compiler_error_directive] = STATE(856),
    [sym_compiler_assert_directive] = STATE(856),
    [sym_attribute] = STATE(856),
    [sym_ordinary_attribute] = STATE(725),
    [sym_link_attribute] = STATE(725),
    [sym_expression] = STATE(26),
    [sym_parenthesized_expression] = STATE(108),
    [sym_lambda_expression] = STATE(108),
    [sym_lambda_parameter_list] = STATE(2075),
    [sym_unary_expression] = STATE(108),
    [sym_binary_expression] = STATE(108),
    [sym_call_expression] = STATE(110),
    [sym_field_expression] = STATE(110),
    [sym_index_expression] = STATE(108),
    [sym_slice_expression] = STATE(108),
    [sym_reference_expression] = STATE(108),
    [sym_dereference_expression] = STATE(108),
    [sym_cast_expression] = STATE(108),
    [sym_enum_literal] = STATE(108),
    [sym_when_expression] = STATE(108),
    [sym_struct_literal] = STATE(108),
    [sym_sequence_literal] = STATE(108),
    [sym_builtin_expression] = STATE(108),
    [sym_inline_assembly_expression] = STATE(108),
    [sym_named_type] = STATE(2064),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(108),
    [sym_string_literal] = STATE(106),
    [sym_c_string_literal] = STATE(106),
    [sym_character_literal] = STATE(106),
    [sym_boolean_literal] = STATE(106),
    [sym_type_identifier] = STATE(711),
    [aux_sym_block_repeat1] = STATE(8),
    [sym_identifier] = ACTIONS(21),
    [anon_sym_LPAREN] = ACTIONS(29),
    [anon_sym_DOT] = ACTIONS(31),
    [anon_sym_pub] = ACTIONS(33),
    [anon_sym_let] = ACTIONS(35),
    [anon_sym_LBRACE] = ACTIONS(37),
    [anon_sym_RBRACE] = ACTIONS(268),
    [anon_sym_return] = ACTIONS(41),
    [sym_break_statement] = ACTIONS(43),
    [sym_continue_statement] = ACTIONS(43),
    [anon_sym_defer] = ACTIONS(45),
    [anon_sym_if] = ACTIONS(47),
    [anon_sym_match] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(53),
    [anon_sym_AT] = ACTIONS(55),
    [anon_sym_when] = ACTIONS(57),
    [anon_sym_BANG] = ACTIONS(59),
    [anon_sym_DASH] = ACTIONS(61),
    [anon_sym_TILDE] = ACTIONS(59),
    [anon_sym_LBRACK] = ACTIONS(63),
    [sym_integer_literal] = ACTIONS(65),
    [sym_float_literal] = ACTIONS(67),
    [anon_sym_DQUOTE] = ACTIONS(69),
    [anon_sym_c_DQUOTE] = ACTIONS(71),
    [anon_sym_SQUOTE] = ACTIONS(73),
    [anon_sym_true] = ACTIONS(75),
    [anon_sym_false] = ACTIONS(75),
    [sym_nil_literal] = ACTIONS(65),
    [sym_no_initializer] = ACTIONS(77),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(19)] = {
    [sym_block] = STATE(618),
    [sym_if_expression] = STATE(618),
    [sym_match_expression] = STATE(618),
    [sym_compiler_error_directive] = STATE(2029),
    [sym_expression] = STATE(1248),
    [sym_parenthesized_expression] = STATE(618),
    [sym_lambda_expression] = STATE(618),
    [sym_lambda_parameter_list] = STATE(1930),
    [sym_unary_expression] = STATE(618),
    [sym_binary_expression] = STATE(618),
    [sym_call_expression] = STATE(620),
    [sym_field_expression] = STATE(620),
    [sym_index_expression] = STATE(618),
    [sym_slice_expression] = STATE(618),
    [sym_reference_expression] = STATE(618),
    [sym_dereference_expression] = STATE(618),
    [sym_cast_expression] = STATE(618),
    [sym_enum_literal] = STATE(618),
    [sym_when_expression] = STATE(618),
    [sym_struct_literal] = STATE(618),
    [sym_sequence_literal] = STATE(618),
    [sym_builtin_expression] = STATE(618),
    [sym_inline_assembly_expression] = STATE(618),
    [sym_type] = STATE(2023),
    [sym_named_type] = STATE(1551),
    [sym_captured_type] = STATE(628),
    [sym_type_path] = STATE(1267),
    [sym_when_type] = STATE(628),
    [sym_pointer_type] = STATE(628),
    [sym_dynamic_trait_type] = STATE(628),
    [sym_slice_type] = STATE(628),
    [sym_array_type] = STATE(628),
    [sym_function_type] = STATE(628),
    [sym_struct_type] = STATE(628),
    [sym_enum_type] = STATE(628),
    [sym_flags_type] = STATE(628),
    [sym_union_type] = STATE(628),
    [sym_trait_type] = STATE(628),
    [sym_representation_type] = STATE(628),
    [sym_literal] = STATE(618),
    [sym_string_literal] = STATE(605),
    [sym_c_string_literal] = STATE(605),
    [sym_character_literal] = STATE(605),
    [sym_boolean_literal] = STATE(605),
    [sym_type_identifier] = STATE(711),
    [sym_identifier] = ACTIONS(270),
    [anon_sym_LPAREN] = ACTIONS(272),
    [anon_sym_DOT] = ACTIONS(274),
    [anon_sym_STAR] = ACTIONS(276),
    [anon_sym_DOLLAR] = ACTIONS(278),
    [anon_sym_LBRACE] = ACTIONS(280),
    [anon_sym_if] = ACTIONS(282),
    [anon_sym_match] = ACTIONS(284),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_AT] = ACTIONS(286),
    [anon_sym_when] = ACTIONS(288),
    [anon_sym_BANG] = ACTIONS(290),
    [anon_sym_DASH] = ACTIONS(292),
    [anon_sym_TILDE] = ACTIONS(290),
    [anon_sym_LBRACK] = ACTIONS(294),
    [anon_sym_struct] = ACTIONS(296),
    [anon_sym_enum] = ACTIONS(298),
    [anon_sym_flags] = ACTIONS(300),
    [anon_sym_union] = ACTIONS(302),
    [anon_sym_trait] = ACTIONS(304),
    [sym_opaque_type] = ACTIONS(306),
    [sym_integer_literal] = ACTIONS(308),
    [sym_float_literal] = ACTIONS(310),
    [anon_sym_DQUOTE] = ACTIONS(312),
    [anon_sym_c_DQUOTE] = ACTIONS(314),
    [anon_sym_SQUOTE] = ACTIONS(316),
    [anon_sym_true] = ACTIONS(318),
    [anon_sym_false] = ACTIONS(318),
    [sym_nil_literal] = ACTIONS(308),
    [sym_no_initializer] = ACTIONS(320),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(20)] = {
    [sym_block] = STATE(618),
    [sym_if_expression] = STATE(618),
    [sym_match_expression] = STATE(618),
    [sym_expression] = STATE(1242),
    [sym_parenthesized_expression] = STATE(618),
    [sym_lambda_expression] = STATE(618),
    [sym_lambda_parameter_list] = STATE(1930),
    [sym_unary_expression] = STATE(618),
    [sym_binary_expression] = STATE(618),
    [sym_call_expression] = STATE(620),
    [sym_field_expression] = STATE(620),
    [sym_index_expression] = STATE(618),
    [sym_slice_expression] = STATE(618),
    [sym_reference_expression] = STATE(618),
    [sym_dereference_expression] = STATE(618),
    [sym_cast_expression] = STATE(618),
    [sym_enum_literal] = STATE(618),
    [sym_when_expression] = STATE(618),
    [sym_struct_literal] = STATE(618),
    [sym_sequence_literal] = STATE(618),
    [sym_builtin_expression] = STATE(618),
    [sym_inline_assembly_expression] = STATE(618),
    [sym_type] = STATE(2045),
    [sym_named_type] = STATE(1551),
    [sym_captured_type] = STATE(628),
    [sym_type_path] = STATE(1267),
    [sym_when_type] = STATE(628),
    [sym_pointer_type] = STATE(628),
    [sym_dynamic_trait_type] = STATE(628),
    [sym_slice_type] = STATE(628),
    [sym_array_type] = STATE(628),
    [sym_function_type] = STATE(628),
    [sym_struct_type] = STATE(628),
    [sym_enum_type] = STATE(628),
    [sym_flags_type] = STATE(628),
    [sym_union_type] = STATE(628),
    [sym_trait_type] = STATE(628),
    [sym_representation_type] = STATE(628),
    [sym_literal] = STATE(618),
    [sym_string_literal] = STATE(605),
    [sym_c_string_literal] = STATE(605),
    [sym_character_literal] = STATE(605),
    [sym_boolean_literal] = STATE(605),
    [sym_type_identifier] = STATE(711),
    [sym_identifier] = ACTIONS(270),
    [anon_sym_LPAREN] = ACTIONS(272),
    [anon_sym_DOT] = ACTIONS(274),
    [anon_sym_STAR] = ACTIONS(276),
    [anon_sym_DOLLAR] = ACTIONS(278),
    [anon_sym_LBRACE] = ACTIONS(280),
    [anon_sym_if] = ACTIONS(282),
    [anon_sym_match] = ACTIONS(284),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_AT] = ACTIONS(322),
    [anon_sym_when] = ACTIONS(288),
    [anon_sym_BANG] = ACTIONS(290),
    [anon_sym_DASH] = ACTIONS(292),
    [anon_sym_TILDE] = ACTIONS(290),
    [anon_sym_LBRACK] = ACTIONS(294),
    [anon_sym_struct] = ACTIONS(296),
    [anon_sym_enum] = ACTIONS(298),
    [anon_sym_flags] = ACTIONS(300),
    [anon_sym_union] = ACTIONS(302),
    [anon_sym_trait] = ACTIONS(304),
    [sym_opaque_type] = ACTIONS(306),
    [sym_integer_literal] = ACTIONS(308),
    [sym_float_literal] = ACTIONS(310),
    [anon_sym_DQUOTE] = ACTIONS(312),
    [anon_sym_c_DQUOTE] = ACTIONS(314),
    [anon_sym_SQUOTE] = ACTIONS(316),
    [anon_sym_true] = ACTIONS(318),
    [anon_sym_false] = ACTIONS(318),
    [sym_nil_literal] = ACTIONS(308),
    [sym_no_initializer] = ACTIONS(320),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(21)] = {
    [sym_block] = STATE(618),
    [sym_if_expression] = STATE(618),
    [sym_match_expression] = STATE(618),
    [sym_expression] = STATE(1240),
    [sym_parenthesized_expression] = STATE(618),
    [sym_lambda_expression] = STATE(618),
    [sym_lambda_parameter_list] = STATE(1930),
    [sym_unary_expression] = STATE(618),
    [sym_binary_expression] = STATE(618),
    [sym_call_expression] = STATE(620),
    [sym_field_expression] = STATE(620),
    [sym_index_expression] = STATE(618),
    [sym_slice_expression] = STATE(618),
    [sym_reference_expression] = STATE(618),
    [sym_dereference_expression] = STATE(618),
    [sym_cast_expression] = STATE(618),
    [sym_enum_literal] = STATE(618),
    [sym_when_expression] = STATE(618),
    [sym_struct_literal] = STATE(618),
    [sym_sequence_literal] = STATE(618),
    [sym_builtin_expression] = STATE(618),
    [sym_inline_assembly_expression] = STATE(618),
    [sym_type] = STATE(1983),
    [sym_named_type] = STATE(1551),
    [sym_captured_type] = STATE(628),
    [sym_type_path] = STATE(1267),
    [sym_when_type] = STATE(628),
    [sym_pointer_type] = STATE(628),
    [sym_dynamic_trait_type] = STATE(628),
    [sym_slice_type] = STATE(628),
    [sym_array_type] = STATE(628),
    [sym_function_type] = STATE(628),
    [sym_struct_type] = STATE(628),
    [sym_enum_type] = STATE(628),
    [sym_flags_type] = STATE(628),
    [sym_union_type] = STATE(628),
    [sym_trait_type] = STATE(628),
    [sym_representation_type] = STATE(628),
    [sym_literal] = STATE(618),
    [sym_string_literal] = STATE(605),
    [sym_c_string_literal] = STATE(605),
    [sym_character_literal] = STATE(605),
    [sym_boolean_literal] = STATE(605),
    [sym_type_identifier] = STATE(711),
    [sym_identifier] = ACTIONS(270),
    [anon_sym_LPAREN] = ACTIONS(272),
    [anon_sym_DOT] = ACTIONS(274),
    [anon_sym_STAR] = ACTIONS(276),
    [anon_sym_DOLLAR] = ACTIONS(278),
    [anon_sym_LBRACE] = ACTIONS(280),
    [anon_sym_if] = ACTIONS(282),
    [anon_sym_match] = ACTIONS(284),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_AT] = ACTIONS(322),
    [anon_sym_when] = ACTIONS(288),
    [anon_sym_BANG] = ACTIONS(290),
    [anon_sym_DASH] = ACTIONS(292),
    [anon_sym_TILDE] = ACTIONS(290),
    [anon_sym_LBRACK] = ACTIONS(294),
    [anon_sym_struct] = ACTIONS(296),
    [anon_sym_enum] = ACTIONS(298),
    [anon_sym_flags] = ACTIONS(300),
    [anon_sym_union] = ACTIONS(302),
    [anon_sym_trait] = ACTIONS(304),
    [sym_opaque_type] = ACTIONS(306),
    [sym_integer_literal] = ACTIONS(308),
    [sym_float_literal] = ACTIONS(310),
    [anon_sym_DQUOTE] = ACTIONS(312),
    [anon_sym_c_DQUOTE] = ACTIONS(314),
    [anon_sym_SQUOTE] = ACTIONS(316),
    [anon_sym_true] = ACTIONS(318),
    [anon_sym_false] = ACTIONS(318),
    [sym_nil_literal] = ACTIONS(308),
    [sym_no_initializer] = ACTIONS(320),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(22)] = {
    [sym_block] = STATE(618),
    [sym_if_expression] = STATE(618),
    [sym_match_expression] = STATE(618),
    [sym_expression] = STATE(1233),
    [sym_parenthesized_expression] = STATE(618),
    [sym_lambda_expression] = STATE(618),
    [sym_lambda_parameter_list] = STATE(1930),
    [sym_unary_expression] = STATE(618),
    [sym_binary_expression] = STATE(618),
    [sym_call_expression] = STATE(620),
    [sym_field_expression] = STATE(620),
    [sym_index_expression] = STATE(618),
    [sym_slice_expression] = STATE(618),
    [sym_reference_expression] = STATE(618),
    [sym_dereference_expression] = STATE(618),
    [sym_cast_expression] = STATE(618),
    [sym_enum_literal] = STATE(618),
    [sym_when_expression] = STATE(618),
    [sym_struct_literal] = STATE(618),
    [sym_sequence_literal] = STATE(618),
    [sym_builtin_expression] = STATE(618),
    [sym_inline_assembly_expression] = STATE(618),
    [sym_type] = STATE(2065),
    [sym_named_type] = STATE(1551),
    [sym_captured_type] = STATE(628),
    [sym_type_path] = STATE(1267),
    [sym_when_type] = STATE(628),
    [sym_pointer_type] = STATE(628),
    [sym_dynamic_trait_type] = STATE(628),
    [sym_slice_type] = STATE(628),
    [sym_array_type] = STATE(628),
    [sym_function_type] = STATE(628),
    [sym_struct_type] = STATE(628),
    [sym_enum_type] = STATE(628),
    [sym_flags_type] = STATE(628),
    [sym_union_type] = STATE(628),
    [sym_trait_type] = STATE(628),
    [sym_representation_type] = STATE(628),
    [sym_literal] = STATE(618),
    [sym_string_literal] = STATE(605),
    [sym_c_string_literal] = STATE(605),
    [sym_character_literal] = STATE(605),
    [sym_boolean_literal] = STATE(605),
    [sym_type_identifier] = STATE(711),
    [sym_identifier] = ACTIONS(270),
    [anon_sym_LPAREN] = ACTIONS(272),
    [anon_sym_DOT] = ACTIONS(274),
    [anon_sym_STAR] = ACTIONS(276),
    [anon_sym_DOLLAR] = ACTIONS(278),
    [anon_sym_LBRACE] = ACTIONS(280),
    [anon_sym_if] = ACTIONS(282),
    [anon_sym_match] = ACTIONS(284),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_AT] = ACTIONS(322),
    [anon_sym_when] = ACTIONS(288),
    [anon_sym_BANG] = ACTIONS(290),
    [anon_sym_DASH] = ACTIONS(292),
    [anon_sym_TILDE] = ACTIONS(290),
    [anon_sym_LBRACK] = ACTIONS(294),
    [anon_sym_struct] = ACTIONS(296),
    [anon_sym_enum] = ACTIONS(298),
    [anon_sym_flags] = ACTIONS(300),
    [anon_sym_union] = ACTIONS(302),
    [anon_sym_trait] = ACTIONS(304),
    [sym_opaque_type] = ACTIONS(306),
    [sym_integer_literal] = ACTIONS(308),
    [sym_float_literal] = ACTIONS(310),
    [anon_sym_DQUOTE] = ACTIONS(312),
    [anon_sym_c_DQUOTE] = ACTIONS(314),
    [anon_sym_SQUOTE] = ACTIONS(316),
    [anon_sym_true] = ACTIONS(318),
    [anon_sym_false] = ACTIONS(318),
    [sym_nil_literal] = ACTIONS(308),
    [sym_no_initializer] = ACTIONS(320),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(23)] = {
    [sym_block] = STATE(618),
    [sym_if_expression] = STATE(618),
    [sym_match_expression] = STATE(618),
    [sym_expression] = STATE(1253),
    [sym_parenthesized_expression] = STATE(618),
    [sym_lambda_expression] = STATE(618),
    [sym_lambda_parameter_list] = STATE(1930),
    [sym_unary_expression] = STATE(618),
    [sym_binary_expression] = STATE(618),
    [sym_call_expression] = STATE(620),
    [sym_field_expression] = STATE(620),
    [sym_index_expression] = STATE(618),
    [sym_slice_expression] = STATE(618),
    [sym_reference_expression] = STATE(618),
    [sym_dereference_expression] = STATE(618),
    [sym_cast_expression] = STATE(618),
    [sym_enum_literal] = STATE(618),
    [sym_when_expression] = STATE(618),
    [sym_struct_literal] = STATE(618),
    [sym_sequence_literal] = STATE(618),
    [sym_builtin_expression] = STATE(618),
    [sym_inline_assembly_expression] = STATE(618),
    [sym_type] = STATE(1977),
    [sym_named_type] = STATE(1551),
    [sym_captured_type] = STATE(628),
    [sym_type_path] = STATE(1267),
    [sym_when_type] = STATE(628),
    [sym_pointer_type] = STATE(628),
    [sym_dynamic_trait_type] = STATE(628),
    [sym_slice_type] = STATE(628),
    [sym_array_type] = STATE(628),
    [sym_function_type] = STATE(628),
    [sym_struct_type] = STATE(628),
    [sym_enum_type] = STATE(628),
    [sym_flags_type] = STATE(628),
    [sym_union_type] = STATE(628),
    [sym_trait_type] = STATE(628),
    [sym_representation_type] = STATE(628),
    [sym_literal] = STATE(618),
    [sym_string_literal] = STATE(605),
    [sym_c_string_literal] = STATE(605),
    [sym_character_literal] = STATE(605),
    [sym_boolean_literal] = STATE(605),
    [sym_type_identifier] = STATE(711),
    [sym_identifier] = ACTIONS(270),
    [anon_sym_LPAREN] = ACTIONS(272),
    [anon_sym_DOT] = ACTIONS(274),
    [anon_sym_STAR] = ACTIONS(276),
    [anon_sym_DOLLAR] = ACTIONS(278),
    [anon_sym_LBRACE] = ACTIONS(280),
    [anon_sym_if] = ACTIONS(282),
    [anon_sym_match] = ACTIONS(284),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_AT] = ACTIONS(322),
    [anon_sym_when] = ACTIONS(288),
    [anon_sym_BANG] = ACTIONS(290),
    [anon_sym_DASH] = ACTIONS(292),
    [anon_sym_TILDE] = ACTIONS(290),
    [anon_sym_LBRACK] = ACTIONS(294),
    [anon_sym_struct] = ACTIONS(296),
    [anon_sym_enum] = ACTIONS(298),
    [anon_sym_flags] = ACTIONS(300),
    [anon_sym_union] = ACTIONS(302),
    [anon_sym_trait] = ACTIONS(304),
    [sym_opaque_type] = ACTIONS(306),
    [sym_integer_literal] = ACTIONS(308),
    [sym_float_literal] = ACTIONS(310),
    [anon_sym_DQUOTE] = ACTIONS(312),
    [anon_sym_c_DQUOTE] = ACTIONS(314),
    [anon_sym_SQUOTE] = ACTIONS(316),
    [anon_sym_true] = ACTIONS(318),
    [anon_sym_false] = ACTIONS(318),
    [sym_nil_literal] = ACTIONS(308),
    [sym_no_initializer] = ACTIONS(320),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(24)] = {
    [sym_block] = STATE(618),
    [sym_if_expression] = STATE(618),
    [sym_match_expression] = STATE(618),
    [sym_expression] = STATE(1229),
    [sym_parenthesized_expression] = STATE(618),
    [sym_lambda_expression] = STATE(618),
    [sym_lambda_parameter_list] = STATE(1930),
    [sym_unary_expression] = STATE(618),
    [sym_binary_expression] = STATE(618),
    [sym_call_expression] = STATE(620),
    [sym_field_expression] = STATE(620),
    [sym_index_expression] = STATE(618),
    [sym_slice_expression] = STATE(618),
    [sym_reference_expression] = STATE(618),
    [sym_dereference_expression] = STATE(618),
    [sym_cast_expression] = STATE(618),
    [sym_enum_literal] = STATE(618),
    [sym_when_expression] = STATE(618),
    [sym_struct_literal] = STATE(618),
    [sym_sequence_literal] = STATE(618),
    [sym_builtin_expression] = STATE(618),
    [sym_inline_assembly_expression] = STATE(618),
    [sym_type] = STATE(2003),
    [sym_named_type] = STATE(1551),
    [sym_captured_type] = STATE(628),
    [sym_type_path] = STATE(1267),
    [sym_when_type] = STATE(628),
    [sym_pointer_type] = STATE(628),
    [sym_dynamic_trait_type] = STATE(628),
    [sym_slice_type] = STATE(628),
    [sym_array_type] = STATE(628),
    [sym_function_type] = STATE(628),
    [sym_struct_type] = STATE(628),
    [sym_enum_type] = STATE(628),
    [sym_flags_type] = STATE(628),
    [sym_union_type] = STATE(628),
    [sym_trait_type] = STATE(628),
    [sym_representation_type] = STATE(628),
    [sym_literal] = STATE(618),
    [sym_string_literal] = STATE(605),
    [sym_c_string_literal] = STATE(605),
    [sym_character_literal] = STATE(605),
    [sym_boolean_literal] = STATE(605),
    [sym_type_identifier] = STATE(711),
    [sym_identifier] = ACTIONS(270),
    [anon_sym_LPAREN] = ACTIONS(272),
    [anon_sym_DOT] = ACTIONS(274),
    [anon_sym_STAR] = ACTIONS(276),
    [anon_sym_DOLLAR] = ACTIONS(278),
    [anon_sym_LBRACE] = ACTIONS(280),
    [anon_sym_if] = ACTIONS(282),
    [anon_sym_match] = ACTIONS(284),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_AT] = ACTIONS(322),
    [anon_sym_when] = ACTIONS(288),
    [anon_sym_BANG] = ACTIONS(290),
    [anon_sym_DASH] = ACTIONS(292),
    [anon_sym_TILDE] = ACTIONS(290),
    [anon_sym_LBRACK] = ACTIONS(294),
    [anon_sym_struct] = ACTIONS(296),
    [anon_sym_enum] = ACTIONS(298),
    [anon_sym_flags] = ACTIONS(300),
    [anon_sym_union] = ACTIONS(302),
    [anon_sym_trait] = ACTIONS(304),
    [sym_opaque_type] = ACTIONS(306),
    [sym_integer_literal] = ACTIONS(308),
    [sym_float_literal] = ACTIONS(310),
    [anon_sym_DQUOTE] = ACTIONS(312),
    [anon_sym_c_DQUOTE] = ACTIONS(314),
    [anon_sym_SQUOTE] = ACTIONS(316),
    [anon_sym_true] = ACTIONS(318),
    [anon_sym_false] = ACTIONS(318),
    [sym_nil_literal] = ACTIONS(308),
    [sym_no_initializer] = ACTIONS(320),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
  [STATE(25)] = {
    [sym_block] = STATE(522),
    [sym_if_expression] = STATE(522),
    [sym_match_expression] = STATE(522),
    [sym_expression] = STATE(420),
    [sym_parenthesized_expression] = STATE(522),
    [sym_lambda_expression] = STATE(522),
    [sym_lambda_parameter_list] = STATE(2084),
    [sym_unary_expression] = STATE(522),
    [sym_binary_expression] = STATE(522),
    [sym_call_expression] = STATE(524),
    [sym_field_expression] = STATE(524),
    [sym_index_expression] = STATE(522),
    [sym_slice_expression] = STATE(522),
    [sym_reference_expression] = STATE(522),
    [sym_dereference_expression] = STATE(522),
    [sym_cast_expression] = STATE(522),
    [sym_enum_literal] = STATE(522),
    [sym_when_expression] = STATE(522),
    [sym_struct_literal] = STATE(522),
    [sym_sequence_literal] = STATE(522),
    [sym_builtin_expression] = STATE(522),
    [sym_inline_assembly_expression] = STATE(522),
    [sym_named_type] = STATE(2085),
    [sym_type_path] = STATE(1267),
    [sym_literal] = STATE(522),
    [sym_string_literal] = STATE(520),
    [sym_c_string_literal] = STATE(520),
    [sym_character_literal] = STATE(520),
    [sym_boolean_literal] = STATE(520),
    [sym_type_identifier] = STATE(711),
    [sym_identifier] = ACTIONS(324),
    [anon_sym_SEMI] = ACTIONS(326),
    [anon_sym_module] = ACTIONS(328),
    [anon_sym_import] = ACTIONS(328),
    [anon_sym_LPAREN] = ACTIONS(330),
    [anon_sym_DOT] = ACTIONS(332),
    [anon_sym_pub] = ACTIONS(328),
    [anon_sym_let] = ACTIONS(328),
    [anon_sym_LBRACE] = ACTIONS(334),
    [anon_sym_RBRACE] = ACTIONS(326),
    [anon_sym_return] = ACTIONS(328),
    [sym_break_statement] = ACTIONS(328),
    [sym_continue_statement] = ACTIONS(328),
    [anon_sym_defer] = ACTIONS(328),
    [anon_sym_if] = ACTIONS(336),
    [anon_sym_match] = ACTIONS(338),
    [anon_sym_PIPE] = ACTIONS(51),
    [anon_sym_for] = ACTIONS(328),
    [anon_sym_AT] = ACTIONS(340),
    [anon_sym_when] = ACTIONS(342),
    [anon_sym_BANG] = ACTIONS(344),
    [anon_sym_DASH] = ACTIONS(346),
    [anon_sym_TILDE] = ACTIONS(344),
    [anon_sym_LBRACK] = ACTIONS(348),
    [sym_integer_literal] = ACTIONS(350),
    [sym_float_literal] = ACTIONS(352),
    [anon_sym_DQUOTE] = ACTIONS(354),
    [anon_sym_c_DQUOTE] = ACTIONS(356),
    [anon_sym_SQUOTE] = ACTIONS(358),
    [anon_sym_true] = ACTIONS(360),
    [anon_sym_false] = ACTIONS(360),
    [sym_nil_literal] = ACTIONS(350),
    [sym_no_initializer] = ACTIONS(362),
    [sym_line_comment] = ACTIONS(3),
    [sym_block_comment] = ACTIONS(3),
  },
};

static const uint16_t ts_small_parse_table[] = {
  [0] = 21,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(370), 1,
      anon_sym_COMMA,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(374), 1,
      anon_sym_EQ,
    ACTIONS(380), 1,
      anon_sym_PIPE,
    ACTIONS(382), 1,
      anon_sym_AMP,
    ACTIONS(386), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(388), 1,
      anon_sym_AMP_AMP,
    ACTIONS(390), 1,
      anon_sym_CARET,
    ACTIONS(394), 1,
      anon_sym_LT,
    ACTIONS(396), 1,
      anon_sym_GT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    STATE(1282), 1,
      aux_sym_assignment_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(384), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(392), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(366), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(378), 10,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
    ACTIONS(364), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [106] = 5,
    ACTIONS(404), 1,
      anon_sym_else,
    STATE(27), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(400), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(402), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [180] = 5,
    ACTIONS(411), 1,
      anon_sym_else,
    STATE(27), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(407), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(409), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [254] = 5,
    ACTIONS(417), 1,
      anon_sym_else,
    STATE(30), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(413), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(415), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [328] = 5,
    ACTIONS(423), 1,
      anon_sym_else,
    STATE(30), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(419), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(421), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [402] = 22,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(370), 1,
      anon_sym_COMMA,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(374), 1,
      anon_sym_EQ,
    ACTIONS(380), 1,
      anon_sym_PIPE,
    ACTIONS(382), 1,
      anon_sym_AMP,
    ACTIONS(386), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(388), 1,
      anon_sym_AMP_AMP,
    ACTIONS(390), 1,
      anon_sym_CARET,
    ACTIONS(394), 1,
      anon_sym_LT,
    ACTIONS(396), 1,
      anon_sym_GT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    ACTIONS(426), 1,
      anon_sym_RBRACE,
    STATE(54), 1,
      sym_argument_list,
    STATE(1282), 1,
      aux_sym_assignment_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(384), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(392), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(366), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(378), 10,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
    ACTIONS(364), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [510] = 5,
    ACTIONS(433), 1,
      anon_sym_else,
    STATE(28), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(429), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(431), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [584] = 5,
    ACTIONS(439), 1,
      anon_sym_else,
    STATE(29), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(435), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(437), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [658] = 17,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(380), 1,
      anon_sym_PIPE,
    ACTIONS(382), 1,
      anon_sym_AMP,
    ACTIONS(386), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(388), 1,
      anon_sym_AMP_AMP,
    ACTIONS(390), 1,
      anon_sym_CARET,
    ACTIONS(394), 1,
      anon_sym_LT,
    ACTIONS(396), 1,
      anon_sym_GT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(384), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(392), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(441), 19,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(443), 21,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [755] = 11,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(394), 1,
      anon_sym_LT,
    ACTIONS(396), 1,
      anon_sym_GT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(384), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(445), 22,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_CARET,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(447), 27,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [840] = 9,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(384), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(449), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(451), 27,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [921] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(453), 30,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(455), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [990] = 14,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(382), 1,
      anon_sym_AMP,
    ACTIONS(390), 1,
      anon_sym_CARET,
    ACTIONS(394), 1,
      anon_sym_LT,
    ACTIONS(396), 1,
      anon_sym_GT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(384), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(392), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(445), 20,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(447), 23,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [1081] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(457), 30,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(459), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [1150] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(461), 30,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(463), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [1219] = 7,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(447), 27,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(445), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [1296] = 35,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(465), 1,
      sym_identifier,
    ACTIONS(467), 1,
      anon_sym_SEMI,
    ACTIONS(469), 1,
      anon_sym_LPAREN,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(473), 1,
      anon_sym_pub,
    ACTIONS(475), 1,
      anon_sym_let,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    STATE(112), 1,
      sym_block,
    STATE(706), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1891), 1,
      sym_for_each_destructure,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1890), 2,
      sym_for_each_clause,
      sym_for_clause,
    STATE(2021), 2,
      sym_binding_declaration,
      sym_assignment_statement,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 18,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [1429] = 7,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(507), 27,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(505), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [1506] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(509), 30,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(511), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [1575] = 12,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(394), 1,
      anon_sym_LT,
    ACTIONS(396), 1,
      anon_sym_GT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(384), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(392), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(445), 22,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_CARET,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(447), 23,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [1662] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(513), 30,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(515), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [1731] = 4,
    ACTIONS(521), 1,
      anon_sym_mut,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(517), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(519), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [1802] = 8,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(445), 26,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(447), 27,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [1881] = 16,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(380), 1,
      anon_sym_PIPE,
    ACTIONS(382), 1,
      anon_sym_AMP,
    ACTIONS(388), 1,
      anon_sym_AMP_AMP,
    ACTIONS(390), 1,
      anon_sym_CARET,
    ACTIONS(394), 1,
      anon_sym_LT,
    ACTIONS(396), 1,
      anon_sym_GT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(384), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(392), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(445), 19,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(447), 22,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [1976] = 15,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(380), 1,
      anon_sym_PIPE,
    ACTIONS(382), 1,
      anon_sym_AMP,
    ACTIONS(390), 1,
      anon_sym_CARET,
    ACTIONS(394), 1,
      anon_sym_LT,
    ACTIONS(396), 1,
      anon_sym_GT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(384), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(392), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(445), 19,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(447), 23,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2069] = 13,
    ACTIONS(368), 1,
      anon_sym_LPAREN,
    ACTIONS(372), 1,
      anon_sym_DOT,
    ACTIONS(382), 1,
      anon_sym_AMP,
    ACTIONS(394), 1,
      anon_sym_LT,
    ACTIONS(396), 1,
      anon_sym_GT,
    ACTIONS(398), 1,
      anon_sym_LBRACK,
    STATE(54), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(384), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(376), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(392), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(445), 21,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_CARET,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(447), 23,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2158] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(523), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(525), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2226] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(527), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(529), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2294] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(531), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(533), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2362] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(535), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(537), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2430] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(539), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(541), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2498] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(543), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(545), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2566] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(547), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(549), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2634] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(551), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(553), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2702] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(555), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(557), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2770] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(559), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(561), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2838] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(563), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(565), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2906] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(567), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(569), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [2974] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(571), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(573), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3042] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(575), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(577), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3110] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(579), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(581), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3178] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(583), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(585), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3246] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(587), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(589), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3314] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(591), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(593), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3382] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(595), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(597), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3450] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(599), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(601), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3518] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(603), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(605), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3586] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(607), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(609), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3654] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(611), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(613), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3722] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(615), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(617), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3790] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(619), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(621), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3858] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(623), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(625), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3926] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(627), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(629), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [3994] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(631), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(633), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4062] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(635), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(637), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4130] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(639), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(641), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4198] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(643), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(645), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4266] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(647), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(649), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4334] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(651), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(653), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4402] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(655), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(657), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4470] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(659), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(661), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4538] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(663), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(665), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4606] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(667), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(669), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4674] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(671), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(673), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4742] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(671), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(673), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4810] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(675), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(677), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4878] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(679), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(681), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [4946] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(683), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(685), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5014] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(687), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(689), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5082] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(691), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(693), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5150] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(695), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(697), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5218] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(699), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(701), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5286] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(703), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(705), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5354] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(707), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(709), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5422] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(711), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(713), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5490] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(715), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(717), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5558] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(719), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(721), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5626] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(723), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(725), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5694] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(723), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(725), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5762] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(727), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(729), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5830] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(731), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(733), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5898] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(735), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(737), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [5966] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(741), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [6034] = 4,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(743), 2,
      anon_sym_LPAREN,
      anon_sym_DOT,
    ACTIONS(741), 28,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(739), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [6104] = 4,
    ACTIONS(746), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(741), 29,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [6174] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(749), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(751), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [6242] = 7,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(760), 2,
      anon_sym_PIPE,
      anon_sym_DASH,
    ACTIONS(755), 5,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
    ACTIONS(758), 8,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(739), 9,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_AMP,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(741), 17,
      anon_sym_COMMA,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(753), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [6318] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(763), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(765), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [6386] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(767), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(769), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [6454] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(771), 29,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(773), 30,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [6522] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(777), 1,
      anon_sym_SEMI,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1228), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [6636] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(785), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1261), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [6750] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(791), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(782), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1994), 1,
      sym_assignment_statement,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [6864] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(793), 1,
      anon_sym_AT,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1248), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    STATE(2081), 1,
      sym_compiler_error_directive,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [6978] = 29,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    ACTIONS(799), 1,
      anon_sym_LT,
    STATE(35), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [7092] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(801), 1,
      anon_sym_SEMI,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1247), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [7206] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(803), 1,
      anon_sym_EQ,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1026), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [7320] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(805), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(773), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    STATE(2102), 1,
      sym_assignment_statement,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [7434] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(807), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [7548] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(809), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1226), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [7662] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(811), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1039), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [7776] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(813), 1,
      anon_sym_COLON,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1187), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [7890] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(815), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1257), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [8004] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    ACTIONS(817), 1,
      anon_sym_LT,
    STATE(426), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [8118] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    ACTIONS(817), 1,
      anon_sym_GT,
    STATE(426), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [8232] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    ACTIONS(821), 1,
      anon_sym_LT,
    STATE(711), 1,
      sym_type_identifier,
    STATE(742), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [8346] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    ACTIONS(821), 1,
      anon_sym_GT,
    STATE(711), 1,
      sym_type_identifier,
    STATE(742), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [8460] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(841), 1,
      anon_sym_LT,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1069), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [8574] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(841), 1,
      anon_sym_GT,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1069), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [8688] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(859), 1,
      anon_sym_EQ,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1022), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [8802] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(861), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1035), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [8916] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(863), 1,
      anon_sym_EQ,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1037), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [9030] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(865), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1020), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [9144] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(867), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [9258] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(869), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1237), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [9372] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(871), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [9486] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(873), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [9600] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(875), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1241), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [9714] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(877), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [9828] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(879), 1,
      anon_sym_EQ,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1032), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [9942] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(881), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1012), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [10056] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(883), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(783), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2017), 1,
      sym_assignment_statement,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [10170] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(885), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1013), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [10284] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(887), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [10398] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(889), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1258), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [10512] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(891), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [10626] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(893), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [10740] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(895), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1260), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [10854] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(897), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [10968] = 29,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    ACTIONS(799), 1,
      anon_sym_GT,
    STATE(35), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [11082] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(899), 1,
      anon_sym_EQ,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1016), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [11196] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(901), 1,
      anon_sym_LT,
    STATE(588), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [11310] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(903), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1015), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [11424] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(905), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [11538] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(907), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1232), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [11652] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(909), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [11766] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(911), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [11880] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(913), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1234), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [11994] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(915), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [12108] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(917), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1041), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [12222] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(919), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1019), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [12336] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(921), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [12450] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(923), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1002), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [12564] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(925), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [12678] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(927), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1262), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [12792] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(929), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [12906] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(931), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [13020] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(933), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1245), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [13134] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(935), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [13248] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(937), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [13362] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(939), 1,
      sym_identifier,
    ACTIONS(941), 1,
      anon_sym__,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1227), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [13476] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(943), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1249), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [13590] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(945), 1,
      anon_sym_COLON,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1129), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [13704] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(947), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [13818] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(793), 1,
      anon_sym_AT,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1235), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    STATE(2080), 1,
      sym_compiler_error_directive,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [13932] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(949), 1,
      anon_sym_COLON,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1147), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [14046] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(901), 1,
      anon_sym_GT,
    STATE(588), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [14160] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(793), 1,
      anon_sym_AT,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1255), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(1996), 1,
      sym_compiler_error_directive,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [14274] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(951), 1,
      anon_sym_COLON,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1225), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [14388] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(953), 1,
      anon_sym_RPAREN,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1007), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [14502] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(793), 1,
      anon_sym_AT,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1230), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    STATE(2013), 1,
      sym_compiler_error_directive,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [14616] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(955), 1,
      anon_sym_COLON,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1179), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [14730] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(957), 1,
      anon_sym_EQ,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1030), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [14844] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(793), 1,
      anon_sym_AT,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1243), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    STATE(2049), 1,
      sym_compiler_error_directive,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [14958] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    ACTIONS(959), 1,
      anon_sym_RBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1014), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [15072] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1246), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [15183] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1130), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [15294] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(867), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [15405] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(501), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [15516] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1096), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [15627] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1240), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [15738] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1259), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [15849] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(592), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [15960] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(860), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [16071] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(861), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [16182] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(985), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [16293] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(990), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [16404] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(868), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [16515] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1182), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [16626] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(988), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [16737] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1125), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [16848] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(435), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [16959] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(997), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [17070] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(502), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [17181] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(503), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [17292] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(504), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [17403] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(505), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [17514] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(508), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [17625] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(509), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [17736] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(512), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [17847] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(513), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [17958] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(514), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [18069] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(515), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [18180] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(517), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [18291] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1088), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [18402] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1128), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [18513] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1157), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [18624] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(872), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [18735] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(869), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [18846] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(987), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [18957] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(989), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [19068] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(865), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [19179] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(984), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [19290] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1185), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [19401] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(986), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [19512] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1004), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [19623] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1144), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [19734] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1251), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [19845] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(898), 1,
      sym_block,
    STATE(1127), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 18,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [19958] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1154), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [20069] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(862), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [20180] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(864), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [20291] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(995), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [20402] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1140), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [20513] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(994), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [20624] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1197), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [20735] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(991), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [20846] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1000), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [20957] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1001), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [21068] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1131), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [21179] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(576), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [21290] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1254), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [21401] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(918), 1,
      sym_block,
    STATE(1209), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 18,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [21514] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1220), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [21625] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(866), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [21736] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(993), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [21847] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1136), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [21958] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1151), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [22069] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(996), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [22180] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1038), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [22291] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(919), 1,
      sym_block,
    STATE(1159), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 18,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [22404] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1138), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [22515] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1133), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [22626] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(998), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [22737] = 29,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(893), 1,
      sym_block,
    STATE(1105), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 18,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [22850] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1006), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [22961] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1009), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [23072] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(999), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [23183] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1040), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [23294] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1018), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [23405] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1042), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [23516] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1036), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [23627] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1017), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [23738] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1029), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [23849] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1003), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [23960] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1008), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [24071] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1034), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [24182] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(285), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [24293] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(41), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [24404] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(38), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [24515] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(45), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [24626] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(48), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [24737] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(49), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [24848] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(50), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [24959] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(51), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [25070] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(35), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [25181] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(34), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [25292] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(292), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [25403] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(294), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [25514] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(587), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(963), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(961), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [25615] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(453), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [25726] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1126), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [25837] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1176), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [25948] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(36), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [26059] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(312), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [26170] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(313), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [26281] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(557), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(999), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(997), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [26382] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(498), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [26493] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(572), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1003), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1001), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [26594] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(499), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [26705] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(319), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [26816] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(500), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [26927] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1043), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [27038] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1149), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [27149] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1153), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [27260] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1158), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [27371] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1160), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [27482] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1163), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [27593] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1167), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [27704] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1169), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [27815] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1175), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [27926] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1178), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [28037] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1180), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [28148] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1181), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [28259] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(870), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [28370] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(325), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [28481] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(566), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1007), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1005), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [28582] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(583), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1011), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1009), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [28683] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(328), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [28794] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(506), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [28905] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(507), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [29016] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(331), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [29127] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(510), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [29238] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(574), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1015), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1013), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [29339] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(511), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [29450] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1252), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [29561] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(526), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [29672] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1135), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [29783] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(992), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [29894] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(565), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1019), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1017), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [29995] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(334), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [30106] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(335), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [30217] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(586), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1023), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1021), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [30318] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(516), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [30429] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(518), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [30540] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(556), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1027), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1025), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [30641] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(442), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [30752] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(338), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [30863] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(567), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1031), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1029), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [30964] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(568), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1035), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1033), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [31065] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(519), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [31176] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1033), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [31287] = 23,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    STATE(581), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1039), 9,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1037), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [31388] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(558), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [31499] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(438), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [31610] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(439), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [31721] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(440), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [31832] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(441), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [31943] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(424), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [32054] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(425), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [32165] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(428), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [32276] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(426), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [32387] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(561), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [32498] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(430), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [32609] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(427), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [32720] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(748), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [32831] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(749), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [32942] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(750), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [33053] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(751), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [33164] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(752), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [33275] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(753), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [33386] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(754), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [33497] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(742), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [33608] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(577), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [33719] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(579), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [33830] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(756), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [33941] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(759), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [34052] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1072), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [34163] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1053), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [34274] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1061), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [34385] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1062), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [34496] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1064), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [34607] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1066), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [34718] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1068), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [34829] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1069), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [34940] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(582), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [35051] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(599), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [35162] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1070), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [35273] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1073), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [35384] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(580), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [35495] = 28,
    ACTIONS(21), 1,
      sym_identifier,
    ACTIONS(29), 1,
      anon_sym_LPAREN,
    ACTIONS(31), 1,
      anon_sym_DOT,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(47), 1,
      anon_sym_if,
    ACTIONS(49), 1,
      anon_sym_match,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(61), 1,
      anon_sym_DASH,
    ACTIONS(63), 1,
      anon_sym_LBRACK,
    ACTIONS(67), 1,
      sym_float_literal,
    ACTIONS(69), 1,
      anon_sym_DQUOTE,
    ACTIONS(71), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(73), 1,
      anon_sym_SQUOTE,
    ACTIONS(77), 1,
      sym_no_initializer,
    ACTIONS(795), 1,
      anon_sym_AT,
    ACTIONS(797), 1,
      anon_sym_when,
    STATE(43), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2064), 1,
      sym_named_type,
    STATE(2075), 1,
      sym_lambda_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(59), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(65), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(75), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(110), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(106), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(108), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [35606] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(588), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [35717] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(594), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [35828] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(324), 1,
      sym_identifier,
    ACTIONS(330), 1,
      anon_sym_LPAREN,
    ACTIONS(332), 1,
      anon_sym_DOT,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(336), 1,
      anon_sym_if,
    ACTIONS(338), 1,
      anon_sym_match,
    ACTIONS(340), 1,
      anon_sym_AT,
    ACTIONS(342), 1,
      anon_sym_when,
    ACTIONS(346), 1,
      anon_sym_DASH,
    ACTIONS(348), 1,
      anon_sym_LBRACK,
    ACTIONS(352), 1,
      sym_float_literal,
    ACTIONS(354), 1,
      anon_sym_DQUOTE,
    ACTIONS(356), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(358), 1,
      anon_sym_SQUOTE,
    ACTIONS(362), 1,
      sym_no_initializer,
    STATE(433), 1,
      sym_expression,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2084), 1,
      sym_lambda_parameter_list,
    STATE(2085), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(344), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(350), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(360), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(524), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(520), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(522), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [35939] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(471), 1,
      anon_sym_DOT,
    ACTIONS(477), 1,
      anon_sym_if,
    ACTIONS(479), 1,
      anon_sym_match,
    ACTIONS(481), 1,
      anon_sym_AT,
    ACTIONS(483), 1,
      anon_sym_when,
    ACTIONS(487), 1,
      anon_sym_DASH,
    ACTIONS(489), 1,
      anon_sym_LBRACK,
    ACTIONS(493), 1,
      sym_float_literal,
    ACTIONS(495), 1,
      anon_sym_DQUOTE,
    ACTIONS(497), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(499), 1,
      anon_sym_SQUOTE,
    ACTIONS(503), 1,
      sym_no_initializer,
    ACTIONS(787), 1,
      sym_identifier,
    ACTIONS(789), 1,
      anon_sym_LPAREN,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    STATE(711), 1,
      sym_type_identifier,
    STATE(781), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(2016), 1,
      sym_lambda_parameter_list,
    STATE(2094), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(485), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(491), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(501), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(849), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(836), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(838), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [36050] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(873), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [36161] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(270), 1,
      sym_identifier,
    ACTIONS(823), 1,
      anon_sym_LPAREN,
    ACTIONS(825), 1,
      anon_sym_DOT,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(829), 1,
      anon_sym_if,
    ACTIONS(831), 1,
      anon_sym_match,
    ACTIONS(833), 1,
      anon_sym_AT,
    ACTIONS(835), 1,
      anon_sym_when,
    ACTIONS(839), 1,
      anon_sym_DASH,
    ACTIONS(843), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      sym_float_literal,
    ACTIONS(849), 1,
      anon_sym_DQUOTE,
    ACTIONS(851), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(853), 1,
      anon_sym_SQUOTE,
    ACTIONS(857), 1,
      sym_no_initializer,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1067), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1985), 1,
      sym_lambda_parameter_list,
    STATE(2103), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(837), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(845), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(855), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1145), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(1115), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(1143), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [36272] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1239), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [36383] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1123), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [36494] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1124), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [36605] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1233), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [36716] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1236), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [36827] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1137), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [36938] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1139), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [37049] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1250), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [37160] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1141), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [37271] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1142), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [37382] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1253), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [37493] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(871), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [37604] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1256), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [37715] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1150), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [37826] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1152), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [37937] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1227), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [38048] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1155), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [38159] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1156), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [38270] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1229), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [38381] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1231), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [38492] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1166), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [38603] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1168), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [38714] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1238), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [38825] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1172), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [38936] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1173), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [39047] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1242), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [39158] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1244), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [39269] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1183), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [39380] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1184), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [39491] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1021), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [39602] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1028), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [39713] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1031), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [39824] = 28,
    ACTIONS(51), 1,
      anon_sym_PIPE,
    ACTIONS(272), 1,
      anon_sym_LPAREN,
    ACTIONS(274), 1,
      anon_sym_DOT,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(282), 1,
      anon_sym_if,
    ACTIONS(284), 1,
      anon_sym_match,
    ACTIONS(292), 1,
      anon_sym_DASH,
    ACTIONS(310), 1,
      sym_float_literal,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(314), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(316), 1,
      anon_sym_SQUOTE,
    ACTIONS(320), 1,
      sym_no_initializer,
    ACTIONS(775), 1,
      sym_identifier,
    ACTIONS(779), 1,
      anon_sym_AT,
    ACTIONS(781), 1,
      anon_sym_when,
    ACTIONS(783), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(1077), 1,
      sym_expression,
    STATE(1267), 1,
      sym_type_path,
    STATE(1930), 1,
      sym_lambda_parameter_list,
    STATE(2004), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(290), 2,
      anon_sym_BANG,
      anon_sym_TILDE,
    ACTIONS(308), 2,
      sym_integer_literal,
      sym_nil_literal,
    ACTIONS(318), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(620), 2,
      sym_call_expression,
      sym_field_expression,
    STATE(605), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
    STATE(618), 19,
      sym_block,
      sym_if_expression,
      sym_match_expression,
      sym_parenthesized_expression,
      sym_lambda_expression,
      sym_unary_expression,
      sym_binary_expression,
      sym_index_expression,
      sym_slice_expression,
      sym_reference_expression,
      sym_dereference_expression,
      sym_cast_expression,
      sym_enum_literal,
      sym_when_expression,
      sym_struct_literal,
      sym_sequence_literal,
      sym_builtin_expression,
      sym_inline_assembly_expression,
      sym_literal,
  [39935] = 5,
    ACTIONS(1041), 1,
      anon_sym_else,
    STATE(416), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(419), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(421), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [39998] = 5,
    ACTIONS(1044), 1,
      anon_sym_else,
    STATE(418), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(407), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(409), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [40061] = 5,
    ACTIONS(1046), 1,
      anon_sym_else,
    STATE(418), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(400), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(402), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [40124] = 5,
    ACTIONS(1049), 1,
      anon_sym_else,
    STATE(416), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(413), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(415), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [40187] = 21,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    ACTIONS(1055), 1,
      anon_sym_COMMA,
    STATE(443), 1,
      sym_argument_list,
    STATE(732), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1053), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1051), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [40282] = 5,
    ACTIONS(1057), 1,
      anon_sym_else,
    STATE(417), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(429), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(431), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [40345] = 5,
    ACTIONS(1059), 1,
      anon_sym_else,
    STATE(419), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(435), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(437), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [40408] = 20,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1063), 1,
      anon_sym_STAR,
    ACTIONS(1066), 1,
      anon_sym_mut,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1072), 1,
      anon_sym_LBRACK,
    STATE(644), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(763), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(765), 14,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [40500] = 18,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 12,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(445), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [40588] = 17,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 13,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(445), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [40674] = 13,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(447), 18,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(445), 20,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [40752] = 11,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(451), 18,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(449), 22,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [40826] = 15,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 14,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(445), 19,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [40908] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(455), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(453), 25,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [40966] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(443), 11,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(441), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41056] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(459), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(457), 25,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41114] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(463), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(461), 25,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41172] = 7,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(507), 21,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(505), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41238] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(511), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(509), 25,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41296] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1077), 11,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1075), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41386] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(515), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(513), 25,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41444] = 4,
    ACTIONS(1079), 1,
      anon_sym_mut,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(517), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(519), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [41504] = 7,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(447), 21,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(445), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41570] = 16,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 13,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(445), 19,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41654] = 14,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 14,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(445), 20,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41734] = 9,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(447), 19,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(445), 23,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41804] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1083), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1081), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [41893] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(531), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(533), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [41950] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(535), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(537), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42007] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(539), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(541), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42064] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(543), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(545), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42121] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(547), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(549), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42178] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(551), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(553), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42235] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(555), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(557), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42292] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(559), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(561), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42349] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(563), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(565), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42406] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(567), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(569), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42463] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1087), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1085), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [42552] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(571), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(573), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42609] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(575), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(577), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42666] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(579), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(581), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42723] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(583), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(585), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42780] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(587), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(589), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42837] = 19,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1089), 1,
      anon_sym_STAR,
    ACTIONS(1092), 1,
      anon_sym_LBRACK,
    STATE(633), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(543), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(545), 14,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [42926] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(591), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(593), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [42983] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(595), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(597), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43040] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(599), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(601), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43097] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(603), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(605), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43154] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(607), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(609), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43211] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(611), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(613), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43268] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(615), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(617), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43325] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(619), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(621), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43382] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(623), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(625), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43439] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(627), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(629), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43496] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(631), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(633), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43553] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(523), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(525), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43610] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(635), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(637), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43667] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(639), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(641), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43724] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(643), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(645), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43781] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(647), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(649), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43838] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(651), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(653), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43895] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(655), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(657), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [43952] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(659), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(661), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44009] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(663), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(665), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44066] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(667), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(669), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44123] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(671), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(673), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44180] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(671), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(673), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44237] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(675), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(677), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44294] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(679), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(681), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44351] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(683), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(685), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44408] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(687), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(689), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44465] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(691), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(693), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44522] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(695), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(697), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44579] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(699), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(701), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44636] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(703), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(705), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44693] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(707), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(709), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44750] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(711), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(713), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44807] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(715), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(717), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44864] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(719), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(721), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44921] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(723), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(725), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [44978] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(723), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(725), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [45035] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(727), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(729), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [45092] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1097), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1095), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [45181] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1101), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1099), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [45270] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1105), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1103), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [45359] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1109), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1107), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [45448] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [45537] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [45626] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [45715] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [45804] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1117), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1115), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [45893] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1121), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1119), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [45982] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46071] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46160] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1125), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1123), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46249] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1129), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1127), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46338] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46427] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46516] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46605] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46694] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1133), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1131), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46783] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1113), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1111), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46872] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1137), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1135), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [46961] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1141), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1139), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [47050] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(731), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(733), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [47107] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(735), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(737), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [47164] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(741), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [47221] = 4,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(743), 2,
      anon_sym_LPAREN,
      anon_sym_DOT,
    ACTIONS(741), 22,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(739), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [47280] = 4,
    ACTIONS(1143), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(741), 23,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(739), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [47339] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(749), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(751), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [47396] = 19,
    ACTIONS(965), 1,
      anon_sym_LPAREN,
    ACTIONS(967), 1,
      anon_sym_DOT,
    ACTIONS(971), 1,
      anon_sym_PIPE,
    ACTIONS(973), 1,
      anon_sym_AMP,
    ACTIONS(977), 1,
      anon_sym_DASH,
    ACTIONS(979), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(981), 1,
      anon_sym_AMP_AMP,
    ACTIONS(983), 1,
      anon_sym_CARET,
    ACTIONS(987), 1,
      anon_sym_LT,
    ACTIONS(989), 1,
      anon_sym_GT,
    ACTIONS(991), 1,
      anon_sym_PLUS,
    ACTIONS(993), 1,
      anon_sym_SLASH,
    ACTIONS(995), 1,
      anon_sym_LBRACK,
    STATE(443), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(969), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(985), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1148), 10,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1146), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_BANG,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [47485] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(763), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(765), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [47542] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(767), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(769), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [47599] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(527), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(529), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [47656] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(771), 24,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_PIPE,
      anon_sym_for,
      anon_sym_AMP,
      anon_sym_when,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(773), 24,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_TILDE,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [47713] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(513), 7,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
    ACTIONS(515), 39,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_else,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym__,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
  [47768] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(509), 7,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
      sym_integer_literal,
    ACTIONS(511), 39,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_else,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym__,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
  [47823] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(547), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(549), 35,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [47873] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(767), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(769), 35,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [47923] = 11,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1154), 1,
      anon_sym_COLON,
    ACTIONS(1156), 1,
      anon_sym_EQ,
    ACTIONS(1158), 1,
      anon_sym_LBRACE,
    STATE(545), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(755), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1152), 13,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1150), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [47988] = 11,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1158), 1,
      anon_sym_LBRACE,
    ACTIONS(1164), 1,
      anon_sym_COLON,
    ACTIONS(1166), 1,
      anon_sym_EQ,
    STATE(542), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(786), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1162), 13,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1160), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [48053] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1168), 18,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1170), 22,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [48102] = 5,
    ACTIONS(1172), 1,
      anon_sym_else,
    STATE(553), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(413), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(415), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [48154] = 5,
    ACTIONS(1174), 1,
      anon_sym_else,
    STATE(538), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(435), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(437), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [48206] = 5,
    ACTIONS(1180), 1,
      anon_sym_else,
    STATE(540), 1,
      aux_sym_when_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1178), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1176), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [48258] = 5,
    ACTIONS(1187), 1,
      anon_sym_else,
    STATE(549), 1,
      aux_sym_when_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1185), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1183), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [48310] = 10,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1158), 1,
      anon_sym_LBRACE,
    ACTIONS(1193), 1,
      anon_sym_EQ,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(778), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1191), 13,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1189), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [48372] = 5,
    ACTIONS(1195), 1,
      anon_sym_else,
    STATE(543), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(400), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(402), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [48424] = 10,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1158), 1,
      anon_sym_LBRACE,
    ACTIONS(1202), 1,
      anon_sym_EQ,
    STATE(551), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(745), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1200), 13,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1198), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [48486] = 10,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1158), 1,
      anon_sym_LBRACE,
    ACTIONS(1208), 1,
      anon_sym_EQ,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(774), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1206), 13,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1204), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [48548] = 10,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1158), 1,
      anon_sym_LBRACE,
    ACTIONS(1214), 1,
      anon_sym_EQ,
    STATE(548), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(762), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1212), 13,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1210), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [48610] = 5,
    ACTIONS(1216), 1,
      anon_sym_else,
    STATE(552), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(429), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(431), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [48662] = 10,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1158), 1,
      anon_sym_LBRACE,
    ACTIONS(1222), 1,
      anon_sym_EQ,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(771), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1220), 13,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1218), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [48724] = 5,
    ACTIONS(1228), 1,
      anon_sym_else,
    STATE(540), 1,
      aux_sym_when_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1226), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1224), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [48776] = 7,
    ACTIONS(1234), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1230), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1232), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [48832] = 10,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1158), 1,
      anon_sym_LBRACE,
    ACTIONS(1241), 1,
      anon_sym_EQ,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(760), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1239), 13,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1237), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [48894] = 5,
    ACTIONS(1243), 1,
      anon_sym_else,
    STATE(543), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(407), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(409), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [48946] = 5,
    ACTIONS(1245), 1,
      anon_sym_else,
    STATE(553), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(419), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(421), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [48998] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(461), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(463), 32,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_else,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [49045] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1248), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1250), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49100] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1252), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1254), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49155] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1256), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1258), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49210] = 7,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(445), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(447), 29,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [49265] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1266), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1268), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49320] = 4,
    ACTIONS(1270), 1,
      anon_sym_mut,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(517), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(519), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [49369] = 15,
    ACTIONS(445), 1,
      anon_sym_PIPE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 20,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [49440] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(457), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(459), 32,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_else,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [49487] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1288), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1290), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49542] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1292), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1294), 19,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49589] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1296), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1298), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49644] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1300), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1302), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49699] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1304), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1306), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49754] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1308), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1310), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49809] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1312), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1314), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49864] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1316), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1318), 19,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49911] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1320), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1322), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [49966] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1324), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1326), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50021] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1328), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1330), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50076] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1332), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1334), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50131] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1288), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1290), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50186] = 7,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(505), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(507), 29,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [50241] = 13,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(445), 2,
      anon_sym_PIPE,
      anon_sym_AMP,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 21,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [50308] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1336), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1338), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50363] = 9,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(445), 4,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
    ACTIONS(447), 27,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [50422] = 14,
    ACTIONS(445), 1,
      anon_sym_PIPE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 21,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [50491] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1340), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1342), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50546] = 16,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_PIPE_PIPE,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [50619] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1348), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1350), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50674] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1352), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1354), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50729] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1356), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1358), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50784] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1360), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1362), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50839] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1364), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1366), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [50894] = 12,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(445), 2,
      anon_sym_PIPE,
      anon_sym_AMP,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(447), 25,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [50959] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1370), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1368), 20,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_COLON,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [51006] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(596), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1372), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1374), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [51061] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1376), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1378), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [51116] = 10,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(449), 4,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
    ACTIONS(451), 25,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [51177] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(453), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(455), 32,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_else,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [51224] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(443), 18,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [51299] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1382), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1384), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [51354] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1386), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1388), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [51409] = 5,
    ACTIONS(1394), 1,
      anon_sym_DOT,
    STATE(597), 1,
      aux_sym_type_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1390), 18,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1392), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [51460] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1397), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1399), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [51515] = 15,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 20,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [51586] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1403), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1401), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [51632] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1407), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1405), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [51678] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1411), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1409), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [51724] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1415), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1413), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [51770] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1419), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1417), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [51816] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(731), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(733), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [51862] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(719), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(721), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [51908] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(723), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(725), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [51954] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(723), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(725), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52000] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1423), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1421), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [52046] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1427), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1425), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [52092] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1431), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1429), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [52138] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(575), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(577), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52184] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(727), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(729), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52230] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1435), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1433), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [52276] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1439), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1437), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [52322] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1443), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1441), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [52368] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(735), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(737), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52414] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(741), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52460] = 5,
    ACTIONS(743), 1,
      anon_sym_LPAREN,
    ACTIONS(1445), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(741), 30,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52510] = 4,
    ACTIONS(1448), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(741), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52558] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(579), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(581), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52604] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(583), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(585), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52650] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(587), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(589), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52696] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(591), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(593), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52742] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1392), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1390), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [52788] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(595), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(597), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52834] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(599), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(601), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [52880] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1453), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1451), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [52926] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1457), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1455), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [52972] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1461), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1459), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53018] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1465), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1463), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53064] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1469), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1467), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53110] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1473), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1471), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53156] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1477), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1475), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53202] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1481), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1479), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53248] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1485), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1483), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53294] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1489), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1487), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53340] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(749), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(751), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [53386] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(603), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(605), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [53432] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1493), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1491), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53478] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1497), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1495), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53524] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(763), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(765), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [53570] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(527), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(529), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [53616] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1501), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1499), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53662] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1505), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1503), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53708] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1509), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1507), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53754] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1513), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1511), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [53800] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(607), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(609), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [53846] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(611), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(613), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [53892] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(615), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(617), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [53938] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(619), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(621), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [53984] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(535), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(537), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54030] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(623), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(625), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54076] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(543), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(545), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54122] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(715), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(717), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54168] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(627), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(629), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54214] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(631), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(633), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54260] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(523), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(525), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54306] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(635), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(637), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54352] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(639), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(641), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54398] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(643), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(645), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54444] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(647), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(649), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54490] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(651), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(653), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54536] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1517), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1515), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [54582] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(551), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(553), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54628] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1521), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1519), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [54674] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1525), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1523), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [54720] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1529), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1527), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [54766] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1533), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1531), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [54812] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1537), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1535), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [54858] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1541), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1539), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [54904] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(555), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(557), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54950] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(655), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(657), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [54996] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(711), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(713), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55042] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(659), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(661), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55088] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(559), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(561), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55134] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(571), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(573), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55180] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(663), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(665), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55226] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(667), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(669), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55272] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(671), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(673), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55318] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(671), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(673), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55364] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(675), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(677), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55410] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(679), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(681), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55456] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(683), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(685), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55502] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(687), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(689), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55548] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(691), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(693), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55594] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1545), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1543), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [55640] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(531), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(533), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [55686] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1549), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1547), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [55732] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1553), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1551), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [55778] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1557), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1555), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [55824] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1561), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1559), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [55870] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1565), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1563), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [55916] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1569), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1567), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [55962] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1573), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1571), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [56008] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1577), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1575), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [56054] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1581), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
    ACTIONS(1579), 19,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
  [56100] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(563), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(565), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [56146] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(567), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(569), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [56192] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(695), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(697), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [56238] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(699), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(701), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [56284] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(703), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(705), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [56330] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(771), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(773), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [56376] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(707), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(709), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [56422] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(539), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(541), 31,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_COLON,
      anon_sym_STAR,
      anon_sym_DOT_DOT_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_as,
      anon_sym_EQ_GT,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DQUOTE,
  [56468] = 22,
    ACTIONS(370), 1,
      anon_sym_COMMA,
    ACTIONS(1158), 1,
      anon_sym_LBRACE,
    ACTIONS(1583), 1,
      anon_sym_SEMI,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1589), 1,
      anon_sym_EQ,
    ACTIONS(1595), 1,
      anon_sym_PIPE,
    ACTIONS(1597), 1,
      anon_sym_AMP,
    ACTIONS(1601), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1603), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1605), 1,
      anon_sym_CARET,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    STATE(841), 1,
      sym_block,
    STATE(1279), 1,
      aux_sym_assignment_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1593), 10,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
  [56551] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1615), 18,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_COLON,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1617), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [56596] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1619), 18,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1621), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [56641] = 5,
    ACTIONS(1627), 1,
      anon_sym_else,
    STATE(716), 1,
      aux_sym_compile_time_when_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1623), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1625), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [56690] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1629), 18,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1631), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [56735] = 4,
    STATE(714), 1,
      aux_sym_type_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1635), 17,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1633), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [56782] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1637), 18,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_COLON,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1639), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [56827] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1641), 18,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1643), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [56872] = 4,
    STATE(597), 1,
      aux_sym_type_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1647), 17,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1645), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [56919] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1649), 18,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_COLON,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1651), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [56964] = 5,
    ACTIONS(1657), 1,
      anon_sym_else,
    STATE(717), 1,
      aux_sym_compile_time_when_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1653), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1655), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57013] = 5,
    ACTIONS(1663), 1,
      anon_sym_else,
    STATE(717), 1,
      aux_sym_compile_time_when_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1659), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1661), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57062] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1666), 18,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_COLON,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1668), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57107] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1670), 17,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1672), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57151] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1674), 17,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1676), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57195] = 4,
    ACTIONS(1682), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1678), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1680), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57241] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1684), 17,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1686), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57285] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1688), 17,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1690), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57329] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1692), 17,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1694), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57373] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1696), 17,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1698), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57417] = 5,
    ACTIONS(1700), 1,
      anon_sym_else,
    STATE(728), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(429), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(431), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [57465] = 5,
    ACTIONS(1702), 1,
      anon_sym_else,
    STATE(729), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(435), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(437), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [57513] = 5,
    ACTIONS(1704), 1,
      anon_sym_else,
    STATE(730), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(407), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(409), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [57561] = 5,
    ACTIONS(1706), 1,
      anon_sym_else,
    STATE(731), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(413), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(415), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [57609] = 5,
    ACTIONS(1708), 1,
      anon_sym_else,
    STATE(730), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(400), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(402), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [57657] = 5,
    ACTIONS(1711), 1,
      anon_sym_else,
    STATE(731), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(419), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(421), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [57705] = 5,
    ACTIONS(1055), 1,
      anon_sym_COMMA,
    STATE(736), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1716), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1714), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57753] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1718), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1720), 19,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57797] = 5,
    ACTIONS(1726), 1,
      anon_sym_LPAREN,
    STATE(690), 1,
      sym_type_arguments,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1724), 15,
      anon_sym_SEMI,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1722), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57845] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1729), 17,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1731), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57889] = 5,
    ACTIONS(1733), 1,
      anon_sym_COMMA,
    STATE(736), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1077), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1075), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57937] = 4,
    ACTIONS(1740), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1738), 16,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1736), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [57983] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1742), 17,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1744), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [58027] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1746), 17,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1748), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [58071] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1750), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1752), 19,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [58115] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1754), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1756), 19,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_else,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [58159] = 11,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(445), 4,
      anon_sym_EQ,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_CARET,
    ACTIONS(447), 19,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [58218] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1758), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1760), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [58261] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(509), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(511), 23,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_else,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [58304] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1762), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1764), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [58347] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1766), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1768), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [58390] = 4,
    ACTIONS(1770), 1,
      anon_sym_mut,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(517), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(519), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [58435] = 7,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(445), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(447), 19,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [58486] = 14,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1597), 1,
      anon_sym_AMP,
    ACTIONS(1605), 1,
      anon_sym_CARET,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(445), 2,
      anon_sym_EQ,
      anon_sym_PIPE,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 15,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [58551] = 12,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(445), 4,
      anon_sym_EQ,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_CARET,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 15,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [58612] = 8,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(445), 8,
      anon_sym_EQ,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
    ACTIONS(447), 19,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [58665] = 16,
    ACTIONS(445), 1,
      anon_sym_EQ,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1595), 1,
      anon_sym_PIPE,
    ACTIONS(1597), 1,
      anon_sym_AMP,
    ACTIONS(1603), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1605), 1,
      anon_sym_CARET,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 14,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
  [58734] = 15,
    ACTIONS(445), 1,
      anon_sym_EQ,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1595), 1,
      anon_sym_PIPE,
    ACTIONS(1597), 1,
      anon_sym_AMP,
    ACTIONS(1605), 1,
      anon_sym_CARET,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 15,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [58801] = 13,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1597), 1,
      anon_sym_AMP,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(445), 3,
      anon_sym_EQ,
      anon_sym_PIPE,
      anon_sym_CARET,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 15,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [58864] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1772), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1774), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [58907] = 17,
    ACTIONS(441), 1,
      anon_sym_EQ,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1595), 1,
      anon_sym_PIPE,
    ACTIONS(1597), 1,
      anon_sym_AMP,
    ACTIONS(1601), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1603), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1605), 1,
      anon_sym_CARET,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(443), 13,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
  [58978] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1776), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1778), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59021] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1780), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1782), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59064] = 9,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(449), 6,
      anon_sym_EQ,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
    ACTIONS(451), 19,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [59119] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1784), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1786), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59162] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(453), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(455), 23,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_else,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [59205] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1788), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1790), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59248] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(457), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(459), 23,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_else,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [59291] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(461), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(463), 23,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_else,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [59334] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1792), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1794), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59377] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1796), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1798), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59420] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1800), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1802), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59463] = 5,
    ACTIONS(1808), 1,
      anon_sym_DOT,
    STATE(768), 1,
      aux_sym_module_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1806), 14,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1804), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59510] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1811), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1813), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59553] = 4,
    STATE(768), 1,
      aux_sym_module_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1817), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1815), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59598] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1819), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1821), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59641] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1823), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1825), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59684] = 20,
    ACTIONS(370), 1,
      anon_sym_COMMA,
    ACTIONS(791), 1,
      anon_sym_LBRACE,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1589), 1,
      anon_sym_EQ,
    ACTIONS(1595), 1,
      anon_sym_PIPE,
    ACTIONS(1597), 1,
      anon_sym_AMP,
    ACTIONS(1601), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1603), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1605), 1,
      anon_sym_CARET,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    STATE(1279), 1,
      aux_sym_assignment_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1593), 10,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
  [59761] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1827), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1829), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59804] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1831), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1833), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59847] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1835), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1837), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59890] = 7,
    ACTIONS(743), 1,
      anon_sym_LPAREN,
    ACTIONS(1839), 1,
      anon_sym_COMMA,
    ACTIONS(1842), 1,
      anon_sym_DOT,
    ACTIONS(1846), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(741), 19,
      anon_sym_SEMI,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [59941] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1848), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1850), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [59984] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1852), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1854), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [60027] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(513), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(515), 23,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_else,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60070] = 7,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(505), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(507), 19,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [60121] = 20,
    ACTIONS(370), 1,
      anon_sym_COMMA,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1589), 1,
      anon_sym_EQ,
    ACTIONS(1595), 1,
      anon_sym_PIPE,
    ACTIONS(1597), 1,
      anon_sym_AMP,
    ACTIONS(1601), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1603), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1605), 1,
      anon_sym_CARET,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    ACTIONS(1856), 1,
      anon_sym_LBRACE,
    STATE(802), 1,
      sym_argument_list,
    STATE(1279), 1,
      aux_sym_assignment_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1593), 10,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
  [60198] = 20,
    ACTIONS(370), 1,
      anon_sym_COMMA,
    ACTIONS(805), 1,
      anon_sym_LBRACE,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1589), 1,
      anon_sym_EQ,
    ACTIONS(1595), 1,
      anon_sym_PIPE,
    ACTIONS(1597), 1,
      anon_sym_AMP,
    ACTIONS(1601), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1603), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1605), 1,
      anon_sym_CARET,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    STATE(802), 1,
      sym_argument_list,
    STATE(1279), 1,
      aux_sym_assignment_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1593), 10,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
  [60275] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1858), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1860), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [60318] = 4,
    STATE(770), 1,
      aux_sym_module_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1864), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1862), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [60363] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1866), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1868), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [60406] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1870), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1872), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [60449] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(643), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(645), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60491] = 4,
    ACTIONS(1878), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1876), 14,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1874), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [60535] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(579), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(581), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60577] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(583), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(585), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60619] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(575), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(577), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60661] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(591), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(593), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60703] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(595), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(597), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60745] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(599), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(601), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60787] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(603), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(605), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60829] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(607), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(609), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60871] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(611), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(613), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60913] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(615), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(617), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60955] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(619), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(621), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [60997] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(623), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(625), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61039] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(531), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(533), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61081] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(627), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(629), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61123] = 4,
    ACTIONS(1881), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1884), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1886), 17,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
  [61167] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(631), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(633), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61209] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(523), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(525), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61251] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(635), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(637), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61293] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(639), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(641), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61335] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(647), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(649), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61377] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(651), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(653), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61419] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(655), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(657), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61461] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(659), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(661), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61503] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(663), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(665), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61545] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(667), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(669), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61587] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(671), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(673), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61629] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(671), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(673), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61671] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(675), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(677), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61713] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(679), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(681), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61755] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(683), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(685), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61797] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(687), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(689), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61839] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(691), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(693), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61881] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(535), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(537), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61923] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(695), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(697), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [61965] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(699), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(701), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62007] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(703), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(705), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62049] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(771), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(773), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62091] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(707), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(709), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62133] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(539), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(541), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62175] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(711), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(713), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62217] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(715), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(717), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62259] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(719), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(721), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62301] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(723), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(725), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62343] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(723), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(725), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62385] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(727), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(729), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62427] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(515), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(513), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [62469] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(731), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(733), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62511] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(735), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(737), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62553] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(741), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62595] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(543), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(545), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62637] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(511), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(509), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [62679] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1890), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1888), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [62721] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(547), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(549), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62763] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(551), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(553), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62805] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(555), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(557), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62847] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(559), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(561), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62889] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(563), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(565), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62931] = 4,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(743), 2,
      anon_sym_LPAREN,
      anon_sym_DOT,
    ACTIONS(739), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(741), 20,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [62975] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(567), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(569), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [63017] = 4,
    ACTIONS(1892), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(741), 21,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [63061] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1897), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1895), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [63103] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(749), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(751), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [63145] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1806), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1804), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [63187] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(763), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(765), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [63229] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(767), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(769), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [63271] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(527), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(529), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [63313] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1876), 15,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1874), 18,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [63355] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(571), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(573), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [63397] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(587), 11,
      anon_sym_EQ,
      anon_sym_STAR,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_DASH,
      anon_sym_CARET,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_PLUS,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(589), 22,
      anon_sym_SEMI,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_LBRACK,
  [63439] = 20,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1899), 1,
      anon_sym_LPAREN,
    ACTIONS(1901), 1,
      anon_sym_mut,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1905), 1,
      anon_sym_dyn,
    STATE(696), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [63514] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(566), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1007), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [63591] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(583), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1011), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [63668] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(567), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1031), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [63745] = 20,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1909), 1,
      anon_sym_LPAREN,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1913), 1,
      anon_sym_mut,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    ACTIONS(1919), 1,
      anon_sym_dyn,
    STATE(696), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [63820] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(568), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1035), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [63897] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(556), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1027), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [63974] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(581), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1039), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [64051] = 17,
    ACTIONS(1585), 1,
      anon_sym_LPAREN,
    ACTIONS(1587), 1,
      anon_sym_DOT,
    ACTIONS(1595), 1,
      anon_sym_PIPE,
    ACTIONS(1597), 1,
      anon_sym_AMP,
    ACTIONS(1601), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1603), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1605), 1,
      anon_sym_CARET,
    ACTIONS(1609), 1,
      anon_sym_LT,
    ACTIONS(1611), 1,
      anon_sym_GT,
    ACTIONS(1613), 1,
      anon_sym_LBRACK,
    ACTIONS(1923), 1,
      anon_sym_EQ,
    STATE(802), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1599), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1591), 3,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
    ACTIONS(1607), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1921), 11,
      anon_sym_COMMA,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
  [64120] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(574), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1015), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [64197] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(586), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1023), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [64274] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(587), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(963), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [64351] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(572), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1003), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [64428] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(565), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1019), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [64505] = 21,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(557), 1,
      aux_sym_module_declaration_repeat1,
    STATE(688), 1,
      sym_argument_list,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(999), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [64582] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1925), 1,
      anon_sym_RPAREN,
    ACTIONS(1927), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1736), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [64654] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1929), 1,
      anon_sym_LPAREN,
    STATE(708), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1271), 1,
      sym_return_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [64726] = 19,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    ACTIONS(1929), 1,
      anon_sym_LPAREN,
    STATE(544), 1,
      sym_return_type,
    STATE(708), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [64798] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1929), 1,
      anon_sym_LPAREN,
    STATE(708), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1329), 1,
      sym_return_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [64870] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1931), 1,
      sym_identifier,
    ACTIONS(1933), 1,
      anon_sym_RPAREN,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1859), 1,
      sym_type,
    STATE(1906), 1,
      sym_payload_field,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [64942] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1931), 1,
      sym_identifier,
    ACTIONS(1935), 1,
      anon_sym_RPAREN,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1727), 1,
      sym_payload_field,
    STATE(1859), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65014] = 19,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    ACTIONS(1929), 1,
      anon_sym_LPAREN,
    STATE(546), 1,
      sym_return_type,
    STATE(708), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65086] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1937), 1,
      anon_sym_RPAREN,
    ACTIONS(1939), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1714), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65158] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1929), 1,
      anon_sym_LPAREN,
    STATE(708), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1343), 1,
      sym_return_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65230] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1941), 1,
      anon_sym_RPAREN,
    ACTIONS(1943), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1804), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65302] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1929), 1,
      anon_sym_LPAREN,
    STATE(708), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1336), 1,
      sym_return_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65374] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1931), 1,
      sym_identifier,
    ACTIONS(1945), 1,
      anon_sym_RPAREN,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1859), 1,
      sym_type,
    STATE(1906), 1,
      sym_payload_field,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65446] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1943), 1,
      anon_sym_DOT_DOT_DOT,
    ACTIONS(1947), 1,
      anon_sym_RPAREN,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1804), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65518] = 4,
    ACTIONS(1951), 1,
      anon_sym_SEMI,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1953), 14,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1949), 16,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [65560] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1943), 1,
      anon_sym_DOT_DOT_DOT,
    ACTIONS(1955), 1,
      anon_sym_RPAREN,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1804), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65632] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1943), 1,
      anon_sym_DOT_DOT_DOT,
    ACTIONS(1957), 1,
      anon_sym_RPAREN,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1804), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65704] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1943), 1,
      anon_sym_DOT_DOT_DOT,
    ACTIONS(1959), 1,
      anon_sym_RPAREN,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1804), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65776] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1943), 1,
      anon_sym_DOT_DOT_DOT,
    ACTIONS(1961), 1,
      anon_sym_RPAREN,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1804), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65848] = 19,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1929), 1,
      anon_sym_LPAREN,
    STATE(708), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1273), 1,
      sym_return_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [65920] = 6,
    ACTIONS(1963), 1,
      anon_sym_COMMA,
    ACTIONS(1967), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(1965), 10,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym__,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
    ACTIONS(741), 13,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [65965] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1969), 1,
      anon_sym_RPAREN,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1824), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66034] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1971), 1,
      anon_sym_alias,
    STATE(757), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66103] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1973), 1,
      anon_sym_alias,
    STATE(758), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66172] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1975), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1761), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66241] = 6,
    ACTIONS(1977), 1,
      anon_sym_COMMA,
    ACTIONS(1981), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(1979), 10,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym__,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
    ACTIONS(741), 13,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [66286] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1983), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1900), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66355] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1985), 1,
      anon_sym_alias,
    STATE(775), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66424] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1987), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1549), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66493] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1989), 1,
      anon_sym_AT,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(2023), 2,
      sym_compiler_error_directive,
      sym_type,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66560] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(201), 14,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_BANG,
      anon_sym_TILDE,
      anon_sym_LBRACK,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      sym_no_initializer,
    ACTIONS(1991), 16,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_return,
      sym_break_statement,
      sym_continue_statement,
      anon_sym_defer,
      anon_sym_if,
      anon_sym_match,
      anon_sym_for,
      anon_sym_when,
      anon_sym_DASH,
      sym_integer_literal,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
      sym_identifier,
  [66599] = 18,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    ACTIONS(1993), 1,
      anon_sym_dyn,
    STATE(640), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66668] = 18,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    ACTIONS(1995), 1,
      anon_sym_mut,
    STATE(644), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66737] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1931), 1,
      sym_identifier,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1859), 1,
      sym_type,
    STATE(1906), 1,
      sym_payload_field,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66806] = 18,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    ACTIONS(1997), 1,
      anon_sym_alias,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    STATE(779), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66875] = 18,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    ACTIONS(1999), 1,
      anon_sym_alias,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    STATE(775), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [66944] = 18,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    ACTIONS(2001), 1,
      anon_sym_alias,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    STATE(757), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67013] = 18,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    ACTIONS(2003), 1,
      anon_sym_alias,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    STATE(758), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67082] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(1943), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1804), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67151] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(2005), 1,
      anon_sym_dyn,
    STATE(640), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67220] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(2007), 1,
      anon_sym_RPAREN,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1824), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67289] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1066), 1,
      anon_sym_mut,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(644), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67358] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(2009), 1,
      anon_sym_AT,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(2115), 2,
      sym_type,
      sym_auto_attribute,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67425] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(2011), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1675), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67494] = 18,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    ACTIONS(2013), 1,
      anon_sym_alias,
    STATE(779), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67563] = 6,
    ACTIONS(2015), 1,
      anon_sym_COMMA,
    ACTIONS(2019), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(2017), 10,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym__,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
    ACTIONS(741), 13,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [67608] = 6,
    ACTIONS(2021), 1,
      anon_sym_COMMA,
    ACTIONS(2025), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(2023), 10,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym__,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
    ACTIONS(741), 13,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [67653] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2101), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67719] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2092), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67785] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1710), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67851] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2039), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67917] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1549), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [67983] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1824), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68049] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1556), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68115] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(787), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68181] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(609), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68247] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(631), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68313] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1931), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68379] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1353), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68445] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1959), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68511] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(632), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68577] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(633), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68643] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(614), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68709] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2110), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68775] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1880), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68841] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1833), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68907] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1954), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [68973] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1805), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69039] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(767), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69105] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(631), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69171] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(632), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69237] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(633), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69303] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    STATE(746), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69369] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(666), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69435] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(601), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69501] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    STATE(767), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69567] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(666), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69633] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    STATE(787), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69699] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1547), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69765] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    STATE(772), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69831] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1887), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69897] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(601), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [69963] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(609), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70029] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(614), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70095] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1366), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70161] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1350), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70227] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1382), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70293] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1900), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70359] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1904), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70425] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1356), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70491] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1358), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70557] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1359), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70623] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1686), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70689] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2063), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70755] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1360), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70821] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1383), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70887] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1362), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [70953] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2030), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71019] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1348), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71085] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2032), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71151] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1828), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71217] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(746), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71283] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2040), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71349] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(772), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71415] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2078), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71481] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1349), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71547] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1797), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71613] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(689), 1,
      sym_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71679] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(2077), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71745] = 17,
    ACTIONS(276), 1,
      anon_sym_STAR,
    ACTIONS(278), 1,
      anon_sym_DOLLAR,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1903), 1,
      anon_sym_LBRACK,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1737), 1,
      sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71811] = 17,
    ACTIONS(296), 1,
      anon_sym_struct,
    ACTIONS(298), 1,
      anon_sym_enum,
    ACTIONS(300), 1,
      anon_sym_flags,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(304), 1,
      anon_sym_trait,
    ACTIONS(306), 1,
      sym_opaque_type,
    ACTIONS(1061), 1,
      sym_identifier,
    ACTIONS(1068), 1,
      anon_sym_AT,
    ACTIONS(1070), 1,
      anon_sym_when,
    ACTIONS(1911), 1,
      anon_sym_STAR,
    ACTIONS(1915), 1,
      anon_sym_DOLLAR,
    ACTIONS(1917), 1,
      anon_sym_LBRACK,
    STATE(689), 1,
      sym_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(628), 14,
      sym_named_type,
      sym_captured_type,
      sym_when_type,
      sym_pointer_type,
      sym_dynamic_trait_type,
      sym_slice_type,
      sym_array_type,
      sym_function_type,
      sym_struct_type,
      sym_enum_type,
      sym_flags_type,
      sym_union_type,
      sym_trait_type,
      sym_representation_type,
  [71877] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1125), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [71942] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1097), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72007] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1129), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72072] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1117), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72137] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1105), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72202] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1121), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72267] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1101), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72332] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1083), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72397] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1087), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72462] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1141), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72527] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1137), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72592] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1133), 8,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_AT,
      anon_sym_when,
  [72657] = 20,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2033), 1,
      anon_sym_LBRACE,
    ACTIONS(2035), 1,
      anon_sym_PIPE,
    ACTIONS(2037), 1,
      anon_sym_DOT_DOT,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2045), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2047), 1,
      anon_sym_AMP_AMP,
    ACTIONS(2049), 1,
      anon_sym_CARET,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1519), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [72725] = 20,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2035), 1,
      anon_sym_PIPE,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2045), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2047), 1,
      anon_sym_AMP_AMP,
    ACTIONS(2049), 1,
      anon_sym_CARET,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    ACTIONS(2061), 1,
      anon_sym_LBRACE,
    ACTIONS(2063), 1,
      anon_sym_DOT_DOT,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1436), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [72793] = 20,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2035), 1,
      anon_sym_PIPE,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2045), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2047), 1,
      anon_sym_AMP_AMP,
    ACTIONS(2049), 1,
      anon_sym_CARET,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    ACTIONS(2065), 1,
      anon_sym_LBRACE,
    ACTIONS(2067), 1,
      anon_sym_DOT_DOT,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1428), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [72861] = 20,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2035), 1,
      anon_sym_PIPE,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2045), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2047), 1,
      anon_sym_AMP_AMP,
    ACTIONS(2049), 1,
      anon_sym_CARET,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    ACTIONS(2069), 1,
      anon_sym_LBRACE,
    ACTIONS(2071), 1,
      anon_sym_DOT_DOT,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1454), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [72929] = 20,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2035), 1,
      anon_sym_PIPE,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2045), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2047), 1,
      anon_sym_AMP_AMP,
    ACTIONS(2049), 1,
      anon_sym_CARET,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    ACTIONS(2073), 1,
      anon_sym_LBRACE,
    ACTIONS(2075), 1,
      anon_sym_DOT_DOT,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1451), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [72997] = 20,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2035), 1,
      anon_sym_PIPE,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2045), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2047), 1,
      anon_sym_AMP_AMP,
    ACTIONS(2049), 1,
      anon_sym_CARET,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    ACTIONS(2077), 1,
      anon_sym_LBRACE,
    ACTIONS(2079), 1,
      anon_sym_DOT_DOT,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1522), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73065] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2081), 1,
      anon_sym_COMMA,
    ACTIONS(2083), 1,
      anon_sym_RPAREN,
    ACTIONS(2085), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(688), 1,
      sym_argument_list,
    STATE(1502), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73132] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(2087), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [73193] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2089), 1,
      anon_sym_COMMA,
    ACTIONS(2091), 1,
      anon_sym_LBRACE,
    ACTIONS(2093), 1,
      anon_sym_as,
    STATE(688), 1,
      sym_argument_list,
    STATE(1414), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73260] = 5,
    ACTIONS(1445), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(743), 3,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
    ACTIONS(739), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(741), 15,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [73297] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(2095), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [73358] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2097), 1,
      anon_sym_COMMA,
    ACTIONS(2099), 1,
      anon_sym_RPAREN,
    ACTIONS(2101), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(688), 1,
      sym_argument_list,
    STATE(1466), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73425] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2103), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1505), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73490] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2105), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1449), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73555] = 5,
    ACTIONS(2107), 1,
      anon_sym_else,
    STATE(1023), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(429), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(431), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [73592] = 5,
    ACTIONS(2109), 1,
      anon_sym_else,
    STATE(1024), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(435), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(437), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [73629] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2111), 1,
      anon_sym_SEMI,
    ACTIONS(2113), 1,
      anon_sym_COMMA,
    ACTIONS(2115), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    STATE(1606), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73696] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2117), 1,
      anon_sym_COMMA,
    ACTIONS(2119), 1,
      anon_sym_RPAREN,
    ACTIONS(2121), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(688), 1,
      sym_argument_list,
    STATE(1462), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73763] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2123), 1,
      anon_sym_SEMI,
    ACTIONS(2125), 1,
      anon_sym_COMMA,
    ACTIONS(2127), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    STATE(1637), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73830] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2129), 1,
      anon_sym_COMMA,
    ACTIONS(2131), 1,
      anon_sym_RPAREN,
    ACTIONS(2133), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(688), 1,
      sym_argument_list,
    STATE(1484), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73897] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2135), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1425), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [73962] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(2137), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [74023] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(2139), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [74084] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2141), 1,
      anon_sym_SEMI,
    ACTIONS(2143), 1,
      anon_sym_COMMA,
    ACTIONS(2145), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    STATE(1674), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74151] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2147), 1,
      anon_sym_COMMA,
    ACTIONS(2149), 1,
      anon_sym_RPAREN,
    ACTIONS(2151), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(688), 1,
      sym_argument_list,
    STATE(1433), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74218] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2089), 1,
      anon_sym_COMMA,
    ACTIONS(2153), 1,
      anon_sym_LBRACE,
    ACTIONS(2155), 1,
      anon_sym_as,
    STATE(688), 1,
      sym_argument_list,
    STATE(1413), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74285] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2157), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1455), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74350] = 5,
    ACTIONS(2159), 1,
      anon_sym_else,
    STATE(1025), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(407), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(409), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [74387] = 5,
    ACTIONS(2161), 1,
      anon_sym_else,
    STATE(1027), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(413), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(415), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [74424] = 5,
    ACTIONS(2163), 1,
      anon_sym_else,
    STATE(1025), 1,
      aux_sym_if_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(400), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(402), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [74461] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2166), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1434), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74526] = 5,
    ACTIONS(2168), 1,
      anon_sym_else,
    STATE(1027), 1,
      aux_sym_when_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(419), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(421), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [74563] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2089), 1,
      anon_sym_COMMA,
    ACTIONS(2171), 1,
      anon_sym_LBRACE,
    ACTIONS(2173), 1,
      anon_sym_as,
    STATE(688), 1,
      sym_argument_list,
    STATE(1525), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74630] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2175), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1501), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74695] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2177), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1437), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74760] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2089), 1,
      anon_sym_COMMA,
    ACTIONS(2179), 1,
      anon_sym_LBRACE,
    ACTIONS(2181), 1,
      anon_sym_as,
    STATE(688), 1,
      sym_argument_list,
    STATE(1527), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74827] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2183), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1503), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74892] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2089), 1,
      anon_sym_COMMA,
    ACTIONS(2185), 1,
      anon_sym_LBRACE,
    ACTIONS(2187), 1,
      anon_sym_as,
    STATE(688), 1,
      sym_argument_list,
    STATE(1530), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [74959] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(2189), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [75020] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2191), 1,
      anon_sym_SEMI,
    ACTIONS(2193), 1,
      anon_sym_COMMA,
    ACTIONS(2195), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    STATE(1562), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [75087] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(2197), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [75148] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2199), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1469), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [75213] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2201), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1529), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [75278] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2203), 1,
      anon_sym_SEMI,
    ACTIONS(2205), 1,
      anon_sym_COMMA,
    ACTIONS(2207), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    STATE(1713), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [75345] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2209), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1460), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [75410] = 20,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2203), 1,
      anon_sym_SEMI,
    ACTIONS(2205), 1,
      anon_sym_COMMA,
    ACTIONS(2211), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    STATE(1713), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [75477] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(2213), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    STATE(1489), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [75542] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1262), 1,
      anon_sym_DOT,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1077), 4,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT_DOT_DOT,
      anon_sym_RBRACK,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [75603] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2217), 1,
      anon_sym_RBRACE,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1771), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [75667] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2233), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1793), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [75731] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2235), 1,
      anon_sym_RBRACE,
    STATE(1047), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1794), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [75795] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2237), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1795), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [75859] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2239), 1,
      anon_sym_RBRACE,
    STATE(1100), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1820), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [75923] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2241), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1811), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [75987] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2243), 1,
      anon_sym_RBRACE,
    STATE(1065), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1812), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76051] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2245), 1,
      anon_sym_RBRACE,
    STATE(1054), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1813), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76115] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2247), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1827), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76179] = 15,
    ACTIONS(445), 1,
      anon_sym_PIPE,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2049), 1,
      anon_sym_CARET,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 5,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [76235] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2249), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1821), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76299] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2251), 1,
      anon_sym_RBRACE,
    STATE(1057), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1822), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76363] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2253), 1,
      anon_sym_RBRACE,
    STATE(1058), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1830), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76427] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2255), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1831), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76491] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2257), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1834), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76555] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2259), 1,
      anon_sym_RBRACE,
    STATE(1060), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1907), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76619] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2261), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1837), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76683] = 13,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(445), 2,
      anon_sym_PIPE,
      anon_sym_AMP,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 6,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
  [76735] = 9,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(445), 4,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
    ACTIONS(447), 12,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
  [76779] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2263), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1768), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76843] = 16,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2035), 1,
      anon_sym_PIPE,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2047), 1,
      anon_sym_AMP_AMP,
    ACTIONS(2049), 1,
      anon_sym_CARET,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(447), 4,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_PIPE_PIPE,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [76901] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2265), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1815), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [76965] = 15,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2035), 1,
      anon_sym_PIPE,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2049), 1,
      anon_sym_CARET,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 5,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [77021] = 7,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(505), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(507), 14,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
  [77061] = 14,
    ACTIONS(445), 1,
      anon_sym_PIPE,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(447), 6,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
  [77115] = 12,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(445), 2,
      anon_sym_PIPE,
      anon_sym_AMP,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(447), 10,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [77165] = 17,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2035), 1,
      anon_sym_PIPE,
    ACTIONS(2039), 1,
      anon_sym_AMP,
    ACTIONS(2045), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(2047), 1,
      anon_sym_AMP_AMP,
    ACTIONS(2049), 1,
      anon_sym_CARET,
    ACTIONS(2053), 1,
      anon_sym_LT,
    ACTIONS(2055), 1,
      anon_sym_GT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(443), 3,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
    ACTIONS(2051), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [77225] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2267), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1789), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [77289] = 7,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(445), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(447), 14,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
  [77329] = 10,
    ACTIONS(2027), 1,
      anon_sym_LPAREN,
    ACTIONS(2029), 1,
      anon_sym_DOT,
    ACTIONS(2057), 1,
      anon_sym_SLASH,
    ACTIONS(2059), 1,
      anon_sym_LBRACK,
    STATE(1162), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2031), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(2043), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(449), 4,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
    ACTIONS(451), 10,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [77375] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2269), 1,
      anon_sym_RBRACE,
    STATE(1078), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1851), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [77439] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(453), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(455), 17,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_else,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [77471] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2271), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1801), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [77535] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2273), 1,
      anon_sym_LBRACE,
    STATE(33), 1,
      sym_when_expression_block,
    STATE(688), 1,
      sym_argument_list,
    STATE(709), 1,
      sym_compile_time_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [77599] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2275), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1897), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [77663] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(457), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(459), 17,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_else,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [77695] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(461), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(463), 17,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_else,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [77727] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(513), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(515), 17,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_else,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [77759] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2277), 1,
      anon_sym_RBRACE,
    STATE(1085), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1899), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [77823] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2279), 1,
      anon_sym_RBRACE,
    STATE(1094), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1873), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [77887] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2281), 1,
      anon_sym_RBRACE,
    STATE(1087), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1749), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [77951] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2283), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1751), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78015] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(509), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(511), 17,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_else,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [78047] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2285), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1752), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78111] = 19,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2287), 1,
      anon_sym_LBRACE,
    STATE(539), 1,
      sym_when_expression_block,
    STATE(541), 1,
      sym_when_type_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [78175] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2289), 1,
      anon_sym_RBRACE,
    STATE(1052), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1800), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78239] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2291), 1,
      anon_sym_RBRACE,
    STATE(1091), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1753), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78303] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2293), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1754), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78367] = 4,
    ACTIONS(2295), 1,
      anon_sym_mut,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(517), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(519), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [78401] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2297), 1,
      anon_sym_RBRACE,
    STATE(1076), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1774), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78465] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2299), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1829), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78529] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2301), 1,
      anon_sym_RBRACE,
    STATE(1098), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1770), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78593] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2303), 3,
      anon_sym_COMMA,
      anon_sym_LBRACE,
      anon_sym_as,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [78653] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2305), 1,
      anon_sym_RBRACE,
    STATE(1063), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1839), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78717] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2307), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1781), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78781] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2309), 1,
      anon_sym_RBRACE,
    STATE(1071), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1782), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78845] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2311), 1,
      anon_sym_RBRACE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1870), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78909] = 19,
    ACTIONS(2313), 1,
      anon_sym_DOT,
    ACTIONS(2316), 1,
      anon_sym_RBRACE,
    ACTIONS(2318), 1,
      anon_sym__,
    ACTIONS(2321), 1,
      sym_integer_literal,
    ACTIONS(2327), 1,
      anon_sym_DQUOTE,
    ACTIONS(2330), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2333), 1,
      anon_sym_SQUOTE,
    STATE(1101), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(2050), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2324), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2336), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [78973] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2339), 1,
      anon_sym_RBRACE,
    STATE(1045), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1788), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [79037] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2341), 1,
      anon_sym_RBRACE,
    STATE(1044), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1882), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [79101] = 19,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    ACTIONS(2343), 1,
      anon_sym_RBRACE,
    STATE(1049), 1,
      aux_sym_match_expression_repeat2,
    STATE(1304), 1,
      sym__block_match_arm,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1477), 1,
      sym_match_pattern,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1799), 1,
      sym_match_arm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [79165] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2345), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [79224] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(703), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(705), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79255] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(771), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(773), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79286] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(707), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(709), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79317] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(711), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(713), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79348] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(715), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(717), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79379] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(719), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(721), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79410] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(723), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(725), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79441] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(723), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(725), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79472] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(727), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(729), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79503] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(731), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(733), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79534] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(735), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(737), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79565] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(767), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(769), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79596] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(527), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(529), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79627] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(547), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(549), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79658] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(551), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(553), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79689] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(555), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(557), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79720] = 7,
    ACTIONS(2347), 1,
      anon_sym_COMMA,
    ACTIONS(2349), 1,
      anon_sym_RPAREN,
    STATE(1730), 1,
      aux_sym_for_each_destructure_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(743), 2,
      anon_sym_LPAREN,
      anon_sym_DOT,
    ACTIONS(739), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(741), 12,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [79759] = 18,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(32), 1,
      sym_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [79820] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2352), 1,
      anon_sym_LBRACE,
    STATE(422), 1,
      sym_when_expression_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [79881] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2354), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [79940] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1109), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [79999] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2356), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80058] = 18,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(547), 1,
      sym_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80119] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2358), 1,
      anon_sym_COLON,
    ACTIONS(2360), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80180] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2362), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    STATE(1300), 1,
      sym_link_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80241] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2364), 1,
      anon_sym_LBRACE,
    STATE(539), 1,
      sym_when_expression_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80302] = 4,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2366), 3,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_else,
    ACTIONS(453), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(455), 14,
      anon_sym_LPAREN,
      anon_sym_DOT,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [80335] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2369), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80394] = 11,
    ACTIONS(9), 1,
      anon_sym_module,
    ACTIONS(11), 1,
      anon_sym_import,
    ACTIONS(13), 1,
      anon_sym_pub,
    ACTIONS(15), 1,
      anon_sym_let,
    ACTIONS(17), 1,
      anon_sym_AT,
    ACTIONS(19), 1,
      anon_sym_when,
    ACTIONS(2371), 1,
      ts_builtin_sym_end,
    ACTIONS(2373), 1,
      anon_sym_SEMI,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    STATE(1161), 12,
      sym__top_level_item,
      sym_module_declaration,
      sym_import_declaration,
      sym_function_definition,
      sym_type_definition,
      sym_binding_declaration,
      sym_multi_binding_declaration,
      sym_compile_time_when,
      sym_compiler_error_directive,
      sym_compiler_assert_directive,
      sym_attribute,
      aux_sym_source_file_repeat1,
  [80441] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2375), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    STATE(709), 1,
      sym_compile_time_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80502] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2377), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80561] = 18,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(39), 1,
      sym_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80622] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2379), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80681] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2381), 1,
      anon_sym_LBRACE,
    STATE(40), 1,
      sym_when_expression_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80742] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2383), 1,
      anon_sym_LBRACE,
    STATE(570), 1,
      sym_when_type_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80803] = 18,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(421), 1,
      sym_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80864] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2385), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    STATE(727), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [80925] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(741), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [80956] = 18,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(562), 1,
      sym_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81017] = 4,
    ACTIONS(2387), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(739), 5,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(741), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [81050] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(749), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(751), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [81081] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2390), 1,
      anon_sym_COLON,
    ACTIONS(2392), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81142] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(763), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(765), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [81173] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81232] = 18,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(431), 1,
      sym_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81293] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2362), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    STATE(1307), 1,
      sym_link_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81354] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2352), 1,
      anon_sym_LBRACE,
    STATE(432), 1,
      sym_when_expression_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81415] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81474] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2364), 1,
      anon_sym_LBRACE,
    STATE(554), 1,
      sym_when_expression_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81535] = 18,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    STATE(726), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81596] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2381), 1,
      anon_sym_LBRACE,
    STATE(33), 1,
      sym_when_expression_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81657] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2375), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    STATE(733), 1,
      sym_compile_time_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81718] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81777] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2394), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81836] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [81895] = 11,
    ACTIONS(2396), 1,
      ts_builtin_sym_end,
    ACTIONS(2398), 1,
      anon_sym_SEMI,
    ACTIONS(2401), 1,
      anon_sym_module,
    ACTIONS(2404), 1,
      anon_sym_import,
    ACTIONS(2407), 1,
      anon_sym_pub,
    ACTIONS(2410), 1,
      anon_sym_let,
    ACTIONS(2413), 1,
      anon_sym_AT,
    ACTIONS(2416), 1,
      anon_sym_when,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    STATE(1161), 12,
      sym__top_level_item,
      sym_module_declaration,
      sym_import_declaration,
      sym_function_definition,
      sym_type_definition,
      sym_binding_declaration,
      sym_multi_binding_declaration,
      sym_compile_time_when,
      sym_compiler_error_directive,
      sym_compiler_assert_directive,
      sym_attribute,
      aux_sym_source_file_repeat1,
  [81942] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(531), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(533), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [81973] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82032] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(535), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(537), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [82063] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(539), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(541), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [82094] = 18,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    STATE(763), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82155] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82214] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2385), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    STATE(764), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82275] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82334] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(543), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(545), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [82365] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(559), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(561), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [82396] = 18,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    STATE(1010), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82457] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2419), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    STATE(1011), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82518] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(563), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(565), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [82549] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82608] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2383), 1,
      anon_sym_LBRACE,
    STATE(541), 1,
      sym_when_type_block,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82669] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(567), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(569), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [82700] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82759] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2421), 1,
      anon_sym_COLON,
    ACTIONS(2423), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82820] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82879] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_LBRACE,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82938] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2425), 2,
      anon_sym_COMMA,
      anon_sym_COLON,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [82997] = 18,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    STATE(1079), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [83058] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2419), 1,
      anon_sym_LBRACE,
    STATE(688), 1,
      sym_argument_list,
    STATE(1080), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [83119] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2427), 2,
      anon_sym_COMMA,
      anon_sym_COLON,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [83178] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(571), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(573), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83209] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2429), 1,
      anon_sym_COLON,
    ACTIONS(2431), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [83270] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(575), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(577), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83301] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(579), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(581), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83332] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(583), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(585), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83363] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(587), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(589), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83394] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(591), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(593), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83425] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(595), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(597), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83456] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(599), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(601), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83487] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(603), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(605), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83518] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(607), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(609), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83549] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2433), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [83608] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(611), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(613), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83639] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(615), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(617), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83670] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(619), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(621), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83701] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(623), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(625), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83732] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(627), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(629), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83763] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(631), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(633), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83794] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(523), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(525), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83825] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(635), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(637), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83856] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(639), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(641), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83887] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(643), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(645), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83918] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(647), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(649), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [83949] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(2435), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [84008] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(651), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(653), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84039] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(655), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(657), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84070] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(659), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(661), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84101] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(663), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(665), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84132] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(667), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(669), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84163] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(671), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(673), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84194] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(671), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(673), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84225] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(675), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(677), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84256] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(679), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(681), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84287] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(683), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(685), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84318] = 18,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    STATE(1763), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [84379] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(687), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(689), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84410] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(691), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(693), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84441] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(695), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(697), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84472] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(699), 6,
      anon_sym_DOT,
      anon_sym_PIPE,
      anon_sym_AMP,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_SLASH,
    ACTIONS(701), 16,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACE,
      anon_sym_DOT_DOT,
      anon_sym_AT,
      anon_sym_DASH,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_CARET,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_PLUS,
      anon_sym_PERCENT,
      anon_sym_LBRACK,
  [84503] = 18,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2437), 1,
      anon_sym_COLON,
    ACTIONS(2439), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [84564] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2441), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [84622] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2443), 1,
      anon_sym_RPAREN,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [84680] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2445), 1,
      anon_sym_SEMI,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [84738] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2447), 1,
      anon_sym_RPAREN,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [84796] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2449), 1,
      anon_sym_RBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [84854] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2451), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [84912] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2453), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [84970] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2455), 1,
      anon_sym_RPAREN,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85028] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2457), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85086] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2459), 1,
      anon_sym_RBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85144] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2461), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85202] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2463), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85260] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2465), 1,
      anon_sym_RPAREN,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85318] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2467), 1,
      anon_sym_RPAREN,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85376] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2469), 1,
      anon_sym_RPAREN,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85434] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2471), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85492] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2473), 1,
      anon_sym_RPAREN,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85550] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2475), 1,
      anon_sym_RBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85608] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2477), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85666] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2479), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85724] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2481), 1,
      anon_sym_RPAREN,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85782] = 17,
    ACTIONS(777), 1,
      anon_sym_SEMI,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85840] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2483), 1,
      anon_sym_RBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85898] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2485), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [85956] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2487), 1,
      anon_sym_RPAREN,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86014] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2489), 1,
      anon_sym_EQ_GT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86072] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2491), 1,
      anon_sym_COMMA,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86130] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2493), 1,
      anon_sym_RPAREN,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86188] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2495), 1,
      anon_sym_EQ_GT,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86246] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2497), 1,
      anon_sym_RBRACE,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86304] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2499), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86362] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2501), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86420] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2503), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86478] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2505), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86536] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2507), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86594] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2509), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86652] = 17,
    ACTIONS(1260), 1,
      anon_sym_LPAREN,
    ACTIONS(1264), 1,
      anon_sym_LBRACK,
    ACTIONS(1274), 1,
      anon_sym_AMP,
    ACTIONS(1278), 1,
      anon_sym_CARET,
    ACTIONS(1282), 1,
      anon_sym_LT,
    ACTIONS(1284), 1,
      anon_sym_GT,
    ACTIONS(1286), 1,
      anon_sym_SLASH,
    ACTIONS(1344), 1,
      anon_sym_PIPE,
    ACTIONS(1346), 1,
      anon_sym_AMP_AMP,
    ACTIONS(1380), 1,
      anon_sym_PIPE_PIPE,
    ACTIONS(1907), 1,
      anon_sym_DOT,
    ACTIONS(2511), 1,
      anon_sym_RBRACK,
    STATE(688), 1,
      sym_argument_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1272), 2,
      anon_sym_STAR,
      anon_sym_PERCENT,
    ACTIONS(1276), 2,
      anon_sym_DASH,
      anon_sym_PLUS,
    ACTIONS(1280), 4,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [86710] = 15,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    STATE(1384), 1,
      sym_match_pattern_term,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1520), 1,
      sym_variant_pattern,
    STATE(1584), 1,
      sym_match_pattern,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [86762] = 4,
    ACTIONS(2513), 1,
      anon_sym_DOT,
    STATE(597), 1,
      aux_sym_type_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1647), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DQUOTE,
  [86791] = 14,
    ACTIONS(2215), 1,
      anon_sym_DOT,
    ACTIONS(2219), 1,
      anon_sym__,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    STATE(1390), 1,
      sym_literal,
    STATE(1431), 1,
      sym_match_pattern_atom,
    STATE(1445), 1,
      sym_match_pattern_term,
    STATE(1520), 1,
      sym_variant_pattern,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [86840] = 4,
    ACTIONS(2513), 1,
      anon_sym_DOT,
    STATE(1264), 1,
      aux_sym_type_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1635), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DQUOTE,
  [86869] = 4,
    ACTIONS(2515), 1,
      anon_sym_LPAREN,
    STATE(690), 1,
      sym_type_arguments,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1724), 16,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DQUOTE,
  [86898] = 3,
    ACTIONS(2517), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1738), 15,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_EQ,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
      anon_sym_PIPE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_DQUOTE,
  [86923] = 10,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2519), 1,
      anon_sym_COLON,
    ACTIONS(2521), 1,
      anon_sym_EQ,
    STATE(720), 1,
      sym_attribute,
    STATE(755), 1,
      sym_block,
    STATE(1275), 1,
      aux_sym_module_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1152), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [86962] = 10,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2523), 1,
      anon_sym_COLON,
    ACTIONS(2525), 1,
      anon_sym_EQ,
    STATE(720), 1,
      sym_attribute,
    STATE(786), 1,
      sym_block,
    STATE(1272), 1,
      aux_sym_module_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1162), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [87001] = 9,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2527), 1,
      anon_sym_EQ,
    STATE(720), 1,
      sym_attribute,
    STATE(745), 1,
      sym_block,
    STATE(1276), 1,
      aux_sym_module_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1200), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [87037] = 9,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2529), 1,
      anon_sym_EQ,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(778), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1191), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [87073] = 9,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2531), 1,
      anon_sym_EQ,
    STATE(720), 1,
      sym_attribute,
    STATE(762), 1,
      sym_block,
    STATE(1274), 1,
      aux_sym_module_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1212), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [87109] = 9,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2533), 1,
      anon_sym_EQ,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(771), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1220), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [87145] = 9,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2535), 1,
      anon_sym_EQ,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(774), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1206), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [87181] = 9,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2537), 1,
      anon_sym_EQ,
    STATE(550), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    STATE(760), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    ACTIONS(1239), 7,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [87217] = 5,
    ACTIONS(2539), 1,
      anon_sym_DOT,
    STATE(1277), 1,
      aux_sym_module_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1806), 5,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_AT,
    ACTIONS(1804), 6,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
      sym_identifier,
  [87243] = 9,
    ACTIONS(2221), 1,
      sym_integer_literal,
    ACTIONS(2225), 1,
      anon_sym_DQUOTE,
    ACTIONS(2227), 1,
      anon_sym_c_DQUOTE,
    ACTIONS(2229), 1,
      anon_sym_SQUOTE,
    STATE(1450), 1,
      sym_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2223), 2,
      sym_float_literal,
      sym_nil_literal,
    ACTIONS(2231), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1391), 4,
      sym_string_literal,
      sym_c_string_literal,
      sym_character_literal,
      sym_boolean_literal,
  [87277] = 14,
    ACTIONS(370), 1,
      anon_sym_COMMA,
    ACTIONS(2542), 1,
      anon_sym_EQ,
    ACTIONS(2544), 1,
      anon_sym_PLUS_EQ,
    ACTIONS(2546), 1,
      anon_sym_DASH_EQ,
    ACTIONS(2548), 1,
      anon_sym_STAR_EQ,
    ACTIONS(2550), 1,
      anon_sym_SLASH_EQ,
    ACTIONS(2552), 1,
      anon_sym_PERCENT_EQ,
    ACTIONS(2554), 1,
      anon_sym_AMP_EQ,
    ACTIONS(2556), 1,
      anon_sym_PIPE_EQ,
    ACTIONS(2558), 1,
      anon_sym_CARET_EQ,
    ACTIONS(2560), 1,
      anon_sym_LT_LT_EQ,
    ACTIONS(2562), 1,
      anon_sym_GT_GT_EQ,
    STATE(1281), 1,
      aux_sym_assignment_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [87321] = 8,
    ACTIONS(2566), 1,
      anon_sym_AT,
    ACTIONS(2569), 1,
      anon_sym_when,
    STATE(1280), 1,
      aux_sym_link_attribute_repeat1,
    STATE(1317), 1,
      sym_link_item,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2564), 2,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
    STATE(1314), 3,
      sym_compiler_error_directive,
      sym_link_entry,
      sym_link_when,
    ACTIONS(2572), 4,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [87353] = 4,
    ACTIONS(2575), 1,
      anon_sym_COMMA,
    STATE(1281), 1,
      aux_sym_assignment_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2578), 11,
      anon_sym_EQ,
      anon_sym_PLUS_EQ,
      anon_sym_DASH_EQ,
      anon_sym_STAR_EQ,
      anon_sym_SLASH_EQ,
      anon_sym_PERCENT_EQ,
      anon_sym_AMP_EQ,
      anon_sym_PIPE_EQ,
      anon_sym_CARET_EQ,
      anon_sym_LT_LT_EQ,
      anon_sym_GT_GT_EQ,
  [87377] = 14,
    ACTIONS(370), 1,
      anon_sym_COMMA,
    ACTIONS(2580), 1,
      anon_sym_EQ,
    ACTIONS(2582), 1,
      anon_sym_PLUS_EQ,
    ACTIONS(2584), 1,
      anon_sym_DASH_EQ,
    ACTIONS(2586), 1,
      anon_sym_STAR_EQ,
    ACTIONS(2588), 1,
      anon_sym_SLASH_EQ,
    ACTIONS(2590), 1,
      anon_sym_PERCENT_EQ,
    ACTIONS(2592), 1,
      anon_sym_AMP_EQ,
    ACTIONS(2594), 1,
      anon_sym_PIPE_EQ,
    ACTIONS(2596), 1,
      anon_sym_CARET_EQ,
    ACTIONS(2598), 1,
      anon_sym_LT_LT_EQ,
    ACTIONS(2600), 1,
      anon_sym_GT_GT_EQ,
    STATE(1281), 1,
      aux_sym_assignment_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [87421] = 5,
    ACTIONS(2602), 1,
      anon_sym_DOT,
    STATE(1284), 1,
      aux_sym_module_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1864), 5,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_AT,
    ACTIONS(1862), 6,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
      sym_identifier,
  [87447] = 5,
    ACTIONS(2602), 1,
      anon_sym_DOT,
    STATE(1277), 1,
      aux_sym_module_path_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1817), 5,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_AT,
    ACTIONS(1815), 6,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
      sym_identifier,
  [87473] = 10,
    ACTIONS(2604), 1,
      sym_identifier,
    ACTIONS(2606), 1,
      anon_sym_RPAREN,
    ACTIONS(2608), 1,
      anon_sym_self,
    ACTIONS(2610), 1,
      anon_sym_STAR,
    ACTIONS(2612), 1,
      anon_sym_mut,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    ACTIONS(2616), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1651), 1,
      sym_parameter_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1616), 4,
      sym_receiver_parameter,
      sym_type_parameter,
      sym_parameter,
      sym_variadic_parameter,
  [87508] = 8,
    ACTIONS(2618), 1,
      anon_sym_RPAREN,
    ACTIONS(2620), 1,
      anon_sym_AT,
    ACTIONS(2622), 1,
      anon_sym_when,
    STATE(1280), 1,
      aux_sym_link_attribute_repeat1,
    STATE(1317), 1,
      sym_link_item,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1314), 3,
      sym_compiler_error_directive,
      sym_link_entry,
      sym_link_when,
    ACTIONS(2624), 4,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [87539] = 8,
    ACTIONS(2620), 1,
      anon_sym_AT,
    ACTIONS(2622), 1,
      anon_sym_when,
    ACTIONS(2626), 1,
      anon_sym_RBRACE,
    STATE(1291), 1,
      aux_sym_link_attribute_repeat1,
    STATE(1317), 1,
      sym_link_item,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1314), 3,
      sym_compiler_error_directive,
      sym_link_entry,
      sym_link_when,
    ACTIONS(2624), 4,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [87570] = 10,
    ACTIONS(2604), 1,
      sym_identifier,
    ACTIONS(2608), 1,
      anon_sym_self,
    ACTIONS(2610), 1,
      anon_sym_STAR,
    ACTIONS(2612), 1,
      anon_sym_mut,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    ACTIONS(2616), 1,
      anon_sym_DOT_DOT_DOT,
    ACTIONS(2628), 1,
      anon_sym_RPAREN,
    STATE(1651), 1,
      sym_parameter_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1798), 4,
      sym_receiver_parameter,
      sym_type_parameter,
      sym_parameter,
      sym_variadic_parameter,
  [87605] = 10,
    ACTIONS(2604), 1,
      sym_identifier,
    ACTIONS(2608), 1,
      anon_sym_self,
    ACTIONS(2610), 1,
      anon_sym_STAR,
    ACTIONS(2612), 1,
      anon_sym_mut,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    ACTIONS(2616), 1,
      anon_sym_DOT_DOT_DOT,
    ACTIONS(2630), 1,
      anon_sym_RPAREN,
    STATE(1651), 1,
      sym_parameter_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1798), 4,
      sym_receiver_parameter,
      sym_type_parameter,
      sym_parameter,
      sym_variadic_parameter,
  [87640] = 8,
    ACTIONS(2620), 1,
      anon_sym_AT,
    ACTIONS(2622), 1,
      anon_sym_when,
    ACTIONS(2632), 1,
      anon_sym_RPAREN,
    STATE(1286), 1,
      aux_sym_link_attribute_repeat1,
    STATE(1317), 1,
      sym_link_item,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1314), 3,
      sym_compiler_error_directive,
      sym_link_entry,
      sym_link_when,
    ACTIONS(2624), 4,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [87671] = 8,
    ACTIONS(2620), 1,
      anon_sym_AT,
    ACTIONS(2622), 1,
      anon_sym_when,
    ACTIONS(2634), 1,
      anon_sym_RBRACE,
    STATE(1280), 1,
      aux_sym_link_attribute_repeat1,
    STATE(1317), 1,
      sym_link_item,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1314), 3,
      sym_compiler_error_directive,
      sym_link_entry,
      sym_link_when,
    ACTIONS(2624), 4,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [87702] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1804), 6,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
      sym_identifier,
    ACTIONS(1806), 6,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
      anon_sym_AT,
  [87723] = 11,
    ACTIONS(2636), 1,
      sym_identifier,
    ACTIONS(2638), 1,
      anon_sym_compiler_error,
    ACTIONS(2640), 1,
      anon_sym_compiler_assert,
    ACTIONS(2642), 1,
      anon_sym_link,
    ACTIONS(2648), 1,
      anon_sym_offsetof,
    ACTIONS(2650), 1,
      anon_sym_embed,
    ACTIONS(2652), 1,
      anon_sym_asm,
    STATE(721), 1,
      sym_attribute_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2644), 2,
      anon_sym_len,
      anon_sym_repr,
    ACTIONS(2646), 2,
      anon_sym_sizeof,
      anon_sym_alignof,
  [87760] = 3,
    ACTIONS(2656), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2654), 10,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym__,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
  [87780] = 3,
    ACTIONS(2658), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2316), 10,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym__,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
  [87800] = 3,
    ACTIONS(2662), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2660), 10,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym__,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
  [87820] = 4,
    ACTIONS(2666), 1,
      anon_sym_else,
    STATE(1297), 1,
      aux_sym_link_when_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2664), 9,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [87842] = 3,
    ACTIONS(2671), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2669), 10,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym__,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
  [87862] = 3,
    ACTIONS(2675), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2673), 10,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym__,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
  [87882] = 4,
    ACTIONS(2679), 1,
      anon_sym_else,
    STATE(1301), 1,
      aux_sym_link_when_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2677), 9,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [87904] = 4,
    ACTIONS(2683), 1,
      anon_sym_else,
    STATE(1297), 1,
      aux_sym_link_when_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2681), 9,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [87926] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1897), 5,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_AT,
    ACTIONS(1895), 6,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
      sym_identifier,
  [87946] = 9,
    ACTIONS(2604), 1,
      sym_identifier,
    ACTIONS(2608), 1,
      anon_sym_self,
    ACTIONS(2610), 1,
      anon_sym_STAR,
    ACTIONS(2612), 1,
      anon_sym_mut,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    ACTIONS(2616), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1651), 1,
      sym_parameter_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1798), 4,
      sym_receiver_parameter,
      sym_type_parameter,
      sym_parameter,
      sym_variadic_parameter,
  [87978] = 3,
    ACTIONS(2687), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2685), 10,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym__,
      sym_float_literal,
      anon_sym_DQUOTE,
      anon_sym_c_DQUOTE,
      anon_sym_SQUOTE,
      anon_sym_true,
      anon_sym_false,
      sym_nil_literal,
  [87998] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2689), 10,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_else,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [88015] = 10,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2691), 1,
      anon_sym_LPAREN,
    ACTIONS(2694), 1,
      anon_sym_COMMA,
    ACTIONS(2696), 1,
      anon_sym_DOT,
    ACTIONS(2698), 1,
      anon_sym_COLON,
    ACTIONS(2700), 1,
      anon_sym_EQ,
    STATE(559), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88048] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2703), 10,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_else,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [88065] = 10,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2691), 1,
      anon_sym_LPAREN,
    ACTIONS(2696), 1,
      anon_sym_DOT,
    ACTIONS(2705), 1,
      anon_sym_COMMA,
    ACTIONS(2707), 1,
      anon_sym_COLON,
    ACTIONS(2709), 1,
      anon_sym_EQ,
    STATE(559), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88098] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2712), 10,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_else,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [88115] = 9,
    ACTIONS(2714), 1,
      anon_sym_compiler_error,
    ACTIONS(2716), 1,
      anon_sym_len,
    ACTIONS(2718), 1,
      anon_sym_repr,
    ACTIONS(2722), 1,
      anon_sym_offsetof,
    ACTIONS(2724), 1,
      anon_sym_embed,
    ACTIONS(2726), 1,
      anon_sym_asm,
    ACTIONS(2728), 1,
      anon_sym_reprof,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2720), 2,
      anon_sym_sizeof,
      anon_sym_alignof,
  [88145] = 4,
    ACTIONS(2730), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1884), 3,
      ts_builtin_sym_end,
      anon_sym_SEMI,
      anon_sym_AT,
    ACTIONS(1886), 5,
      anon_sym_module,
      anon_sym_import,
      anon_sym_pub,
      anon_sym_let,
      anon_sym_when,
  [88165] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2732), 9,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [88181] = 9,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2691), 1,
      anon_sym_LPAREN,
    ACTIONS(2696), 1,
      anon_sym_DOT,
    ACTIONS(2734), 1,
      anon_sym_COLON,
    ACTIONS(2736), 1,
      anon_sym_EQ,
    STATE(563), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88211] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2739), 9,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [88227] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2741), 9,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [88243] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2743), 9,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [88259] = 3,
    ACTIONS(2745), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2747), 8,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [88277] = 9,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2691), 1,
      anon_sym_LPAREN,
    ACTIONS(2696), 1,
      anon_sym_DOT,
    ACTIONS(2749), 1,
      anon_sym_COLON,
    ACTIONS(2751), 1,
      anon_sym_EQ,
    STATE(563), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88307] = 8,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2749), 1,
      anon_sym_COLON,
    ACTIONS(2754), 1,
      anon_sym_COMMA,
    ACTIONS(2756), 1,
      anon_sym_EQ,
    STATE(575), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88334] = 6,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(2760), 1,
      anon_sym_COLON,
    ACTIONS(2762), 1,
      anon_sym_EQ,
    STATE(1480), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2758), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [88357] = 8,
    ACTIONS(2716), 1,
      anon_sym_len,
    ACTIONS(2718), 1,
      anon_sym_repr,
    ACTIONS(2722), 1,
      anon_sym_offsetof,
    ACTIONS(2724), 1,
      anon_sym_embed,
    ACTIONS(2726), 1,
      anon_sym_asm,
    ACTIONS(2728), 1,
      anon_sym_reprof,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2720), 2,
      anon_sym_sizeof,
      anon_sym_alignof,
  [88384] = 6,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(2766), 1,
      anon_sym_COLON,
    ACTIONS(2768), 1,
      anon_sym_EQ,
    STATE(1447), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2764), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [88407] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2564), 8,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_AT,
      anon_sym_when,
      anon_sym_system,
      anon_sym_path,
      anon_sym_search,
      anon_sym_framework,
  [88422] = 7,
    ACTIONS(2714), 1,
      anon_sym_compiler_error,
    ACTIONS(2722), 1,
      anon_sym_offsetof,
    ACTIONS(2724), 1,
      anon_sym_embed,
    ACTIONS(2726), 1,
      anon_sym_asm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2716), 2,
      anon_sym_len,
      anon_sym_repr,
    ACTIONS(2720), 2,
      anon_sym_sizeof,
      anon_sym_alignof,
  [88447] = 8,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2734), 1,
      anon_sym_COLON,
    ACTIONS(2770), 1,
      anon_sym_COMMA,
    ACTIONS(2772), 1,
      anon_sym_EQ,
    STATE(575), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88474] = 6,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(2776), 1,
      anon_sym_COLON,
    ACTIONS(2778), 1,
      anon_sym_EQ,
    STATE(1416), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2774), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [88497] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2780), 1,
      anon_sym_COLON,
    ACTIONS(2782), 1,
      anon_sym_EQ,
    STATE(584), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88521] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2784), 1,
      anon_sym_COLON,
    ACTIONS(2786), 1,
      anon_sym_EQ,
    STATE(569), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88545] = 5,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(2790), 1,
      anon_sym_EQ,
    STATE(1499), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2788), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [88565] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2792), 1,
      anon_sym_COLON,
    ACTIONS(2794), 1,
      anon_sym_EQ,
    STATE(584), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88589] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2707), 1,
      anon_sym_COLON,
    ACTIONS(2796), 1,
      anon_sym_EQ,
    STATE(559), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88613] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2798), 1,
      anon_sym_COLON,
    ACTIONS(2800), 1,
      anon_sym_EQ,
    STATE(585), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88637] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2802), 1,
      anon_sym_COLON,
    ACTIONS(2804), 1,
      anon_sym_EQ,
    STATE(569), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88661] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2806), 1,
      anon_sym_COLON,
    ACTIONS(2808), 1,
      anon_sym_EQ,
    STATE(585), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88685] = 6,
    ACTIONS(2722), 1,
      anon_sym_offsetof,
    ACTIONS(2724), 1,
      anon_sym_embed,
    ACTIONS(2726), 1,
      anon_sym_asm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2716), 2,
      anon_sym_len,
      anon_sym_repr,
    ACTIONS(2720), 2,
      anon_sym_sizeof,
      anon_sym_alignof,
  [88707] = 5,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(2812), 1,
      anon_sym_EQ,
    STATE(1464), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2810), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [88727] = 6,
    ACTIONS(2818), 1,
      anon_sym_offsetof,
    ACTIONS(2820), 1,
      anon_sym_embed,
    ACTIONS(2822), 1,
      anon_sym_asm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2814), 2,
      anon_sym_len,
      anon_sym_repr,
    ACTIONS(2816), 2,
      anon_sym_sizeof,
      anon_sym_alignof,
  [88749] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2824), 1,
      anon_sym_COLON,
    ACTIONS(2826), 1,
      anon_sym_EQ,
    STATE(595), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88773] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2734), 1,
      anon_sym_COLON,
    ACTIONS(2772), 1,
      anon_sym_EQ,
    STATE(563), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88797] = 6,
    ACTIONS(2832), 1,
      anon_sym_offsetof,
    ACTIONS(2834), 1,
      anon_sym_embed,
    ACTIONS(2836), 1,
      anon_sym_asm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2828), 2,
      anon_sym_len,
      anon_sym_repr,
    ACTIONS(2830), 2,
      anon_sym_sizeof,
      anon_sym_alignof,
  [88819] = 7,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2838), 1,
      anon_sym_COLON,
    ACTIONS(2840), 1,
      anon_sym_EQ,
    STATE(595), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88843] = 6,
    ACTIONS(2846), 1,
      anon_sym_offsetof,
    ACTIONS(2848), 1,
      anon_sym_embed,
    ACTIONS(2850), 1,
      anon_sym_asm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2842), 2,
      anon_sym_len,
      anon_sym_repr,
    ACTIONS(2844), 2,
      anon_sym_sizeof,
      anon_sym_alignof,
  [88865] = 5,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(2854), 1,
      anon_sym_EQ,
    STATE(1442), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2852), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [88885] = 6,
    ACTIONS(2860), 1,
      anon_sym_offsetof,
    ACTIONS(2862), 1,
      anon_sym_embed,
    ACTIONS(2864), 1,
      anon_sym_asm,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2856), 2,
      anon_sym_len,
      anon_sym_repr,
    ACTIONS(2858), 2,
      anon_sym_sizeof,
      anon_sym_alignof,
  [88907] = 7,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(2870), 1,
      anon_sym_RBRACE,
    ACTIONS(2872), 1,
      sym_no_initializer,
    STATE(1689), 1,
      sym_field_initializer,
    STATE(1690), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [88930] = 5,
    ACTIONS(2874), 1,
      anon_sym_LBRACE,
    ACTIONS(2876), 1,
      anon_sym_AT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    STATE(1346), 2,
      sym_attribute,
      aux_sym_struct_type_repeat1,
  [88949] = 7,
    ACTIONS(2879), 1,
      anon_sym_RPAREN,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [88972] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2889), 1,
      anon_sym_EQ,
    STATE(571), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [88993] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2891), 1,
      anon_sym_EQ,
    STATE(591), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89014] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2893), 1,
      anon_sym_EQ,
    STATE(598), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89035] = 7,
    ACTIONS(2895), 1,
      sym_identifier,
    ACTIONS(2897), 1,
      anon_sym_LPAREN,
    ACTIONS(2899), 1,
      anon_sym_mut,
    ACTIONS(2901), 1,
      anon_sym_DOLLAR,
    STATE(1555), 1,
      sym_type_identifier,
    STATE(1791), 1,
      sym_function_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89058] = 5,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2903), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    STATE(1376), 2,
      sym_attribute,
      aux_sym_struct_type_repeat1,
  [89077] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2905), 1,
      anon_sym_EQ,
    STATE(578), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89098] = 7,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(2907), 1,
      anon_sym_RBRACE,
    STATE(1667), 1,
      sym_field_initializer,
    STATE(1670), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89121] = 7,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(2909), 1,
      anon_sym_RBRACE,
    STATE(1559), 1,
      sym_field_initializer,
    STATE(1560), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89144] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2911), 1,
      anon_sym_EQ,
    STATE(573), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89165] = 7,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(2913), 1,
      anon_sym_RBRACE,
    STATE(1577), 1,
      sym_field_initializer,
    STATE(1578), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89188] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2915), 1,
      anon_sym_EQ,
    STATE(555), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89209] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2917), 1,
      anon_sym_EQ,
    STATE(571), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89230] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2919), 1,
      anon_sym_EQ,
    STATE(598), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89251] = 7,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    ACTIONS(2921), 1,
      anon_sym_RPAREN,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89274] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2923), 1,
      anon_sym_EQ,
    STATE(591), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89295] = 7,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    ACTIONS(2925), 1,
      anon_sym_RPAREN,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89318] = 7,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(2927), 1,
      anon_sym_RBRACE,
    STATE(1576), 1,
      sym_field_initializer,
    STATE(1639), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89341] = 7,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(2929), 1,
      anon_sym_RBRACE,
    STATE(1603), 1,
      sym_field_initializer,
    STATE(1604), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89364] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2931), 1,
      anon_sym_EQ,
    STATE(555), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89385] = 7,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(2933), 1,
      anon_sym_RBRACE,
    STATE(1617), 1,
      sym_field_initializer,
    STATE(1618), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89408] = 7,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    ACTIONS(2935), 1,
      anon_sym_RPAREN,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89431] = 7,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    ACTIONS(2937), 1,
      anon_sym_RPAREN,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89454] = 7,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    ACTIONS(2939), 1,
      anon_sym_RPAREN,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89477] = 7,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(2941), 1,
      anon_sym_RBRACE,
    STATE(1633), 1,
      sym_field_initializer,
    STATE(1634), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89500] = 7,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(2943), 1,
      anon_sym_RBRACE,
    STATE(1652), 1,
      sym_field_initializer,
    STATE(1746), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89523] = 7,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    ACTIONS(2945), 1,
      anon_sym_RPAREN,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89546] = 7,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    ACTIONS(2947), 1,
      anon_sym_RPAREN,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89569] = 7,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(2949), 1,
      anon_sym_RBRACE,
    STATE(1671), 1,
      sym_field_initializer,
    STATE(1672), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89592] = 5,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2951), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
    STATE(1346), 2,
      sym_attribute,
      aux_sym_struct_type_repeat1,
  [89611] = 7,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    ACTIONS(2953), 1,
      anon_sym_RPAREN,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89634] = 7,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    ACTIONS(2955), 1,
      anon_sym_RPAREN,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89657] = 7,
    ACTIONS(2897), 1,
      anon_sym_LPAREN,
    ACTIONS(2957), 1,
      sym_identifier,
    ACTIONS(2959), 1,
      anon_sym_mut,
    ACTIONS(2961), 1,
      anon_sym_DOLLAR,
    STATE(1733), 1,
      sym_type_identifier,
    STATE(1844), 1,
      sym_function_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89680] = 7,
    ACTIONS(2897), 1,
      anon_sym_LPAREN,
    ACTIONS(2963), 1,
      sym_identifier,
    ACTIONS(2965), 1,
      anon_sym_mut,
    ACTIONS(2967), 1,
      anon_sym_DOLLAR,
    STATE(1735), 1,
      sym_type_identifier,
    STATE(1848), 1,
      sym_function_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89703] = 7,
    ACTIONS(2897), 1,
      anon_sym_LPAREN,
    ACTIONS(2969), 1,
      sym_identifier,
    ACTIONS(2971), 1,
      anon_sym_mut,
    ACTIONS(2973), 1,
      anon_sym_DOLLAR,
    STATE(1731), 1,
      sym_type_identifier,
    STATE(1883), 1,
      sym_function_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89726] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2975), 1,
      anon_sym_EQ,
    STATE(573), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89747] = 6,
    ACTIONS(975), 1,
      anon_sym_AT,
    ACTIONS(2977), 1,
      anon_sym_EQ,
    STATE(578), 1,
      aux_sym_module_declaration_repeat1,
    STATE(720), 1,
      sym_attribute,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(725), 2,
      sym_ordinary_attribute,
      sym_link_attribute,
  [89768] = 4,
    ACTIONS(2981), 1,
      anon_sym_PIPE,
    STATE(1398), 1,
      aux_sym_match_pattern_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2979), 3,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
  [89784] = 3,
    ACTIONS(2983), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1368), 4,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_DOT,
  [89798] = 4,
    ACTIONS(2987), 1,
      anon_sym_PIPE,
    STATE(1386), 1,
      aux_sym_match_pattern_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2985), 3,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
  [89814] = 6,
    ACTIONS(2636), 1,
      sym_identifier,
    ACTIONS(2638), 1,
      anon_sym_compiler_error,
    ACTIONS(2640), 1,
      anon_sym_compiler_assert,
    ACTIONS(2642), 1,
      anon_sym_link,
    STATE(721), 1,
      sym_attribute_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89834] = 6,
    ACTIONS(2990), 1,
      sym_identifier,
    ACTIONS(2992), 1,
      anon_sym_RPAREN,
    STATE(1392), 1,
      aux_sym_import_declaration_repeat1,
    STATE(1650), 1,
      sym_module_path,
    STATE(1719), 1,
      sym_import_spec,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89854] = 3,
    ACTIONS(2994), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2996), 4,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
  [89868] = 3,
    ACTIONS(3000), 1,
      anon_sym_DOT_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2998), 4,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
  [89882] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(733), 5,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
      anon_sym_DOT_DOT,
  [89894] = 6,
    ACTIONS(3002), 1,
      sym_identifier,
    ACTIONS(3005), 1,
      anon_sym_RPAREN,
    STATE(1392), 1,
      aux_sym_import_declaration_repeat1,
    STATE(1650), 1,
      sym_module_path,
    STATE(1719), 1,
      sym_import_spec,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89914] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(737), 5,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
      anon_sym_DOT_DOT,
  [89926] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(769), 5,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
      anon_sym_DOT_DOT,
  [89938] = 6,
    ACTIONS(2990), 1,
      sym_identifier,
    ACTIONS(3007), 1,
      anon_sym_RPAREN,
    STATE(1388), 1,
      aux_sym_import_declaration_repeat1,
    STATE(1650), 1,
      sym_module_path,
    STATE(1719), 1,
      sym_import_spec,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [89958] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(529), 5,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
      anon_sym_DOT_DOT,
  [89970] = 4,
    ACTIONS(3009), 1,
      anon_sym_COMMA,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1077), 3,
      anon_sym_RPAREN,
      anon_sym_DOT_DOT_DOT,
      anon_sym_RBRACK,
  [89986] = 4,
    ACTIONS(2981), 1,
      anon_sym_PIPE,
    STATE(1386), 1,
      aux_sym_match_pattern_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3012), 3,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
  [90002] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(549), 5,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
      anon_sym_DOT_DOT,
  [90014] = 6,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(3014), 1,
      sym_identifier,
    ACTIONS(3016), 1,
      anon_sym_RBRACE,
    STATE(1832), 1,
      sym_struct_field,
    STATE(1898), 1,
      sym_union_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90034] = 6,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(3014), 1,
      sym_identifier,
    ACTIONS(3018), 1,
      anon_sym_RBRACE,
    STATE(1734), 1,
      sym_struct_field,
    STATE(1898), 1,
      sym_union_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90054] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(553), 5,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
      anon_sym_DOT_DOT,
  [90066] = 5,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    ACTIONS(3020), 1,
      sym_identifier,
    ACTIONS(3022), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1876), 2,
      sym_type_parameter,
      sym_trait_parameter,
  [90084] = 6,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(3014), 1,
      sym_identifier,
    ACTIONS(3024), 1,
      anon_sym_RBRACE,
    STATE(1832), 1,
      sym_struct_field,
    STATE(1898), 1,
      sym_union_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90104] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(557), 5,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
      anon_sym_DOT_DOT,
  [90116] = 6,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(3014), 1,
      sym_identifier,
    ACTIONS(3026), 1,
      anon_sym_RBRACE,
    STATE(1832), 1,
      sym_struct_field,
    STATE(1898), 1,
      sym_union_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90136] = 6,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(3028), 1,
      sym_identifier,
    ACTIONS(3030), 1,
      anon_sym_RPAREN,
    STATE(1767), 1,
      sym_string_literal,
    STATE(1856), 1,
      sym_attribute_argument,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90156] = 6,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(3028), 1,
      sym_identifier,
    ACTIONS(3032), 1,
      anon_sym_RPAREN,
    STATE(1767), 1,
      sym_string_literal,
    STATE(1856), 1,
      sym_attribute_argument,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90176] = 6,
    ACTIONS(2881), 1,
      anon_sym_in,
    ACTIONS(2883), 1,
      anon_sym_out,
    ACTIONS(2885), 1,
      anon_sym_clobber,
    ACTIONS(2887), 1,
      anon_sym_volatile,
    STATE(1869), 1,
      sym_assembly_operand,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90196] = 6,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(3028), 1,
      sym_identifier,
    ACTIONS(3034), 1,
      anon_sym_RPAREN,
    STATE(1636), 1,
      sym_attribute_argument,
    STATE(1767), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90216] = 6,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(3014), 1,
      sym_identifier,
    ACTIONS(3036), 1,
      anon_sym_RBRACE,
    STATE(1588), 1,
      sym_struct_field,
    STATE(1898), 1,
      sym_union_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90236] = 5,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    ACTIONS(3020), 1,
      sym_identifier,
    ACTIONS(3038), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1876), 2,
      sym_type_parameter,
      sym_trait_parameter,
  [90254] = 5,
    ACTIONS(2089), 1,
      anon_sym_COMMA,
    ACTIONS(3040), 1,
      anon_sym_LBRACE,
    ACTIONS(3042), 1,
      anon_sym_as,
    STATE(1446), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90271] = 5,
    ACTIONS(2089), 1,
      anon_sym_COMMA,
    ACTIONS(3044), 1,
      anon_sym_LBRACE,
    ACTIONS(3046), 1,
      anon_sym_as,
    STATE(1446), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90288] = 5,
    ACTIONS(3048), 1,
      sym_identifier,
    ACTIONS(3050), 1,
      anon_sym_PIPE,
    STATE(1468), 1,
      sym_lambda_parameter_name,
    STATE(1777), 1,
      sym_lambda_parameter,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90305] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3052), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [90316] = 4,
    ACTIONS(3054), 1,
      anon_sym_DQUOTE,
    STATE(1420), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3056), 2,
      sym_string_content,
      sym_escape_sequence,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
  [90331] = 4,
    ACTIONS(3060), 1,
      anon_sym_DQUOTE,
    STATE(1421), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3062), 2,
      sym_string_content,
      sym_escape_sequence,
  [90346] = 3,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3064), 2,
      anon_sym_SEMI,
      anon_sym_COMMA,
    ACTIONS(3066), 2,
      anon_sym_let,
      anon_sym_RBRACE,
  [90359] = 4,
    ACTIONS(3068), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [90374] = 4,
    ACTIONS(3072), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [90389] = 4,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    ACTIONS(3020), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1876), 2,
      sym_type_parameter,
      sym_trait_parameter,
  [90404] = 5,
    ACTIONS(3074), 1,
      sym_identifier,
    ACTIONS(3076), 1,
      anon_sym_LPAREN,
    ACTIONS(3078), 1,
      anon_sym_STAR,
    ACTIONS(3080), 1,
      anon_sym_AMP,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90421] = 5,
    ACTIONS(3082), 1,
      sym_identifier,
    STATE(641), 1,
      sym_named_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90438] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3084), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [90453] = 5,
    ACTIONS(3086), 1,
      anon_sym_COMMA,
    ACTIONS(3088), 1,
      anon_sym_COLON,
    ACTIONS(3090), 1,
      anon_sym_PIPE,
    STATE(1507), 1,
      aux_sym_lambda_parameter_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90470] = 5,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    ACTIONS(3028), 1,
      sym_identifier,
    STATE(1767), 1,
      sym_string_literal,
    STATE(1856), 1,
      sym_attribute_argument,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90487] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3092), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [90502] = 5,
    ACTIONS(3094), 1,
      anon_sym_let,
    ACTIONS(3096), 1,
      anon_sym_RBRACE,
    STATE(1419), 1,
      sym_trait_method,
    STATE(1474), 1,
      aux_sym_trait_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90519] = 5,
    ACTIONS(3082), 1,
      sym_identifier,
    STATE(630), 1,
      sym_named_type,
    STATE(711), 1,
      sym_type_identifier,
    STATE(734), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90536] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3098), 4,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
  [90547] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3100), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90564] = 5,
    ACTIONS(873), 1,
      anon_sym_RPAREN,
    ACTIONS(3102), 1,
      anon_sym_COMMA,
    ACTIONS(3104), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90581] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3106), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [90596] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3108), 4,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
  [90607] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3110), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [90622] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3112), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [90637] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3114), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90654] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3116), 4,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
  [90665] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3118), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90682] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3120), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90699] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3122), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [90710] = 4,
    ACTIONS(3124), 1,
      anon_sym_COMMA,
    STATE(1443), 1,
      aux_sym__block_match_arm_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3127), 2,
      anon_sym_if,
      anon_sym_EQ_GT,
  [90725] = 5,
    ACTIONS(3129), 1,
      anon_sym_COMMA,
    ACTIONS(3131), 1,
      anon_sym_if,
    ACTIONS(3133), 1,
      anon_sym_EQ_GT,
    STATE(1443), 1,
      aux_sym__block_match_arm_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90742] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2985), 4,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
  [90753] = 4,
    ACTIONS(3135), 1,
      anon_sym_COMMA,
    STATE(1446), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3138), 2,
      anon_sym_LBRACE,
      anon_sym_as,
  [90768] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3140), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [90779] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3142), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90796] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3144), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [90811] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3146), 4,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
  [90822] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3148), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [90837] = 4,
    ACTIONS(3150), 1,
      anon_sym_DQUOTE,
    STATE(1456), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3152), 2,
      sym_string_content,
      sym_escape_sequence,
  [90852] = 4,
    ACTIONS(3154), 1,
      anon_sym_DQUOTE,
    STATE(1457), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3156), 2,
      sym_string_content,
      sym_escape_sequence,
  [90867] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3158), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [90882] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3160), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [90897] = 4,
    ACTIONS(3162), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [90912] = 4,
    ACTIONS(3164), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [90927] = 5,
    ACTIONS(3166), 1,
      sym_identifier,
    ACTIONS(3168), 1,
      anon_sym_LPAREN,
    ACTIONS(3170), 1,
      anon_sym_STAR,
    ACTIONS(3172), 1,
      anon_sym_AMP,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90944] = 4,
    ACTIONS(3174), 1,
      sym_identifier,
    ACTIONS(3176), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1862), 2,
      sym_union_field,
      sym_union_variant,
  [90959] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3178), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [90974] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3180), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [90991] = 5,
    ACTIONS(893), 1,
      anon_sym_RPAREN,
    ACTIONS(3182), 1,
      anon_sym_COMMA,
    ACTIONS(3184), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91008] = 5,
    ACTIONS(3048), 1,
      sym_identifier,
    ACTIONS(3186), 1,
      anon_sym_PIPE,
    STATE(1468), 1,
      sym_lambda_parameter_name,
    STATE(1777), 1,
      sym_lambda_parameter,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91025] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3188), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [91036] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3190), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91053] = 5,
    ACTIONS(947), 1,
      anon_sym_RPAREN,
    ACTIONS(3192), 1,
      anon_sym_COMMA,
    ACTIONS(3194), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91070] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3196), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91087] = 5,
    ACTIONS(3086), 1,
      anon_sym_COMMA,
    ACTIONS(3198), 1,
      anon_sym_COLON,
    ACTIONS(3200), 1,
      anon_sym_PIPE,
    STATE(1426), 1,
      aux_sym_lambda_parameter_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91104] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3202), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [91119] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3204), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91136] = 4,
    ACTIONS(3206), 1,
      anon_sym_DQUOTE,
    STATE(1476), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3208), 2,
      sym_string_content,
      sym_escape_sequence,
  [91151] = 4,
    ACTIONS(3210), 1,
      anon_sym_DQUOTE,
    STATE(1536), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3212), 2,
      sym_string_content,
      sym_escape_sequence,
  [91166] = 4,
    ACTIONS(3174), 1,
      sym_identifier,
    ACTIONS(3214), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1862), 2,
      sym_union_field,
      sym_union_variant,
  [91181] = 5,
    ACTIONS(3216), 1,
      anon_sym_let,
    ACTIONS(3219), 1,
      anon_sym_RBRACE,
    STATE(1419), 1,
      sym_trait_method,
    STATE(1474), 1,
      aux_sym_trait_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91198] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3221), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91215] = 4,
    ACTIONS(3223), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [91230] = 5,
    ACTIONS(3129), 1,
      anon_sym_COMMA,
    ACTIONS(3225), 1,
      anon_sym_if,
    ACTIONS(3227), 1,
      anon_sym_EQ_GT,
    STATE(1444), 1,
      aux_sym__block_match_arm_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91247] = 5,
    ACTIONS(3229), 1,
      sym_identifier,
    ACTIONS(3231), 1,
      anon_sym_LPAREN,
    ACTIONS(3233), 1,
      anon_sym_STAR,
    ACTIONS(3235), 1,
      anon_sym_AMP,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91264] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3237), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91281] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3239), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [91292] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3241), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91309] = 4,
    ACTIONS(3243), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [91324] = 4,
    ACTIONS(3245), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [91339] = 5,
    ACTIONS(911), 1,
      anon_sym_RPAREN,
    ACTIONS(3247), 1,
      anon_sym_COMMA,
    ACTIONS(3249), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91356] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3251), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91373] = 5,
    ACTIONS(3253), 1,
      sym_identifier,
    ACTIONS(3255), 1,
      anon_sym_LPAREN,
    ACTIONS(3257), 1,
      anon_sym_STAR,
    ACTIONS(3259), 1,
      anon_sym_AMP,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91390] = 4,
    ACTIONS(3261), 1,
      anon_sym_DQUOTE,
    STATE(1482), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3263), 2,
      sym_string_content,
      sym_escape_sequence,
  [91405] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3265), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91422] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3267), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [91437] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3269), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91454] = 5,
    ACTIONS(3082), 1,
      sym_identifier,
    STATE(641), 1,
      sym_named_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91471] = 4,
    ACTIONS(3271), 1,
      anon_sym_DQUOTE,
    STATE(1495), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3273), 2,
      sym_string_content,
      sym_escape_sequence,
  [91486] = 4,
    ACTIONS(3275), 1,
      anon_sym_DQUOTE,
    STATE(1496), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3277), 2,
      sym_string_content,
      sym_escape_sequence,
  [91501] = 5,
    ACTIONS(2990), 1,
      sym_identifier,
    ACTIONS(3279), 1,
      anon_sym_LPAREN,
    STATE(769), 1,
      sym_import_spec,
    STATE(1311), 1,
      sym_module_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91518] = 4,
    ACTIONS(3281), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [91533] = 4,
    ACTIONS(3283), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [91548] = 5,
    ACTIONS(3285), 1,
      sym_identifier,
    ACTIONS(3287), 1,
      anon_sym_LPAREN,
    ACTIONS(3289), 1,
      anon_sym_STAR,
    ACTIONS(3291), 1,
      anon_sym_AMP,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91565] = 5,
    ACTIONS(302), 1,
      anon_sym_union,
    ACTIONS(3014), 1,
      sym_identifier,
    STATE(1832), 1,
      sym_struct_field,
    STATE(1898), 1,
      sym_union_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91582] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3293), 4,
      anon_sym_SEMI,
      anon_sym_COMMA,
      anon_sym_let,
      anon_sym_RBRACE,
  [91593] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3295), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91610] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3297), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [91625] = 5,
    ACTIONS(931), 1,
      anon_sym_RPAREN,
    ACTIONS(3299), 1,
      anon_sym_COMMA,
    ACTIONS(3301), 1,
      anon_sym_DOT_DOT_DOT,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91642] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3303), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [91657] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3305), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91674] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3307), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [91689] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3309), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91706] = 4,
    ACTIONS(3311), 1,
      anon_sym_COMMA,
    STATE(1507), 1,
      aux_sym_lambda_parameter_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3314), 2,
      anon_sym_COLON,
      anon_sym_PIPE,
  [91721] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3316), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91738] = 5,
    ACTIONS(3082), 1,
      sym_identifier,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    STATE(1988), 1,
      sym_named_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91755] = 4,
    ACTIONS(3318), 1,
      anon_sym_DQUOTE,
    STATE(1512), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3320), 2,
      sym_string_content,
      sym_escape_sequence,
  [91770] = 4,
    ACTIONS(3322), 1,
      anon_sym_DQUOTE,
    STATE(1513), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3324), 2,
      sym_string_content,
      sym_escape_sequence,
  [91785] = 4,
    ACTIONS(3326), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [91800] = 4,
    ACTIONS(3328), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [91815] = 4,
    ACTIONS(3330), 1,
      anon_sym_DQUOTE,
    STATE(1483), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3332), 2,
      sym_string_content,
      sym_escape_sequence,
  [91830] = 4,
    ACTIONS(3174), 1,
      sym_identifier,
    ACTIONS(3334), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1684), 2,
      sym_union_field,
      sym_union_variant,
  [91845] = 4,
    ACTIONS(3174), 1,
      sym_identifier,
    ACTIONS(3336), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1544), 2,
      sym_union_field,
      sym_union_variant,
  [91860] = 5,
    ACTIONS(3094), 1,
      anon_sym_let,
    ACTIONS(3338), 1,
      anon_sym_RBRACE,
    STATE(1419), 1,
      sym_trait_method,
    STATE(1429), 1,
      aux_sym_trait_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91877] = 5,
    ACTIONS(3082), 1,
      sym_identifier,
    STATE(630), 1,
      sym_named_type,
    STATE(1266), 1,
      sym_type_identifier,
    STATE(1267), 1,
      sym_type_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91894] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3340), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [91909] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(2998), 4,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
  [91920] = 4,
    ACTIONS(3342), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3344), 2,
      sym_string_content,
      sym_escape_sequence,
  [91935] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3347), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [91950] = 4,
    ACTIONS(3349), 1,
      anon_sym_LBRACE,
    ACTIONS(3351), 1,
      anon_sym_AT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [91965] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3354), 4,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
  [91976] = 5,
    ACTIONS(2089), 1,
      anon_sym_COMMA,
    ACTIONS(3356), 1,
      anon_sym_LBRACE,
    ACTIONS(3358), 1,
      anon_sym_as,
    STATE(1446), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [91993] = 5,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    ACTIONS(3360), 1,
      anon_sym_RBRACE,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92010] = 5,
    ACTIONS(2089), 1,
      anon_sym_COMMA,
    ACTIONS(3362), 1,
      anon_sym_LBRACE,
    ACTIONS(3364), 1,
      anon_sym_as,
    STATE(1446), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92027] = 4,
    ACTIONS(3366), 1,
      anon_sym_LPAREN,
    ACTIONS(3370), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3368), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [92042] = 4,
    ACTIONS(2041), 1,
      anon_sym_AT,
    ACTIONS(3372), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1523), 2,
      sym_iteration_attribute,
      aux_sym_for_each_clause_repeat1,
  [92057] = 5,
    ACTIONS(2089), 1,
      anon_sym_COMMA,
    ACTIONS(3374), 1,
      anon_sym_LBRACE,
    ACTIONS(3376), 1,
      anon_sym_as,
    STATE(1446), 1,
      aux_sym_match_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92074] = 5,
    ACTIONS(3048), 1,
      sym_identifier,
    ACTIONS(3378), 1,
      anon_sym_PIPE,
    STATE(1468), 1,
      sym_lambda_parameter_name,
    STATE(1628), 1,
      sym_lambda_parameter,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92091] = 4,
    ACTIONS(3174), 1,
      sym_identifier,
    ACTIONS(3380), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1862), 2,
      sym_union_field,
      sym_union_variant,
  [92106] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3382), 4,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
      anon_sym_PIPE,
  [92117] = 4,
    ACTIONS(3174), 1,
      sym_identifier,
    ACTIONS(3384), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1862), 2,
      sym_union_field,
      sym_union_variant,
  [92132] = 5,
    ACTIONS(3279), 1,
      anon_sym_LPAREN,
    ACTIONS(3386), 1,
      sym_identifier,
    STATE(769), 1,
      sym_import_spec,
    STATE(804), 1,
      sym_module_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92149] = 4,
    ACTIONS(3388), 1,
      anon_sym_DQUOTE,
    STATE(1521), 1,
      aux_sym_string_literal_repeat1,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3070), 2,
      sym_string_content,
      sym_escape_sequence,
  [92164] = 3,
    ACTIONS(3392), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3390), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [92176] = 4,
    ACTIONS(3394), 1,
      anon_sym_COMMA,
    ACTIONS(3397), 1,
      anon_sym_RBRACE,
    STATE(1538), 1,
      aux_sym_union_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92190] = 4,
    ACTIONS(2610), 1,
      anon_sym_STAR,
    ACTIONS(3399), 1,
      anon_sym_self,
    STATE(1703), 1,
      sym_receiver_parameter,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92204] = 4,
    ACTIONS(3401), 1,
      sym_identifier,
    ACTIONS(3403), 1,
      anon_sym_RPAREN,
    STATE(1778), 1,
      sym_pattern_binding,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92218] = 4,
    ACTIONS(3405), 1,
      anon_sym_COMMA,
    ACTIONS(3408), 1,
      anon_sym_RPAREN,
    STATE(1541), 1,
      aux_sym_variant_pattern_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92232] = 4,
    ACTIONS(2375), 1,
      anon_sym_LBRACE,
    ACTIONS(3410), 1,
      anon_sym_when,
    STATE(743), 1,
      sym_compile_time_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92246] = 4,
    ACTIONS(2879), 1,
      anon_sym_RPAREN,
    ACTIONS(3412), 1,
      anon_sym_COMMA,
    STATE(1621), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92260] = 4,
    ACTIONS(3414), 1,
      anon_sym_COMMA,
    ACTIONS(3416), 1,
      anon_sym_RBRACE,
    STATE(1612), 1,
      aux_sym_union_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92274] = 4,
    ACTIONS(2364), 1,
      anon_sym_LBRACE,
    ACTIONS(3418), 1,
      anon_sym_when,
    STATE(683), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92288] = 3,
    ACTIONS(3420), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3422), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [92300] = 4,
    ACTIONS(3424), 1,
      anon_sym_COMMA,
    ACTIONS(3426), 1,
      anon_sym_RPAREN,
    STATE(1687), 1,
      aux_sym_return_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92314] = 4,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    ACTIONS(3428), 1,
      anon_sym_RPAREN,
    STATE(1836), 1,
      sym_type_parameter,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92328] = 3,
    ACTIONS(3432), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3430), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [92340] = 4,
    ACTIONS(3428), 1,
      anon_sym_RPAREN,
    ACTIONS(3434), 1,
      anon_sym_COMMA,
    STATE(1711), 1,
      aux_sym_type_parameter_list_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92354] = 3,
    ACTIONS(3436), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1451), 2,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
  [92366] = 4,
    ACTIONS(3050), 1,
      anon_sym_PIPE,
    ACTIONS(3438), 1,
      anon_sym_COMMA,
    STATE(1592), 1,
      aux_sym_lambda_parameter_list_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92380] = 4,
    ACTIONS(3440), 1,
      anon_sym_COMMA,
    ACTIONS(3442), 1,
      anon_sym_RPAREN,
    STATE(1607), 1,
      aux_sym_return_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92394] = 4,
    ACTIONS(3444), 1,
      anon_sym_COMMA,
    ACTIONS(3446), 1,
      anon_sym_RPAREN,
    STATE(1543), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92408] = 4,
    ACTIONS(3448), 1,
      anon_sym_LPAREN,
    ACTIONS(3450), 1,
      anon_sym_EQ,
    STATE(1922), 1,
      sym_type_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92422] = 4,
    ACTIONS(1947), 1,
      anon_sym_RPAREN,
    ACTIONS(3452), 1,
      anon_sym_COMMA,
    STATE(1666), 1,
      aux_sym_function_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92436] = 4,
    ACTIONS(3454), 1,
      anon_sym_COMMA,
    ACTIONS(3456), 1,
      anon_sym_EQ,
    STATE(1568), 1,
      aux_sym_multi_binding_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92450] = 4,
    ACTIONS(1947), 1,
      anon_sym_RPAREN,
    ACTIONS(3452), 1,
      anon_sym_COMMA,
    STATE(1673), 1,
      aux_sym_function_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92464] = 4,
    ACTIONS(3458), 1,
      anon_sym_COMMA,
    ACTIONS(3460), 1,
      anon_sym_RBRACE,
    STATE(1570), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92478] = 4,
    ACTIONS(3460), 1,
      anon_sym_RBRACE,
    ACTIONS(3462), 1,
      anon_sym_COMMA,
    STATE(1572), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92492] = 4,
    ACTIONS(2362), 1,
      anon_sym_LBRACE,
    ACTIONS(3464), 1,
      anon_sym_when,
    STATE(1315), 1,
      sym_link_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92506] = 4,
    ACTIONS(867), 1,
      anon_sym_RBRACK,
    ACTIONS(3466), 1,
      anon_sym_COMMA,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92520] = 4,
    ACTIONS(3022), 1,
      anon_sym_RPAREN,
    ACTIONS(3468), 1,
      anon_sym_COMMA,
    STATE(1629), 1,
      aux_sym_trait_method_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92534] = 4,
    ACTIONS(2866), 1,
      sym_identifier,
    ACTIONS(2872), 1,
      sym_no_initializer,
    STATE(1863), 1,
      sym_field_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92548] = 4,
    ACTIONS(2364), 1,
      anon_sym_LBRACE,
    ACTIONS(3418), 1,
      anon_sym_when,
    STATE(656), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92562] = 4,
    ACTIONS(2383), 1,
      anon_sym_LBRACE,
    ACTIONS(3470), 1,
      anon_sym_when,
    STATE(668), 1,
      sym_when_type_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92576] = 4,
    ACTIONS(3454), 1,
      anon_sym_COMMA,
    ACTIONS(3472), 1,
      anon_sym_EQ,
    STATE(1580), 1,
      aux_sym_multi_binding_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92590] = 4,
    ACTIONS(3454), 1,
      anon_sym_COMMA,
    ACTIONS(3474), 1,
      anon_sym_EQ,
    STATE(1656), 1,
      aux_sym_multi_binding_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92604] = 4,
    ACTIONS(3476), 1,
      anon_sym_COMMA,
    ACTIONS(3479), 1,
      anon_sym_RPAREN,
    STATE(1569), 1,
      aux_sym_for_each_destructure_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92618] = 4,
    ACTIONS(3100), 1,
      anon_sym_RBRACE,
    ACTIONS(3481), 1,
      anon_sym_COMMA,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92632] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3100), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92646] = 4,
    ACTIONS(3100), 1,
      anon_sym_RBRACE,
    ACTIONS(3483), 1,
      anon_sym_COMMA,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92660] = 4,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(3485), 1,
      anon_sym_if,
    STATE(73), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92674] = 4,
    ACTIONS(3487), 1,
      anon_sym_COMMA,
    ACTIONS(3489), 1,
      anon_sym_RPAREN,
    STATE(1586), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92688] = 4,
    ACTIONS(2381), 1,
      anon_sym_LBRACE,
    ACTIONS(3491), 1,
      anon_sym_when,
    STATE(78), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92702] = 4,
    ACTIONS(3493), 1,
      anon_sym_COMMA,
    ACTIONS(3495), 1,
      anon_sym_RBRACE,
    STATE(1640), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92716] = 4,
    ACTIONS(3497), 1,
      anon_sym_COMMA,
    ACTIONS(3499), 1,
      anon_sym_RBRACE,
    STATE(1589), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92730] = 4,
    ACTIONS(3499), 1,
      anon_sym_RBRACE,
    ACTIONS(3501), 1,
      anon_sym_COMMA,
    STATE(1591), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92744] = 4,
    ACTIONS(3454), 1,
      anon_sym_COMMA,
    ACTIONS(3503), 1,
      anon_sym_EQ,
    STATE(1635), 1,
      aux_sym_multi_binding_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92758] = 4,
    ACTIONS(3454), 1,
      anon_sym_COMMA,
    ACTIONS(3505), 1,
      anon_sym_EQ,
    STATE(1656), 1,
      aux_sym_multi_binding_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92772] = 4,
    ACTIONS(3401), 1,
      sym_identifier,
    ACTIONS(3507), 1,
      anon_sym_RPAREN,
    STATE(1723), 1,
      sym_pattern_binding,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92786] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3114), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92800] = 4,
    ACTIONS(37), 1,
      anon_sym_LBRACE,
    ACTIONS(3485), 1,
      anon_sym_if,
    STATE(86), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92814] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3509), 3,
      anon_sym_COMMA,
      anon_sym_if,
      anon_sym_EQ_GT,
  [92824] = 4,
    ACTIONS(3024), 1,
      anon_sym_RBRACE,
    ACTIONS(3511), 1,
      anon_sym_COMMA,
    STATE(1706), 1,
      aux_sym_struct_type_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92838] = 4,
    ACTIONS(2921), 1,
      anon_sym_RPAREN,
    ACTIONS(3513), 1,
      anon_sym_COMMA,
    STATE(1621), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92852] = 4,
    ACTIONS(2381), 1,
      anon_sym_LBRACE,
    ACTIONS(3491), 1,
      anon_sym_when,
    STATE(92), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92866] = 4,
    ACTIONS(3024), 1,
      anon_sym_RBRACE,
    ACTIONS(3511), 1,
      anon_sym_COMMA,
    STATE(1708), 1,
      aux_sym_struct_type_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92880] = 4,
    ACTIONS(3118), 1,
      anon_sym_RBRACE,
    ACTIONS(3515), 1,
      anon_sym_COMMA,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92894] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3118), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92908] = 4,
    ACTIONS(3118), 1,
      anon_sym_RBRACE,
    ACTIONS(3517), 1,
      anon_sym_COMMA,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92922] = 4,
    ACTIONS(3519), 1,
      anon_sym_COMMA,
    ACTIONS(3522), 1,
      anon_sym_PIPE,
    STATE(1592), 1,
      aux_sym_lambda_parameter_list_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92936] = 4,
    ACTIONS(3524), 1,
      sym_identifier,
    ACTIONS(3526), 1,
      anon_sym_RBRACE,
    STATE(1842), 1,
      sym_enum_member,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92950] = 4,
    ACTIONS(3120), 1,
      anon_sym_RBRACE,
    ACTIONS(3528), 1,
      anon_sym_COMMA,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92964] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3142), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92978] = 4,
    ACTIONS(3530), 1,
      sym_identifier,
    ACTIONS(3532), 1,
      anon_sym_RBRACE,
    STATE(1807), 1,
      sym_flags_member,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [92992] = 4,
    ACTIONS(3534), 1,
      anon_sym_COMMA,
    ACTIONS(3537), 1,
      anon_sym_RBRACE,
    STATE(1597), 1,
      aux_sym_flags_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93006] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3120), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93020] = 4,
    ACTIONS(3526), 1,
      anon_sym_RBRACE,
    ACTIONS(3539), 1,
      anon_sym_COMMA,
    STATE(1715), 1,
      aux_sym_enum_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93034] = 4,
    ACTIONS(3120), 1,
      anon_sym_RBRACE,
    ACTIONS(3541), 1,
      anon_sym_COMMA,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93048] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3314), 3,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_PIPE,
  [93058] = 4,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(3543), 1,
      anon_sym_if,
    STATE(675), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93072] = 4,
    ACTIONS(3545), 1,
      anon_sym_COMMA,
    ACTIONS(3547), 1,
      anon_sym_RBRACE,
    STATE(1608), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93086] = 4,
    ACTIONS(3547), 1,
      anon_sym_RBRACE,
    ACTIONS(3549), 1,
      anon_sym_COMMA,
    STATE(1610), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93100] = 4,
    ACTIONS(3030), 1,
      anon_sym_RPAREN,
    ACTIONS(3551), 1,
      anon_sym_COMMA,
    STATE(1720), 1,
      aux_sym_ordinary_attribute_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93114] = 4,
    ACTIONS(887), 1,
      anon_sym_RBRACK,
    ACTIONS(3553), 1,
      anon_sym_COMMA,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93128] = 4,
    ACTIONS(3555), 1,
      anon_sym_COMMA,
    ACTIONS(3558), 1,
      anon_sym_RPAREN,
    STATE(1607), 1,
      aux_sym_return_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93142] = 4,
    ACTIONS(3180), 1,
      anon_sym_RBRACE,
    ACTIONS(3560), 1,
      anon_sym_COMMA,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93156] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3180), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93170] = 4,
    ACTIONS(3180), 1,
      anon_sym_RBRACE,
    ACTIONS(3562), 1,
      anon_sym_COMMA,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93184] = 4,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(3564), 1,
      anon_sym_if,
    STATE(464), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93198] = 4,
    ACTIONS(3176), 1,
      anon_sym_RBRACE,
    ACTIONS(3566), 1,
      anon_sym_COMMA,
    STATE(1538), 1,
      aux_sym_union_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93212] = 4,
    ACTIONS(3568), 1,
      anon_sym_COMMA,
    ACTIONS(3570), 1,
      anon_sym_RPAREN,
    STATE(1622), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93226] = 4,
    ACTIONS(2352), 1,
      anon_sym_LBRACE,
    ACTIONS(3572), 1,
      anon_sym_when,
    STATE(469), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93240] = 4,
    ACTIONS(3048), 1,
      sym_identifier,
    STATE(1468), 1,
      sym_lambda_parameter_name,
    STATE(1777), 1,
      sym_lambda_parameter,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93254] = 4,
    ACTIONS(3574), 1,
      anon_sym_COMMA,
    ACTIONS(3576), 1,
      anon_sym_RPAREN,
    STATE(1688), 1,
      aux_sym_parameter_list_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93268] = 4,
    ACTIONS(3578), 1,
      anon_sym_COMMA,
    ACTIONS(3580), 1,
      anon_sym_RBRACE,
    STATE(1625), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93282] = 4,
    ACTIONS(3580), 1,
      anon_sym_RBRACE,
    ACTIONS(3582), 1,
      anon_sym_COMMA,
    STATE(1627), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93296] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3190), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93310] = 4,
    ACTIONS(334), 1,
      anon_sym_LBRACE,
    ACTIONS(3564), 1,
      anon_sym_if,
    STATE(478), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93324] = 4,
    ACTIONS(3584), 1,
      anon_sym_COMMA,
    ACTIONS(3587), 1,
      anon_sym_RPAREN,
    STATE(1621), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93338] = 4,
    ACTIONS(2937), 1,
      anon_sym_RPAREN,
    ACTIONS(3589), 1,
      anon_sym_COMMA,
    STATE(1621), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93352] = 4,
    ACTIONS(2352), 1,
      anon_sym_LBRACE,
    ACTIONS(3572), 1,
      anon_sym_when,
    STATE(484), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93366] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3591), 3,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_PIPE,
  [93376] = 4,
    ACTIONS(3196), 1,
      anon_sym_RBRACE,
    ACTIONS(3593), 1,
      anon_sym_COMMA,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93390] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3196), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93404] = 4,
    ACTIONS(3196), 1,
      anon_sym_RBRACE,
    ACTIONS(3595), 1,
      anon_sym_COMMA,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93418] = 4,
    ACTIONS(3597), 1,
      anon_sym_COMMA,
    ACTIONS(3599), 1,
      anon_sym_PIPE,
    STATE(1552), 1,
      aux_sym_lambda_parameter_list_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93432] = 4,
    ACTIONS(3601), 1,
      anon_sym_COMMA,
    ACTIONS(3604), 1,
      anon_sym_RPAREN,
    STATE(1629), 1,
      aux_sym_trait_method_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93446] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3204), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93460] = 4,
    ACTIONS(3454), 1,
      anon_sym_COMMA,
    ACTIONS(3606), 1,
      anon_sym_EQ,
    STATE(1656), 1,
      aux_sym_multi_binding_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93474] = 4,
    ACTIONS(3401), 1,
      sym_identifier,
    ACTIONS(3608), 1,
      anon_sym_RPAREN,
    STATE(1778), 1,
      sym_pattern_binding,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93488] = 4,
    ACTIONS(3610), 1,
      anon_sym_COMMA,
    ACTIONS(3612), 1,
      anon_sym_RBRACE,
    STATE(1642), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93502] = 4,
    ACTIONS(3612), 1,
      anon_sym_RBRACE,
    ACTIONS(3614), 1,
      anon_sym_COMMA,
    STATE(1644), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93516] = 4,
    ACTIONS(3454), 1,
      anon_sym_COMMA,
    ACTIONS(3616), 1,
      anon_sym_EQ,
    STATE(1656), 1,
      aux_sym_multi_binding_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93530] = 4,
    ACTIONS(3618), 1,
      anon_sym_COMMA,
    ACTIONS(3620), 1,
      anon_sym_RPAREN,
    STATE(1605), 1,
      aux_sym_ordinary_attribute_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93544] = 4,
    ACTIONS(905), 1,
      anon_sym_RBRACK,
    ACTIONS(3622), 1,
      anon_sym_COMMA,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93558] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3237), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93572] = 4,
    ACTIONS(3495), 1,
      anon_sym_RBRACE,
    ACTIONS(3624), 1,
      anon_sym_COMMA,
    STATE(1649), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93586] = 4,
    ACTIONS(3221), 1,
      anon_sym_RBRACE,
    ACTIONS(3626), 1,
      anon_sym_COMMA,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93600] = 4,
    ACTIONS(3628), 1,
      anon_sym_COMMA,
    ACTIONS(3630), 1,
      anon_sym_RPAREN,
    STATE(1550), 1,
      aux_sym_type_parameter_list_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93614] = 4,
    ACTIONS(3241), 1,
      anon_sym_RBRACE,
    ACTIONS(3632), 1,
      anon_sym_COMMA,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93628] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3241), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93642] = 4,
    ACTIONS(3241), 1,
      anon_sym_RBRACE,
    ACTIONS(3634), 1,
      anon_sym_COMMA,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93656] = 4,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    ACTIONS(3636), 1,
      anon_sym_if,
    STATE(797), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93670] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3221), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93684] = 4,
    ACTIONS(3638), 1,
      anon_sym_COMMA,
    ACTIONS(3640), 1,
      anon_sym_RPAREN,
    STATE(1658), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93698] = 4,
    ACTIONS(2385), 1,
      anon_sym_LBRACE,
    ACTIONS(3642), 1,
      anon_sym_when,
    STATE(803), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93712] = 4,
    ACTIONS(3221), 1,
      anon_sym_RBRACE,
    ACTIONS(3644), 1,
      anon_sym_COMMA,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93726] = 3,
    ACTIONS(3646), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(1884), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [93738] = 4,
    ACTIONS(3649), 1,
      anon_sym_COMMA,
    ACTIONS(3651), 1,
      anon_sym_COLON,
    STATE(1742), 1,
      aux_sym_parameter_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93752] = 4,
    ACTIONS(3653), 1,
      anon_sym_COMMA,
    ACTIONS(3655), 1,
      anon_sym_RBRACE,
    STATE(1660), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93766] = 4,
    ACTIONS(3657), 1,
      anon_sym_COMMA,
    ACTIONS(3660), 1,
      anon_sym_RPAREN,
    STATE(1653), 1,
      aux_sym_union_variant_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93780] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3251), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93794] = 4,
    ACTIONS(819), 1,
      anon_sym_LBRACE,
    ACTIONS(3636), 1,
      anon_sym_if,
    STATE(812), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93808] = 4,
    ACTIONS(3662), 1,
      anon_sym_COMMA,
    ACTIONS(3665), 1,
      anon_sym_EQ,
    STATE(1656), 1,
      aux_sym_multi_binding_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93822] = 3,
    ACTIONS(3669), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3667), 2,
      anon_sym_COMMA,
      anon_sym_COLON,
  [93834] = 4,
    ACTIONS(2945), 1,
      anon_sym_RPAREN,
    ACTIONS(3671), 1,
      anon_sym_COMMA,
    STATE(1621), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93848] = 4,
    ACTIONS(2385), 1,
      anon_sym_LBRACE,
    ACTIONS(3642), 1,
      anon_sym_when,
    STATE(818), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93862] = 4,
    ACTIONS(3265), 1,
      anon_sym_RBRACE,
    ACTIONS(3673), 1,
      anon_sym_COMMA,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93876] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3265), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93890] = 4,
    ACTIONS(3265), 1,
      anon_sym_RBRACE,
    ACTIONS(3675), 1,
      anon_sym_COMMA,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93904] = 4,
    ACTIONS(2375), 1,
      anon_sym_LBRACE,
    ACTIONS(3410), 1,
      anon_sym_when,
    STATE(784), 1,
      sym_compile_time_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93918] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3269), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93932] = 4,
    ACTIONS(2347), 1,
      anon_sym_COMMA,
    ACTIONS(3677), 1,
      anon_sym_RPAREN,
    STATE(1729), 1,
      aux_sym_for_each_destructure_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93946] = 4,
    ACTIONS(1941), 1,
      anon_sym_RPAREN,
    ACTIONS(3679), 1,
      anon_sym_COMMA,
    STATE(1673), 1,
      aux_sym_function_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93960] = 4,
    ACTIONS(3681), 1,
      anon_sym_COMMA,
    ACTIONS(3683), 1,
      anon_sym_RBRACE,
    STATE(1594), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93974] = 4,
    ACTIONS(3685), 1,
      anon_sym_COMMA,
    ACTIONS(3688), 1,
      anon_sym_RPAREN,
    STATE(1668), 1,
      aux_sym_parameter_list_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [93988] = 4,
    ACTIONS(2971), 1,
      anon_sym_mut,
    ACTIONS(2973), 1,
      anon_sym_DOLLAR,
    ACTIONS(3690), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94002] = 4,
    ACTIONS(3683), 1,
      anon_sym_RBRACE,
    ACTIONS(3692), 1,
      anon_sym_COMMA,
    STATE(1600), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94016] = 4,
    ACTIONS(3694), 1,
      anon_sym_COMMA,
    ACTIONS(3696), 1,
      anon_sym_RBRACE,
    STATE(1676), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94030] = 4,
    ACTIONS(3696), 1,
      anon_sym_RBRACE,
    ACTIONS(3698), 1,
      anon_sym_COMMA,
    STATE(1678), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94044] = 4,
    ACTIONS(3700), 1,
      anon_sym_COMMA,
    ACTIONS(3703), 1,
      anon_sym_RPAREN,
    STATE(1673), 1,
      aux_sym_function_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94058] = 4,
    ACTIONS(925), 1,
      anon_sym_RBRACK,
    ACTIONS(3705), 1,
      anon_sym_COMMA,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94072] = 3,
    ACTIONS(3709), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3707), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [94084] = 4,
    ACTIONS(3295), 1,
      anon_sym_RBRACE,
    ACTIONS(3711), 1,
      anon_sym_COMMA,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94098] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3295), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94112] = 4,
    ACTIONS(3295), 1,
      anon_sym_RBRACE,
    ACTIONS(3713), 1,
      anon_sym_COMMA,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94126] = 4,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(3715), 1,
      anon_sym_if,
    STATE(1196), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94140] = 3,
    ACTIONS(3719), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3717), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [94152] = 4,
    ACTIONS(3721), 1,
      anon_sym_COMMA,
    ACTIONS(3723), 1,
      anon_sym_RBRACE,
    STATE(1743), 1,
      aux_sym_flags_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94166] = 4,
    ACTIONS(3725), 1,
      anon_sym_COMMA,
    ACTIONS(3728), 1,
      anon_sym_COLON,
    STATE(1682), 1,
      aux_sym_parameter_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94180] = 4,
    ACTIONS(3730), 1,
      anon_sym_COMMA,
    ACTIONS(3732), 1,
      anon_sym_RPAREN,
    STATE(1696), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94194] = 4,
    ACTIONS(3734), 1,
      anon_sym_COMMA,
    ACTIONS(3736), 1,
      anon_sym_RBRACE,
    STATE(1744), 1,
      aux_sym_union_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94208] = 4,
    ACTIONS(2419), 1,
      anon_sym_LBRACE,
    ACTIONS(3738), 1,
      anon_sym_when,
    STATE(1202), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94222] = 4,
    ACTIONS(3440), 1,
      anon_sym_COMMA,
    ACTIONS(3740), 1,
      anon_sym_RPAREN,
    STATE(1553), 1,
      aux_sym_return_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94236] = 4,
    ACTIONS(1969), 1,
      anon_sym_RPAREN,
    ACTIONS(3742), 1,
      anon_sym_COMMA,
    STATE(1607), 1,
      aux_sym_return_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94250] = 4,
    ACTIONS(2630), 1,
      anon_sym_RPAREN,
    ACTIONS(3744), 1,
      anon_sym_COMMA,
    STATE(1668), 1,
      aux_sym_parameter_list_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94264] = 4,
    ACTIONS(3746), 1,
      anon_sym_COMMA,
    ACTIONS(3748), 1,
      anon_sym_RBRACE,
    STATE(1700), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94278] = 4,
    ACTIONS(3748), 1,
      anon_sym_RBRACE,
    ACTIONS(3750), 1,
      anon_sym_COMMA,
    STATE(1702), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94292] = 4,
    ACTIONS(2383), 1,
      anon_sym_LBRACE,
    ACTIONS(3470), 1,
      anon_sym_when,
    STATE(691), 1,
      sym_when_type_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94306] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3305), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94320] = 4,
    ACTIONS(827), 1,
      anon_sym_LBRACE,
    ACTIONS(3715), 1,
      anon_sym_if,
    STATE(1212), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94334] = 4,
    ACTIONS(1945), 1,
      anon_sym_RPAREN,
    ACTIONS(3752), 1,
      anon_sym_COMMA,
    STATE(1653), 1,
      aux_sym_union_variant_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94348] = 4,
    ACTIONS(2604), 1,
      sym_identifier,
    ACTIONS(2612), 1,
      anon_sym_mut,
    STATE(1802), 1,
      sym_parameter_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94362] = 4,
    ACTIONS(2953), 1,
      anon_sym_RPAREN,
    ACTIONS(3754), 1,
      anon_sym_COMMA,
    STATE(1621), 1,
      aux_sym_inline_assembly_expression_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94376] = 4,
    ACTIONS(2419), 1,
      anon_sym_LBRACE,
    ACTIONS(3738), 1,
      anon_sym_when,
    STATE(1218), 1,
      sym_when_expression_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94390] = 4,
    ACTIONS(3524), 1,
      sym_identifier,
    ACTIONS(3756), 1,
      anon_sym_RBRACE,
    STATE(1718), 1,
      sym_enum_member,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94404] = 3,
    ACTIONS(3174), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    STATE(1862), 2,
      sym_union_field,
      sym_union_variant,
  [94416] = 4,
    ACTIONS(3309), 1,
      anon_sym_RBRACE,
    ACTIONS(3758), 1,
      anon_sym_COMMA,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94430] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3309), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94444] = 4,
    ACTIONS(3309), 1,
      anon_sym_RBRACE,
    ACTIONS(3760), 1,
      anon_sym_COMMA,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94458] = 4,
    ACTIONS(3762), 1,
      anon_sym_COMMA,
    ACTIONS(3764), 1,
      anon_sym_RPAREN,
    STATE(1563), 1,
      aux_sym_trait_method_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94472] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3316), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94486] = 4,
    ACTIONS(2636), 1,
      sym_identifier,
    ACTIONS(2642), 1,
      anon_sym_link,
    STATE(721), 1,
      sym_attribute_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94500] = 4,
    ACTIONS(3766), 1,
      anon_sym_COMMA,
    ACTIONS(3769), 1,
      anon_sym_RBRACE,
    STATE(1706), 1,
      aux_sym_struct_type_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94514] = 4,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    ACTIONS(3771), 1,
      anon_sym_RPAREN,
    STATE(1836), 1,
      sym_type_parameter,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94528] = 4,
    ACTIONS(3026), 1,
      anon_sym_RBRACE,
    ACTIONS(3773), 1,
      anon_sym_COMMA,
    STATE(1706), 1,
      aux_sym_struct_type_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94542] = 4,
    ACTIONS(3608), 1,
      anon_sym_RPAREN,
    ACTIONS(3775), 1,
      anon_sym_COMMA,
    STATE(1541), 1,
      aux_sym_variant_pattern_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94556] = 3,
    ACTIONS(3779), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3777), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [94568] = 4,
    ACTIONS(3781), 1,
      anon_sym_COMMA,
    ACTIONS(3784), 1,
      anon_sym_RPAREN,
    STATE(1711), 1,
      aux_sym_type_parameter_list_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94582] = 4,
    ACTIONS(3524), 1,
      sym_identifier,
    ACTIONS(3786), 1,
      anon_sym_RBRACE,
    STATE(1842), 1,
      sym_enum_member,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94596] = 4,
    ACTIONS(807), 1,
      anon_sym_RBRACK,
    ACTIONS(3788), 1,
      anon_sym_COMMA,
    STATE(1397), 1,
      aux_sym_return_statement_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94610] = 4,
    ACTIONS(3790), 1,
      anon_sym_COMMA,
    ACTIONS(3792), 1,
      anon_sym_RPAREN,
    STATE(1558), 1,
      aux_sym_function_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94624] = 4,
    ACTIONS(3794), 1,
      anon_sym_COMMA,
    ACTIONS(3797), 1,
      anon_sym_RBRACE,
    STATE(1715), 1,
      aux_sym_enum_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94638] = 4,
    ACTIONS(2362), 1,
      anon_sym_LBRACE,
    ACTIONS(3464), 1,
      anon_sym_when,
    STATE(1316), 1,
      sym_link_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94652] = 4,
    ACTIONS(3530), 1,
      sym_identifier,
    ACTIONS(3799), 1,
      anon_sym_RBRACE,
    STATE(1681), 1,
      sym_flags_member,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94666] = 4,
    ACTIONS(3801), 1,
      anon_sym_COMMA,
    ACTIONS(3803), 1,
      anon_sym_RBRACE,
    STATE(1599), 1,
      aux_sym_enum_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94680] = 3,
    ACTIONS(3807), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3805), 2,
      anon_sym_RPAREN,
      sym_identifier,
  [94692] = 4,
    ACTIONS(3809), 1,
      anon_sym_COMMA,
    ACTIONS(3812), 1,
      anon_sym_RPAREN,
    STATE(1720), 1,
      aux_sym_ordinary_attribute_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94706] = 4,
    ACTIONS(2901), 1,
      anon_sym_DOLLAR,
    ACTIONS(3814), 1,
      sym_identifier,
    ACTIONS(3816), 1,
      anon_sym_mut,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94720] = 3,
    ACTIONS(3820), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3818), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [94732] = 4,
    ACTIONS(3822), 1,
      anon_sym_COMMA,
    ACTIONS(3824), 1,
      anon_sym_RPAREN,
    STATE(1709), 1,
      aux_sym_variant_pattern_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94746] = 4,
    ACTIONS(3826), 1,
      anon_sym_COMMA,
    ACTIONS(3829), 1,
      anon_sym_RBRACE,
    STATE(1724), 1,
      aux_sym_struct_literal_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94760] = 4,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    ACTIONS(3360), 1,
      anon_sym_RBRACE,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94774] = 4,
    ACTIONS(3831), 1,
      anon_sym_COMMA,
    ACTIONS(3834), 1,
      anon_sym_RBRACE,
    STATE(1726), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94788] = 4,
    ACTIONS(3836), 1,
      anon_sym_COMMA,
    ACTIONS(3838), 1,
      anon_sym_RPAREN,
    STATE(1694), 1,
      aux_sym_union_variant_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94802] = 4,
    ACTIONS(3454), 1,
      anon_sym_COMMA,
    ACTIONS(3840), 1,
      anon_sym_EQ,
    STATE(1631), 1,
      aux_sym_multi_binding_declaration_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94816] = 4,
    ACTIONS(2347), 1,
      anon_sym_COMMA,
    ACTIONS(3842), 1,
      anon_sym_RPAREN,
    STATE(1569), 1,
      aux_sym_for_each_destructure_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94830] = 4,
    ACTIONS(2347), 1,
      anon_sym_COMMA,
    ACTIONS(3844), 1,
      anon_sym_RPAREN,
    STATE(1569), 1,
      aux_sym_for_each_destructure_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94844] = 4,
    ACTIONS(3448), 1,
      anon_sym_LPAREN,
    ACTIONS(3846), 1,
      anon_sym_EQ,
    STATE(2026), 1,
      sym_type_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94858] = 4,
    ACTIONS(3848), 1,
      anon_sym_COMMA,
    ACTIONS(3850), 1,
      anon_sym_mut,
    ACTIONS(3852), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94872] = 4,
    ACTIONS(3448), 1,
      anon_sym_LPAREN,
    ACTIONS(3854), 1,
      anon_sym_EQ,
    STATE(2067), 1,
      sym_type_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94886] = 4,
    ACTIONS(3036), 1,
      anon_sym_RBRACE,
    ACTIONS(3856), 1,
      anon_sym_COMMA,
    STATE(1585), 1,
      aux_sym_struct_type_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94900] = 4,
    ACTIONS(3448), 1,
      anon_sym_LPAREN,
    ACTIONS(3858), 1,
      anon_sym_EQ,
    STATE(2072), 1,
      sym_type_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94914] = 4,
    ACTIONS(3860), 1,
      anon_sym_COMMA,
    ACTIONS(3862), 1,
      anon_sym_RPAREN,
    STATE(1738), 1,
      aux_sym_function_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94928] = 4,
    ACTIONS(1957), 1,
      anon_sym_RPAREN,
    ACTIONS(3864), 1,
      anon_sym_COMMA,
    STATE(1740), 1,
      aux_sym_function_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94942] = 4,
    ACTIONS(1957), 1,
      anon_sym_RPAREN,
    ACTIONS(3864), 1,
      anon_sym_COMMA,
    STATE(1673), 1,
      aux_sym_function_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94956] = 4,
    ACTIONS(280), 1,
      anon_sym_LBRACE,
    ACTIONS(3543), 1,
      anon_sym_if,
    STATE(648), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94970] = 4,
    ACTIONS(1959), 1,
      anon_sym_RPAREN,
    ACTIONS(3866), 1,
      anon_sym_COMMA,
    STATE(1673), 1,
      aux_sym_function_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94984] = 4,
    ACTIONS(3530), 1,
      sym_identifier,
    ACTIONS(3868), 1,
      anon_sym_RBRACE,
    STATE(1807), 1,
      sym_flags_member,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [94998] = 4,
    ACTIONS(3649), 1,
      anon_sym_COMMA,
    ACTIONS(3870), 1,
      anon_sym_COLON,
    STATE(1682), 1,
      aux_sym_parameter_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95012] = 4,
    ACTIONS(3868), 1,
      anon_sym_RBRACE,
    ACTIONS(3872), 1,
      anon_sym_COMMA,
    STATE(1597), 1,
      aux_sym_flags_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95026] = 4,
    ACTIONS(3384), 1,
      anon_sym_RBRACE,
    ACTIONS(3874), 1,
      anon_sym_COMMA,
    STATE(1538), 1,
      aux_sym_union_type_repeat1,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95040] = 3,
    ACTIONS(3878), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3876), 2,
      anon_sym_COMMA,
      anon_sym_COLON,
  [95052] = 4,
    ACTIONS(3655), 1,
      anon_sym_RBRACE,
    ACTIONS(3880), 1,
      anon_sym_COMMA,
    STATE(1662), 1,
      aux_sym_struct_literal_repeat2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95066] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3882), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [95075] = 3,
    ACTIONS(873), 1,
      anon_sym_RPAREN,
    ACTIONS(3884), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95086] = 3,
    ACTIONS(2285), 1,
      anon_sym_RBRACE,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95097] = 3,
    ACTIONS(3888), 1,
      anon_sym_self,
    ACTIONS(3890), 1,
      anon_sym_mut,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95108] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3892), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95119] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3894), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95130] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3896), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95141] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3898), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95152] = 3,
    ACTIONS(3900), 1,
      sym_identifier,
    ACTIONS(3902), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95163] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3219), 2,
      anon_sym_let,
      anon_sym_RBRACE,
  [95172] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1554), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95183] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3904), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95192] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1766), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95203] = 3,
    ACTIONS(2728), 1,
      anon_sym_reprof,
    ACTIONS(3906), 1,
      anon_sym_auto,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95214] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3908), 2,
      anon_sym_COMMA,
      anon_sym_PIPE,
  [95223] = 3,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    STATE(1836), 1,
      sym_type_parameter,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95234] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3910), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95243] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1983), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95254] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3912), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95263] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3914), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95272] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3916), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95281] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3918), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95292] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1963), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95303] = 3,
    ACTIONS(2307), 1,
      anon_sym_RBRACE,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95314] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3920), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95325] = 3,
    ACTIONS(2973), 1,
      anon_sym_DOLLAR,
    ACTIONS(3922), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95336] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3924), 2,
      anon_sym_COMMA,
      anon_sym_EQ,
  [95345] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3926), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95356] = 3,
    ACTIONS(3386), 1,
      sym_identifier,
    STATE(590), 1,
      sym_module_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95367] = 3,
    ACTIONS(911), 1,
      anon_sym_RPAREN,
    ACTIONS(3928), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95378] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3522), 2,
      anon_sym_COMMA,
      anon_sym_PIPE,
  [95387] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3408), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95396] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3930), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95405] = 3,
    ACTIONS(877), 1,
      anon_sym_RPAREN,
    ACTIONS(3932), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95416] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3934), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95427] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3936), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95438] = 3,
    ACTIONS(3938), 1,
      anon_sym_LPAREN,
    ACTIONS(3940), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95449] = 3,
    ACTIONS(915), 1,
      anon_sym_RPAREN,
    ACTIONS(3942), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95460] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3944), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95469] = 3,
    ACTIONS(2714), 1,
      anon_sym_compiler_error,
    ACTIONS(2728), 1,
      anon_sym_reprof,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95480] = 3,
    ACTIONS(921), 1,
      anon_sym_RPAREN,
    ACTIONS(3946), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95491] = 3,
    ACTIONS(2233), 1,
      anon_sym_RBRACE,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95502] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3948), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95513] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(2060), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95524] = 3,
    ACTIONS(3950), 1,
      anon_sym_LPAREN,
    STATE(1270), 1,
      sym_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95535] = 3,
    ACTIONS(3401), 1,
      sym_identifier,
    STATE(1778), 1,
      sym_pattern_binding,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95546] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3952), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95557] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3954), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95568] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3956), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95579] = 3,
    ACTIONS(3958), 1,
      sym_identifier,
    ACTIONS(3960), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95590] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3962), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95599] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3688), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95608] = 3,
    ACTIONS(2241), 1,
      anon_sym_RBRACE,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95619] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3964), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95630] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3966), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95641] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3728), 2,
      anon_sym_COMMA,
      anon_sym_COLON,
  [95650] = 3,
    ACTIONS(2990), 1,
      sym_identifier,
    STATE(590), 1,
      sym_module_path,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95661] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3703), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95670] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3968), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95679] = 3,
    ACTIONS(3970), 1,
      sym_identifier,
    ACTIONS(3972), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95690] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3537), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [95699] = 3,
    ACTIONS(3524), 1,
      sym_identifier,
    STATE(1842), 1,
      sym_enum_member,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95710] = 3,
    ACTIONS(2973), 1,
      anon_sym_DOLLAR,
    ACTIONS(3974), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95721] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3976), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95730] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3978), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95741] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3980), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95752] = 3,
    ACTIONS(2249), 1,
      anon_sym_RBRACE,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95763] = 3,
    ACTIONS(2614), 1,
      anon_sym_DOLLAR,
    STATE(1641), 1,
      sym_type_parameter,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95774] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3982), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95785] = 3,
    ACTIONS(3984), 1,
      sym_identifier,
    ACTIONS(3986), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95796] = 3,
    ACTIONS(3082), 1,
      sym_identifier,
    STATE(625), 1,
      sym_type_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95807] = 3,
    ACTIONS(931), 1,
      anon_sym_RPAREN,
    ACTIONS(3988), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95818] = 3,
    ACTIONS(2868), 1,
      anon_sym_DOT,
    STATE(1867), 1,
      sym_flag_initializer,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95829] = 3,
    ACTIONS(2311), 1,
      anon_sym_RBRACE,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95840] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3990), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95851] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3992), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95862] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3994), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [95871] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3558), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [95880] = 3,
    ACTIONS(3996), 1,
      sym_identifier,
    ACTIONS(3998), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95891] = 3,
    ACTIONS(935), 1,
      anon_sym_RPAREN,
    ACTIONS(4000), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95902] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(4002), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95913] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4004), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [95922] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(4006), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95933] = 3,
    ACTIONS(2257), 1,
      anon_sym_RBRACE,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95944] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(4008), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95955] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3769), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [95964] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4010), 2,
      anon_sym_COMMA,
      anon_sym_PIPE,
  [95973] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(4012), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95984] = 3,
    ACTIONS(897), 1,
      anon_sym_RPAREN,
    ACTIONS(4014), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [95995] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3784), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96004] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(4016), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96015] = 3,
    ACTIONS(3048), 1,
      sym_identifier,
    STATE(1601), 1,
      sym_lambda_parameter_name,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96026] = 3,
    ACTIONS(2263), 1,
      anon_sym_RBRACE,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96037] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4018), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96046] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4020), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96055] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3797), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96064] = 3,
    ACTIONS(2967), 1,
      anon_sym_DOLLAR,
    ACTIONS(4022), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96075] = 3,
    ACTIONS(3950), 1,
      anon_sym_LPAREN,
    STATE(536), 1,
      sym_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96086] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4024), 2,
      anon_sym_COMMA,
      anon_sym_in,
  [96095] = 3,
    ACTIONS(4026), 1,
      aux_sym_character_literal_token1,
    ACTIONS(4028), 1,
      sym_escape_sequence,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
  [96106] = 3,
    ACTIONS(4030), 1,
      sym_identifier,
    ACTIONS(4032), 1,
      anon_sym_DOLLAR,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96117] = 3,
    ACTIONS(3950), 1,
      anon_sym_LPAREN,
    STATE(535), 1,
      sym_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96128] = 3,
    ACTIONS(3530), 1,
      sym_identifier,
    STATE(1807), 1,
      sym_flags_member,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96139] = 3,
    ACTIONS(4034), 1,
      aux_sym_character_literal_token1,
    ACTIONS(4036), 1,
      sym_escape_sequence,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
  [96150] = 3,
    ACTIONS(2275), 1,
      anon_sym_RBRACE,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96161] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4038), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96170] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4040), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96179] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(2065), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96190] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1574), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96201] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3812), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96210] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4042), 2,
      anon_sym_LBRACE,
      anon_sym_AT,
  [96219] = 3,
    ACTIONS(4044), 1,
      aux_sym_character_literal_token1,
    ACTIONS(4046), 1,
      sym_escape_sequence,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
  [96230] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4048), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96239] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1881), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96250] = 3,
    ACTIONS(4050), 1,
      sym_identifier,
    ACTIONS(4052), 1,
      anon_sym_DOLLAR,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96261] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3397), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96270] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3829), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96279] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1977), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96290] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1613), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96301] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4054), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96310] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3834), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96319] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3005), 2,
      anon_sym_RPAREN,
      sym_identifier,
  [96328] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3587), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96337] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(4056), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96348] = 3,
    ACTIONS(3082), 1,
      sym_identifier,
    STATE(1949), 1,
      sym_type_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96359] = 3,
    ACTIONS(4058), 1,
      aux_sym_character_literal_token1,
    ACTIONS(4060), 1,
      sym_escape_sequence,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
  [96370] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(4062), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96381] = 3,
    ACTIONS(893), 1,
      anon_sym_RPAREN,
    ACTIONS(4064), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96392] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4066), 2,
      anon_sym__,
      sym_identifier,
  [96401] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3604), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96410] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(2003), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96421] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1647), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96432] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4068), 2,
      anon_sym_COMMA,
      anon_sym_in,
  [96441] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1765), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96452] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4070), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96461] = 3,
    ACTIONS(2217), 1,
      anon_sym_RBRACE,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96472] = 3,
    ACTIONS(3950), 1,
      anon_sym_LPAREN,
    STATE(1269), 1,
      sym_parameter_list,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96483] = 3,
    ACTIONS(4072), 1,
      aux_sym_character_literal_token1,
    ACTIONS(4074), 1,
      sym_escape_sequence,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
  [96494] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1312), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96505] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4024), 2,
      anon_sym_COMMA,
      anon_sym_in,
  [96514] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4076), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96523] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(2045), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96534] = 3,
    ACTIONS(312), 1,
      anon_sym_DQUOTE,
    STATE(1683), 1,
      sym_string_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96545] = 3,
    ACTIONS(1158), 1,
      anon_sym_LBRACE,
    STATE(841), 1,
      sym_block,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96556] = 3,
    ACTIONS(1846), 1,
      anon_sym_in,
    ACTIONS(4078), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96567] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4080), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96576] = 3,
    ACTIONS(3082), 1,
      sym_identifier,
    STATE(1268), 1,
      sym_type_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96587] = 3,
    ACTIONS(4082), 1,
      aux_sym_character_literal_token1,
    ACTIONS(4084), 1,
      sym_escape_sequence,
    ACTIONS(3058), 2,
      sym_line_comment,
      sym_block_comment,
  [96598] = 3,
    ACTIONS(947), 1,
      anon_sym_RPAREN,
    ACTIONS(4086), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96609] = 3,
    ACTIONS(3082), 1,
      sym_identifier,
    STATE(737), 1,
      sym_type_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96620] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(4088), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96631] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4090), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96640] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(4092), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96651] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4094), 2,
      anon_sym_COMMA,
      anon_sym_PIPE,
  [96660] = 3,
    ACTIONS(4096), 1,
      anon_sym_COMMA,
    ACTIONS(4098), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96671] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4100), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96680] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4102), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96689] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4104), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96698] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(4106), 2,
      anon_sym_COMMA,
      anon_sym_RBRACE,
  [96707] = 2,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
    ACTIONS(3660), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [96716] = 3,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(4108), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96727] = 2,
    ACTIONS(4110), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96735] = 2,
    ACTIONS(4112), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96743] = 2,
    ACTIONS(4114), 1,
      anon_sym_SQUOTE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96751] = 2,
    ACTIONS(4116), 1,
      sym_integer_literal,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96759] = 2,
    ACTIONS(3464), 1,
      anon_sym_when,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96767] = 2,
    ACTIONS(935), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96775] = 2,
    ACTIONS(4118), 1,
      anon_sym_SQUOTE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96783] = 2,
    ACTIONS(4120), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96791] = 2,
    ACTIONS(4122), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96799] = 2,
    ACTIONS(915), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96807] = 2,
    ACTIONS(4124), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96815] = 2,
    ACTIONS(4126), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96823] = 2,
    ACTIONS(4128), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96831] = 2,
    ACTIONS(4130), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96839] = 2,
    ACTIONS(4132), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96847] = 2,
    ACTIONS(4134), 1,
      anon_sym_AMP,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96855] = 2,
    ACTIONS(4136), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96863] = 2,
    ACTIONS(4138), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96871] = 2,
    ACTIONS(4140), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96879] = 2,
    ACTIONS(4142), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96887] = 2,
    ACTIONS(4144), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96895] = 2,
    ACTIONS(4146), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96903] = 2,
    ACTIONS(4148), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96911] = 2,
    ACTIONS(4150), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96919] = 2,
    ACTIONS(4152), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96927] = 2,
    ACTIONS(4154), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96935] = 2,
    ACTIONS(4156), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96943] = 2,
    ACTIONS(4158), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96951] = 2,
    ACTIONS(4160), 1,
      anon_sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96959] = 2,
    ACTIONS(4162), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96967] = 2,
    ACTIONS(4164), 1,
      anon_sym_let,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96975] = 2,
    ACTIONS(4166), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96983] = 2,
    ACTIONS(4168), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96991] = 2,
    ACTIONS(4170), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [96999] = 2,
    ACTIONS(4172), 1,
      anon_sym_SQUOTE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97007] = 2,
    ACTIONS(4174), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97015] = 2,
    ACTIONS(4176), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97023] = 2,
    ACTIONS(4178), 1,
      anon_sym_reversed,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97031] = 2,
    ACTIONS(4180), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97039] = 2,
    ACTIONS(4182), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97047] = 2,
    ACTIONS(4184), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97055] = 2,
    ACTIONS(4186), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97063] = 2,
    ACTIONS(4188), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97071] = 2,
    ACTIONS(4190), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97079] = 2,
    ACTIONS(3543), 1,
      anon_sym_if,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97087] = 2,
    ACTIONS(4192), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97095] = 2,
    ACTIONS(4194), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97103] = 2,
    ACTIONS(3410), 1,
      anon_sym_when,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97111] = 2,
    ACTIONS(4196), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97119] = 2,
    ACTIONS(921), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97127] = 2,
    ACTIONS(4198), 1,
      anon_sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97135] = 2,
    ACTIONS(4200), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97143] = 2,
    ACTIONS(4202), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97151] = 2,
    ACTIONS(4204), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97159] = 2,
    ACTIONS(4206), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97167] = 2,
    ACTIONS(4208), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97175] = 2,
    ACTIONS(4210), 1,
      anon_sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97183] = 2,
    ACTIONS(4212), 1,
      anon_sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97191] = 2,
    ACTIONS(4214), 1,
      anon_sym_SQUOTE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97199] = 2,
    ACTIONS(4216), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97207] = 2,
    ACTIONS(4218), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97215] = 2,
    ACTIONS(4220), 1,
      anon_sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97223] = 2,
    ACTIONS(4222), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97231] = 2,
    ACTIONS(4224), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97239] = 2,
    ACTIONS(4226), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97247] = 2,
    ACTIONS(4228), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97255] = 2,
    ACTIONS(4230), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97263] = 2,
    ACTIONS(4232), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97271] = 2,
    ACTIONS(4234), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97279] = 2,
    ACTIONS(2493), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97287] = 2,
    ACTIONS(4236), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97295] = 2,
    ACTIONS(4238), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97303] = 2,
    ACTIONS(4240), 1,
      anon_sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97311] = 2,
    ACTIONS(4242), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97319] = 2,
    ACTIONS(4244), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97327] = 2,
    ACTIONS(2469), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97335] = 2,
    ACTIONS(4246), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97343] = 2,
    ACTIONS(4248), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97351] = 2,
    ACTIONS(4250), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97359] = 2,
    ACTIONS(4252), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97367] = 2,
    ACTIONS(4254), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97375] = 2,
    ACTIONS(4256), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97383] = 2,
    ACTIONS(3485), 1,
      anon_sym_if,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97391] = 2,
    ACTIONS(3491), 1,
      anon_sym_when,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97399] = 2,
    ACTIONS(4258), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97407] = 2,
    ACTIONS(4260), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97415] = 2,
    ACTIONS(1856), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97423] = 2,
    ACTIONS(4262), 1,
      anon_sym_let,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97431] = 2,
    ACTIONS(2497), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97439] = 2,
    ACTIONS(2714), 1,
      anon_sym_compiler_error,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97447] = 2,
    ACTIONS(4264), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97455] = 2,
    ACTIONS(4266), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97463] = 2,
    ACTIONS(4268), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97471] = 2,
    ACTIONS(4270), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97479] = 2,
    ACTIONS(3470), 1,
      anon_sym_when,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97487] = 2,
    ACTIONS(2447), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97495] = 2,
    ACTIONS(3436), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97503] = 2,
    ACTIONS(4272), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97511] = 2,
    ACTIONS(4274), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97519] = 2,
    ACTIONS(4276), 1,
      anon_sym_SQUOTE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97527] = 2,
    ACTIONS(4278), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97535] = 2,
    ACTIONS(4280), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97543] = 2,
    ACTIONS(4282), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97551] = 2,
    ACTIONS(4284), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97559] = 2,
    ACTIONS(4286), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97567] = 2,
    ACTIONS(2449), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97575] = 2,
    ACTIONS(3564), 1,
      anon_sym_if,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97583] = 2,
    ACTIONS(3572), 1,
      anon_sym_when,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97591] = 2,
    ACTIONS(4288), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97599] = 2,
    ACTIONS(805), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97607] = 2,
    ACTIONS(4290), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97615] = 2,
    ACTIONS(4292), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97623] = 2,
    ACTIONS(3418), 1,
      anon_sym_when,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97631] = 2,
    ACTIONS(1583), 1,
      anon_sym_SEMI,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97639] = 2,
    ACTIONS(4294), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97647] = 2,
    ACTIONS(4296), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97655] = 2,
    ACTIONS(4298), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97663] = 2,
    ACTIONS(4300), 1,
      anon_sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97671] = 2,
    ACTIONS(4302), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97679] = 2,
    ACTIONS(4304), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97687] = 2,
    ACTIONS(4306), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97695] = 2,
    ACTIONS(4308), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97703] = 2,
    ACTIONS(4310), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97711] = 2,
    ACTIONS(4312), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97719] = 2,
    ACTIONS(4314), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97727] = 2,
    ACTIONS(4316), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97735] = 2,
    ACTIONS(4318), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97743] = 2,
    ACTIONS(4320), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97751] = 2,
    ACTIONS(3636), 1,
      anon_sym_if,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97759] = 2,
    ACTIONS(3642), 1,
      anon_sym_when,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97767] = 2,
    ACTIONS(4322), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97775] = 2,
    ACTIONS(4324), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97783] = 2,
    ACTIONS(4326), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97791] = 2,
    ACTIONS(4328), 1,
      anon_sym_SQUOTE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97799] = 2,
    ACTIONS(4330), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97807] = 2,
    ACTIONS(4332), 1,
      anon_sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97815] = 2,
    ACTIONS(4334), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97823] = 2,
    ACTIONS(2473), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97831] = 2,
    ACTIONS(4336), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97839] = 2,
    ACTIONS(4338), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97847] = 2,
    ACTIONS(4340), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97855] = 2,
    ACTIONS(2475), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97863] = 2,
    ACTIONS(3886), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97871] = 2,
    ACTIONS(4342), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97879] = 2,
    ACTIONS(877), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97887] = 2,
    ACTIONS(4344), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97895] = 2,
    ACTIONS(4346), 1,
      anon_sym_type,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97903] = 2,
    ACTIONS(4348), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97911] = 2,
    ACTIONS(4350), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97919] = 2,
    ACTIONS(4352), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97927] = 2,
    ACTIONS(3715), 1,
      anon_sym_if,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97935] = 2,
    ACTIONS(3738), 1,
      anon_sym_when,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97943] = 2,
    ACTIONS(4354), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97951] = 2,
    ACTIONS(4356), 1,
      anon_sym_let,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97959] = 2,
    ACTIONS(4358), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97967] = 2,
    ACTIONS(4360), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97975] = 2,
    ACTIONS(4362), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97983] = 2,
    ACTIONS(2455), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97991] = 2,
    ACTIONS(4364), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [97999] = 2,
    ACTIONS(4366), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98007] = 2,
    ACTIONS(4368), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98015] = 2,
    ACTIONS(4370), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98023] = 2,
    ACTIONS(4372), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98031] = 2,
    ACTIONS(4374), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98039] = 2,
    ACTIONS(4376), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98047] = 2,
    ACTIONS(4378), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98055] = 2,
    ACTIONS(4380), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98063] = 2,
    ACTIONS(4382), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98071] = 2,
    ACTIONS(4384), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98079] = 2,
    ACTIONS(4386), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98087] = 2,
    ACTIONS(4388), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98095] = 2,
    ACTIONS(4390), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98103] = 2,
    ACTIONS(2459), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98111] = 2,
    ACTIONS(2483), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98119] = 2,
    ACTIONS(4392), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98127] = 2,
    ACTIONS(2728), 1,
      anon_sym_reprof,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98135] = 2,
    ACTIONS(4394), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98143] = 2,
    ACTIONS(4396), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98151] = 2,
    ACTIONS(4398), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98159] = 2,
    ACTIONS(4400), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98167] = 2,
    ACTIONS(4402), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98175] = 2,
    ACTIONS(4404), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98183] = 2,
    ACTIONS(4406), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98191] = 2,
    ACTIONS(4408), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98199] = 2,
    ACTIONS(4410), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98207] = 2,
    ACTIONS(4412), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98215] = 2,
    ACTIONS(4414), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98223] = 2,
    ACTIONS(4416), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98231] = 2,
    ACTIONS(4418), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98239] = 2,
    ACTIONS(4420), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98247] = 2,
    ACTIONS(4422), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98255] = 2,
    ACTIONS(4424), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98263] = 2,
    ACTIONS(4426), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98271] = 2,
    ACTIONS(4428), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98279] = 2,
    ACTIONS(791), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98287] = 2,
    ACTIONS(4430), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98295] = 2,
    ACTIONS(4432), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98303] = 2,
    ACTIONS(4434), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98311] = 2,
    ACTIONS(4436), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98319] = 2,
    ACTIONS(4438), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98327] = 2,
    ACTIONS(4440), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98335] = 2,
    ACTIONS(4442), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98343] = 2,
    ACTIONS(4444), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98351] = 2,
    ACTIONS(4446), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98359] = 2,
    ACTIONS(4448), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98367] = 2,
    ACTIONS(897), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98375] = 2,
    ACTIONS(4450), 1,
      anon_sym_LBRACE,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98383] = 2,
    ACTIONS(4452), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98391] = 2,
    ACTIONS(4454), 1,
      ts_builtin_sym_end,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98399] = 2,
    ACTIONS(4456), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98407] = 2,
    ACTIONS(4458), 1,
      anon_sym_self,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98415] = 2,
    ACTIONS(4460), 1,
      sym_identifier,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98423] = 2,
    ACTIONS(4462), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98431] = 2,
    ACTIONS(4464), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98439] = 2,
    ACTIONS(4466), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98447] = 2,
    ACTIONS(4468), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
  [98455] = 2,
    ACTIONS(4470), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym_line_comment,
      sym_block_comment,
};

static const uint32_t ts_small_parse_table_map[] = {
  [SMALL_STATE(26)] = 0,
  [SMALL_STATE(27)] = 106,
  [SMALL_STATE(28)] = 180,
  [SMALL_STATE(29)] = 254,
  [SMALL_STATE(30)] = 328,
  [SMALL_STATE(31)] = 402,
  [SMALL_STATE(32)] = 510,
  [SMALL_STATE(33)] = 584,
  [SMALL_STATE(34)] = 658,
  [SMALL_STATE(35)] = 755,
  [SMALL_STATE(36)] = 840,
  [SMALL_STATE(37)] = 921,
  [SMALL_STATE(38)] = 990,
  [SMALL_STATE(39)] = 1081,
  [SMALL_STATE(40)] = 1150,
  [SMALL_STATE(41)] = 1219,
  [SMALL_STATE(42)] = 1296,
  [SMALL_STATE(43)] = 1429,
  [SMALL_STATE(44)] = 1506,
  [SMALL_STATE(45)] = 1575,
  [SMALL_STATE(46)] = 1662,
  [SMALL_STATE(47)] = 1731,
  [SMALL_STATE(48)] = 1802,
  [SMALL_STATE(49)] = 1881,
  [SMALL_STATE(50)] = 1976,
  [SMALL_STATE(51)] = 2069,
  [SMALL_STATE(52)] = 2158,
  [SMALL_STATE(53)] = 2226,
  [SMALL_STATE(54)] = 2294,
  [SMALL_STATE(55)] = 2362,
  [SMALL_STATE(56)] = 2430,
  [SMALL_STATE(57)] = 2498,
  [SMALL_STATE(58)] = 2566,
  [SMALL_STATE(59)] = 2634,
  [SMALL_STATE(60)] = 2702,
  [SMALL_STATE(61)] = 2770,
  [SMALL_STATE(62)] = 2838,
  [SMALL_STATE(63)] = 2906,
  [SMALL_STATE(64)] = 2974,
  [SMALL_STATE(65)] = 3042,
  [SMALL_STATE(66)] = 3110,
  [SMALL_STATE(67)] = 3178,
  [SMALL_STATE(68)] = 3246,
  [SMALL_STATE(69)] = 3314,
  [SMALL_STATE(70)] = 3382,
  [SMALL_STATE(71)] = 3450,
  [SMALL_STATE(72)] = 3518,
  [SMALL_STATE(73)] = 3586,
  [SMALL_STATE(74)] = 3654,
  [SMALL_STATE(75)] = 3722,
  [SMALL_STATE(76)] = 3790,
  [SMALL_STATE(77)] = 3858,
  [SMALL_STATE(78)] = 3926,
  [SMALL_STATE(79)] = 3994,
  [SMALL_STATE(80)] = 4062,
  [SMALL_STATE(81)] = 4130,
  [SMALL_STATE(82)] = 4198,
  [SMALL_STATE(83)] = 4266,
  [SMALL_STATE(84)] = 4334,
  [SMALL_STATE(85)] = 4402,
  [SMALL_STATE(86)] = 4470,
  [SMALL_STATE(87)] = 4538,
  [SMALL_STATE(88)] = 4606,
  [SMALL_STATE(89)] = 4674,
  [SMALL_STATE(90)] = 4742,
  [SMALL_STATE(91)] = 4810,
  [SMALL_STATE(92)] = 4878,
  [SMALL_STATE(93)] = 4946,
  [SMALL_STATE(94)] = 5014,
  [SMALL_STATE(95)] = 5082,
  [SMALL_STATE(96)] = 5150,
  [SMALL_STATE(97)] = 5218,
  [SMALL_STATE(98)] = 5286,
  [SMALL_STATE(99)] = 5354,
  [SMALL_STATE(100)] = 5422,
  [SMALL_STATE(101)] = 5490,
  [SMALL_STATE(102)] = 5558,
  [SMALL_STATE(103)] = 5626,
  [SMALL_STATE(104)] = 5694,
  [SMALL_STATE(105)] = 5762,
  [SMALL_STATE(106)] = 5830,
  [SMALL_STATE(107)] = 5898,
  [SMALL_STATE(108)] = 5966,
  [SMALL_STATE(109)] = 6034,
  [SMALL_STATE(110)] = 6104,
  [SMALL_STATE(111)] = 6174,
  [SMALL_STATE(112)] = 6242,
  [SMALL_STATE(113)] = 6318,
  [SMALL_STATE(114)] = 6386,
  [SMALL_STATE(115)] = 6454,
  [SMALL_STATE(116)] = 6522,
  [SMALL_STATE(117)] = 6636,
  [SMALL_STATE(118)] = 6750,
  [SMALL_STATE(119)] = 6864,
  [SMALL_STATE(120)] = 6978,
  [SMALL_STATE(121)] = 7092,
  [SMALL_STATE(122)] = 7206,
  [SMALL_STATE(123)] = 7320,
  [SMALL_STATE(124)] = 7434,
  [SMALL_STATE(125)] = 7548,
  [SMALL_STATE(126)] = 7662,
  [SMALL_STATE(127)] = 7776,
  [SMALL_STATE(128)] = 7890,
  [SMALL_STATE(129)] = 8004,
  [SMALL_STATE(130)] = 8118,
  [SMALL_STATE(131)] = 8232,
  [SMALL_STATE(132)] = 8346,
  [SMALL_STATE(133)] = 8460,
  [SMALL_STATE(134)] = 8574,
  [SMALL_STATE(135)] = 8688,
  [SMALL_STATE(136)] = 8802,
  [SMALL_STATE(137)] = 8916,
  [SMALL_STATE(138)] = 9030,
  [SMALL_STATE(139)] = 9144,
  [SMALL_STATE(140)] = 9258,
  [SMALL_STATE(141)] = 9372,
  [SMALL_STATE(142)] = 9486,
  [SMALL_STATE(143)] = 9600,
  [SMALL_STATE(144)] = 9714,
  [SMALL_STATE(145)] = 9828,
  [SMALL_STATE(146)] = 9942,
  [SMALL_STATE(147)] = 10056,
  [SMALL_STATE(148)] = 10170,
  [SMALL_STATE(149)] = 10284,
  [SMALL_STATE(150)] = 10398,
  [SMALL_STATE(151)] = 10512,
  [SMALL_STATE(152)] = 10626,
  [SMALL_STATE(153)] = 10740,
  [SMALL_STATE(154)] = 10854,
  [SMALL_STATE(155)] = 10968,
  [SMALL_STATE(156)] = 11082,
  [SMALL_STATE(157)] = 11196,
  [SMALL_STATE(158)] = 11310,
  [SMALL_STATE(159)] = 11424,
  [SMALL_STATE(160)] = 11538,
  [SMALL_STATE(161)] = 11652,
  [SMALL_STATE(162)] = 11766,
  [SMALL_STATE(163)] = 11880,
  [SMALL_STATE(164)] = 11994,
  [SMALL_STATE(165)] = 12108,
  [SMALL_STATE(166)] = 12222,
  [SMALL_STATE(167)] = 12336,
  [SMALL_STATE(168)] = 12450,
  [SMALL_STATE(169)] = 12564,
  [SMALL_STATE(170)] = 12678,
  [SMALL_STATE(171)] = 12792,
  [SMALL_STATE(172)] = 12906,
  [SMALL_STATE(173)] = 13020,
  [SMALL_STATE(174)] = 13134,
  [SMALL_STATE(175)] = 13248,
  [SMALL_STATE(176)] = 13362,
  [SMALL_STATE(177)] = 13476,
  [SMALL_STATE(178)] = 13590,
  [SMALL_STATE(179)] = 13704,
  [SMALL_STATE(180)] = 13818,
  [SMALL_STATE(181)] = 13932,
  [SMALL_STATE(182)] = 14046,
  [SMALL_STATE(183)] = 14160,
  [SMALL_STATE(184)] = 14274,
  [SMALL_STATE(185)] = 14388,
  [SMALL_STATE(186)] = 14502,
  [SMALL_STATE(187)] = 14616,
  [SMALL_STATE(188)] = 14730,
  [SMALL_STATE(189)] = 14844,
  [SMALL_STATE(190)] = 14958,
  [SMALL_STATE(191)] = 15072,
  [SMALL_STATE(192)] = 15183,
  [SMALL_STATE(193)] = 15294,
  [SMALL_STATE(194)] = 15405,
  [SMALL_STATE(195)] = 15516,
  [SMALL_STATE(196)] = 15627,
  [SMALL_STATE(197)] = 15738,
  [SMALL_STATE(198)] = 15849,
  [SMALL_STATE(199)] = 15960,
  [SMALL_STATE(200)] = 16071,
  [SMALL_STATE(201)] = 16182,
  [SMALL_STATE(202)] = 16293,
  [SMALL_STATE(203)] = 16404,
  [SMALL_STATE(204)] = 16515,
  [SMALL_STATE(205)] = 16626,
  [SMALL_STATE(206)] = 16737,
  [SMALL_STATE(207)] = 16848,
  [SMALL_STATE(208)] = 16959,
  [SMALL_STATE(209)] = 17070,
  [SMALL_STATE(210)] = 17181,
  [SMALL_STATE(211)] = 17292,
  [SMALL_STATE(212)] = 17403,
  [SMALL_STATE(213)] = 17514,
  [SMALL_STATE(214)] = 17625,
  [SMALL_STATE(215)] = 17736,
  [SMALL_STATE(216)] = 17847,
  [SMALL_STATE(217)] = 17958,
  [SMALL_STATE(218)] = 18069,
  [SMALL_STATE(219)] = 18180,
  [SMALL_STATE(220)] = 18291,
  [SMALL_STATE(221)] = 18402,
  [SMALL_STATE(222)] = 18513,
  [SMALL_STATE(223)] = 18624,
  [SMALL_STATE(224)] = 18735,
  [SMALL_STATE(225)] = 18846,
  [SMALL_STATE(226)] = 18957,
  [SMALL_STATE(227)] = 19068,
  [SMALL_STATE(228)] = 19179,
  [SMALL_STATE(229)] = 19290,
  [SMALL_STATE(230)] = 19401,
  [SMALL_STATE(231)] = 19512,
  [SMALL_STATE(232)] = 19623,
  [SMALL_STATE(233)] = 19734,
  [SMALL_STATE(234)] = 19845,
  [SMALL_STATE(235)] = 19958,
  [SMALL_STATE(236)] = 20069,
  [SMALL_STATE(237)] = 20180,
  [SMALL_STATE(238)] = 20291,
  [SMALL_STATE(239)] = 20402,
  [SMALL_STATE(240)] = 20513,
  [SMALL_STATE(241)] = 20624,
  [SMALL_STATE(242)] = 20735,
  [SMALL_STATE(243)] = 20846,
  [SMALL_STATE(244)] = 20957,
  [SMALL_STATE(245)] = 21068,
  [SMALL_STATE(246)] = 21179,
  [SMALL_STATE(247)] = 21290,
  [SMALL_STATE(248)] = 21401,
  [SMALL_STATE(249)] = 21514,
  [SMALL_STATE(250)] = 21625,
  [SMALL_STATE(251)] = 21736,
  [SMALL_STATE(252)] = 21847,
  [SMALL_STATE(253)] = 21958,
  [SMALL_STATE(254)] = 22069,
  [SMALL_STATE(255)] = 22180,
  [SMALL_STATE(256)] = 22291,
  [SMALL_STATE(257)] = 22404,
  [SMALL_STATE(258)] = 22515,
  [SMALL_STATE(259)] = 22626,
  [SMALL_STATE(260)] = 22737,
  [SMALL_STATE(261)] = 22850,
  [SMALL_STATE(262)] = 22961,
  [SMALL_STATE(263)] = 23072,
  [SMALL_STATE(264)] = 23183,
  [SMALL_STATE(265)] = 23294,
  [SMALL_STATE(266)] = 23405,
  [SMALL_STATE(267)] = 23516,
  [SMALL_STATE(268)] = 23627,
  [SMALL_STATE(269)] = 23738,
  [SMALL_STATE(270)] = 23849,
  [SMALL_STATE(271)] = 23960,
  [SMALL_STATE(272)] = 24071,
  [SMALL_STATE(273)] = 24182,
  [SMALL_STATE(274)] = 24293,
  [SMALL_STATE(275)] = 24404,
  [SMALL_STATE(276)] = 24515,
  [SMALL_STATE(277)] = 24626,
  [SMALL_STATE(278)] = 24737,
  [SMALL_STATE(279)] = 24848,
  [SMALL_STATE(280)] = 24959,
  [SMALL_STATE(281)] = 25070,
  [SMALL_STATE(282)] = 25181,
  [SMALL_STATE(283)] = 25292,
  [SMALL_STATE(284)] = 25403,
  [SMALL_STATE(285)] = 25514,
  [SMALL_STATE(286)] = 25615,
  [SMALL_STATE(287)] = 25726,
  [SMALL_STATE(288)] = 25837,
  [SMALL_STATE(289)] = 25948,
  [SMALL_STATE(290)] = 26059,
  [SMALL_STATE(291)] = 26170,
  [SMALL_STATE(292)] = 26281,
  [SMALL_STATE(293)] = 26382,
  [SMALL_STATE(294)] = 26493,
  [SMALL_STATE(295)] = 26594,
  [SMALL_STATE(296)] = 26705,
  [SMALL_STATE(297)] = 26816,
  [SMALL_STATE(298)] = 26927,
  [SMALL_STATE(299)] = 27038,
  [SMALL_STATE(300)] = 27149,
  [SMALL_STATE(301)] = 27260,
  [SMALL_STATE(302)] = 27371,
  [SMALL_STATE(303)] = 27482,
  [SMALL_STATE(304)] = 27593,
  [SMALL_STATE(305)] = 27704,
  [SMALL_STATE(306)] = 27815,
  [SMALL_STATE(307)] = 27926,
  [SMALL_STATE(308)] = 28037,
  [SMALL_STATE(309)] = 28148,
  [SMALL_STATE(310)] = 28259,
  [SMALL_STATE(311)] = 28370,
  [SMALL_STATE(312)] = 28481,
  [SMALL_STATE(313)] = 28582,
  [SMALL_STATE(314)] = 28683,
  [SMALL_STATE(315)] = 28794,
  [SMALL_STATE(316)] = 28905,
  [SMALL_STATE(317)] = 29016,
  [SMALL_STATE(318)] = 29127,
  [SMALL_STATE(319)] = 29238,
  [SMALL_STATE(320)] = 29339,
  [SMALL_STATE(321)] = 29450,
  [SMALL_STATE(322)] = 29561,
  [SMALL_STATE(323)] = 29672,
  [SMALL_STATE(324)] = 29783,
  [SMALL_STATE(325)] = 29894,
  [SMALL_STATE(326)] = 29995,
  [SMALL_STATE(327)] = 30106,
  [SMALL_STATE(328)] = 30217,
  [SMALL_STATE(329)] = 30318,
  [SMALL_STATE(330)] = 30429,
  [SMALL_STATE(331)] = 30540,
  [SMALL_STATE(332)] = 30641,
  [SMALL_STATE(333)] = 30752,
  [SMALL_STATE(334)] = 30863,
  [SMALL_STATE(335)] = 30964,
  [SMALL_STATE(336)] = 31065,
  [SMALL_STATE(337)] = 31176,
  [SMALL_STATE(338)] = 31287,
  [SMALL_STATE(339)] = 31388,
  [SMALL_STATE(340)] = 31499,
  [SMALL_STATE(341)] = 31610,
  [SMALL_STATE(342)] = 31721,
  [SMALL_STATE(343)] = 31832,
  [SMALL_STATE(344)] = 31943,
  [SMALL_STATE(345)] = 32054,
  [SMALL_STATE(346)] = 32165,
  [SMALL_STATE(347)] = 32276,
  [SMALL_STATE(348)] = 32387,
  [SMALL_STATE(349)] = 32498,
  [SMALL_STATE(350)] = 32609,
  [SMALL_STATE(351)] = 32720,
  [SMALL_STATE(352)] = 32831,
  [SMALL_STATE(353)] = 32942,
  [SMALL_STATE(354)] = 33053,
  [SMALL_STATE(355)] = 33164,
  [SMALL_STATE(356)] = 33275,
  [SMALL_STATE(357)] = 33386,
  [SMALL_STATE(358)] = 33497,
  [SMALL_STATE(359)] = 33608,
  [SMALL_STATE(360)] = 33719,
  [SMALL_STATE(361)] = 33830,
  [SMALL_STATE(362)] = 33941,
  [SMALL_STATE(363)] = 34052,
  [SMALL_STATE(364)] = 34163,
  [SMALL_STATE(365)] = 34274,
  [SMALL_STATE(366)] = 34385,
  [SMALL_STATE(367)] = 34496,
  [SMALL_STATE(368)] = 34607,
  [SMALL_STATE(369)] = 34718,
  [SMALL_STATE(370)] = 34829,
  [SMALL_STATE(371)] = 34940,
  [SMALL_STATE(372)] = 35051,
  [SMALL_STATE(373)] = 35162,
  [SMALL_STATE(374)] = 35273,
  [SMALL_STATE(375)] = 35384,
  [SMALL_STATE(376)] = 35495,
  [SMALL_STATE(377)] = 35606,
  [SMALL_STATE(378)] = 35717,
  [SMALL_STATE(379)] = 35828,
  [SMALL_STATE(380)] = 35939,
  [SMALL_STATE(381)] = 36050,
  [SMALL_STATE(382)] = 36161,
  [SMALL_STATE(383)] = 36272,
  [SMALL_STATE(384)] = 36383,
  [SMALL_STATE(385)] = 36494,
  [SMALL_STATE(386)] = 36605,
  [SMALL_STATE(387)] = 36716,
  [SMALL_STATE(388)] = 36827,
  [SMALL_STATE(389)] = 36938,
  [SMALL_STATE(390)] = 37049,
  [SMALL_STATE(391)] = 37160,
  [SMALL_STATE(392)] = 37271,
  [SMALL_STATE(393)] = 37382,
  [SMALL_STATE(394)] = 37493,
  [SMALL_STATE(395)] = 37604,
  [SMALL_STATE(396)] = 37715,
  [SMALL_STATE(397)] = 37826,
  [SMALL_STATE(398)] = 37937,
  [SMALL_STATE(399)] = 38048,
  [SMALL_STATE(400)] = 38159,
  [SMALL_STATE(401)] = 38270,
  [SMALL_STATE(402)] = 38381,
  [SMALL_STATE(403)] = 38492,
  [SMALL_STATE(404)] = 38603,
  [SMALL_STATE(405)] = 38714,
  [SMALL_STATE(406)] = 38825,
  [SMALL_STATE(407)] = 38936,
  [SMALL_STATE(408)] = 39047,
  [SMALL_STATE(409)] = 39158,
  [SMALL_STATE(410)] = 39269,
  [SMALL_STATE(411)] = 39380,
  [SMALL_STATE(412)] = 39491,
  [SMALL_STATE(413)] = 39602,
  [SMALL_STATE(414)] = 39713,
  [SMALL_STATE(415)] = 39824,
  [SMALL_STATE(416)] = 39935,
  [SMALL_STATE(417)] = 39998,
  [SMALL_STATE(418)] = 40061,
  [SMALL_STATE(419)] = 40124,
  [SMALL_STATE(420)] = 40187,
  [SMALL_STATE(421)] = 40282,
  [SMALL_STATE(422)] = 40345,
  [SMALL_STATE(423)] = 40408,
  [SMALL_STATE(424)] = 40500,
  [SMALL_STATE(425)] = 40588,
  [SMALL_STATE(426)] = 40674,
  [SMALL_STATE(427)] = 40752,
  [SMALL_STATE(428)] = 40826,
  [SMALL_STATE(429)] = 40908,
  [SMALL_STATE(430)] = 40966,
  [SMALL_STATE(431)] = 41056,
  [SMALL_STATE(432)] = 41114,
  [SMALL_STATE(433)] = 41172,
  [SMALL_STATE(434)] = 41238,
  [SMALL_STATE(435)] = 41296,
  [SMALL_STATE(436)] = 41386,
  [SMALL_STATE(437)] = 41444,
  [SMALL_STATE(438)] = 41504,
  [SMALL_STATE(439)] = 41570,
  [SMALL_STATE(440)] = 41654,
  [SMALL_STATE(441)] = 41734,
  [SMALL_STATE(442)] = 41804,
  [SMALL_STATE(443)] = 41893,
  [SMALL_STATE(444)] = 41950,
  [SMALL_STATE(445)] = 42007,
  [SMALL_STATE(446)] = 42064,
  [SMALL_STATE(447)] = 42121,
  [SMALL_STATE(448)] = 42178,
  [SMALL_STATE(449)] = 42235,
  [SMALL_STATE(450)] = 42292,
  [SMALL_STATE(451)] = 42349,
  [SMALL_STATE(452)] = 42406,
  [SMALL_STATE(453)] = 42463,
  [SMALL_STATE(454)] = 42552,
  [SMALL_STATE(455)] = 42609,
  [SMALL_STATE(456)] = 42666,
  [SMALL_STATE(457)] = 42723,
  [SMALL_STATE(458)] = 42780,
  [SMALL_STATE(459)] = 42837,
  [SMALL_STATE(460)] = 42926,
  [SMALL_STATE(461)] = 42983,
  [SMALL_STATE(462)] = 43040,
  [SMALL_STATE(463)] = 43097,
  [SMALL_STATE(464)] = 43154,
  [SMALL_STATE(465)] = 43211,
  [SMALL_STATE(466)] = 43268,
  [SMALL_STATE(467)] = 43325,
  [SMALL_STATE(468)] = 43382,
  [SMALL_STATE(469)] = 43439,
  [SMALL_STATE(470)] = 43496,
  [SMALL_STATE(471)] = 43553,
  [SMALL_STATE(472)] = 43610,
  [SMALL_STATE(473)] = 43667,
  [SMALL_STATE(474)] = 43724,
  [SMALL_STATE(475)] = 43781,
  [SMALL_STATE(476)] = 43838,
  [SMALL_STATE(477)] = 43895,
  [SMALL_STATE(478)] = 43952,
  [SMALL_STATE(479)] = 44009,
  [SMALL_STATE(480)] = 44066,
  [SMALL_STATE(481)] = 44123,
  [SMALL_STATE(482)] = 44180,
  [SMALL_STATE(483)] = 44237,
  [SMALL_STATE(484)] = 44294,
  [SMALL_STATE(485)] = 44351,
  [SMALL_STATE(486)] = 44408,
  [SMALL_STATE(487)] = 44465,
  [SMALL_STATE(488)] = 44522,
  [SMALL_STATE(489)] = 44579,
  [SMALL_STATE(490)] = 44636,
  [SMALL_STATE(491)] = 44693,
  [SMALL_STATE(492)] = 44750,
  [SMALL_STATE(493)] = 44807,
  [SMALL_STATE(494)] = 44864,
  [SMALL_STATE(495)] = 44921,
  [SMALL_STATE(496)] = 44978,
  [SMALL_STATE(497)] = 45035,
  [SMALL_STATE(498)] = 45092,
  [SMALL_STATE(499)] = 45181,
  [SMALL_STATE(500)] = 45270,
  [SMALL_STATE(501)] = 45359,
  [SMALL_STATE(502)] = 45448,
  [SMALL_STATE(503)] = 45537,
  [SMALL_STATE(504)] = 45626,
  [SMALL_STATE(505)] = 45715,
  [SMALL_STATE(506)] = 45804,
  [SMALL_STATE(507)] = 45893,
  [SMALL_STATE(508)] = 45982,
  [SMALL_STATE(509)] = 46071,
  [SMALL_STATE(510)] = 46160,
  [SMALL_STATE(511)] = 46249,
  [SMALL_STATE(512)] = 46338,
  [SMALL_STATE(513)] = 46427,
  [SMALL_STATE(514)] = 46516,
  [SMALL_STATE(515)] = 46605,
  [SMALL_STATE(516)] = 46694,
  [SMALL_STATE(517)] = 46783,
  [SMALL_STATE(518)] = 46872,
  [SMALL_STATE(519)] = 46961,
  [SMALL_STATE(520)] = 47050,
  [SMALL_STATE(521)] = 47107,
  [SMALL_STATE(522)] = 47164,
  [SMALL_STATE(523)] = 47221,
  [SMALL_STATE(524)] = 47280,
  [SMALL_STATE(525)] = 47339,
  [SMALL_STATE(526)] = 47396,
  [SMALL_STATE(527)] = 47485,
  [SMALL_STATE(528)] = 47542,
  [SMALL_STATE(529)] = 47599,
  [SMALL_STATE(530)] = 47656,
  [SMALL_STATE(531)] = 47713,
  [SMALL_STATE(532)] = 47768,
  [SMALL_STATE(533)] = 47823,
  [SMALL_STATE(534)] = 47873,
  [SMALL_STATE(535)] = 47923,
  [SMALL_STATE(536)] = 47988,
  [SMALL_STATE(537)] = 48053,
  [SMALL_STATE(538)] = 48102,
  [SMALL_STATE(539)] = 48154,
  [SMALL_STATE(540)] = 48206,
  [SMALL_STATE(541)] = 48258,
  [SMALL_STATE(542)] = 48310,
  [SMALL_STATE(543)] = 48372,
  [SMALL_STATE(544)] = 48424,
  [SMALL_STATE(545)] = 48486,
  [SMALL_STATE(546)] = 48548,
  [SMALL_STATE(547)] = 48610,
  [SMALL_STATE(548)] = 48662,
  [SMALL_STATE(549)] = 48724,
  [SMALL_STATE(550)] = 48776,
  [SMALL_STATE(551)] = 48832,
  [SMALL_STATE(552)] = 48894,
  [SMALL_STATE(553)] = 48946,
  [SMALL_STATE(554)] = 48998,
  [SMALL_STATE(555)] = 49045,
  [SMALL_STATE(556)] = 49100,
  [SMALL_STATE(557)] = 49155,
  [SMALL_STATE(558)] = 49210,
  [SMALL_STATE(559)] = 49265,
  [SMALL_STATE(560)] = 49320,
  [SMALL_STATE(561)] = 49369,
  [SMALL_STATE(562)] = 49440,
  [SMALL_STATE(563)] = 49487,
  [SMALL_STATE(564)] = 49542,
  [SMALL_STATE(565)] = 49589,
  [SMALL_STATE(566)] = 49644,
  [SMALL_STATE(567)] = 49699,
  [SMALL_STATE(568)] = 49754,
  [SMALL_STATE(569)] = 49809,
  [SMALL_STATE(570)] = 49864,
  [SMALL_STATE(571)] = 49911,
  [SMALL_STATE(572)] = 49966,
  [SMALL_STATE(573)] = 50021,
  [SMALL_STATE(574)] = 50076,
  [SMALL_STATE(575)] = 50131,
  [SMALL_STATE(576)] = 50186,
  [SMALL_STATE(577)] = 50241,
  [SMALL_STATE(578)] = 50308,
  [SMALL_STATE(579)] = 50363,
  [SMALL_STATE(580)] = 50422,
  [SMALL_STATE(581)] = 50491,
  [SMALL_STATE(582)] = 50546,
  [SMALL_STATE(583)] = 50619,
  [SMALL_STATE(584)] = 50674,
  [SMALL_STATE(585)] = 50729,
  [SMALL_STATE(586)] = 50784,
  [SMALL_STATE(587)] = 50839,
  [SMALL_STATE(588)] = 50894,
  [SMALL_STATE(589)] = 50959,
  [SMALL_STATE(590)] = 51006,
  [SMALL_STATE(591)] = 51061,
  [SMALL_STATE(592)] = 51116,
  [SMALL_STATE(593)] = 51177,
  [SMALL_STATE(594)] = 51224,
  [SMALL_STATE(595)] = 51299,
  [SMALL_STATE(596)] = 51354,
  [SMALL_STATE(597)] = 51409,
  [SMALL_STATE(598)] = 51460,
  [SMALL_STATE(599)] = 51515,
  [SMALL_STATE(600)] = 51586,
  [SMALL_STATE(601)] = 51632,
  [SMALL_STATE(602)] = 51678,
  [SMALL_STATE(603)] = 51724,
  [SMALL_STATE(604)] = 51770,
  [SMALL_STATE(605)] = 51816,
  [SMALL_STATE(606)] = 51862,
  [SMALL_STATE(607)] = 51908,
  [SMALL_STATE(608)] = 51954,
  [SMALL_STATE(609)] = 52000,
  [SMALL_STATE(610)] = 52046,
  [SMALL_STATE(611)] = 52092,
  [SMALL_STATE(612)] = 52138,
  [SMALL_STATE(613)] = 52184,
  [SMALL_STATE(614)] = 52230,
  [SMALL_STATE(615)] = 52276,
  [SMALL_STATE(616)] = 52322,
  [SMALL_STATE(617)] = 52368,
  [SMALL_STATE(618)] = 52414,
  [SMALL_STATE(619)] = 52460,
  [SMALL_STATE(620)] = 52510,
  [SMALL_STATE(621)] = 52558,
  [SMALL_STATE(622)] = 52604,
  [SMALL_STATE(623)] = 52650,
  [SMALL_STATE(624)] = 52696,
  [SMALL_STATE(625)] = 52742,
  [SMALL_STATE(626)] = 52788,
  [SMALL_STATE(627)] = 52834,
  [SMALL_STATE(628)] = 52880,
  [SMALL_STATE(629)] = 52926,
  [SMALL_STATE(630)] = 52972,
  [SMALL_STATE(631)] = 53018,
  [SMALL_STATE(632)] = 53064,
  [SMALL_STATE(633)] = 53110,
  [SMALL_STATE(634)] = 53156,
  [SMALL_STATE(635)] = 53202,
  [SMALL_STATE(636)] = 53248,
  [SMALL_STATE(637)] = 53294,
  [SMALL_STATE(638)] = 53340,
  [SMALL_STATE(639)] = 53386,
  [SMALL_STATE(640)] = 53432,
  [SMALL_STATE(641)] = 53478,
  [SMALL_STATE(642)] = 53524,
  [SMALL_STATE(643)] = 53570,
  [SMALL_STATE(644)] = 53616,
  [SMALL_STATE(645)] = 53662,
  [SMALL_STATE(646)] = 53708,
  [SMALL_STATE(647)] = 53754,
  [SMALL_STATE(648)] = 53800,
  [SMALL_STATE(649)] = 53846,
  [SMALL_STATE(650)] = 53892,
  [SMALL_STATE(651)] = 53938,
  [SMALL_STATE(652)] = 53984,
  [SMALL_STATE(653)] = 54030,
  [SMALL_STATE(654)] = 54076,
  [SMALL_STATE(655)] = 54122,
  [SMALL_STATE(656)] = 54168,
  [SMALL_STATE(657)] = 54214,
  [SMALL_STATE(658)] = 54260,
  [SMALL_STATE(659)] = 54306,
  [SMALL_STATE(660)] = 54352,
  [SMALL_STATE(661)] = 54398,
  [SMALL_STATE(662)] = 54444,
  [SMALL_STATE(663)] = 54490,
  [SMALL_STATE(664)] = 54536,
  [SMALL_STATE(665)] = 54582,
  [SMALL_STATE(666)] = 54628,
  [SMALL_STATE(667)] = 54674,
  [SMALL_STATE(668)] = 54720,
  [SMALL_STATE(669)] = 54766,
  [SMALL_STATE(670)] = 54812,
  [SMALL_STATE(671)] = 54858,
  [SMALL_STATE(672)] = 54904,
  [SMALL_STATE(673)] = 54950,
  [SMALL_STATE(674)] = 54996,
  [SMALL_STATE(675)] = 55042,
  [SMALL_STATE(676)] = 55088,
  [SMALL_STATE(677)] = 55134,
  [SMALL_STATE(678)] = 55180,
  [SMALL_STATE(679)] = 55226,
  [SMALL_STATE(680)] = 55272,
  [SMALL_STATE(681)] = 55318,
  [SMALL_STATE(682)] = 55364,
  [SMALL_STATE(683)] = 55410,
  [SMALL_STATE(684)] = 55456,
  [SMALL_STATE(685)] = 55502,
  [SMALL_STATE(686)] = 55548,
  [SMALL_STATE(687)] = 55594,
  [SMALL_STATE(688)] = 55640,
  [SMALL_STATE(689)] = 55686,
  [SMALL_STATE(690)] = 55732,
  [SMALL_STATE(691)] = 55778,
  [SMALL_STATE(692)] = 55824,
  [SMALL_STATE(693)] = 55870,
  [SMALL_STATE(694)] = 55916,
  [SMALL_STATE(695)] = 55962,
  [SMALL_STATE(696)] = 56008,
  [SMALL_STATE(697)] = 56054,
  [SMALL_STATE(698)] = 56100,
  [SMALL_STATE(699)] = 56146,
  [SMALL_STATE(700)] = 56192,
  [SMALL_STATE(701)] = 56238,
  [SMALL_STATE(702)] = 56284,
  [SMALL_STATE(703)] = 56330,
  [SMALL_STATE(704)] = 56376,
  [SMALL_STATE(705)] = 56422,
  [SMALL_STATE(706)] = 56468,
  [SMALL_STATE(707)] = 56551,
  [SMALL_STATE(708)] = 56596,
  [SMALL_STATE(709)] = 56641,
  [SMALL_STATE(710)] = 56690,
  [SMALL_STATE(711)] = 56735,
  [SMALL_STATE(712)] = 56782,
  [SMALL_STATE(713)] = 56827,
  [SMALL_STATE(714)] = 56872,
  [SMALL_STATE(715)] = 56919,
  [SMALL_STATE(716)] = 56964,
  [SMALL_STATE(717)] = 57013,
  [SMALL_STATE(718)] = 57062,
  [SMALL_STATE(719)] = 57107,
  [SMALL_STATE(720)] = 57151,
  [SMALL_STATE(721)] = 57195,
  [SMALL_STATE(722)] = 57241,
  [SMALL_STATE(723)] = 57285,
  [SMALL_STATE(724)] = 57329,
  [SMALL_STATE(725)] = 57373,
  [SMALL_STATE(726)] = 57417,
  [SMALL_STATE(727)] = 57465,
  [SMALL_STATE(728)] = 57513,
  [SMALL_STATE(729)] = 57561,
  [SMALL_STATE(730)] = 57609,
  [SMALL_STATE(731)] = 57657,
  [SMALL_STATE(732)] = 57705,
  [SMALL_STATE(733)] = 57753,
  [SMALL_STATE(734)] = 57797,
  [SMALL_STATE(735)] = 57845,
  [SMALL_STATE(736)] = 57889,
  [SMALL_STATE(737)] = 57937,
  [SMALL_STATE(738)] = 57983,
  [SMALL_STATE(739)] = 58027,
  [SMALL_STATE(740)] = 58071,
  [SMALL_STATE(741)] = 58115,
  [SMALL_STATE(742)] = 58159,
  [SMALL_STATE(743)] = 58218,
  [SMALL_STATE(744)] = 58261,
  [SMALL_STATE(745)] = 58304,
  [SMALL_STATE(746)] = 58347,
  [SMALL_STATE(747)] = 58390,
  [SMALL_STATE(748)] = 58435,
  [SMALL_STATE(749)] = 58486,
  [SMALL_STATE(750)] = 58551,
  [SMALL_STATE(751)] = 58612,
  [SMALL_STATE(752)] = 58665,
  [SMALL_STATE(753)] = 58734,
  [SMALL_STATE(754)] = 58801,
  [SMALL_STATE(755)] = 58864,
  [SMALL_STATE(756)] = 58907,
  [SMALL_STATE(757)] = 58978,
  [SMALL_STATE(758)] = 59021,
  [SMALL_STATE(759)] = 59064,
  [SMALL_STATE(760)] = 59119,
  [SMALL_STATE(761)] = 59162,
  [SMALL_STATE(762)] = 59205,
  [SMALL_STATE(763)] = 59248,
  [SMALL_STATE(764)] = 59291,
  [SMALL_STATE(765)] = 59334,
  [SMALL_STATE(766)] = 59377,
  [SMALL_STATE(767)] = 59420,
  [SMALL_STATE(768)] = 59463,
  [SMALL_STATE(769)] = 59510,
  [SMALL_STATE(770)] = 59553,
  [SMALL_STATE(771)] = 59598,
  [SMALL_STATE(772)] = 59641,
  [SMALL_STATE(773)] = 59684,
  [SMALL_STATE(774)] = 59761,
  [SMALL_STATE(775)] = 59804,
  [SMALL_STATE(776)] = 59847,
  [SMALL_STATE(777)] = 59890,
  [SMALL_STATE(778)] = 59941,
  [SMALL_STATE(779)] = 59984,
  [SMALL_STATE(780)] = 60027,
  [SMALL_STATE(781)] = 60070,
  [SMALL_STATE(782)] = 60121,
  [SMALL_STATE(783)] = 60198,
  [SMALL_STATE(784)] = 60275,
  [SMALL_STATE(785)] = 60318,
  [SMALL_STATE(786)] = 60363,
  [SMALL_STATE(787)] = 60406,
  [SMALL_STATE(788)] = 60449,
  [SMALL_STATE(789)] = 60491,
  [SMALL_STATE(790)] = 60535,
  [SMALL_STATE(791)] = 60577,
  [SMALL_STATE(792)] = 60619,
  [SMALL_STATE(793)] = 60661,
  [SMALL_STATE(794)] = 60703,
  [SMALL_STATE(795)] = 60745,
  [SMALL_STATE(796)] = 60787,
  [SMALL_STATE(797)] = 60829,
  [SMALL_STATE(798)] = 60871,
  [SMALL_STATE(799)] = 60913,
  [SMALL_STATE(800)] = 60955,
  [SMALL_STATE(801)] = 60997,
  [SMALL_STATE(802)] = 61039,
  [SMALL_STATE(803)] = 61081,
  [SMALL_STATE(804)] = 61123,
  [SMALL_STATE(805)] = 61167,
  [SMALL_STATE(806)] = 61209,
  [SMALL_STATE(807)] = 61251,
  [SMALL_STATE(808)] = 61293,
  [SMALL_STATE(809)] = 61335,
  [SMALL_STATE(810)] = 61377,
  [SMALL_STATE(811)] = 61419,
  [SMALL_STATE(812)] = 61461,
  [SMALL_STATE(813)] = 61503,
  [SMALL_STATE(814)] = 61545,
  [SMALL_STATE(815)] = 61587,
  [SMALL_STATE(816)] = 61629,
  [SMALL_STATE(817)] = 61671,
  [SMALL_STATE(818)] = 61713,
  [SMALL_STATE(819)] = 61755,
  [SMALL_STATE(820)] = 61797,
  [SMALL_STATE(821)] = 61839,
  [SMALL_STATE(822)] = 61881,
  [SMALL_STATE(823)] = 61923,
  [SMALL_STATE(824)] = 61965,
  [SMALL_STATE(825)] = 62007,
  [SMALL_STATE(826)] = 62049,
  [SMALL_STATE(827)] = 62091,
  [SMALL_STATE(828)] = 62133,
  [SMALL_STATE(829)] = 62175,
  [SMALL_STATE(830)] = 62217,
  [SMALL_STATE(831)] = 62259,
  [SMALL_STATE(832)] = 62301,
  [SMALL_STATE(833)] = 62343,
  [SMALL_STATE(834)] = 62385,
  [SMALL_STATE(835)] = 62427,
  [SMALL_STATE(836)] = 62469,
  [SMALL_STATE(837)] = 62511,
  [SMALL_STATE(838)] = 62553,
  [SMALL_STATE(839)] = 62595,
  [SMALL_STATE(840)] = 62637,
  [SMALL_STATE(841)] = 62679,
  [SMALL_STATE(842)] = 62721,
  [SMALL_STATE(843)] = 62763,
  [SMALL_STATE(844)] = 62805,
  [SMALL_STATE(845)] = 62847,
  [SMALL_STATE(846)] = 62889,
  [SMALL_STATE(847)] = 62931,
  [SMALL_STATE(848)] = 62975,
  [SMALL_STATE(849)] = 63017,
  [SMALL_STATE(850)] = 63061,
  [SMALL_STATE(851)] = 63103,
  [SMALL_STATE(852)] = 63145,
  [SMALL_STATE(853)] = 63187,
  [SMALL_STATE(854)] = 63229,
  [SMALL_STATE(855)] = 63271,
  [SMALL_STATE(856)] = 63313,
  [SMALL_STATE(857)] = 63355,
  [SMALL_STATE(858)] = 63397,
  [SMALL_STATE(859)] = 63439,
  [SMALL_STATE(860)] = 63514,
  [SMALL_STATE(861)] = 63591,
  [SMALL_STATE(862)] = 63668,
  [SMALL_STATE(863)] = 63745,
  [SMALL_STATE(864)] = 63820,
  [SMALL_STATE(865)] = 63897,
  [SMALL_STATE(866)] = 63974,
  [SMALL_STATE(867)] = 64051,
  [SMALL_STATE(868)] = 64120,
  [SMALL_STATE(869)] = 64197,
  [SMALL_STATE(870)] = 64274,
  [SMALL_STATE(871)] = 64351,
  [SMALL_STATE(872)] = 64428,
  [SMALL_STATE(873)] = 64505,
  [SMALL_STATE(874)] = 64582,
  [SMALL_STATE(875)] = 64654,
  [SMALL_STATE(876)] = 64726,
  [SMALL_STATE(877)] = 64798,
  [SMALL_STATE(878)] = 64870,
  [SMALL_STATE(879)] = 64942,
  [SMALL_STATE(880)] = 65014,
  [SMALL_STATE(881)] = 65086,
  [SMALL_STATE(882)] = 65158,
  [SMALL_STATE(883)] = 65230,
  [SMALL_STATE(884)] = 65302,
  [SMALL_STATE(885)] = 65374,
  [SMALL_STATE(886)] = 65446,
  [SMALL_STATE(887)] = 65518,
  [SMALL_STATE(888)] = 65560,
  [SMALL_STATE(889)] = 65632,
  [SMALL_STATE(890)] = 65704,
  [SMALL_STATE(891)] = 65776,
  [SMALL_STATE(892)] = 65848,
  [SMALL_STATE(893)] = 65920,
  [SMALL_STATE(894)] = 65965,
  [SMALL_STATE(895)] = 66034,
  [SMALL_STATE(896)] = 66103,
  [SMALL_STATE(897)] = 66172,
  [SMALL_STATE(898)] = 66241,
  [SMALL_STATE(899)] = 66286,
  [SMALL_STATE(900)] = 66355,
  [SMALL_STATE(901)] = 66424,
  [SMALL_STATE(902)] = 66493,
  [SMALL_STATE(903)] = 66560,
  [SMALL_STATE(904)] = 66599,
  [SMALL_STATE(905)] = 66668,
  [SMALL_STATE(906)] = 66737,
  [SMALL_STATE(907)] = 66806,
  [SMALL_STATE(908)] = 66875,
  [SMALL_STATE(909)] = 66944,
  [SMALL_STATE(910)] = 67013,
  [SMALL_STATE(911)] = 67082,
  [SMALL_STATE(912)] = 67151,
  [SMALL_STATE(913)] = 67220,
  [SMALL_STATE(914)] = 67289,
  [SMALL_STATE(915)] = 67358,
  [SMALL_STATE(916)] = 67425,
  [SMALL_STATE(917)] = 67494,
  [SMALL_STATE(918)] = 67563,
  [SMALL_STATE(919)] = 67608,
  [SMALL_STATE(920)] = 67653,
  [SMALL_STATE(921)] = 67719,
  [SMALL_STATE(922)] = 67785,
  [SMALL_STATE(923)] = 67851,
  [SMALL_STATE(924)] = 67917,
  [SMALL_STATE(925)] = 67983,
  [SMALL_STATE(926)] = 68049,
  [SMALL_STATE(927)] = 68115,
  [SMALL_STATE(928)] = 68181,
  [SMALL_STATE(929)] = 68247,
  [SMALL_STATE(930)] = 68313,
  [SMALL_STATE(931)] = 68379,
  [SMALL_STATE(932)] = 68445,
  [SMALL_STATE(933)] = 68511,
  [SMALL_STATE(934)] = 68577,
  [SMALL_STATE(935)] = 68643,
  [SMALL_STATE(936)] = 68709,
  [SMALL_STATE(937)] = 68775,
  [SMALL_STATE(938)] = 68841,
  [SMALL_STATE(939)] = 68907,
  [SMALL_STATE(940)] = 68973,
  [SMALL_STATE(941)] = 69039,
  [SMALL_STATE(942)] = 69105,
  [SMALL_STATE(943)] = 69171,
  [SMALL_STATE(944)] = 69237,
  [SMALL_STATE(945)] = 69303,
  [SMALL_STATE(946)] = 69369,
  [SMALL_STATE(947)] = 69435,
  [SMALL_STATE(948)] = 69501,
  [SMALL_STATE(949)] = 69567,
  [SMALL_STATE(950)] = 69633,
  [SMALL_STATE(951)] = 69699,
  [SMALL_STATE(952)] = 69765,
  [SMALL_STATE(953)] = 69831,
  [SMALL_STATE(954)] = 69897,
  [SMALL_STATE(955)] = 69963,
  [SMALL_STATE(956)] = 70029,
  [SMALL_STATE(957)] = 70095,
  [SMALL_STATE(958)] = 70161,
  [SMALL_STATE(959)] = 70227,
  [SMALL_STATE(960)] = 70293,
  [SMALL_STATE(961)] = 70359,
  [SMALL_STATE(962)] = 70425,
  [SMALL_STATE(963)] = 70491,
  [SMALL_STATE(964)] = 70557,
  [SMALL_STATE(965)] = 70623,
  [SMALL_STATE(966)] = 70689,
  [SMALL_STATE(967)] = 70755,
  [SMALL_STATE(968)] = 70821,
  [SMALL_STATE(969)] = 70887,
  [SMALL_STATE(970)] = 70953,
  [SMALL_STATE(971)] = 71019,
  [SMALL_STATE(972)] = 71085,
  [SMALL_STATE(973)] = 71151,
  [SMALL_STATE(974)] = 71217,
  [SMALL_STATE(975)] = 71283,
  [SMALL_STATE(976)] = 71349,
  [SMALL_STATE(977)] = 71415,
  [SMALL_STATE(978)] = 71481,
  [SMALL_STATE(979)] = 71547,
  [SMALL_STATE(980)] = 71613,
  [SMALL_STATE(981)] = 71679,
  [SMALL_STATE(982)] = 71745,
  [SMALL_STATE(983)] = 71811,
  [SMALL_STATE(984)] = 71877,
  [SMALL_STATE(985)] = 71942,
  [SMALL_STATE(986)] = 72007,
  [SMALL_STATE(987)] = 72072,
  [SMALL_STATE(988)] = 72137,
  [SMALL_STATE(989)] = 72202,
  [SMALL_STATE(990)] = 72267,
  [SMALL_STATE(991)] = 72332,
  [SMALL_STATE(992)] = 72397,
  [SMALL_STATE(993)] = 72462,
  [SMALL_STATE(994)] = 72527,
  [SMALL_STATE(995)] = 72592,
  [SMALL_STATE(996)] = 72657,
  [SMALL_STATE(997)] = 72725,
  [SMALL_STATE(998)] = 72793,
  [SMALL_STATE(999)] = 72861,
  [SMALL_STATE(1000)] = 72929,
  [SMALL_STATE(1001)] = 72997,
  [SMALL_STATE(1002)] = 73065,
  [SMALL_STATE(1003)] = 73132,
  [SMALL_STATE(1004)] = 73193,
  [SMALL_STATE(1005)] = 73260,
  [SMALL_STATE(1006)] = 73297,
  [SMALL_STATE(1007)] = 73358,
  [SMALL_STATE(1008)] = 73425,
  [SMALL_STATE(1009)] = 73490,
  [SMALL_STATE(1010)] = 73555,
  [SMALL_STATE(1011)] = 73592,
  [SMALL_STATE(1012)] = 73629,
  [SMALL_STATE(1013)] = 73696,
  [SMALL_STATE(1014)] = 73763,
  [SMALL_STATE(1015)] = 73830,
  [SMALL_STATE(1016)] = 73897,
  [SMALL_STATE(1017)] = 73962,
  [SMALL_STATE(1018)] = 74023,
  [SMALL_STATE(1019)] = 74084,
  [SMALL_STATE(1020)] = 74151,
  [SMALL_STATE(1021)] = 74218,
  [SMALL_STATE(1022)] = 74285,
  [SMALL_STATE(1023)] = 74350,
  [SMALL_STATE(1024)] = 74387,
  [SMALL_STATE(1025)] = 74424,
  [SMALL_STATE(1026)] = 74461,
  [SMALL_STATE(1027)] = 74526,
  [SMALL_STATE(1028)] = 74563,
  [SMALL_STATE(1029)] = 74630,
  [SMALL_STATE(1030)] = 74695,
  [SMALL_STATE(1031)] = 74760,
  [SMALL_STATE(1032)] = 74827,
  [SMALL_STATE(1033)] = 74892,
  [SMALL_STATE(1034)] = 74959,
  [SMALL_STATE(1035)] = 75020,
  [SMALL_STATE(1036)] = 75087,
  [SMALL_STATE(1037)] = 75148,
  [SMALL_STATE(1038)] = 75213,
  [SMALL_STATE(1039)] = 75278,
  [SMALL_STATE(1040)] = 75345,
  [SMALL_STATE(1041)] = 75410,
  [SMALL_STATE(1042)] = 75477,
  [SMALL_STATE(1043)] = 75542,
  [SMALL_STATE(1044)] = 75603,
  [SMALL_STATE(1045)] = 75667,
  [SMALL_STATE(1046)] = 75731,
  [SMALL_STATE(1047)] = 75795,
  [SMALL_STATE(1048)] = 75859,
  [SMALL_STATE(1049)] = 75923,
  [SMALL_STATE(1050)] = 75987,
  [SMALL_STATE(1051)] = 76051,
  [SMALL_STATE(1052)] = 76115,
  [SMALL_STATE(1053)] = 76179,
  [SMALL_STATE(1054)] = 76235,
  [SMALL_STATE(1055)] = 76299,
  [SMALL_STATE(1056)] = 76363,
  [SMALL_STATE(1057)] = 76427,
  [SMALL_STATE(1058)] = 76491,
  [SMALL_STATE(1059)] = 76555,
  [SMALL_STATE(1060)] = 76619,
  [SMALL_STATE(1061)] = 76683,
  [SMALL_STATE(1062)] = 76735,
  [SMALL_STATE(1063)] = 76779,
  [SMALL_STATE(1064)] = 76843,
  [SMALL_STATE(1065)] = 76901,
  [SMALL_STATE(1066)] = 76965,
  [SMALL_STATE(1067)] = 77021,
  [SMALL_STATE(1068)] = 77061,
  [SMALL_STATE(1069)] = 77115,
  [SMALL_STATE(1070)] = 77165,
  [SMALL_STATE(1071)] = 77225,
  [SMALL_STATE(1072)] = 77289,
  [SMALL_STATE(1073)] = 77329,
  [SMALL_STATE(1074)] = 77375,
  [SMALL_STATE(1075)] = 77439,
  [SMALL_STATE(1076)] = 77471,
  [SMALL_STATE(1077)] = 77535,
  [SMALL_STATE(1078)] = 77599,
  [SMALL_STATE(1079)] = 77663,
  [SMALL_STATE(1080)] = 77695,
  [SMALL_STATE(1081)] = 77727,
  [SMALL_STATE(1082)] = 77759,
  [SMALL_STATE(1083)] = 77823,
  [SMALL_STATE(1084)] = 77887,
  [SMALL_STATE(1085)] = 77951,
  [SMALL_STATE(1086)] = 78015,
  [SMALL_STATE(1087)] = 78047,
  [SMALL_STATE(1088)] = 78111,
  [SMALL_STATE(1089)] = 78175,
  [SMALL_STATE(1090)] = 78239,
  [SMALL_STATE(1091)] = 78303,
  [SMALL_STATE(1092)] = 78367,
  [SMALL_STATE(1093)] = 78401,
  [SMALL_STATE(1094)] = 78465,
  [SMALL_STATE(1095)] = 78529,
  [SMALL_STATE(1096)] = 78593,
  [SMALL_STATE(1097)] = 78653,
  [SMALL_STATE(1098)] = 78717,
  [SMALL_STATE(1099)] = 78781,
  [SMALL_STATE(1100)] = 78845,
  [SMALL_STATE(1101)] = 78909,
  [SMALL_STATE(1102)] = 78973,
  [SMALL_STATE(1103)] = 79037,
  [SMALL_STATE(1104)] = 79101,
  [SMALL_STATE(1105)] = 79165,
  [SMALL_STATE(1106)] = 79224,
  [SMALL_STATE(1107)] = 79255,
  [SMALL_STATE(1108)] = 79286,
  [SMALL_STATE(1109)] = 79317,
  [SMALL_STATE(1110)] = 79348,
  [SMALL_STATE(1111)] = 79379,
  [SMALL_STATE(1112)] = 79410,
  [SMALL_STATE(1113)] = 79441,
  [SMALL_STATE(1114)] = 79472,
  [SMALL_STATE(1115)] = 79503,
  [SMALL_STATE(1116)] = 79534,
  [SMALL_STATE(1117)] = 79565,
  [SMALL_STATE(1118)] = 79596,
  [SMALL_STATE(1119)] = 79627,
  [SMALL_STATE(1120)] = 79658,
  [SMALL_STATE(1121)] = 79689,
  [SMALL_STATE(1122)] = 79720,
  [SMALL_STATE(1123)] = 79759,
  [SMALL_STATE(1124)] = 79820,
  [SMALL_STATE(1125)] = 79881,
  [SMALL_STATE(1126)] = 79940,
  [SMALL_STATE(1127)] = 79999,
  [SMALL_STATE(1128)] = 80058,
  [SMALL_STATE(1129)] = 80119,
  [SMALL_STATE(1130)] = 80180,
  [SMALL_STATE(1131)] = 80241,
  [SMALL_STATE(1132)] = 80302,
  [SMALL_STATE(1133)] = 80335,
  [SMALL_STATE(1134)] = 80394,
  [SMALL_STATE(1135)] = 80441,
  [SMALL_STATE(1136)] = 80502,
  [SMALL_STATE(1137)] = 80561,
  [SMALL_STATE(1138)] = 80622,
  [SMALL_STATE(1139)] = 80681,
  [SMALL_STATE(1140)] = 80742,
  [SMALL_STATE(1141)] = 80803,
  [SMALL_STATE(1142)] = 80864,
  [SMALL_STATE(1143)] = 80925,
  [SMALL_STATE(1144)] = 80956,
  [SMALL_STATE(1145)] = 81017,
  [SMALL_STATE(1146)] = 81050,
  [SMALL_STATE(1147)] = 81081,
  [SMALL_STATE(1148)] = 81142,
  [SMALL_STATE(1149)] = 81173,
  [SMALL_STATE(1150)] = 81232,
  [SMALL_STATE(1151)] = 81293,
  [SMALL_STATE(1152)] = 81354,
  [SMALL_STATE(1153)] = 81415,
  [SMALL_STATE(1154)] = 81474,
  [SMALL_STATE(1155)] = 81535,
  [SMALL_STATE(1156)] = 81596,
  [SMALL_STATE(1157)] = 81657,
  [SMALL_STATE(1158)] = 81718,
  [SMALL_STATE(1159)] = 81777,
  [SMALL_STATE(1160)] = 81836,
  [SMALL_STATE(1161)] = 81895,
  [SMALL_STATE(1162)] = 81942,
  [SMALL_STATE(1163)] = 81973,
  [SMALL_STATE(1164)] = 82032,
  [SMALL_STATE(1165)] = 82063,
  [SMALL_STATE(1166)] = 82094,
  [SMALL_STATE(1167)] = 82155,
  [SMALL_STATE(1168)] = 82214,
  [SMALL_STATE(1169)] = 82275,
  [SMALL_STATE(1170)] = 82334,
  [SMALL_STATE(1171)] = 82365,
  [SMALL_STATE(1172)] = 82396,
  [SMALL_STATE(1173)] = 82457,
  [SMALL_STATE(1174)] = 82518,
  [SMALL_STATE(1175)] = 82549,
  [SMALL_STATE(1176)] = 82608,
  [SMALL_STATE(1177)] = 82669,
  [SMALL_STATE(1178)] = 82700,
  [SMALL_STATE(1179)] = 82759,
  [SMALL_STATE(1180)] = 82820,
  [SMALL_STATE(1181)] = 82879,
  [SMALL_STATE(1182)] = 82938,
  [SMALL_STATE(1183)] = 82997,
  [SMALL_STATE(1184)] = 83058,
  [SMALL_STATE(1185)] = 83119,
  [SMALL_STATE(1186)] = 83178,
  [SMALL_STATE(1187)] = 83209,
  [SMALL_STATE(1188)] = 83270,
  [SMALL_STATE(1189)] = 83301,
  [SMALL_STATE(1190)] = 83332,
  [SMALL_STATE(1191)] = 83363,
  [SMALL_STATE(1192)] = 83394,
  [SMALL_STATE(1193)] = 83425,
  [SMALL_STATE(1194)] = 83456,
  [SMALL_STATE(1195)] = 83487,
  [SMALL_STATE(1196)] = 83518,
  [SMALL_STATE(1197)] = 83549,
  [SMALL_STATE(1198)] = 83608,
  [SMALL_STATE(1199)] = 83639,
  [SMALL_STATE(1200)] = 83670,
  [SMALL_STATE(1201)] = 83701,
  [SMALL_STATE(1202)] = 83732,
  [SMALL_STATE(1203)] = 83763,
  [SMALL_STATE(1204)] = 83794,
  [SMALL_STATE(1205)] = 83825,
  [SMALL_STATE(1206)] = 83856,
  [SMALL_STATE(1207)] = 83887,
  [SMALL_STATE(1208)] = 83918,
  [SMALL_STATE(1209)] = 83949,
  [SMALL_STATE(1210)] = 84008,
  [SMALL_STATE(1211)] = 84039,
  [SMALL_STATE(1212)] = 84070,
  [SMALL_STATE(1213)] = 84101,
  [SMALL_STATE(1214)] = 84132,
  [SMALL_STATE(1215)] = 84163,
  [SMALL_STATE(1216)] = 84194,
  [SMALL_STATE(1217)] = 84225,
  [SMALL_STATE(1218)] = 84256,
  [SMALL_STATE(1219)] = 84287,
  [SMALL_STATE(1220)] = 84318,
  [SMALL_STATE(1221)] = 84379,
  [SMALL_STATE(1222)] = 84410,
  [SMALL_STATE(1223)] = 84441,
  [SMALL_STATE(1224)] = 84472,
  [SMALL_STATE(1225)] = 84503,
  [SMALL_STATE(1226)] = 84564,
  [SMALL_STATE(1227)] = 84622,
  [SMALL_STATE(1228)] = 84680,
  [SMALL_STATE(1229)] = 84738,
  [SMALL_STATE(1230)] = 84796,
  [SMALL_STATE(1231)] = 84854,
  [SMALL_STATE(1232)] = 84912,
  [SMALL_STATE(1233)] = 84970,
  [SMALL_STATE(1234)] = 85028,
  [SMALL_STATE(1235)] = 85086,
  [SMALL_STATE(1236)] = 85144,
  [SMALL_STATE(1237)] = 85202,
  [SMALL_STATE(1238)] = 85260,
  [SMALL_STATE(1239)] = 85318,
  [SMALL_STATE(1240)] = 85376,
  [SMALL_STATE(1241)] = 85434,
  [SMALL_STATE(1242)] = 85492,
  [SMALL_STATE(1243)] = 85550,
  [SMALL_STATE(1244)] = 85608,
  [SMALL_STATE(1245)] = 85666,
  [SMALL_STATE(1246)] = 85724,
  [SMALL_STATE(1247)] = 85782,
  [SMALL_STATE(1248)] = 85840,
  [SMALL_STATE(1249)] = 85898,
  [SMALL_STATE(1250)] = 85956,
  [SMALL_STATE(1251)] = 86014,
  [SMALL_STATE(1252)] = 86072,
  [SMALL_STATE(1253)] = 86130,
  [SMALL_STATE(1254)] = 86188,
  [SMALL_STATE(1255)] = 86246,
  [SMALL_STATE(1256)] = 86304,
  [SMALL_STATE(1257)] = 86362,
  [SMALL_STATE(1258)] = 86420,
  [SMALL_STATE(1259)] = 86478,
  [SMALL_STATE(1260)] = 86536,
  [SMALL_STATE(1261)] = 86594,
  [SMALL_STATE(1262)] = 86652,
  [SMALL_STATE(1263)] = 86710,
  [SMALL_STATE(1264)] = 86762,
  [SMALL_STATE(1265)] = 86791,
  [SMALL_STATE(1266)] = 86840,
  [SMALL_STATE(1267)] = 86869,
  [SMALL_STATE(1268)] = 86898,
  [SMALL_STATE(1269)] = 86923,
  [SMALL_STATE(1270)] = 86962,
  [SMALL_STATE(1271)] = 87001,
  [SMALL_STATE(1272)] = 87037,
  [SMALL_STATE(1273)] = 87073,
  [SMALL_STATE(1274)] = 87109,
  [SMALL_STATE(1275)] = 87145,
  [SMALL_STATE(1276)] = 87181,
  [SMALL_STATE(1277)] = 87217,
  [SMALL_STATE(1278)] = 87243,
  [SMALL_STATE(1279)] = 87277,
  [SMALL_STATE(1280)] = 87321,
  [SMALL_STATE(1281)] = 87353,
  [SMALL_STATE(1282)] = 87377,
  [SMALL_STATE(1283)] = 87421,
  [SMALL_STATE(1284)] = 87447,
  [SMALL_STATE(1285)] = 87473,
  [SMALL_STATE(1286)] = 87508,
  [SMALL_STATE(1287)] = 87539,
  [SMALL_STATE(1288)] = 87570,
  [SMALL_STATE(1289)] = 87605,
  [SMALL_STATE(1290)] = 87640,
  [SMALL_STATE(1291)] = 87671,
  [SMALL_STATE(1292)] = 87702,
  [SMALL_STATE(1293)] = 87723,
  [SMALL_STATE(1294)] = 87760,
  [SMALL_STATE(1295)] = 87780,
  [SMALL_STATE(1296)] = 87800,
  [SMALL_STATE(1297)] = 87820,
  [SMALL_STATE(1298)] = 87842,
  [SMALL_STATE(1299)] = 87862,
  [SMALL_STATE(1300)] = 87882,
  [SMALL_STATE(1301)] = 87904,
  [SMALL_STATE(1302)] = 87926,
  [SMALL_STATE(1303)] = 87946,
  [SMALL_STATE(1304)] = 87978,
  [SMALL_STATE(1305)] = 87998,
  [SMALL_STATE(1306)] = 88015,
  [SMALL_STATE(1307)] = 88048,
  [SMALL_STATE(1308)] = 88065,
  [SMALL_STATE(1309)] = 88098,
  [SMALL_STATE(1310)] = 88115,
  [SMALL_STATE(1311)] = 88145,
  [SMALL_STATE(1312)] = 88165,
  [SMALL_STATE(1313)] = 88181,
  [SMALL_STATE(1314)] = 88211,
  [SMALL_STATE(1315)] = 88227,
  [SMALL_STATE(1316)] = 88243,
  [SMALL_STATE(1317)] = 88259,
  [SMALL_STATE(1318)] = 88277,
  [SMALL_STATE(1319)] = 88307,
  [SMALL_STATE(1320)] = 88334,
  [SMALL_STATE(1321)] = 88357,
  [SMALL_STATE(1322)] = 88384,
  [SMALL_STATE(1323)] = 88407,
  [SMALL_STATE(1324)] = 88422,
  [SMALL_STATE(1325)] = 88447,
  [SMALL_STATE(1326)] = 88474,
  [SMALL_STATE(1327)] = 88497,
  [SMALL_STATE(1328)] = 88521,
  [SMALL_STATE(1329)] = 88545,
  [SMALL_STATE(1330)] = 88565,
  [SMALL_STATE(1331)] = 88589,
  [SMALL_STATE(1332)] = 88613,
  [SMALL_STATE(1333)] = 88637,
  [SMALL_STATE(1334)] = 88661,
  [SMALL_STATE(1335)] = 88685,
  [SMALL_STATE(1336)] = 88707,
  [SMALL_STATE(1337)] = 88727,
  [SMALL_STATE(1338)] = 88749,
  [SMALL_STATE(1339)] = 88773,
  [SMALL_STATE(1340)] = 88797,
  [SMALL_STATE(1341)] = 88819,
  [SMALL_STATE(1342)] = 88843,
  [SMALL_STATE(1343)] = 88865,
  [SMALL_STATE(1344)] = 88885,
  [SMALL_STATE(1345)] = 88907,
  [SMALL_STATE(1346)] = 88930,
  [SMALL_STATE(1347)] = 88949,
  [SMALL_STATE(1348)] = 88972,
  [SMALL_STATE(1349)] = 88993,
  [SMALL_STATE(1350)] = 89014,
  [SMALL_STATE(1351)] = 89035,
  [SMALL_STATE(1352)] = 89058,
  [SMALL_STATE(1353)] = 89077,
  [SMALL_STATE(1354)] = 89098,
  [SMALL_STATE(1355)] = 89121,
  [SMALL_STATE(1356)] = 89144,
  [SMALL_STATE(1357)] = 89165,
  [SMALL_STATE(1358)] = 89188,
  [SMALL_STATE(1359)] = 89209,
  [SMALL_STATE(1360)] = 89230,
  [SMALL_STATE(1361)] = 89251,
  [SMALL_STATE(1362)] = 89274,
  [SMALL_STATE(1363)] = 89295,
  [SMALL_STATE(1364)] = 89318,
  [SMALL_STATE(1365)] = 89341,
  [SMALL_STATE(1366)] = 89364,
  [SMALL_STATE(1367)] = 89385,
  [SMALL_STATE(1368)] = 89408,
  [SMALL_STATE(1369)] = 89431,
  [SMALL_STATE(1370)] = 89454,
  [SMALL_STATE(1371)] = 89477,
  [SMALL_STATE(1372)] = 89500,
  [SMALL_STATE(1373)] = 89523,
  [SMALL_STATE(1374)] = 89546,
  [SMALL_STATE(1375)] = 89569,
  [SMALL_STATE(1376)] = 89592,
  [SMALL_STATE(1377)] = 89611,
  [SMALL_STATE(1378)] = 89634,
  [SMALL_STATE(1379)] = 89657,
  [SMALL_STATE(1380)] = 89680,
  [SMALL_STATE(1381)] = 89703,
  [SMALL_STATE(1382)] = 89726,
  [SMALL_STATE(1383)] = 89747,
  [SMALL_STATE(1384)] = 89768,
  [SMALL_STATE(1385)] = 89784,
  [SMALL_STATE(1386)] = 89798,
  [SMALL_STATE(1387)] = 89814,
  [SMALL_STATE(1388)] = 89834,
  [SMALL_STATE(1389)] = 89854,
  [SMALL_STATE(1390)] = 89868,
  [SMALL_STATE(1391)] = 89882,
  [SMALL_STATE(1392)] = 89894,
  [SMALL_STATE(1393)] = 89914,
  [SMALL_STATE(1394)] = 89926,
  [SMALL_STATE(1395)] = 89938,
  [SMALL_STATE(1396)] = 89958,
  [SMALL_STATE(1397)] = 89970,
  [SMALL_STATE(1398)] = 89986,
  [SMALL_STATE(1399)] = 90002,
  [SMALL_STATE(1400)] = 90014,
  [SMALL_STATE(1401)] = 90034,
  [SMALL_STATE(1402)] = 90054,
  [SMALL_STATE(1403)] = 90066,
  [SMALL_STATE(1404)] = 90084,
  [SMALL_STATE(1405)] = 90104,
  [SMALL_STATE(1406)] = 90116,
  [SMALL_STATE(1407)] = 90136,
  [SMALL_STATE(1408)] = 90156,
  [SMALL_STATE(1409)] = 90176,
  [SMALL_STATE(1410)] = 90196,
  [SMALL_STATE(1411)] = 90216,
  [SMALL_STATE(1412)] = 90236,
  [SMALL_STATE(1413)] = 90254,
  [SMALL_STATE(1414)] = 90271,
  [SMALL_STATE(1415)] = 90288,
  [SMALL_STATE(1416)] = 90305,
  [SMALL_STATE(1417)] = 90316,
  [SMALL_STATE(1418)] = 90331,
  [SMALL_STATE(1419)] = 90346,
  [SMALL_STATE(1420)] = 90359,
  [SMALL_STATE(1421)] = 90374,
  [SMALL_STATE(1422)] = 90389,
  [SMALL_STATE(1423)] = 90404,
  [SMALL_STATE(1424)] = 90421,
  [SMALL_STATE(1425)] = 90438,
  [SMALL_STATE(1426)] = 90453,
  [SMALL_STATE(1427)] = 90470,
  [SMALL_STATE(1428)] = 90487,
  [SMALL_STATE(1429)] = 90502,
  [SMALL_STATE(1430)] = 90519,
  [SMALL_STATE(1431)] = 90536,
  [SMALL_STATE(1432)] = 90547,
  [SMALL_STATE(1433)] = 90564,
  [SMALL_STATE(1434)] = 90581,
  [SMALL_STATE(1435)] = 90596,
  [SMALL_STATE(1436)] = 90607,
  [SMALL_STATE(1437)] = 90622,
  [SMALL_STATE(1438)] = 90637,
  [SMALL_STATE(1439)] = 90654,
  [SMALL_STATE(1440)] = 90665,
  [SMALL_STATE(1441)] = 90682,
  [SMALL_STATE(1442)] = 90699,
  [SMALL_STATE(1443)] = 90710,
  [SMALL_STATE(1444)] = 90725,
  [SMALL_STATE(1445)] = 90742,
  [SMALL_STATE(1446)] = 90753,
  [SMALL_STATE(1447)] = 90768,
  [SMALL_STATE(1448)] = 90779,
  [SMALL_STATE(1449)] = 90796,
  [SMALL_STATE(1450)] = 90811,
  [SMALL_STATE(1451)] = 90822,
  [SMALL_STATE(1452)] = 90837,
  [SMALL_STATE(1453)] = 90852,
  [SMALL_STATE(1454)] = 90867,
  [SMALL_STATE(1455)] = 90882,
  [SMALL_STATE(1456)] = 90897,
  [SMALL_STATE(1457)] = 90912,
  [SMALL_STATE(1458)] = 90927,
  [SMALL_STATE(1459)] = 90944,
  [SMALL_STATE(1460)] = 90959,
  [SMALL_STATE(1461)] = 90974,
  [SMALL_STATE(1462)] = 90991,
  [SMALL_STATE(1463)] = 91008,
  [SMALL_STATE(1464)] = 91025,
  [SMALL_STATE(1465)] = 91036,
  [SMALL_STATE(1466)] = 91053,
  [SMALL_STATE(1467)] = 91070,
  [SMALL_STATE(1468)] = 91087,
  [SMALL_STATE(1469)] = 91104,
  [SMALL_STATE(1470)] = 91119,
  [SMALL_STATE(1471)] = 91136,
  [SMALL_STATE(1472)] = 91151,
  [SMALL_STATE(1473)] = 91166,
  [SMALL_STATE(1474)] = 91181,
  [SMALL_STATE(1475)] = 91198,
  [SMALL_STATE(1476)] = 91215,
  [SMALL_STATE(1477)] = 91230,
  [SMALL_STATE(1478)] = 91247,
  [SMALL_STATE(1479)] = 91264,
  [SMALL_STATE(1480)] = 91281,
  [SMALL_STATE(1481)] = 91292,
  [SMALL_STATE(1482)] = 91309,
  [SMALL_STATE(1483)] = 91324,
  [SMALL_STATE(1484)] = 91339,
  [SMALL_STATE(1485)] = 91356,
  [SMALL_STATE(1486)] = 91373,
  [SMALL_STATE(1487)] = 91390,
  [SMALL_STATE(1488)] = 91405,
  [SMALL_STATE(1489)] = 91422,
  [SMALL_STATE(1490)] = 91437,
  [SMALL_STATE(1491)] = 91454,
  [SMALL_STATE(1492)] = 91471,
  [SMALL_STATE(1493)] = 91486,
  [SMALL_STATE(1494)] = 91501,
  [SMALL_STATE(1495)] = 91518,
  [SMALL_STATE(1496)] = 91533,
  [SMALL_STATE(1497)] = 91548,
  [SMALL_STATE(1498)] = 91565,
  [SMALL_STATE(1499)] = 91582,
  [SMALL_STATE(1500)] = 91593,
  [SMALL_STATE(1501)] = 91610,
  [SMALL_STATE(1502)] = 91625,
  [SMALL_STATE(1503)] = 91642,
  [SMALL_STATE(1504)] = 91657,
  [SMALL_STATE(1505)] = 91674,
  [SMALL_STATE(1506)] = 91689,
  [SMALL_STATE(1507)] = 91706,
  [SMALL_STATE(1508)] = 91721,
  [SMALL_STATE(1509)] = 91738,
  [SMALL_STATE(1510)] = 91755,
  [SMALL_STATE(1511)] = 91770,
  [SMALL_STATE(1512)] = 91785,
  [SMALL_STATE(1513)] = 91800,
  [SMALL_STATE(1514)] = 91815,
  [SMALL_STATE(1515)] = 91830,
  [SMALL_STATE(1516)] = 91845,
  [SMALL_STATE(1517)] = 91860,
  [SMALL_STATE(1518)] = 91877,
  [SMALL_STATE(1519)] = 91894,
  [SMALL_STATE(1520)] = 91909,
  [SMALL_STATE(1521)] = 91920,
  [SMALL_STATE(1522)] = 91935,
  [SMALL_STATE(1523)] = 91950,
  [SMALL_STATE(1524)] = 91965,
  [SMALL_STATE(1525)] = 91976,
  [SMALL_STATE(1526)] = 91993,
  [SMALL_STATE(1527)] = 92010,
  [SMALL_STATE(1528)] = 92027,
  [SMALL_STATE(1529)] = 92042,
  [SMALL_STATE(1530)] = 92057,
  [SMALL_STATE(1531)] = 92074,
  [SMALL_STATE(1532)] = 92091,
  [SMALL_STATE(1533)] = 92106,
  [SMALL_STATE(1534)] = 92117,
  [SMALL_STATE(1535)] = 92132,
  [SMALL_STATE(1536)] = 92149,
  [SMALL_STATE(1537)] = 92164,
  [SMALL_STATE(1538)] = 92176,
  [SMALL_STATE(1539)] = 92190,
  [SMALL_STATE(1540)] = 92204,
  [SMALL_STATE(1541)] = 92218,
  [SMALL_STATE(1542)] = 92232,
  [SMALL_STATE(1543)] = 92246,
  [SMALL_STATE(1544)] = 92260,
  [SMALL_STATE(1545)] = 92274,
  [SMALL_STATE(1546)] = 92288,
  [SMALL_STATE(1547)] = 92300,
  [SMALL_STATE(1548)] = 92314,
  [SMALL_STATE(1549)] = 92328,
  [SMALL_STATE(1550)] = 92340,
  [SMALL_STATE(1551)] = 92354,
  [SMALL_STATE(1552)] = 92366,
  [SMALL_STATE(1553)] = 92380,
  [SMALL_STATE(1554)] = 92394,
  [SMALL_STATE(1555)] = 92408,
  [SMALL_STATE(1556)] = 92422,
  [SMALL_STATE(1557)] = 92436,
  [SMALL_STATE(1558)] = 92450,
  [SMALL_STATE(1559)] = 92464,
  [SMALL_STATE(1560)] = 92478,
  [SMALL_STATE(1561)] = 92492,
  [SMALL_STATE(1562)] = 92506,
  [SMALL_STATE(1563)] = 92520,
  [SMALL_STATE(1564)] = 92534,
  [SMALL_STATE(1565)] = 92548,
  [SMALL_STATE(1566)] = 92562,
  [SMALL_STATE(1567)] = 92576,
  [SMALL_STATE(1568)] = 92590,
  [SMALL_STATE(1569)] = 92604,
  [SMALL_STATE(1570)] = 92618,
  [SMALL_STATE(1571)] = 92632,
  [SMALL_STATE(1572)] = 92646,
  [SMALL_STATE(1573)] = 92660,
  [SMALL_STATE(1574)] = 92674,
  [SMALL_STATE(1575)] = 92688,
  [SMALL_STATE(1576)] = 92702,
  [SMALL_STATE(1577)] = 92716,
  [SMALL_STATE(1578)] = 92730,
  [SMALL_STATE(1579)] = 92744,
  [SMALL_STATE(1580)] = 92758,
  [SMALL_STATE(1581)] = 92772,
  [SMALL_STATE(1582)] = 92786,
  [SMALL_STATE(1583)] = 92800,
  [SMALL_STATE(1584)] = 92814,
  [SMALL_STATE(1585)] = 92824,
  [SMALL_STATE(1586)] = 92838,
  [SMALL_STATE(1587)] = 92852,
  [SMALL_STATE(1588)] = 92866,
  [SMALL_STATE(1589)] = 92880,
  [SMALL_STATE(1590)] = 92894,
  [SMALL_STATE(1591)] = 92908,
  [SMALL_STATE(1592)] = 92922,
  [SMALL_STATE(1593)] = 92936,
  [SMALL_STATE(1594)] = 92950,
  [SMALL_STATE(1595)] = 92964,
  [SMALL_STATE(1596)] = 92978,
  [SMALL_STATE(1597)] = 92992,
  [SMALL_STATE(1598)] = 93006,
  [SMALL_STATE(1599)] = 93020,
  [SMALL_STATE(1600)] = 93034,
  [SMALL_STATE(1601)] = 93048,
  [SMALL_STATE(1602)] = 93058,
  [SMALL_STATE(1603)] = 93072,
  [SMALL_STATE(1604)] = 93086,
  [SMALL_STATE(1605)] = 93100,
  [SMALL_STATE(1606)] = 93114,
  [SMALL_STATE(1607)] = 93128,
  [SMALL_STATE(1608)] = 93142,
  [SMALL_STATE(1609)] = 93156,
  [SMALL_STATE(1610)] = 93170,
  [SMALL_STATE(1611)] = 93184,
  [SMALL_STATE(1612)] = 93198,
  [SMALL_STATE(1613)] = 93212,
  [SMALL_STATE(1614)] = 93226,
  [SMALL_STATE(1615)] = 93240,
  [SMALL_STATE(1616)] = 93254,
  [SMALL_STATE(1617)] = 93268,
  [SMALL_STATE(1618)] = 93282,
  [SMALL_STATE(1619)] = 93296,
  [SMALL_STATE(1620)] = 93310,
  [SMALL_STATE(1621)] = 93324,
  [SMALL_STATE(1622)] = 93338,
  [SMALL_STATE(1623)] = 93352,
  [SMALL_STATE(1624)] = 93366,
  [SMALL_STATE(1625)] = 93376,
  [SMALL_STATE(1626)] = 93390,
  [SMALL_STATE(1627)] = 93404,
  [SMALL_STATE(1628)] = 93418,
  [SMALL_STATE(1629)] = 93432,
  [SMALL_STATE(1630)] = 93446,
  [SMALL_STATE(1631)] = 93460,
  [SMALL_STATE(1632)] = 93474,
  [SMALL_STATE(1633)] = 93488,
  [SMALL_STATE(1634)] = 93502,
  [SMALL_STATE(1635)] = 93516,
  [SMALL_STATE(1636)] = 93530,
  [SMALL_STATE(1637)] = 93544,
  [SMALL_STATE(1638)] = 93558,
  [SMALL_STATE(1639)] = 93572,
  [SMALL_STATE(1640)] = 93586,
  [SMALL_STATE(1641)] = 93600,
  [SMALL_STATE(1642)] = 93614,
  [SMALL_STATE(1643)] = 93628,
  [SMALL_STATE(1644)] = 93642,
  [SMALL_STATE(1645)] = 93656,
  [SMALL_STATE(1646)] = 93670,
  [SMALL_STATE(1647)] = 93684,
  [SMALL_STATE(1648)] = 93698,
  [SMALL_STATE(1649)] = 93712,
  [SMALL_STATE(1650)] = 93726,
  [SMALL_STATE(1651)] = 93738,
  [SMALL_STATE(1652)] = 93752,
  [SMALL_STATE(1653)] = 93766,
  [SMALL_STATE(1654)] = 93780,
  [SMALL_STATE(1655)] = 93794,
  [SMALL_STATE(1656)] = 93808,
  [SMALL_STATE(1657)] = 93822,
  [SMALL_STATE(1658)] = 93834,
  [SMALL_STATE(1659)] = 93848,
  [SMALL_STATE(1660)] = 93862,
  [SMALL_STATE(1661)] = 93876,
  [SMALL_STATE(1662)] = 93890,
  [SMALL_STATE(1663)] = 93904,
  [SMALL_STATE(1664)] = 93918,
  [SMALL_STATE(1665)] = 93932,
  [SMALL_STATE(1666)] = 93946,
  [SMALL_STATE(1667)] = 93960,
  [SMALL_STATE(1668)] = 93974,
  [SMALL_STATE(1669)] = 93988,
  [SMALL_STATE(1670)] = 94002,
  [SMALL_STATE(1671)] = 94016,
  [SMALL_STATE(1672)] = 94030,
  [SMALL_STATE(1673)] = 94044,
  [SMALL_STATE(1674)] = 94058,
  [SMALL_STATE(1675)] = 94072,
  [SMALL_STATE(1676)] = 94084,
  [SMALL_STATE(1677)] = 94098,
  [SMALL_STATE(1678)] = 94112,
  [SMALL_STATE(1679)] = 94126,
  [SMALL_STATE(1680)] = 94140,
  [SMALL_STATE(1681)] = 94152,
  [SMALL_STATE(1682)] = 94166,
  [SMALL_STATE(1683)] = 94180,
  [SMALL_STATE(1684)] = 94194,
  [SMALL_STATE(1685)] = 94208,
  [SMALL_STATE(1686)] = 94222,
  [SMALL_STATE(1687)] = 94236,
  [SMALL_STATE(1688)] = 94250,
  [SMALL_STATE(1689)] = 94264,
  [SMALL_STATE(1690)] = 94278,
  [SMALL_STATE(1691)] = 94292,
  [SMALL_STATE(1692)] = 94306,
  [SMALL_STATE(1693)] = 94320,
  [SMALL_STATE(1694)] = 94334,
  [SMALL_STATE(1695)] = 94348,
  [SMALL_STATE(1696)] = 94362,
  [SMALL_STATE(1697)] = 94376,
  [SMALL_STATE(1698)] = 94390,
  [SMALL_STATE(1699)] = 94404,
  [SMALL_STATE(1700)] = 94416,
  [SMALL_STATE(1701)] = 94430,
  [SMALL_STATE(1702)] = 94444,
  [SMALL_STATE(1703)] = 94458,
  [SMALL_STATE(1704)] = 94472,
  [SMALL_STATE(1705)] = 94486,
  [SMALL_STATE(1706)] = 94500,
  [SMALL_STATE(1707)] = 94514,
  [SMALL_STATE(1708)] = 94528,
  [SMALL_STATE(1709)] = 94542,
  [SMALL_STATE(1710)] = 94556,
  [SMALL_STATE(1711)] = 94568,
  [SMALL_STATE(1712)] = 94582,
  [SMALL_STATE(1713)] = 94596,
  [SMALL_STATE(1714)] = 94610,
  [SMALL_STATE(1715)] = 94624,
  [SMALL_STATE(1716)] = 94638,
  [SMALL_STATE(1717)] = 94652,
  [SMALL_STATE(1718)] = 94666,
  [SMALL_STATE(1719)] = 94680,
  [SMALL_STATE(1720)] = 94692,
  [SMALL_STATE(1721)] = 94706,
  [SMALL_STATE(1722)] = 94720,
  [SMALL_STATE(1723)] = 94732,
  [SMALL_STATE(1724)] = 94746,
  [SMALL_STATE(1725)] = 94760,
  [SMALL_STATE(1726)] = 94774,
  [SMALL_STATE(1727)] = 94788,
  [SMALL_STATE(1728)] = 94802,
  [SMALL_STATE(1729)] = 94816,
  [SMALL_STATE(1730)] = 94830,
  [SMALL_STATE(1731)] = 94844,
  [SMALL_STATE(1732)] = 94858,
  [SMALL_STATE(1733)] = 94872,
  [SMALL_STATE(1734)] = 94886,
  [SMALL_STATE(1735)] = 94900,
  [SMALL_STATE(1736)] = 94914,
  [SMALL_STATE(1737)] = 94928,
  [SMALL_STATE(1738)] = 94942,
  [SMALL_STATE(1739)] = 94956,
  [SMALL_STATE(1740)] = 94970,
  [SMALL_STATE(1741)] = 94984,
  [SMALL_STATE(1742)] = 94998,
  [SMALL_STATE(1743)] = 95012,
  [SMALL_STATE(1744)] = 95026,
  [SMALL_STATE(1745)] = 95040,
  [SMALL_STATE(1746)] = 95052,
  [SMALL_STATE(1747)] = 95066,
  [SMALL_STATE(1748)] = 95075,
  [SMALL_STATE(1749)] = 95086,
  [SMALL_STATE(1750)] = 95097,
  [SMALL_STATE(1751)] = 95108,
  [SMALL_STATE(1752)] = 95119,
  [SMALL_STATE(1753)] = 95130,
  [SMALL_STATE(1754)] = 95141,
  [SMALL_STATE(1755)] = 95152,
  [SMALL_STATE(1756)] = 95163,
  [SMALL_STATE(1757)] = 95172,
  [SMALL_STATE(1758)] = 95183,
  [SMALL_STATE(1759)] = 95192,
  [SMALL_STATE(1760)] = 95203,
  [SMALL_STATE(1761)] = 95214,
  [SMALL_STATE(1762)] = 95223,
  [SMALL_STATE(1763)] = 95234,
  [SMALL_STATE(1764)] = 95243,
  [SMALL_STATE(1765)] = 95254,
  [SMALL_STATE(1766)] = 95263,
  [SMALL_STATE(1767)] = 95272,
  [SMALL_STATE(1768)] = 95281,
  [SMALL_STATE(1769)] = 95292,
  [SMALL_STATE(1770)] = 95303,
  [SMALL_STATE(1771)] = 95314,
  [SMALL_STATE(1772)] = 95325,
  [SMALL_STATE(1773)] = 95336,
  [SMALL_STATE(1774)] = 95345,
  [SMALL_STATE(1775)] = 95356,
  [SMALL_STATE(1776)] = 95367,
  [SMALL_STATE(1777)] = 95378,
  [SMALL_STATE(1778)] = 95387,
  [SMALL_STATE(1779)] = 95396,
  [SMALL_STATE(1780)] = 95405,
  [SMALL_STATE(1781)] = 95416,
  [SMALL_STATE(1782)] = 95427,
  [SMALL_STATE(1783)] = 95438,
  [SMALL_STATE(1784)] = 95449,
  [SMALL_STATE(1785)] = 95460,
  [SMALL_STATE(1786)] = 95469,
  [SMALL_STATE(1787)] = 95480,
  [SMALL_STATE(1788)] = 95491,
  [SMALL_STATE(1789)] = 95502,
  [SMALL_STATE(1790)] = 95513,
  [SMALL_STATE(1791)] = 95524,
  [SMALL_STATE(1792)] = 95535,
  [SMALL_STATE(1793)] = 95546,
  [SMALL_STATE(1794)] = 95557,
  [SMALL_STATE(1795)] = 95568,
  [SMALL_STATE(1796)] = 95579,
  [SMALL_STATE(1797)] = 95590,
  [SMALL_STATE(1798)] = 95599,
  [SMALL_STATE(1799)] = 95608,
  [SMALL_STATE(1800)] = 95619,
  [SMALL_STATE(1801)] = 95630,
  [SMALL_STATE(1802)] = 95641,
  [SMALL_STATE(1803)] = 95650,
  [SMALL_STATE(1804)] = 95661,
  [SMALL_STATE(1805)] = 95670,
  [SMALL_STATE(1806)] = 95679,
  [SMALL_STATE(1807)] = 95690,
  [SMALL_STATE(1808)] = 95699,
  [SMALL_STATE(1809)] = 95710,
  [SMALL_STATE(1810)] = 95721,
  [SMALL_STATE(1811)] = 95730,
  [SMALL_STATE(1812)] = 95741,
  [SMALL_STATE(1813)] = 95752,
  [SMALL_STATE(1814)] = 95763,
  [SMALL_STATE(1815)] = 95774,
  [SMALL_STATE(1816)] = 95785,
  [SMALL_STATE(1817)] = 95796,
  [SMALL_STATE(1818)] = 95807,
  [SMALL_STATE(1819)] = 95818,
  [SMALL_STATE(1820)] = 95829,
  [SMALL_STATE(1821)] = 95840,
  [SMALL_STATE(1822)] = 95851,
  [SMALL_STATE(1823)] = 95862,
  [SMALL_STATE(1824)] = 95871,
  [SMALL_STATE(1825)] = 95880,
  [SMALL_STATE(1826)] = 95891,
  [SMALL_STATE(1827)] = 95902,
  [SMALL_STATE(1828)] = 95913,
  [SMALL_STATE(1829)] = 95922,
  [SMALL_STATE(1830)] = 95933,
  [SMALL_STATE(1831)] = 95944,
  [SMALL_STATE(1832)] = 95955,
  [SMALL_STATE(1833)] = 95964,
  [SMALL_STATE(1834)] = 95973,
  [SMALL_STATE(1835)] = 95984,
  [SMALL_STATE(1836)] = 95995,
  [SMALL_STATE(1837)] = 96004,
  [SMALL_STATE(1838)] = 96015,
  [SMALL_STATE(1839)] = 96026,
  [SMALL_STATE(1840)] = 96037,
  [SMALL_STATE(1841)] = 96046,
  [SMALL_STATE(1842)] = 96055,
  [SMALL_STATE(1843)] = 96064,
  [SMALL_STATE(1844)] = 96075,
  [SMALL_STATE(1845)] = 96086,
  [SMALL_STATE(1846)] = 96095,
  [SMALL_STATE(1847)] = 96106,
  [SMALL_STATE(1848)] = 96117,
  [SMALL_STATE(1849)] = 96128,
  [SMALL_STATE(1850)] = 96139,
  [SMALL_STATE(1851)] = 96150,
  [SMALL_STATE(1852)] = 96161,
  [SMALL_STATE(1853)] = 96170,
  [SMALL_STATE(1854)] = 96179,
  [SMALL_STATE(1855)] = 96190,
  [SMALL_STATE(1856)] = 96201,
  [SMALL_STATE(1857)] = 96210,
  [SMALL_STATE(1858)] = 96219,
  [SMALL_STATE(1859)] = 96230,
  [SMALL_STATE(1860)] = 96239,
  [SMALL_STATE(1861)] = 96250,
  [SMALL_STATE(1862)] = 96261,
  [SMALL_STATE(1863)] = 96270,
  [SMALL_STATE(1864)] = 96279,
  [SMALL_STATE(1865)] = 96290,
  [SMALL_STATE(1866)] = 96301,
  [SMALL_STATE(1867)] = 96310,
  [SMALL_STATE(1868)] = 96319,
  [SMALL_STATE(1869)] = 96328,
  [SMALL_STATE(1870)] = 96337,
  [SMALL_STATE(1871)] = 96348,
  [SMALL_STATE(1872)] = 96359,
  [SMALL_STATE(1873)] = 96370,
  [SMALL_STATE(1874)] = 96381,
  [SMALL_STATE(1875)] = 96392,
  [SMALL_STATE(1876)] = 96401,
  [SMALL_STATE(1877)] = 96410,
  [SMALL_STATE(1878)] = 96421,
  [SMALL_STATE(1879)] = 96432,
  [SMALL_STATE(1880)] = 96441,
  [SMALL_STATE(1881)] = 96452,
  [SMALL_STATE(1882)] = 96461,
  [SMALL_STATE(1883)] = 96472,
  [SMALL_STATE(1884)] = 96483,
  [SMALL_STATE(1885)] = 96494,
  [SMALL_STATE(1886)] = 96505,
  [SMALL_STATE(1887)] = 96514,
  [SMALL_STATE(1888)] = 96523,
  [SMALL_STATE(1889)] = 96534,
  [SMALL_STATE(1890)] = 96545,
  [SMALL_STATE(1891)] = 96556,
  [SMALL_STATE(1892)] = 96567,
  [SMALL_STATE(1893)] = 96576,
  [SMALL_STATE(1894)] = 96587,
  [SMALL_STATE(1895)] = 96598,
  [SMALL_STATE(1896)] = 96609,
  [SMALL_STATE(1897)] = 96620,
  [SMALL_STATE(1898)] = 96631,
  [SMALL_STATE(1899)] = 96640,
  [SMALL_STATE(1900)] = 96651,
  [SMALL_STATE(1901)] = 96660,
  [SMALL_STATE(1902)] = 96671,
  [SMALL_STATE(1903)] = 96680,
  [SMALL_STATE(1904)] = 96689,
  [SMALL_STATE(1905)] = 96698,
  [SMALL_STATE(1906)] = 96707,
  [SMALL_STATE(1907)] = 96716,
  [SMALL_STATE(1908)] = 96727,
  [SMALL_STATE(1909)] = 96735,
  [SMALL_STATE(1910)] = 96743,
  [SMALL_STATE(1911)] = 96751,
  [SMALL_STATE(1912)] = 96759,
  [SMALL_STATE(1913)] = 96767,
  [SMALL_STATE(1914)] = 96775,
  [SMALL_STATE(1915)] = 96783,
  [SMALL_STATE(1916)] = 96791,
  [SMALL_STATE(1917)] = 96799,
  [SMALL_STATE(1918)] = 96807,
  [SMALL_STATE(1919)] = 96815,
  [SMALL_STATE(1920)] = 96823,
  [SMALL_STATE(1921)] = 96831,
  [SMALL_STATE(1922)] = 96839,
  [SMALL_STATE(1923)] = 96847,
  [SMALL_STATE(1924)] = 96855,
  [SMALL_STATE(1925)] = 96863,
  [SMALL_STATE(1926)] = 96871,
  [SMALL_STATE(1927)] = 96879,
  [SMALL_STATE(1928)] = 96887,
  [SMALL_STATE(1929)] = 96895,
  [SMALL_STATE(1930)] = 96903,
  [SMALL_STATE(1931)] = 96911,
  [SMALL_STATE(1932)] = 96919,
  [SMALL_STATE(1933)] = 96927,
  [SMALL_STATE(1934)] = 96935,
  [SMALL_STATE(1935)] = 96943,
  [SMALL_STATE(1936)] = 96951,
  [SMALL_STATE(1937)] = 96959,
  [SMALL_STATE(1938)] = 96967,
  [SMALL_STATE(1939)] = 96975,
  [SMALL_STATE(1940)] = 96983,
  [SMALL_STATE(1941)] = 96991,
  [SMALL_STATE(1942)] = 96999,
  [SMALL_STATE(1943)] = 97007,
  [SMALL_STATE(1944)] = 97015,
  [SMALL_STATE(1945)] = 97023,
  [SMALL_STATE(1946)] = 97031,
  [SMALL_STATE(1947)] = 97039,
  [SMALL_STATE(1948)] = 97047,
  [SMALL_STATE(1949)] = 97055,
  [SMALL_STATE(1950)] = 97063,
  [SMALL_STATE(1951)] = 97071,
  [SMALL_STATE(1952)] = 97079,
  [SMALL_STATE(1953)] = 97087,
  [SMALL_STATE(1954)] = 97095,
  [SMALL_STATE(1955)] = 97103,
  [SMALL_STATE(1956)] = 97111,
  [SMALL_STATE(1957)] = 97119,
  [SMALL_STATE(1958)] = 97127,
  [SMALL_STATE(1959)] = 97135,
  [SMALL_STATE(1960)] = 97143,
  [SMALL_STATE(1961)] = 97151,
  [SMALL_STATE(1962)] = 97159,
  [SMALL_STATE(1963)] = 97167,
  [SMALL_STATE(1964)] = 97175,
  [SMALL_STATE(1965)] = 97183,
  [SMALL_STATE(1966)] = 97191,
  [SMALL_STATE(1967)] = 97199,
  [SMALL_STATE(1968)] = 97207,
  [SMALL_STATE(1969)] = 97215,
  [SMALL_STATE(1970)] = 97223,
  [SMALL_STATE(1971)] = 97231,
  [SMALL_STATE(1972)] = 97239,
  [SMALL_STATE(1973)] = 97247,
  [SMALL_STATE(1974)] = 97255,
  [SMALL_STATE(1975)] = 97263,
  [SMALL_STATE(1976)] = 97271,
  [SMALL_STATE(1977)] = 97279,
  [SMALL_STATE(1978)] = 97287,
  [SMALL_STATE(1979)] = 97295,
  [SMALL_STATE(1980)] = 97303,
  [SMALL_STATE(1981)] = 97311,
  [SMALL_STATE(1982)] = 97319,
  [SMALL_STATE(1983)] = 97327,
  [SMALL_STATE(1984)] = 97335,
  [SMALL_STATE(1985)] = 97343,
  [SMALL_STATE(1986)] = 97351,
  [SMALL_STATE(1987)] = 97359,
  [SMALL_STATE(1988)] = 97367,
  [SMALL_STATE(1989)] = 97375,
  [SMALL_STATE(1990)] = 97383,
  [SMALL_STATE(1991)] = 97391,
  [SMALL_STATE(1992)] = 97399,
  [SMALL_STATE(1993)] = 97407,
  [SMALL_STATE(1994)] = 97415,
  [SMALL_STATE(1995)] = 97423,
  [SMALL_STATE(1996)] = 97431,
  [SMALL_STATE(1997)] = 97439,
  [SMALL_STATE(1998)] = 97447,
  [SMALL_STATE(1999)] = 97455,
  [SMALL_STATE(2000)] = 97463,
  [SMALL_STATE(2001)] = 97471,
  [SMALL_STATE(2002)] = 97479,
  [SMALL_STATE(2003)] = 97487,
  [SMALL_STATE(2004)] = 97495,
  [SMALL_STATE(2005)] = 97503,
  [SMALL_STATE(2006)] = 97511,
  [SMALL_STATE(2007)] = 97519,
  [SMALL_STATE(2008)] = 97527,
  [SMALL_STATE(2009)] = 97535,
  [SMALL_STATE(2010)] = 97543,
  [SMALL_STATE(2011)] = 97551,
  [SMALL_STATE(2012)] = 97559,
  [SMALL_STATE(2013)] = 97567,
  [SMALL_STATE(2014)] = 97575,
  [SMALL_STATE(2015)] = 97583,
  [SMALL_STATE(2016)] = 97591,
  [SMALL_STATE(2017)] = 97599,
  [SMALL_STATE(2018)] = 97607,
  [SMALL_STATE(2019)] = 97615,
  [SMALL_STATE(2020)] = 97623,
  [SMALL_STATE(2021)] = 97631,
  [SMALL_STATE(2022)] = 97639,
  [SMALL_STATE(2023)] = 97647,
  [SMALL_STATE(2024)] = 97655,
  [SMALL_STATE(2025)] = 97663,
  [SMALL_STATE(2026)] = 97671,
  [SMALL_STATE(2027)] = 97679,
  [SMALL_STATE(2028)] = 97687,
  [SMALL_STATE(2029)] = 97695,
  [SMALL_STATE(2030)] = 97703,
  [SMALL_STATE(2031)] = 97711,
  [SMALL_STATE(2032)] = 97719,
  [SMALL_STATE(2033)] = 97727,
  [SMALL_STATE(2034)] = 97735,
  [SMALL_STATE(2035)] = 97743,
  [SMALL_STATE(2036)] = 97751,
  [SMALL_STATE(2037)] = 97759,
  [SMALL_STATE(2038)] = 97767,
  [SMALL_STATE(2039)] = 97775,
  [SMALL_STATE(2040)] = 97783,
  [SMALL_STATE(2041)] = 97791,
  [SMALL_STATE(2042)] = 97799,
  [SMALL_STATE(2043)] = 97807,
  [SMALL_STATE(2044)] = 97815,
  [SMALL_STATE(2045)] = 97823,
  [SMALL_STATE(2046)] = 97831,
  [SMALL_STATE(2047)] = 97839,
  [SMALL_STATE(2048)] = 97847,
  [SMALL_STATE(2049)] = 97855,
  [SMALL_STATE(2050)] = 97863,
  [SMALL_STATE(2051)] = 97871,
  [SMALL_STATE(2052)] = 97879,
  [SMALL_STATE(2053)] = 97887,
  [SMALL_STATE(2054)] = 97895,
  [SMALL_STATE(2055)] = 97903,
  [SMALL_STATE(2056)] = 97911,
  [SMALL_STATE(2057)] = 97919,
  [SMALL_STATE(2058)] = 97927,
  [SMALL_STATE(2059)] = 97935,
  [SMALL_STATE(2060)] = 97943,
  [SMALL_STATE(2061)] = 97951,
  [SMALL_STATE(2062)] = 97959,
  [SMALL_STATE(2063)] = 97967,
  [SMALL_STATE(2064)] = 97975,
  [SMALL_STATE(2065)] = 97983,
  [SMALL_STATE(2066)] = 97991,
  [SMALL_STATE(2067)] = 97999,
  [SMALL_STATE(2068)] = 98007,
  [SMALL_STATE(2069)] = 98015,
  [SMALL_STATE(2070)] = 98023,
  [SMALL_STATE(2071)] = 98031,
  [SMALL_STATE(2072)] = 98039,
  [SMALL_STATE(2073)] = 98047,
  [SMALL_STATE(2074)] = 98055,
  [SMALL_STATE(2075)] = 98063,
  [SMALL_STATE(2076)] = 98071,
  [SMALL_STATE(2077)] = 98079,
  [SMALL_STATE(2078)] = 98087,
  [SMALL_STATE(2079)] = 98095,
  [SMALL_STATE(2080)] = 98103,
  [SMALL_STATE(2081)] = 98111,
  [SMALL_STATE(2082)] = 98119,
  [SMALL_STATE(2083)] = 98127,
  [SMALL_STATE(2084)] = 98135,
  [SMALL_STATE(2085)] = 98143,
  [SMALL_STATE(2086)] = 98151,
  [SMALL_STATE(2087)] = 98159,
  [SMALL_STATE(2088)] = 98167,
  [SMALL_STATE(2089)] = 98175,
  [SMALL_STATE(2090)] = 98183,
  [SMALL_STATE(2091)] = 98191,
  [SMALL_STATE(2092)] = 98199,
  [SMALL_STATE(2093)] = 98207,
  [SMALL_STATE(2094)] = 98215,
  [SMALL_STATE(2095)] = 98223,
  [SMALL_STATE(2096)] = 98231,
  [SMALL_STATE(2097)] = 98239,
  [SMALL_STATE(2098)] = 98247,
  [SMALL_STATE(2099)] = 98255,
  [SMALL_STATE(2100)] = 98263,
  [SMALL_STATE(2101)] = 98271,
  [SMALL_STATE(2102)] = 98279,
  [SMALL_STATE(2103)] = 98287,
  [SMALL_STATE(2104)] = 98295,
  [SMALL_STATE(2105)] = 98303,
  [SMALL_STATE(2106)] = 98311,
  [SMALL_STATE(2107)] = 98319,
  [SMALL_STATE(2108)] = 98327,
  [SMALL_STATE(2109)] = 98335,
  [SMALL_STATE(2110)] = 98343,
  [SMALL_STATE(2111)] = 98351,
  [SMALL_STATE(2112)] = 98359,
  [SMALL_STATE(2113)] = 98367,
  [SMALL_STATE(2114)] = 98375,
  [SMALL_STATE(2115)] = 98383,
  [SMALL_STATE(2116)] = 98391,
  [SMALL_STATE(2117)] = 98399,
  [SMALL_STATE(2118)] = 98407,
  [SMALL_STATE(2119)] = 98415,
  [SMALL_STATE(2120)] = 98423,
  [SMALL_STATE(2121)] = 98431,
  [SMALL_STATE(2122)] = 98439,
  [SMALL_STATE(2123)] = 98447,
  [SMALL_STATE(2124)] = 98455,
};

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_source_file, 0, 0, 0),
  [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134),
  [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803),
  [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494),
  [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938),
  [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351),
  [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387),
  [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
  [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109),
  [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
  [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775),
  [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535),
  [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
  [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806),
  [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061),
  [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379),
  [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
  [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740),
  [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25),
  [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856),
  [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322),
  [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384),
  [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412),
  [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531),
  [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42),
  [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293),
  [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415),
  [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
  [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376),
  [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
  [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106),
  [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
  [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417),
  [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418),
  [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846),
  [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107),
  [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
  [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
  [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741),
  [83] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(109),
  [86] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5),
  [89] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1775),
  [92] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1535),
  [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(383),
  [98] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1806),
  [101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2061),
  [104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1379),
  [107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(9),
  [110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0),
  [112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(25),
  [115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(856),
  [118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(322),
  [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(384),
  [124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(412),
  [127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1531),
  [130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(42),
  [133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1293),
  [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(415),
  [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(376),
  [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(376),
  [145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(136),
  [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(106),
  [151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(106),
  [154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1417),
  [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1418),
  [160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1846),
  [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(107),
  [166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compile_time_block_repeat1, 2, 0, 0), SHIFT_REPEAT(108),
  [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780),
  [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086),
  [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532),
  [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
  [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
  [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
  [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
  [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(109),
  [186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(383),
  [189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1806),
  [192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2061),
  [195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1379),
  [198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(9),
  [201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0),
  [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(25),
  [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(856),
  [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(322),
  [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(384),
  [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(412),
  [218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1531),
  [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(42),
  [224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1293),
  [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(415),
  [230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(376),
  [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(376),
  [236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(136),
  [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(106),
  [242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(106),
  [245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1417),
  [248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1418),
  [251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1846),
  [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(107),
  [257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(108),
  [260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744),
  [262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835),
  [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840),
  [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081),
  [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531),
  [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005),
  [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
  [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825),
  [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859),
  [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893),
  [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
  [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221),
  [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231),
  [286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310),
  [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220),
  [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
  [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246),
  [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
  [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352),
  [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079),
  [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096),
  [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783),
  [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919),
  [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628),
  [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605),
  [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605),
  [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487),
  [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514),
  [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850),
  [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617),
  [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618),
  [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321),
  [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523),
  [326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0),
  [328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 1, 0, 0),
  [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
  [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816),
  [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
  [336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391),
  [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413),
  [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337),
  [342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385),
  [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379),
  [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379),
  [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
  [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520),
  [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
  [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452),
  [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453),
  [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858),
  [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521),
  [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522),
  [364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0),
  [366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0),
  [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
  [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
  [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423),
  [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194),
  [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274),
  [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
  [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275),
  [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276),
  [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277),
  [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
  [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
  [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280),
  [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
  [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120),
  [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155),
  [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
  [400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_expression_repeat1, 2, 0, 54),
  [402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2, 0, 54),
  [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_expression_repeat1, 2, 0, 54), SHIFT_REPEAT(1990),
  [407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, 0, 27),
  [409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, 0, 27),
  [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583),
  [413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 4, 0, 27),
  [415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 4, 0, 27),
  [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587),
  [419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2, 0, 54),
  [421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2, 0, 54),
  [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2, 0, 54), SHIFT_REPEAT(1991),
  [426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(37),
  [429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, 0, 13),
  [431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, 0, 13),
  [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573),
  [435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 3, 0, 13),
  [437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 3, 0, 13),
  [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575),
  [441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, 0, 28),
  [443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, 0, 28),
  [445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 26),
  [447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 26),
  [449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 4, 0, 51),
  [451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 4, 0, 51),
  [453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression_block, 3, 0, 86),
  [455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression_block, 3, 0, 86),
  [457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_expression_repeat1, 4, 0, 125),
  [459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 4, 0, 125),
  [461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 4, 0, 125),
  [463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 4, 0, 125),
  [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777),
  [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
  [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
  [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755),
  [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995),
  [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721),
  [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399),
  [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414),
  [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340),
  [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392),
  [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
  [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380),
  [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
  [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836),
  [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836),
  [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471),
  [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472),
  [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872),
  [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837),
  [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838),
  [505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 12),
  [507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 12),
  [509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0),
  [511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0),
  [513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0),
  [515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0),
  [517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 3, 0, 24),
  [519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 3, 0, 24),
  [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68),
  [523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sequence_literal, 5, 0, 0),
  [525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_literal, 5, 0, 0),
  [527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_string_literal, 2, 0, 0),
  [529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_string_literal, 2, 0, 0),
  [531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 14),
  [533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 14),
  [535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
  [537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
  [539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 3, 5, 0),
  [541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 3, 5, 0),
  [543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sequence_literal, 3, 0, 0),
  [545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_literal, 3, 0, 0),
  [547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0),
  [549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0),
  [551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_string_literal, 3, 0, 0),
  [553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_string_literal, 3, 0, 0),
  [555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_character_literal, 3, 0, 0),
  [557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character_literal, 3, 0, 0),
  [559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0),
  [561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0),
  [563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dereference_expression, 3, 0, 24),
  [565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dereference_expression, 3, 0, 24),
  [567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 25),
  [569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 25),
  [571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 4, 5, 0),
  [573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 4, 5, 0),
  [575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 4, 0, 47),
  [577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 4, 0, 47),
  [579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sequence_literal, 4, 0, 0),
  [581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_literal, 4, 0, 0),
  [583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0),
  [585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0),
  [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 4, 0, 24),
  [589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 4, 0, 24),
  [591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 4, 0, 24),
  [593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 4, 0, 24),
  [595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 52),
  [597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 52),
  [599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 4, 5, 55),
  [601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 4, 5, 55),
  [603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 5, 5, 0),
  [605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 5, 5, 0),
  [607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 5, 0, 53),
  [609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, 0, 53),
  [611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 5, 0, 47),
  [613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 5, 0, 47),
  [615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 5, 0, 83),
  [617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 5, 0, 83),
  [619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_builtin_expression, 5, 0, 1),
  [621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_builtin_expression, 5, 0, 1),
  [623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_assembly_expression, 5, 0, 85),
  [625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_assembly_expression, 5, 0, 85),
  [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 5, 0, 53),
  [629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 5, 0, 53),
  [631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sequence_literal, 5, 0, 87),
  [633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_literal, 5, 0, 87),
  [635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0),
  [637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0),
  [639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 5, 0, 88),
  [641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 5, 0, 88),
  [643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, 0, 89),
  [645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, 0, 89),
  [647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, 0, 90),
  [649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, 0, 90),
  [651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 5, 5, 55),
  [653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 5, 5, 55),
  [655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 6, 5, 0),
  [657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 6, 5, 0),
  [659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 6, 0, 91),
  [661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6, 0, 91),
  [663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 6, 0, 47),
  [665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 6, 0, 47),
  [667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 6, 0, 121),
  [669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 6, 0, 121),
  [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 6, 0, 83),
  [673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 6, 0, 83),
  [675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_assembly_expression, 6, 0, 85),
  [677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_assembly_expression, 6, 0, 85),
  [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 6, 0, 91),
  [681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 6, 0, 91),
  [683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 0),
  [685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 0),
  [687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 6, 0, 124),
  [689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 6, 0, 124),
  [691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 6, 5, 55),
  [693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 6, 5, 55),
  [695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 7, 0, 121),
  [697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 7, 0, 121),
  [699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 7, 0, 83),
  [701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 7, 0, 83),
  [703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 7, 0, 145),
  [705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 7, 0, 145),
  [707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_assembly_expression, 7, 0, 85),
  [709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_assembly_expression, 7, 0, 85),
  [711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 6, 0, 0),
  [713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 6, 0, 0),
  [715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_literal, 7, 5, 55),
  [717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_literal, 7, 5, 55),
  [719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 8, 0, 121),
  [721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 8, 0, 121),
  [723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 8, 0, 145),
  [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 8, 0, 145),
  [727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 9, 0, 145),
  [729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 9, 0, 145),
  [731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1, 0, 0),
  [733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1, 0, 0),
  [735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0),
  [737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0),
  [739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0),
  [741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0),
  [743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_type_identifier, 1, 0, 4),
  [746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(1961),
  [749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_literal, 2, 0, 10),
  [751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_literal, 2, 0, 10),
  [753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 2, 0, 23),
  [755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_for_statement, 2, 0, 23),
  [758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 2, 0, 23),
  [760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_for_statement, 2, 0, 23),
  [763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sequence_literal, 2, 0, 0),
  [765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_literal, 2, 0, 0),
  [767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0),
  [769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0),
  [771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_builtin_expression, 7, 0, 1),
  [773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_builtin_expression, 7, 0, 1),
  [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619),
  [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
  [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335),
  [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245),
  [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
  [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
  [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847),
  [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
  [791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, 0, 0),
  [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324),
  [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342),
  [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400),
  [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
  [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
  [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
  [805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, 0, 0),
  [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621),
  [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914),
  [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642),
  [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
  [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624),
  [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
  [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
  [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
  [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
  [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796),
  [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
  [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406),
  [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337),
  [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344),
  [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407),
  [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382),
  [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382),
  [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
  [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
  [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115),
  [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115),
  [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510),
  [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511),
  [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894),
  [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116),
  [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143),
  [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
  [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
  [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
  [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
  [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
  [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
  [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
  [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
  [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
  [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
  [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
  [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
  [883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2, 0, 0),
  [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
  [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
  [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
  [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
  [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472),
  [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475),
  [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
  [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
  [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
  [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845),
  [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790),
  [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793),
  [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806),
  [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807),
  [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809),
  [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819),
  [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
  [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148),
  [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684),
  [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171),
  [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189),
  [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192),
  [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204),
  [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205),
  [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208),
  [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219),
  [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658),
  [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122),
  [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665),
  [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905),
  [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
  [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659),
  [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
  [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
  [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676),
  [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
  [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
  [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853),
  [961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 4, 0, 20),
  [963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 4, 0, 20),
  [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
  [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458),
  [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
  [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341),
  [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342),
  [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705),
  [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343),
  [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
  [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
  [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
  [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
  [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129),
  [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130),
  [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
  [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340),
  [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
  [997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 5, 0, 31),
  [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 5, 0, 31),
  [1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 5, 0, 34),
  [1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 5, 0, 34),
  [1005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 6, 0, 57),
  [1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 6, 0, 57),
  [1009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 6, 0, 58),
  [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 6, 0, 58),
  [1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 6, 0, 72),
  [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 6, 0, 72),
  [1017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 7, 0, 92),
  [1019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 7, 0, 92),
  [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 7, 0, 97),
  [1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 7, 0, 97),
  [1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 7, 0, 107),
  [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 7, 0, 107),
  [1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 8, 0, 128),
  [1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 8, 0, 128),
  [1033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 8, 0, 129),
  [1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 8, 0, 129),
  [1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 9, 0, 147),
  [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 9, 0, 147),
  [1041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2, 0, 54), SHIFT_REPEAT(2015),
  [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620),
  [1046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_expression_repeat1, 2, 0, 54), SHIFT_REPEAT(2014),
  [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623),
  [1051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0),
  [1053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0),
  [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
  [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611),
  [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614),
  [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589),
  [1063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_sequence_literal, 2, 0, 0), SHIFT(859),
  [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933),
  [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083),
  [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288),
  [1072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_sequence_literal, 2, 0, 0), SHIFT(125),
  [1075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_return_statement_repeat1, 2, 0, 0),
  [1077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_return_statement_repeat1, 2, 0, 0),
  [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458),
  [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 140),
  [1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 140),
  [1085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 38),
  [1087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 38),
  [1089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_sequence_literal, 3, 0, 0), SHIFT(859),
  [1092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_sequence_literal, 3, 0, 0), SHIFT(125),
  [1095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 62),
  [1097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 62),
  [1099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_binding_declaration, 6, 0, 70),
  [1101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_binding_declaration, 6, 0, 70),
  [1103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 76),
  [1105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 76),
  [1107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, 0, 26),
  [1109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, 0, 26),
  [1111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 4, 0, 82),
  [1113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 4, 0, 82),
  [1115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 100),
  [1117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 100),
  [1119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_binding_declaration, 7, 0, 106),
  [1121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_binding_declaration, 7, 0, 106),
  [1123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_binding_declaration, 7, 0, 108),
  [1125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_binding_declaration, 7, 0, 108),
  [1127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 111),
  [1129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 111),
  [1131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 131),
  [1133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 131),
  [1135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_binding_declaration, 8, 0, 137),
  [1137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_binding_declaration, 8, 0, 137),
  [1139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 150),
  [1141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 150),
  [1143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(2000),
  [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2, 0, 0),
  [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2, 0, 0),
  [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 17),
  [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 17),
  [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880),
  [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
  [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
  [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 9),
  [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 9),
  [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876),
  [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
  [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compiler_error_directive, 5, 0, 0),
  [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compiler_error_directive, 5, 0, 0),
  [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545),
  [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565),
  [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_type_repeat1, 2, 0, 54),
  [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_when_type_repeat1, 2, 0, 54),
  [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_type_repeat1, 2, 0, 54), SHIFT_REPEAT(2002),
  [1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_type, 3, 0, 13),
  [1185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_type, 3, 0, 13),
  [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566),
  [1189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 22),
  [1191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 22),
  [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
  [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2, 0, 54), SHIFT_REPEAT(1952),
  [1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 37),
  [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 37),
  [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
  [1204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 33),
  [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 33),
  [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
  [1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 61),
  [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 61),
  [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
  [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739),
  [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 99),
  [1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 99),
  [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
  [1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_type, 4, 0, 27),
  [1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_type, 4, 0, 27),
  [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691),
  [1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_declaration_repeat1, 2, 0, 15),
  [1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_declaration_repeat1, 2, 0, 15),
  [1234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_declaration_repeat1, 2, 0, 15), SHIFT_REPEAT(1705),
  [1237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 75),
  [1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 75),
  [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
  [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602),
  [1245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2, 0, 54), SHIFT_REPEAT(2020),
  [1248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 6, 0, 59),
  [1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 6, 0, 59),
  [1252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 8, 0, 138),
  [1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 8, 0, 138),
  [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 6, 0, 60),
  [1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 6, 0, 60),
  [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
  [1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486),
  [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
  [1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 3, 0, 7),
  [1268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 3, 0, 7),
  [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623),
  [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
  [1274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359),
  [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
  [1278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
  [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
  [1282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157),
  [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182),
  [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339),
  [1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 4, 0, 16),
  [1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 4, 0, 16),
  [1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_type_block, 3, 0, 86),
  [1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_type_block, 3, 0, 86),
  [1296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 8, 0, 127),
  [1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 8, 0, 127),
  [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 7, 0, 94),
  [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 7, 0, 94),
  [1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 9, 0, 148),
  [1306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 9, 0, 148),
  [1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 9, 0, 149),
  [1310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 9, 0, 149),
  [1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 6, 0, 56),
  [1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 6, 0, 56),
  [1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_type_repeat1, 4, 0, 125),
  [1318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_when_type_repeat1, 4, 0, 125),
  [1320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 6, 0, 68),
  [1322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 6, 0, 68),
  [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 6, 0, 69),
  [1326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 6, 0, 69),
  [1328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 5, 0, 35),
  [1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 5, 0, 35),
  [1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 7, 0, 109),
  [1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 7, 0, 109),
  [1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 7, 0, 95),
  [1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 7, 0, 95),
  [1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 10, 0, 159),
  [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 10, 0, 159),
  [1344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348),
  [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
  [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 7, 0, 96),
  [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 7, 0, 96),
  [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 4, 0, 18),
  [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 4, 0, 18),
  [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 5, 0, 29),
  [1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 5, 0, 29),
  [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 8, 0, 130),
  [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 8, 0, 130),
  [1364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 5, 0, 36),
  [1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 5, 0, 36),
  [1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_identifier, 1, 0, 4),
  [1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_identifier, 1, 0, 4),
  [1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 2, 0, 1),
  [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 2, 0, 1),
  [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 8, 0, 126),
  [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 8, 0, 126),
  [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
  [1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 5, 0, 30),
  [1384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 5, 0, 30),
  [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 3, 0, 7),
  [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 3, 0, 7),
  [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_path_repeat1, 2, 0, 0),
  [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_path_repeat1, 2, 0, 0),
  [1394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_path_repeat1, 2, 0, 0), SHIFT_REPEAT(1817),
  [1397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_declaration, 7, 0, 93),
  [1399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binding_declaration, 7, 0, 93),
  [1401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3, 0, 0),
  [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 3, 0, 0),
  [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 7, 0, 151),
  [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 7, 0, 151),
  [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 7, 0, 0),
  [1411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 7, 0, 0),
  [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_type, 7, 0, 135),
  [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_type, 7, 0, 135),
  [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 7, 0, 136),
  [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 7, 0, 136),
  [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 8, 0, 160),
  [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 8, 0, 160),
  [1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_type, 8, 0, 135),
  [1427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_type, 8, 0, 135),
  [1429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 8, 0, 136),
  [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 8, 0, 136),
  [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 9, 0, 169),
  [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 9, 0, 169),
  [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_type, 9, 0, 135),
  [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_type, 9, 0, 135),
  [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 9, 0, 136),
  [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 9, 0, 136),
  [1445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_type_identifier, 1, 0, 4),
  [1448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(2093),
  [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0),
  [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0),
  [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0),
  [1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0),
  [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_trait_type, 4, 0, 0),
  [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_trait_type, 4, 0, 0),
  [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_captured_type, 4, 0, 65),
  [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_captured_type, 4, 0, 65),
  [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_type, 4, 0, 0),
  [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_type, 4, 0, 0),
  [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 4, 0, 66),
  [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 4, 0, 66),
  [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 4, 0, 0),
  [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 4, 0, 0),
  [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type, 4, 0, 0),
  [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type, 4, 0, 0),
  [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 4, 0, 0),
  [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 4, 0, 0),
  [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_type, 4, 0, 0),
  [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_type, 4, 0, 0),
  [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 3, 0, 0),
  [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 3, 0, 0),
  [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_trait_type, 3, 0, 0),
  [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_trait_type, 3, 0, 0),
  [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_type, 3, 0, 0),
  [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_type, 3, 0, 0),
  [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 3, 0, 0),
  [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 3, 0, 0),
  [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type, 3, 0, 0),
  [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type, 3, 0, 0),
  [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_type, 3, 0, 0),
  [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_type, 3, 0, 0),
  [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0),
  [1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0),
  [1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 103),
  [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 103),
  [1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_representation_type, 5, 0, 0),
  [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_representation_type, 5, 0, 0),
  [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_type, 5, 0, 53),
  [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_type, 5, 0, 53),
  [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 5, 0, 0),
  [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 5, 0, 0),
  [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type, 5, 0, 0),
  [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type, 5, 0, 0),
  [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 5, 0, 0),
  [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 5, 0, 0),
  [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 0, 0),
  [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 0, 0),
  [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 134),
  [1549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 134),
  [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_type, 2, 0, 0),
  [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_type, 2, 0, 0),
  [1555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_type, 6, 0, 91),
  [1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_type, 6, 0, 91),
  [1559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 6, 0, 0),
  [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 6, 0, 0),
  [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_type, 6, 0, 0),
  [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_type, 6, 0, 0),
  [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_type, 6, 0, 135),
  [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_type, 6, 0, 135),
  [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 6, 0, 136),
  [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 6, 0, 136),
  [1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2, 0, 0),
  [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2, 0, 0),
  [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 6, 0, 0),
  [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 6, 0, 0),
  [1583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
  [1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
  [1587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478),
  [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287),
  [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351),
  [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
  [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352),
  [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353),
  [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354),
  [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
  [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
  [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357),
  [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
  [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131),
  [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132),
  [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
  [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0),
  [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0),
  [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_type, 1, 0, 0),
  [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_type, 1, 0, 0),
  [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_when, 3, 0, 13),
  [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_when, 3, 0, 13),
  [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542),
  [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_type, 4, 0, 0),
  [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_type, 4, 0, 0),
  [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_path, 1, 0, 0),
  [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_path, 1, 0, 0),
  [1637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5, 0, 0),
  [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5, 0, 0),
  [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_type, 3, 0, 0),
  [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_type, 3, 0, 0),
  [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_path, 2, 0, 0),
  [1647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_path, 2, 0, 0),
  [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0),
  [1651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0),
  [1653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_when, 4, 0, 27),
  [1655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_when, 4, 0, 27),
  [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663),
  [1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compile_time_when_repeat1, 2, 0, 54),
  [1661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_compile_time_when_repeat1, 2, 0, 54),
  [1663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compile_time_when_repeat1, 2, 0, 54), SHIFT_REPEAT(1955),
  [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 0),
  [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4, 0, 0),
  [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_attribute, 5, 0, 1),
  [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ordinary_attribute, 5, 0, 1),
  [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_declaration_repeat1, 1, 0, 6),
  [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_declaration_repeat1, 1, 0, 6),
  [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_attribute, 2, 0, 1),
  [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ordinary_attribute, 2, 0, 1),
  [1682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410),
  [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_attribute, 6, 0, 1),
  [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ordinary_attribute, 6, 0, 1),
  [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_attribute, 7, 0, 1),
  [1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ordinary_attribute, 7, 0, 1),
  [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_attribute, 5, 0, 0),
  [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_attribute, 5, 0, 0),
  [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0),
  [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 1, 0, 0),
  [1700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645),
  [1702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648),
  [1704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655),
  [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659),
  [1708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2, 0, 54), SHIFT_REPEAT(2036),
  [1711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2, 0, 54), SHIFT_REPEAT(2037),
  [1714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0),
  [1716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0),
  [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compile_time_when_repeat1, 4, 0, 125),
  [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_compile_time_when_repeat1, 4, 0, 125),
  [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_type, 1, 0, 0),
  [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0),
  [1726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), SHIFT(951),
  [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_attribute, 4, 0, 1),
  [1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ordinary_attribute, 4, 0, 1),
  [1733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_return_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(207),
  [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_captured_type, 2, 0, 1),
  [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_captured_type, 2, 0, 1),
  [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942),
  [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_name, 1, 0, 5),
  [1744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_name, 1, 0, 5),
  [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_attribute, 4, 0, 0),
  [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_attribute, 4, 0, 0),
  [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_block, 2, 0, 0),
  [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_block, 2, 0, 0),
  [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_block, 3, 0, 0),
  [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_block, 3, 0, 0),
  [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_when, 5, 0, 53),
  [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_when, 5, 0, 53),
  [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 74),
  [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 74),
  [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 77),
  [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, 0, 77),
  [1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858),
  [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 32),
  [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 32),
  [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 78),
  [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, 0, 78),
  [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, 0, 102),
  [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 7, 0, 102),
  [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 112),
  [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 112),
  [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 98),
  [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 98),
  [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0),
  [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 3, 0, 0),
  [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compiler_assert_directive, 7, 0, 114),
  [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compiler_assert_directive, 7, 0, 114),
  [1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, 0, 101),
  [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 7, 0, 101),
  [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_path_repeat1, 2, 0, 0),
  [1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_path_repeat1, 2, 0, 0),
  [1808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_path_repeat1, 2, 0, 0), SHIFT_REPEAT(1951),
  [1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 2, 0, 0),
  [1813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 2, 0, 0),
  [1815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_path, 2, 0, 0),
  [1817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_path, 2, 0, 0),
  [1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 132),
  [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 132),
  [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 8, 0, 133),
  [1825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 8, 0, 133),
  [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 63),
  [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 63),
  [1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 64),
  [1833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, 0, 64),
  [1835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 4, 0, 0),
  [1837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 4, 0, 0),
  [1839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(1909),
  [1842] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_type_identifier, 1, 0, 4), SHIFT(1923),
  [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
  [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 39),
  [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 39),
  [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 40),
  [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 40),
  [1856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, 0, 0),
  [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_when, 6, 0, 91),
  [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_when, 6, 0, 91),
  [1862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_path, 1, 0, 0),
  [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_path, 1, 0, 0),
  [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 21),
  [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 21),
  [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, 0, 113),
  [1872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 7, 0, 113),
  [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0),
  [1876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0),
  [1878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), SHIFT(37),
  [1881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_import_spec, 1, 0, 2), SHIFT(850),
  [1884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 1, 0, 2),
  [1886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 1, 0, 2),
  [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 3, 0, 44),
  [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 3, 0, 44),
  [1892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(2022),
  [1895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, 0, 8),
  [1897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, 0, 8),
  [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881),
  [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912),
  [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
  [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491),
  [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486),
  [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874),
  [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863),
  [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904),
  [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896),
  [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
  [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424),
  [1921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assignment_statement_repeat1, 2, 0, 45),
  [1923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assignment_statement_repeat1, 2, 0, 45),
  [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981),
  [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982),
  [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965),
  [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385),
  [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823),
  [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853),
  [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925),
  [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926),
  [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939),
  [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979),
  [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905),
  [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974),
  [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 1, 0, 0),
  [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903),
  [1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 1, 0, 0),
  [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073),
  [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989),
  [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992),
  [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993),
  [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298),
  [1965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_match_arm, 6, 0, 168),
  [1967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_match_arm, 6, 0, 168),
  [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664),
  [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927),
  [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976),
  [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960),
  [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299),
  [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_match_arm, 3, 0, 118),
  [1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_match_arm, 3, 0, 118),
  [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938),
  [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941),
  [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922),
  [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786),
  [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0),
  [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430),
  [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943),
  [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945),
  [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948),
  [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950),
  [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952),
  [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518),
  [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687),
  [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760),
  [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924),
  [2013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974),
  [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296),
  [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_match_arm, 4, 0, 144),
  [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_match_arm, 4, 0, 144),
  [2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294),
  [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_match_arm, 5, 0, 156),
  [2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_match_arm, 5, 0, 156),
  [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
  [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497),
  [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
  [2033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 6, 0, 154),
  [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364),
  [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
  [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365),
  [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945),
  [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
  [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
  [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
  [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
  [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
  [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133),
  [2055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134),
  [2057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363),
  [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
  [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 3, 0, 81),
  [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
  [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 7, 0, 165),
  [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
  [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 8, 0, 174),
  [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
  [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 5, 0, 141),
  [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
  [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 5, 0, 142),
  [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
  [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
  [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190),
  [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818),
  [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 10, 0, 189),
  [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
  [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097),
  [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970),
  [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 7, 0, 172),
  [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
  [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622),
  [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895),
  [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 11, 0, 191),
  [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 8, 0, 173),
  [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679),
  [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685),
  [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
  [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
  [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
  [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
  [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
  [2121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874),
  [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
  [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
  [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839),
  [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
  [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791),
  [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776),
  [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 7, 0, 164),
  [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 9, 0, 186),
  [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 8, 0, 178),
  [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
  [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
  [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170),
  [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
  [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
  [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748),
  [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103),
  [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074),
  [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 8, 0, 175),
  [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693),
  [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697),
  [2163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2, 0, 54), SHIFT_REPEAT(2058),
  [2166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 7, 0, 166),
  [2168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2, 0, 54), SHIFT_REPEAT(2059),
  [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074),
  [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090),
  [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 10, 0, 187),
  [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 5, 0, 143),
  [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095),
  [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099),
  [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 10, 0, 188),
  [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051),
  [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108),
  [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 11, 0, 192),
  [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
  [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
  [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
  [2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 9, 0, 184),
  [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 9, 0, 181),
  [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 6, 0, 155),
  [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
  [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
  [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654),
  [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 8, 0, 176),
  [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
  [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 9, 0, 182),
  [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112),
  [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
  [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520),
  [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391),
  [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391),
  [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492),
  [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493),
  [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884),
  [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393),
  [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823),
  [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825),
  [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833),
  [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679),
  [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
  [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
  [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188),
  [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681),
  [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198),
  [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199),
  [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214),
  [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216),
  [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223),
  [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106),
  [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113),
  [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649),
  [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
  [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816),
  [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
  [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
  [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
  [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
  [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
  [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702),
  [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480),
  [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482),
  [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488),
  [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
  [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650),
  [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
  [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
  [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191),
  [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
  [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608),
  [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792),
  [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat1, 2, 0, 47),
  [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612),
  [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798),
  [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799),
  [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700),
  [2313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(2112),
  [2316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat2, 2, 0, 0),
  [2318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(1520),
  [2321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(1391),
  [2324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(1391),
  [2327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(1492),
  [2330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(1493),
  [2333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(1884),
  [2336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(1393),
  [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814),
  [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
  [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
  [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 6, 0, 168),
  [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875),
  [2349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(1879),
  [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
  [2354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 79),
  [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 118),
  [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
  [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
  [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287),
  [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
  [2366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_when_expression_block, 3, 0, 86), REDUCE(sym_when_type_block, 3, 0, 86),
  [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 7, 0, 163),
  [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
  [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161),
  [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
  [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 6, 0, 153),
  [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_member, 3, 0, 105),
  [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
  [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902),
  [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
  [2387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(2044),
  [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
  [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
  [2394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 5, 0, 156),
  [2396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
  [2398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1161),
  [2401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1803),
  [2404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1494),
  [2407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1938),
  [2410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1351),
  [2413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1387),
  [2416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(323),
  [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
  [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
  [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193),
  [2425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_name, 3, 0, 73),
  [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_name, 4, 0, 110),
  [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
  [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626),
  [2433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, 0, 139),
  [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 144),
  [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
  [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794),
  [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934),
  [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822),
  [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
  [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800),
  [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
  [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805),
  [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788),
  [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
  [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
  [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
  [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
  [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
  [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164),
  [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
  [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651),
  [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
  [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200),
  [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075),
  [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203),
  [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221),
  [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652),
  [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593),
  [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944),
  [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
  [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
  [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769),
  [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467),
  [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
  [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761),
  [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
  [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661),
  [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
  [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657),
  [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486),
  [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685),
  [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207),
  [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817),
  [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951),
  [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929),
  [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892),
  [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
  [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875),
  [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324),
  [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
  [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
  [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
  [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
  [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
  [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
  [2539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_path_repeat1, 2, 0, 0), SHIFT_REPEAT(2019),
  [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
  [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
  [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
  [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
  [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
  [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304),
  [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
  [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
  [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
  [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
  [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
  [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_attribute_repeat1, 2, 0, 0),
  [2566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_attribute_repeat1, 2, 0, 0), SHIFT_REPEAT(1997),
  [2569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_attribute_repeat1, 2, 0, 0), SHIFT_REPEAT(192),
  [2572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_attribute_repeat1, 2, 0, 0), SHIFT_REPEAT(1885),
  [2575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assignment_statement_repeat1, 2, 0, 46), SHIFT_REPEAT(193),
  [2578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assignment_statement_repeat1, 2, 0, 46),
  [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
  [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
  [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
  [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
  [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
  [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
  [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
  [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
  [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
  [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
  [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
  [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019),
  [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745),
  [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715),
  [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810),
  [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750),
  [2612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921),
  [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871),
  [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892),
  [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724),
  [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997),
  [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
  [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885),
  [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305),
  [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712),
  [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718),
  [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739),
  [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309),
  [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738),
  [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927),
  [2640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934),
  [2642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950),
  [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068),
  [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069),
  [2648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120),
  [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070),
  [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071),
  [2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_match_arm, 6, 0, 156),
  [2656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_match_arm, 6, 0, 156),
  [2658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_expression_repeat2, 2, 0, 0),
  [2660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_match_arm, 5, 0, 144),
  [2662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_match_arm, 5, 0, 144),
  [2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_when_repeat1, 2, 0, 54),
  [2666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_when_repeat1, 2, 0, 54), SHIFT_REPEAT(1912),
  [2669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_match_arm, 7, 0, 168),
  [2671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_match_arm, 7, 0, 168),
  [2673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_match_arm, 4, 0, 118),
  [2675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_match_arm, 4, 0, 118),
  [2677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_when, 3, 0, 13),
  [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561),
  [2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_when, 4, 0, 27),
  [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716),
  [2685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat2, 1, 0, 48),
  [2687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_expression_repeat2, 1, 0, 48),
  [2689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_block, 2, 0, 0),
  [2691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_function_name, 1, 0, 3), REDUCE(sym_type_identifier, 1, 0, 4),
  [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956),
  [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048),
  [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962),
  [2700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_identifier, 1, 0, 4), SHIFT(273),
  [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_when_repeat1, 4, 0, 125),
  [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005),
  [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959),
  [2709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_identifier, 1, 0, 4), SHIFT(310),
  [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_block, 3, 0, 0),
  [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927),
  [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973),
  [2718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973),
  [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024),
  [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944),
  [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960),
  [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915),
  [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008),
  [2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302),
  [2732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_entry, 2, 0, 41),
  [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957),
  [2736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_identifier, 1, 0, 4), SHIFT(381),
  [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_item, 1, 0, 0),
  [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_when, 5, 0, 53),
  [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_when, 6, 0, 91),
  [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323),
  [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_attribute_repeat1, 1, 0, 0),
  [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963),
  [2751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_identifier, 1, 0, 4), SHIFT(283),
  [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967),
  [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
  [2758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 5, 0, 152),
  [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882),
  [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
  [2764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 7, 0, 152),
  [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877),
  [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
  [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975),
  [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381),
  [2774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 6, 0, 152),
  [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884),
  [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
  [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971),
  [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
  [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978),
  [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
  [2788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 9, 0, 185),
  [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
  [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964),
  [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
  [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
  [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967),
  [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
  [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969),
  [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
  [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958),
  [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
  [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 8, 0, 177),
  [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
  [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086),
  [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087),
  [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121),
  [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088),
  [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089),
  [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931),
  [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
  [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095),
  [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908),
  [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122),
  [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097),
  [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098),
  [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968),
  [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
  [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068),
  [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069),
  [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120),
  [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070),
  [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071),
  [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 7, 0, 171),
  [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
  [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104),
  [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105),
  [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123),
  [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106),
  [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107),
  [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047),
  [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027),
  [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194),
  [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902),
  [2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_type_repeat1, 2, 0, 0),
  [2876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1705),
  [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682),
  [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
  [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937),
  [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860),
  [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866),
  [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
  [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
  [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
  [2895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308),
  [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923),
  [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772),
  [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028),
  [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401),
  [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
  [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627),
  [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
  [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296),
  [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
  [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
  [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
  [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
  [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
  [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
  [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
  [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705),
  [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
  [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
  [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
  [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704),
  [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
  [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
  [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828),
  [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795),
  [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817),
  [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827),
  [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165),
  [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411),
  [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217),
  [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108),
  [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306),
  [2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843),
  [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946),
  [2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318),
  [2965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847),
  [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953),
  [2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313),
  [2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861),
  [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006),
  [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
  [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
  [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0),
  [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265),
  [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961),
  [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0),
  [2987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1265),
  [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283),
  [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776),
  [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581),
  [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_pattern, 2, 0, 10),
  [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern_atom, 1, 0, 0),
  [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278),
  [3002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1283),
  [3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, 0, 0),
  [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765),
  [3009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_return_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(298),
  [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 2, 0, 0),
  [3014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057),
  [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602),
  [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645),
  [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948),
  [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326),
  [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669),
  [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692),
  [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759),
  [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722),
  [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723),
  [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735),
  [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
  [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322),
  [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093),
  [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076),
  [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089),
  [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119),
  [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624),
  [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932),
  [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 7, 0, 170),
  [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114),
  [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420),
  [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
  [3060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53),
  [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421),
  [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756),
  [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_type_repeat1, 1, 0, 0),
  [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58),
  [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521),
  [3072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59),
  [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
  [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966),
  [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
  [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
  [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589),
  [3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 8, 0, 164),
  [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838),
  [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899),
  [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 2, 0, 0),
  [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 8, 0, 165),
  [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920),
  [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637),
  [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern_term, 1, 0, 0),
  [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
  [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
  [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780),
  [3106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 8, 0, 166),
  [3108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_pattern, 7, 0, 10),
  [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 4, 0, 81),
  [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 6, 0, 143),
  [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
  [3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_pattern, 5, 0, 10),
  [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
  [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686),
  [3122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 8, 0, 179),
  [3124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_match_arm_repeat1, 2, 0, 119), SHIFT_REPEAT(1263),
  [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_match_arm_repeat1, 2, 0, 119),
  [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263),
  [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
  [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
  [3135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat1, 2, 0, 49), SHIFT_REPEAT(195),
  [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat1, 2, 0, 49),
  [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 8, 0, 180),
  [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
  [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 9, 0, 173),
  [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern_term, 3, 0, 120),
  [3148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 6, 0, 141),
  [3150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528),
  [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456),
  [3154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529),
  [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457),
  [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 9, 0, 174),
  [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 9, 0, 175),
  [3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447),
  [3164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448),
  [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
  [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972),
  [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
  [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
  [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528),
  [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671),
  [3178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 9, 0, 176),
  [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463),
  [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
  [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835),
  [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943),
  [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 9, 0, 183),
  [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
  [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
  [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787),
  [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487),
  [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897),
  [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 1, 0, 0),
  [3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 10, 0, 181),
  [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493),
  [3206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854),
  [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476),
  [3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855),
  [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536),
  [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616),
  [3216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_trait_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1920),
  [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_type_repeat1, 2, 0, 0),
  [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639),
  [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842),
  [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
  [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
  [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848),
  [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975),
  [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846),
  [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747),
  [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655),
  [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 6, 0, 161),
  [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796),
  [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533),
  [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665),
  [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
  [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784),
  [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811),
  [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699),
  [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939),
  [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698),
  [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560),
  [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534),
  [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482),
  [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821),
  [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 10, 0, 182),
  [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830),
  [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394),
  [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495),
  [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396),
  [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496),
  [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395),
  [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399),
  [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402),
  [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177),
  [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977),
  [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174),
  [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092),
  [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_method, 10, 0, 190),
  [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195),
  [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 11, 0, 187),
  [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
  [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826),
  [3303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 11, 0, 188),
  [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211),
  [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 12, 0, 191),
  [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222),
  [3311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(1838),
  [3314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_parameter_repeat1, 2, 0, 0),
  [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110),
  [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117),
  [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512),
  [3322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118),
  [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513),
  [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119),
  [3328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120),
  [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643),
  [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483),
  [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695),
  [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600),
  [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647),
  [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 7, 0, 154),
  [3342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0),
  [3344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1521),
  [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 6, 0, 142),
  [3349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_each_clause_repeat1, 2, 0, 0),
  [3351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_each_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1945),
  [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_pattern, 4, 0, 10),
  [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082),
  [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091),
  [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673),
  [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099),
  [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100),
  [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879),
  [3368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_variant, 1, 0, 11),
  [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953),
  [3372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_clause, 7, 0, 155),
  [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055),
  [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109),
  [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082),
  [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697),
  [3382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_pattern, 6, 0, 10),
  [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611),
  [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785),
  [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843),
  [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 1, 0, 11),
  [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911),
  [3394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1699),
  [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0),
  [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810),
  [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722),
  [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435),
  [3405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1792),
  [3408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_pattern_repeat1, 2, 0, 0),
  [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
  [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368),
  [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459),
  [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636),
  [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
  [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970),
  [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 1),
  [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894),
  [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629),
  [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928),
  [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 84),
  [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
  [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707),
  [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093),
  [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463),
  [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925),
  [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710),
  [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347),
  [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653),
  [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814),
  [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043),
  [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883),
  [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001),
  [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
  [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432),
  [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
  [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571),
  [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
  [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
  [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412),
  [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
  [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
  [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
  [3476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_each_destructure_repeat1, 2, 0, 116), SHIFT_REPEAT(1875),
  [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_each_destructure_repeat1, 2, 0, 116),
  [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438),
  [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582),
  [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
  [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361),
  [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
  [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
  [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475),
  [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677),
  [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440),
  [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
  [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590),
  [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
  [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330),
  [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524),
  [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_match_arm_repeat1, 2, 0, 117),
  [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406),
  [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363),
  [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448),
  [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595),
  [3519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1615),
  [3522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_parameter_list_repeat1, 2, 0, 0),
  [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537),
  [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670),
  [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479),
  [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680),
  [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
  [3534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_flags_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1849),
  [3537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_flags_type_repeat1, 2, 0, 0),
  [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712),
  [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638),
  [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
  [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461),
  [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
  [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609),
  [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408),
  [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
  [3555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_return_type_repeat1, 2, 0, 0), SHIFT_REPEAT(925),
  [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_return_type_repeat1, 2, 0, 0),
  [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465),
  [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619),
  [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
  [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532),
  [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369),
  [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
  [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
  [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289),
  [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707),
  [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467),
  [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476),
  [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626),
  [3584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inline_assembly_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1409),
  [3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inline_assembly_expression_repeat1, 2, 0, 0),
  [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370),
  [3591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter_name, 1, 0, 11),
  [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470),
  [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630),
  [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415),
  [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066),
  [3601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_trait_method_repeat1, 2, 0, 0), SHIFT_REPEAT(1422),
  [3604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_method_repeat1, 2, 0, 0),
  [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
  [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533),
  [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481),
  [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857),
  [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643),
  [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
  [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407),
  [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719),
  [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
  [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646),
  [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526),
  [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548),
  [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916),
  [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485),
  [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654),
  [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
  [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373),
  [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801),
  [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
  [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725),
  [3646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_import_spec, 1, 0, 2), SHIFT(1302),
  [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695),
  [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916),
  [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488),
  [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810),
  [3657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_variant_repeat1, 2, 0, 0), SHIFT_REPEAT(906),
  [3660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_variant_repeat1, 2, 0, 0),
  [3662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multi_binding_declaration_repeat1, 2, 0, 71), SHIFT_REPEAT(2001),
  [3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multi_binding_declaration_repeat1, 2, 0, 71),
  [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_name, 2, 0, 1),
  [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
  [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374),
  [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490),
  [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664),
  [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879),
  [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888),
  [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441),
  [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663),
  [3685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1303),
  [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0),
  [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339),
  [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598),
  [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500),
  [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186),
  [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677),
  [3700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_type_repeat1, 2, 0, 0), SHIFT_REPEAT(911),
  [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_type_repeat1, 2, 0, 0),
  [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
  [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 50),
  [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241),
  [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504),
  [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692),
  [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
  [3717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_member, 1, 0, 11),
  [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
  [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741),
  [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603),
  [3725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(1695),
  [3728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0),
  [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377),
  [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201),
  [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534),
  [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604),
  [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
  [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713),
  [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913),
  [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288),
  [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506),
  [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210),
  [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701),
  [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878),
  [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378),
  [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646),
  [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508),
  [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704),
  [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403),
  [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320),
  [3766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_type_repeat2, 2, 0, 0), SHIFT_REPEAT(1498),
  [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_type_repeat2, 2, 0, 0),
  [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937),
  [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400),
  [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540),
  [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, 0, 122),
  [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
  [3781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1762),
  [3784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2, 0, 0),
  [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693),
  [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
  [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886),
  [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935),
  [3794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1808),
  [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_type_repeat1, 2, 0, 0),
  [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694),
  [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593),
  [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
  [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 1, 0, 0),
  [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868),
  [3809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ordinary_attribute_repeat1, 2, 0, 0), SHIFT_REPEAT(1427),
  [3812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordinary_attribute_repeat1, 2, 0, 0),
  [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331),
  [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809),
  [3818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_binding, 1, 0, 11),
  [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999),
  [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632),
  [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439),
  [3826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1564),
  [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_literal_repeat1, 2, 0, 0),
  [3831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_literal_repeat2, 2, 0, 0), SHIFT_REPEAT(1819),
  [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_literal_repeat2, 2, 0, 0),
  [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885),
  [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747),
  [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
  [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845),
  [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886),
  [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025),
  [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062),
  [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901),
  [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
  [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958),
  [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404),
  [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964),
  [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889),
  [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984),
  [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890),
  [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891),
  [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610),
  [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901),
  [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596),
  [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473),
  [3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_name, 1, 0, 11),
  [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
  [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661),
  [3882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_variant, 4, 0, 11),
  [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052),
  [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295),
  [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779),
  [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118),
  [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489),
  [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
  [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
  [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
  [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851),
  [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371),
  [3904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 7, 0, 162),
  [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111),
  [3908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 3, 0, 50),
  [3910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assembly_operand, 3, 0, 157),
  [3912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assembly_operand, 3, 0, 158),
  [3914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_argument, 2, 0, 42),
  [3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_argument, 1, 0, 0),
  [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678),
  [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
  [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325),
  [3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multi_binding_declaration_repeat1, 2, 0, 1),
  [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
  [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917),
  [3930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 2, 0, 0),
  [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018),
  [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813),
  [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815),
  [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915),
  [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516),
  [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947),
  [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 3, 0, 0),
  [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038),
  [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824),
  [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285),
  [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831),
  [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832),
  [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834),
  [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146),
  [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375),
  [3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_type_repeat1, 3, 0, 0),
  [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680),
  [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
  [3968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_parameter, 3, 0, 104),
  [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
  [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355),
  [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339),
  [3976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 1, 0, 0),
  [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
  [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
  [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
  [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
  [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365),
  [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913),
  [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213),
  [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215),
  [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_variant, 6, 0, 11),
  [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
  [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364),
  [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929),
  [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701),
  [4004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_field, 3, 0, 104),
  [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613),
  [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224),
  [4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 5, 0, 122),
  [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111),
  [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035),
  [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114),
  [4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_each_destructure_repeat1, 2, 0, 80),
  [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_member, 3, 0, 105),
  [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319),
  [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_destructure, 4, 0, 115),
  [4026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966),
  [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966),
  [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332),
  [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962),
  [4034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041),
  [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041),
  [4038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flag_initializer, 2, 0, 43),
  [4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_variant, 3, 0, 11),
  [4042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_attribute, 2, 0, 0),
  [4044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914),
  [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914),
  [4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_payload_field, 1, 0, 0),
  [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334),
  [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117),
  [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assembly_operand, 1, 0, 123),
  [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606),
  [4058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910),
  [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910),
  [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
  [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113),
  [4066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840),
  [4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_each_destructure, 3, 0, 80),
  [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assembly_operand, 2, 0, 146),
  [4072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007),
  [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007),
  [4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_field, 3, 0, 104),
  [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909),
  [4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0),
  [4082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942),
  [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942),
  [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957),
  [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
  [4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_field, 1, 0, 0),
  [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481),
  [4094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter, 4, 0, 84),
  [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976),
  [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
  [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 1, 0, 0),
  [4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_binding, 3, 0, 167),
  [4104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_payload_field, 3, 0, 104),
  [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_variant, 5, 0, 11),
  [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112),
  [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
  [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046),
  [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844),
  [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841),
  [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449),
  [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757),
  [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 3, 0, 0),
  [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083),
  [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517),
  [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968),
  [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657),
  [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965),
  [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732),
  [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
  [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946),
  [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107),
  [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790),
  [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 4, 0, 0),
  [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109),
  [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
  [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667),
  [4152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter_list, 4, 0, 0),
  [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042),
  [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
  [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980),
  [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546),
  [4162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 5, 0, 0),
  [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381),
  [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928),
  [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703),
  [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826),
  [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121),
  [4174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter_list, 5, 0, 0),
  [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932),
  [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857),
  [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330),
  [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829),
  [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940),
  [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936),
  [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290),
  [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852),
  [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341),
  [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660),
  [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557),
  [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907),
  [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998),
  [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764),
  [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357),
  [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333),
  [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766),
  [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908),
  [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895),
  [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
  [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567),
  [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539),
  [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909),
  [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979),
  [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
  [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933),
  [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
  [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947),
  [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579),
  [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924),
  [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530),
  [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048),
  [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910),
  [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949),
  [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104),
  [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983),
  [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
  [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050),
  [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010),
  [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051),
  [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954),
  [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955),
  [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956),
  [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669),
  [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940),
  [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903),
  [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367),
  [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773),
  [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728),
  [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338),
  [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405),
  [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930),
  [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084),
  [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
  [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090),
  [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978),
  [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
  [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
  [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292),
  [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372),
  [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564),
  [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
  [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900),
  [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054),
  [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852),
  [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327),
  [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132),
  [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758),
  [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102),
  [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473),
  [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046),
  [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941),
  [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492),
  [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674),
  [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972),
  [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808),
  [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672),
  [4330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_name, 5, 0, 67),
  [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917),
  [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345),
  [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
  [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
  [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124),
  [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717),
  [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056),
  [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896),
  [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059),
  [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926),
  [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973),
  [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
  [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380),
  [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971),
  [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
  [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961),
  [4364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter_list, 3, 0, 0),
  [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969),
  [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
  [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
  [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854),
  [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855),
  [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980),
  [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935),
  [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982),
  [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
  [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986),
  [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987),
  [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206),
  [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698),
  [4392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameter_list, 2, 0, 0),
  [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
  [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000),
  [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
  [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
  [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864),
  [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865),
  [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009),
  [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011),
  [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012),
  [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354),
  [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022),
  [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
  [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509),
  [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877),
  [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878),
  [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031),
  [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033),
  [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034),
  [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044),
  [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
  [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
  [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888),
  [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889),
  [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053),
  [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055),
  [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056),
  [4446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_auto_attribute, 2, 0, 0),
  [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389),
  [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515),
  [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114),
  [4454] = {.entry = {.count = 1, .reusable = true}},  ACCEPT_INPUT(),
  [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328),
  [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785),
  [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918),
  [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981),
  [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921),
  [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920),
  [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936),
  [4470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_name, 3, 0, 19),
};

#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_qk(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 = "qk",
    .max_reserved_word_set_size = 0,
    .metadata = {
      .major_version = 0,
      .minor_version = 1,
      .patch_version = 0,
    },
  };
  return &language;
}
#ifdef __cplusplus
}
#endif