#include <tree_sitter/parser.h>
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 14
#define STATE_COUNT 764
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 150
#define ALIAS_COUNT 0
#define TOKEN_COUNT 60
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 21
#define MAX_ALIAS_SEQUENCE_LENGTH 9
#define PRODUCTION_ID_COUNT 90
enum {
sym_identifier = 1,
anon_sym_felt = 2,
anon_sym_bool = 3,
anon_sym_COLON_COLON = 4,
anon_sym_LT = 5,
anon_sym_COMMA = 6,
anon_sym_GT = 7,
anon_sym_true = 8,
anon_sym_false = 9,
sym_integer_literal = 10,
anon_sym_LPAREN = 11,
anon_sym_RPAREN = 12,
anon_sym_BANG = 13,
anon_sym_DASH = 14,
anon_sym_DOT = 15,
anon_sym_STAR = 16,
anon_sym_SLASH = 17,
anon_sym_PLUS = 18,
anon_sym_PERCENT = 19,
anon_sym_EQ_EQ = 20,
anon_sym_BANG_EQ = 21,
anon_sym_EQ = 22,
anon_sym_AMP_AMP = 23,
anon_sym_PIPE_PIPE = 24,
anon_sym_LT_EQ = 25,
anon_sym_GT_EQ = 26,
anon_sym_LBRACE = 27,
anon_sym_RBRACE = 28,
anon_sym_COLON = 29,
anon_sym_DOT_DOT = 30,
anon_sym_match = 31,
anon_sym_EQ_GT = 32,
anon_sym_if = 33,
anon_sym_else = 34,
anon_sym_QMARK = 35,
sym_comment = 36,
anon_sym__ = 37,
anon_sym_mut = 38,
anon_sym_AMP = 39,
anon_sym_with = 40,
anon_sym_DASH_GT = 41,
anon_sym_let = 42,
anon_sym_SEMI = 43,
anon_sym_return = 44,
anon_sym_implicits = 45,
sym__no_panic_token = 46,
anon_sym_mod = 47,
anon_sym_POUND = 48,
anon_sym_LBRACK = 49,
anon_sym_RBRACK = 50,
anon_sym_func = 51,
anon_sym_extern = 52,
anon_sym_type = 53,
anon_sym_trait = 54,
anon_sym_impl = 55,
anon_sym_of = 56,
anon_sym_struct = 57,
anon_sym_enum = 58,
anon_sym_use = 59,
sym_source_file = 60,
sym__expression = 61,
sym__simple_identifier = 62,
sym_primitive_type = 63,
sym_path_expression = 64,
sym__path_segment = 65,
sym_simple_path_segment = 66,
sym_generic_argument_path_segment = 67,
sym__generic_arguments = 68,
sym_boolean_expression = 69,
sym_literal_expression = 70,
sym_parenthesized_expression = 71,
sym_unary_expression = 72,
sym__unary_operator = 73,
sym_binary_expression = 74,
sym__binary_operator = 75,
sym_tuple_expression = 76,
sym__arguments = 77,
sym_function_call_expression = 78,
sym_struct_ctor_call_expression = 79,
sym__struct_argument_expression = 80,
sym_single_struct_argument = 81,
sym_struct_argument_tail = 82,
sym__struct_argument = 83,
sym__struct_argument_list = 84,
sym_block_expression = 85,
sym_match_expression = 86,
sym_match_arm = 87,
sym_if_expression = 88,
sym_else_if_clause = 89,
sym_else_clause = 90,
sym_error_propagation_expression = 91,
sym__pattern = 92,
sym_pattern_literal = 93,
sym_pattern_identifier = 94,
sym__modifier_list = 95,
sym_modifier = 96,
sym_pattern_struct = 97,
sym__struct_pattern_list = 98,
sym_struct_pattern = 99,
sym_pattern_tuple = 100,
sym_pattern_enum = 101,
sym__type_clause = 102,
sym__return__type_clause = 103,
sym__statement = 104,
sym_let_statement = 105,
sym_expression_statement = 106,
sym_return_statement = 107,
sym__param_name = 108,
sym_param = 109,
sym__implicits_clause = 110,
sym_implicit = 111,
sym__function_signature = 112,
sym__struct_member = 113,
sym__item = 114,
sym_module = 115,
sym_attribute_arguments = 116,
sym_attribute = 117,
sym_free_function = 118,
sym_extern_function = 119,
sym_extern_type = 120,
sym_trait = 121,
sym__trait_body = 122,
sym__trait_item = 123,
sym__trait_function = 124,
sym_impl = 125,
sym__impl_body = 126,
sym_struct = 127,
sym_enum = 128,
sym_use = 129,
sym_generic_param = 130,
sym__wrapped_generic_parameters = 131,
aux_sym_source_file_repeat1 = 132,
aux_sym_path_expression_repeat1 = 133,
aux_sym__generic_arguments_repeat1 = 134,
aux_sym_tuple_expression_repeat1 = 135,
aux_sym__arguments_repeat1 = 136,
aux_sym__struct_argument_list_repeat1 = 137,
aux_sym_block_expression_repeat1 = 138,
aux_sym_match_expression_repeat1 = 139,
aux_sym_if_expression_repeat1 = 140,
aux_sym__modifier_list_repeat1 = 141,
aux_sym__struct_pattern_list_repeat1 = 142,
aux_sym_pattern_tuple_repeat1 = 143,
aux_sym__implicits_clause_repeat1 = 144,
aux_sym__function_signature_repeat1 = 145,
aux_sym_module_repeat1 = 146,
aux_sym__trait_body_repeat1 = 147,
aux_sym_struct_repeat1 = 148,
aux_sym__wrapped_generic_parameters_repeat1 = 149,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_identifier] = "identifier",
[anon_sym_felt] = "felt",
[anon_sym_bool] = "bool",
[anon_sym_COLON_COLON] = "::",
[anon_sym_LT] = "<",
[anon_sym_COMMA] = ",",
[anon_sym_GT] = ">",
[anon_sym_true] = "true",
[anon_sym_false] = "false",
[sym_integer_literal] = "integer_literal",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_BANG] = "!",
[anon_sym_DASH] = "-",
[anon_sym_DOT] = ".",
[anon_sym_STAR] = "*",
[anon_sym_SLASH] = "/",
[anon_sym_PLUS] = "+",
[anon_sym_PERCENT] = "%",
[anon_sym_EQ_EQ] = "==",
[anon_sym_BANG_EQ] = "!=",
[anon_sym_EQ] = "=",
[anon_sym_AMP_AMP] = "&&",
[anon_sym_PIPE_PIPE] = "||",
[anon_sym_LT_EQ] = "<=",
[anon_sym_GT_EQ] = ">=",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_COLON] = ":",
[anon_sym_DOT_DOT] = "..",
[anon_sym_match] = "match",
[anon_sym_EQ_GT] = "=>",
[anon_sym_if] = "if",
[anon_sym_else] = "else",
[anon_sym_QMARK] = "\?",
[sym_comment] = "comment",
[anon_sym__] = "_",
[anon_sym_mut] = "mut",
[anon_sym_AMP] = "&",
[anon_sym_with] = "with",
[anon_sym_DASH_GT] = "->",
[anon_sym_let] = "let",
[anon_sym_SEMI] = ";",
[anon_sym_return] = "return",
[anon_sym_implicits] = "implicits",
[sym__no_panic_token] = "_no_panic_token",
[anon_sym_mod] = "mod",
[anon_sym_POUND] = "#",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[anon_sym_func] = "func",
[anon_sym_extern] = "extern",
[anon_sym_type] = "type",
[anon_sym_trait] = "trait",
[anon_sym_impl] = "impl",
[anon_sym_of] = "of",
[anon_sym_struct] = "struct",
[anon_sym_enum] = "enum",
[anon_sym_use] = "use",
[sym_source_file] = "source_file",
[sym__expression] = "_expression",
[sym__simple_identifier] = "_simple_identifier",
[sym_primitive_type] = "primitive_type",
[sym_path_expression] = "path_expression",
[sym__path_segment] = "_path_segment",
[sym_simple_path_segment] = "simple_path_segment",
[sym_generic_argument_path_segment] = "generic_argument_path_segment",
[sym__generic_arguments] = "_generic_arguments",
[sym_boolean_expression] = "boolean_expression",
[sym_literal_expression] = "literal_expression",
[sym_parenthesized_expression] = "parenthesized_expression",
[sym_unary_expression] = "unary_expression",
[sym__unary_operator] = "_unary_operator",
[sym_binary_expression] = "binary_expression",
[sym__binary_operator] = "_binary_operator",
[sym_tuple_expression] = "tuple_expression",
[sym__arguments] = "_arguments",
[sym_function_call_expression] = "function_call_expression",
[sym_struct_ctor_call_expression] = "struct_ctor_call_expression",
[sym__struct_argument_expression] = "_struct_argument_expression",
[sym_single_struct_argument] = "single_struct_argument",
[sym_struct_argument_tail] = "struct_argument_tail",
[sym__struct_argument] = "_struct_argument",
[sym__struct_argument_list] = "_struct_argument_list",
[sym_block_expression] = "block_expression",
[sym_match_expression] = "match_expression",
[sym_match_arm] = "match_arm",
[sym_if_expression] = "if_expression",
[sym_else_if_clause] = "else_if_clause",
[sym_else_clause] = "else_clause",
[sym_error_propagation_expression] = "error_propagation_expression",
[sym__pattern] = "_pattern",
[sym_pattern_literal] = "pattern_literal",
[sym_pattern_identifier] = "pattern_identifier",
[sym__modifier_list] = "_modifier_list",
[sym_modifier] = "modifier",
[sym_pattern_struct] = "pattern_struct",
[sym__struct_pattern_list] = "_struct_pattern_list",
[sym_struct_pattern] = "struct_pattern",
[sym_pattern_tuple] = "pattern_tuple",
[sym_pattern_enum] = "pattern_enum",
[sym__type_clause] = "_type_clause",
[sym__return__type_clause] = "_return__type_clause",
[sym__statement] = "_statement",
[sym_let_statement] = "let_statement",
[sym_expression_statement] = "expression_statement",
[sym_return_statement] = "return_statement",
[sym__param_name] = "_param_name",
[sym_param] = "param",
[sym__implicits_clause] = "_implicits_clause",
[sym_implicit] = "implicit",
[sym__function_signature] = "_function_signature",
[sym__struct_member] = "_struct_member",
[sym__item] = "_item",
[sym_module] = "module",
[sym_attribute_arguments] = "attribute_arguments",
[sym_attribute] = "attribute",
[sym_free_function] = "free_function",
[sym_extern_function] = "extern_function",
[sym_extern_type] = "extern_type",
[sym_trait] = "trait",
[sym__trait_body] = "_trait_body",
[sym__trait_item] = "_trait_item",
[sym__trait_function] = "_trait_function",
[sym_impl] = "impl",
[sym__impl_body] = "_impl_body",
[sym_struct] = "struct",
[sym_enum] = "enum",
[sym_use] = "use",
[sym_generic_param] = "generic_param",
[sym__wrapped_generic_parameters] = "_wrapped_generic_parameters",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_path_expression_repeat1] = "path_expression_repeat1",
[aux_sym__generic_arguments_repeat1] = "_generic_arguments_repeat1",
[aux_sym_tuple_expression_repeat1] = "tuple_expression_repeat1",
[aux_sym__arguments_repeat1] = "_arguments_repeat1",
[aux_sym__struct_argument_list_repeat1] = "_struct_argument_list_repeat1",
[aux_sym_block_expression_repeat1] = "block_expression_repeat1",
[aux_sym_match_expression_repeat1] = "match_expression_repeat1",
[aux_sym_if_expression_repeat1] = "if_expression_repeat1",
[aux_sym__modifier_list_repeat1] = "_modifier_list_repeat1",
[aux_sym__struct_pattern_list_repeat1] = "_struct_pattern_list_repeat1",
[aux_sym_pattern_tuple_repeat1] = "pattern_tuple_repeat1",
[aux_sym__implicits_clause_repeat1] = "_implicits_clause_repeat1",
[aux_sym__function_signature_repeat1] = "_function_signature_repeat1",
[aux_sym_module_repeat1] = "module_repeat1",
[aux_sym__trait_body_repeat1] = "_trait_body_repeat1",
[aux_sym_struct_repeat1] = "struct_repeat1",
[aux_sym__wrapped_generic_parameters_repeat1] = "_wrapped_generic_parameters_repeat1",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_identifier] = sym_identifier,
[anon_sym_felt] = anon_sym_felt,
[anon_sym_bool] = anon_sym_bool,
[anon_sym_COLON_COLON] = anon_sym_COLON_COLON,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_true] = anon_sym_true,
[anon_sym_false] = anon_sym_false,
[sym_integer_literal] = sym_integer_literal,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_BANG] = anon_sym_BANG,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_STAR] = anon_sym_STAR,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_PERCENT] = anon_sym_PERCENT,
[anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
[anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
[anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
[anon_sym_GT_EQ] = anon_sym_GT_EQ,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_DOT_DOT] = anon_sym_DOT_DOT,
[anon_sym_match] = anon_sym_match,
[anon_sym_EQ_GT] = anon_sym_EQ_GT,
[anon_sym_if] = anon_sym_if,
[anon_sym_else] = anon_sym_else,
[anon_sym_QMARK] = anon_sym_QMARK,
[sym_comment] = sym_comment,
[anon_sym__] = anon_sym__,
[anon_sym_mut] = anon_sym_mut,
[anon_sym_AMP] = anon_sym_AMP,
[anon_sym_with] = anon_sym_with,
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
[anon_sym_let] = anon_sym_let,
[anon_sym_SEMI] = anon_sym_SEMI,
[anon_sym_return] = anon_sym_return,
[anon_sym_implicits] = anon_sym_implicits,
[sym__no_panic_token] = sym__no_panic_token,
[anon_sym_mod] = anon_sym_mod,
[anon_sym_POUND] = anon_sym_POUND,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_func] = anon_sym_func,
[anon_sym_extern] = anon_sym_extern,
[anon_sym_type] = anon_sym_type,
[anon_sym_trait] = anon_sym_trait,
[anon_sym_impl] = anon_sym_impl,
[anon_sym_of] = anon_sym_of,
[anon_sym_struct] = anon_sym_struct,
[anon_sym_enum] = anon_sym_enum,
[anon_sym_use] = anon_sym_use,
[sym_source_file] = sym_source_file,
[sym__expression] = sym__expression,
[sym__simple_identifier] = sym__simple_identifier,
[sym_primitive_type] = sym_primitive_type,
[sym_path_expression] = sym_path_expression,
[sym__path_segment] = sym__path_segment,
[sym_simple_path_segment] = sym_simple_path_segment,
[sym_generic_argument_path_segment] = sym_generic_argument_path_segment,
[sym__generic_arguments] = sym__generic_arguments,
[sym_boolean_expression] = sym_boolean_expression,
[sym_literal_expression] = sym_literal_expression,
[sym_parenthesized_expression] = sym_parenthesized_expression,
[sym_unary_expression] = sym_unary_expression,
[sym__unary_operator] = sym__unary_operator,
[sym_binary_expression] = sym_binary_expression,
[sym__binary_operator] = sym__binary_operator,
[sym_tuple_expression] = sym_tuple_expression,
[sym__arguments] = sym__arguments,
[sym_function_call_expression] = sym_function_call_expression,
[sym_struct_ctor_call_expression] = sym_struct_ctor_call_expression,
[sym__struct_argument_expression] = sym__struct_argument_expression,
[sym_single_struct_argument] = sym_single_struct_argument,
[sym_struct_argument_tail] = sym_struct_argument_tail,
[sym__struct_argument] = sym__struct_argument,
[sym__struct_argument_list] = sym__struct_argument_list,
[sym_block_expression] = sym_block_expression,
[sym_match_expression] = sym_match_expression,
[sym_match_arm] = sym_match_arm,
[sym_if_expression] = sym_if_expression,
[sym_else_if_clause] = sym_else_if_clause,
[sym_else_clause] = sym_else_clause,
[sym_error_propagation_expression] = sym_error_propagation_expression,
[sym__pattern] = sym__pattern,
[sym_pattern_literal] = sym_pattern_literal,
[sym_pattern_identifier] = sym_pattern_identifier,
[sym__modifier_list] = sym__modifier_list,
[sym_modifier] = sym_modifier,
[sym_pattern_struct] = sym_pattern_struct,
[sym__struct_pattern_list] = sym__struct_pattern_list,
[sym_struct_pattern] = sym_struct_pattern,
[sym_pattern_tuple] = sym_pattern_tuple,
[sym_pattern_enum] = sym_pattern_enum,
[sym__type_clause] = sym__type_clause,
[sym__return__type_clause] = sym__return__type_clause,
[sym__statement] = sym__statement,
[sym_let_statement] = sym_let_statement,
[sym_expression_statement] = sym_expression_statement,
[sym_return_statement] = sym_return_statement,
[sym__param_name] = sym__param_name,
[sym_param] = sym_param,
[sym__implicits_clause] = sym__implicits_clause,
[sym_implicit] = sym_implicit,
[sym__function_signature] = sym__function_signature,
[sym__struct_member] = sym__struct_member,
[sym__item] = sym__item,
[sym_module] = sym_module,
[sym_attribute_arguments] = sym_attribute_arguments,
[sym_attribute] = sym_attribute,
[sym_free_function] = sym_free_function,
[sym_extern_function] = sym_extern_function,
[sym_extern_type] = sym_extern_type,
[sym_trait] = sym_trait,
[sym__trait_body] = sym__trait_body,
[sym__trait_item] = sym__trait_item,
[sym__trait_function] = sym__trait_function,
[sym_impl] = sym_impl,
[sym__impl_body] = sym__impl_body,
[sym_struct] = sym_struct,
[sym_enum] = sym_enum,
[sym_use] = sym_use,
[sym_generic_param] = sym_generic_param,
[sym__wrapped_generic_parameters] = sym__wrapped_generic_parameters,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_path_expression_repeat1] = aux_sym_path_expression_repeat1,
[aux_sym__generic_arguments_repeat1] = aux_sym__generic_arguments_repeat1,
[aux_sym_tuple_expression_repeat1] = aux_sym_tuple_expression_repeat1,
[aux_sym__arguments_repeat1] = aux_sym__arguments_repeat1,
[aux_sym__struct_argument_list_repeat1] = aux_sym__struct_argument_list_repeat1,
[aux_sym_block_expression_repeat1] = aux_sym_block_expression_repeat1,
[aux_sym_match_expression_repeat1] = aux_sym_match_expression_repeat1,
[aux_sym_if_expression_repeat1] = aux_sym_if_expression_repeat1,
[aux_sym__modifier_list_repeat1] = aux_sym__modifier_list_repeat1,
[aux_sym__struct_pattern_list_repeat1] = aux_sym__struct_pattern_list_repeat1,
[aux_sym_pattern_tuple_repeat1] = aux_sym_pattern_tuple_repeat1,
[aux_sym__implicits_clause_repeat1] = aux_sym__implicits_clause_repeat1,
[aux_sym__function_signature_repeat1] = aux_sym__function_signature_repeat1,
[aux_sym_module_repeat1] = aux_sym_module_repeat1,
[aux_sym__trait_body_repeat1] = aux_sym__trait_body_repeat1,
[aux_sym_struct_repeat1] = aux_sym_struct_repeat1,
[aux_sym__wrapped_generic_parameters_repeat1] = aux_sym__wrapped_generic_parameters_repeat1,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[anon_sym_felt] = {
.visible = true,
.named = false,
},
[anon_sym_bool] = {
.visible = true,
.named = false,
},
[anon_sym_COLON_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_true] = {
.visible = true,
.named = false,
},
[anon_sym_false] = {
.visible = true,
.named = false,
},
[sym_integer_literal] = {
.visible = true,
.named = true,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_BANG] = {
.visible = true,
.named = false,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_STAR] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_PERCENT] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_BANG_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_GT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_DOT_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_match] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_GT] = {
.visible = true,
.named = false,
},
[anon_sym_if] = {
.visible = true,
.named = false,
},
[anon_sym_else] = {
.visible = true,
.named = false,
},
[anon_sym_QMARK] = {
.visible = true,
.named = false,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[anon_sym__] = {
.visible = true,
.named = false,
},
[anon_sym_mut] = {
.visible = true,
.named = false,
},
[anon_sym_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_with] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_GT] = {
.visible = true,
.named = false,
},
[anon_sym_let] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_return] = {
.visible = true,
.named = false,
},
[anon_sym_implicits] = {
.visible = true,
.named = false,
},
[sym__no_panic_token] = {
.visible = false,
.named = true,
},
[anon_sym_mod] = {
.visible = true,
.named = false,
},
[anon_sym_POUND] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_func] = {
.visible = true,
.named = false,
},
[anon_sym_extern] = {
.visible = true,
.named = false,
},
[anon_sym_type] = {
.visible = true,
.named = false,
},
[anon_sym_trait] = {
.visible = true,
.named = false,
},
[anon_sym_impl] = {
.visible = true,
.named = false,
},
[anon_sym_of] = {
.visible = true,
.named = false,
},
[anon_sym_struct] = {
.visible = true,
.named = false,
},
[anon_sym_enum] = {
.visible = true,
.named = false,
},
[anon_sym_use] = {
.visible = true,
.named = false,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym__expression] = {
.visible = false,
.named = true,
},
[sym__simple_identifier] = {
.visible = false,
.named = true,
},
[sym_primitive_type] = {
.visible = true,
.named = true,
},
[sym_path_expression] = {
.visible = true,
.named = true,
},
[sym__path_segment] = {
.visible = false,
.named = true,
},
[sym_simple_path_segment] = {
.visible = true,
.named = true,
},
[sym_generic_argument_path_segment] = {
.visible = true,
.named = true,
},
[sym__generic_arguments] = {
.visible = false,
.named = true,
},
[sym_boolean_expression] = {
.visible = true,
.named = true,
},
[sym_literal_expression] = {
.visible = true,
.named = true,
},
[sym_parenthesized_expression] = {
.visible = true,
.named = true,
},
[sym_unary_expression] = {
.visible = true,
.named = true,
},
[sym__unary_operator] = {
.visible = false,
.named = true,
},
[sym_binary_expression] = {
.visible = true,
.named = true,
},
[sym__binary_operator] = {
.visible = false,
.named = true,
},
[sym_tuple_expression] = {
.visible = true,
.named = true,
},
[sym__arguments] = {
.visible = false,
.named = true,
},
[sym_function_call_expression] = {
.visible = true,
.named = true,
},
[sym_struct_ctor_call_expression] = {
.visible = true,
.named = true,
},
[sym__struct_argument_expression] = {
.visible = false,
.named = true,
},
[sym_single_struct_argument] = {
.visible = true,
.named = true,
},
[sym_struct_argument_tail] = {
.visible = true,
.named = true,
},
[sym__struct_argument] = {
.visible = false,
.named = true,
},
[sym__struct_argument_list] = {
.visible = false,
.named = true,
},
[sym_block_expression] = {
.visible = true,
.named = true,
},
[sym_match_expression] = {
.visible = true,
.named = true,
},
[sym_match_arm] = {
.visible = true,
.named = true,
},
[sym_if_expression] = {
.visible = true,
.named = true,
},
[sym_else_if_clause] = {
.visible = true,
.named = true,
},
[sym_else_clause] = {
.visible = true,
.named = true,
},
[sym_error_propagation_expression] = {
.visible = true,
.named = true,
},
[sym__pattern] = {
.visible = false,
.named = true,
},
[sym_pattern_literal] = {
.visible = true,
.named = true,
},
[sym_pattern_identifier] = {
.visible = true,
.named = true,
},
[sym__modifier_list] = {
.visible = false,
.named = true,
},
[sym_modifier] = {
.visible = true,
.named = true,
},
[sym_pattern_struct] = {
.visible = true,
.named = true,
},
[sym__struct_pattern_list] = {
.visible = false,
.named = true,
},
[sym_struct_pattern] = {
.visible = true,
.named = true,
},
[sym_pattern_tuple] = {
.visible = true,
.named = true,
},
[sym_pattern_enum] = {
.visible = true,
.named = true,
},
[sym__type_clause] = {
.visible = false,
.named = true,
},
[sym__return__type_clause] = {
.visible = false,
.named = true,
},
[sym__statement] = {
.visible = false,
.named = true,
},
[sym_let_statement] = {
.visible = true,
.named = true,
},
[sym_expression_statement] = {
.visible = true,
.named = true,
},
[sym_return_statement] = {
.visible = true,
.named = true,
},
[sym__param_name] = {
.visible = false,
.named = true,
},
[sym_param] = {
.visible = true,
.named = true,
},
[sym__implicits_clause] = {
.visible = false,
.named = true,
},
[sym_implicit] = {
.visible = true,
.named = true,
},
[sym__function_signature] = {
.visible = false,
.named = true,
},
[sym__struct_member] = {
.visible = false,
.named = true,
},
[sym__item] = {
.visible = false,
.named = true,
},
[sym_module] = {
.visible = true,
.named = true,
},
[sym_attribute_arguments] = {
.visible = true,
.named = true,
},
[sym_attribute] = {
.visible = true,
.named = true,
},
[sym_free_function] = {
.visible = true,
.named = true,
},
[sym_extern_function] = {
.visible = true,
.named = true,
},
[sym_extern_type] = {
.visible = true,
.named = true,
},
[sym_trait] = {
.visible = true,
.named = true,
},
[sym__trait_body] = {
.visible = false,
.named = true,
},
[sym__trait_item] = {
.visible = false,
.named = true,
},
[sym__trait_function] = {
.visible = false,
.named = true,
},
[sym_impl] = {
.visible = true,
.named = true,
},
[sym__impl_body] = {
.visible = false,
.named = true,
},
[sym_struct] = {
.visible = true,
.named = true,
},
[sym_enum] = {
.visible = true,
.named = true,
},
[sym_use] = {
.visible = true,
.named = true,
},
[sym_generic_param] = {
.visible = true,
.named = true,
},
[sym__wrapped_generic_parameters] = {
.visible = false,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_path_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__generic_arguments_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_tuple_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__arguments_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__struct_argument_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_block_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_match_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_if_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__modifier_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__struct_pattern_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_pattern_tuple_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__implicits_clause_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__function_signature_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_module_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__trait_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_struct_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__wrapped_generic_parameters_repeat1] = {
.visible = false,
.named = false,
},
};
enum {
field_alternative = 1,
field_argument = 2,
field_body = 3,
field_condition = 4,
field_consequence = 5,
field_expression = 6,
field_generic_argument = 7,
field_implicit = 8,
field_lhs = 9,
field_match_value = 10,
field_member = 11,
field_name = 12,
field_operator = 13,
field_parameter = 14,
field_pattern = 15,
field_return_type = 16,
field_rhs = 17,
field_trait = 18,
field_type = 19,
field_type_parameters = 20,
field_value = 21,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_alternative] = "alternative",
[field_argument] = "argument",
[field_body] = "body",
[field_condition] = "condition",
[field_consequence] = "consequence",
[field_expression] = "expression",
[field_generic_argument] = "generic_argument",
[field_implicit] = "implicit",
[field_lhs] = "lhs",
[field_match_value] = "match_value",
[field_member] = "member",
[field_name] = "name",
[field_operator] = "operator",
[field_parameter] = "parameter",
[field_pattern] = "pattern",
[field_return_type] = "return_type",
[field_rhs] = "rhs",
[field_trait] = "trait",
[field_type] = "type",
[field_type_parameters] = "type_parameters",
[field_value] = "value",
};
static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 1},
[2] = {.index = 1, .length = 1},
[3] = {.index = 2, .length = 6},
[4] = {.index = 8, .length = 5},
[5] = {.index = 13, .length = 1},
[6] = {.index = 14, .length = 4},
[7] = {.index = 18, .length = 6},
[8] = {.index = 24, .length = 2},
[9] = {.index = 26, .length = 6},
[10] = {.index = 32, .length = 1},
[11] = {.index = 33, .length = 1},
[12] = {.index = 34, .length = 2},
[13] = {.index = 36, .length = 1},
[14] = {.index = 37, .length = 1},
[15] = {.index = 38, .length = 6},
[16] = {.index = 44, .length = 3},
[17] = {.index = 47, .length = 4},
[18] = {.index = 51, .length = 8},
[19] = {.index = 59, .length = 2},
[20] = {.index = 61, .length = 3},
[21] = {.index = 64, .length = 4},
[22] = {.index = 68, .length = 5},
[23] = {.index = 73, .length = 6},
[24] = {.index = 79, .length = 1},
[25] = {.index = 80, .length = 2},
[26] = {.index = 82, .length = 1},
[27] = {.index = 83, .length = 1},
[28] = {.index = 84, .length = 2},
[29] = {.index = 86, .length = 2},
[30] = {.index = 88, .length = 1},
[31] = {.index = 89, .length = 2},
[32] = {.index = 91, .length = 2},
[33] = {.index = 93, .length = 2},
[34] = {.index = 95, .length = 2},
[35] = {.index = 97, .length = 3},
[36] = {.index = 100, .length = 2},
[37] = {.index = 102, .length = 3},
[38] = {.index = 105, .length = 3},
[39] = {.index = 108, .length = 7},
[40] = {.index = 115, .length = 6},
[41] = {.index = 121, .length = 4},
[42] = {.index = 125, .length = 6},
[43] = {.index = 131, .length = 2},
[44] = {.index = 133, .length = 3},
[45] = {.index = 136, .length = 4},
[46] = {.index = 140, .length = 1},
[47] = {.index = 141, .length = 2},
[48] = {.index = 143, .length = 3},
[49] = {.index = 146, .length = 1},
[50] = {.index = 147, .length = 3},
[51] = {.index = 150, .length = 3},
[52] = {.index = 153, .length = 3},
[53] = {.index = 156, .length = 1},
[54] = {.index = 157, .length = 1},
[55] = {.index = 158, .length = 4},
[56] = {.index = 162, .length = 7},
[57] = {.index = 169, .length = 3},
[58] = {.index = 172, .length = 2},
[59] = {.index = 174, .length = 3},
[60] = {.index = 177, .length = 7},
[61] = {.index = 184, .length = 4},
[62] = {.index = 188, .length = 2},
[63] = {.index = 190, .length = 2},
[64] = {.index = 192, .length = 1},
[65] = {.index = 193, .length = 3},
[66] = {.index = 196, .length = 3},
[67] = {.index = 199, .length = 2},
[68] = {.index = 201, .length = 2},
[69] = {.index = 203, .length = 2},
[70] = {.index = 205, .length = 1},
[71] = {.index = 206, .length = 4},
[72] = {.index = 210, .length = 2},
[73] = {.index = 212, .length = 4},
[74] = {.index = 216, .length = 4},
[75] = {.index = 220, .length = 7},
[76] = {.index = 227, .length = 1},
[77] = {.index = 228, .length = 4},
[78] = {.index = 232, .length = 2},
[79] = {.index = 234, .length = 1},
[80] = {.index = 235, .length = 2},
[81] = {.index = 237, .length = 1},
[82] = {.index = 238, .length = 2},
[83] = {.index = 240, .length = 2},
[84] = {.index = 242, .length = 2},
[85] = {.index = 244, .length = 2},
[86] = {.index = 246, .length = 4},
[87] = {.index = 250, .length = 2},
[88] = {.index = 252, .length = 3},
[89] = {.index = 255, .length = 3},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_name, 0},
[1] =
{field_name, 1},
[2] =
{field_body, 2},
{field_implicit, 2, .inherited = true},
{field_name, 1},
{field_name, 2, .inherited = true},
{field_parameter, 2, .inherited = true},
{field_return_type, 2, .inherited = true},
[8] =
{field_body, 3},
{field_implicit, 2, .inherited = true},
{field_name, 1},
{field_parameter, 2, .inherited = true},
{field_return_type, 2, .inherited = true},
[13] =
{field_name, 2},
[14] =
{field_implicit, 0, .inherited = true},
{field_name, 0, .inherited = true},
{field_parameter, 0, .inherited = true},
{field_return_type, 0, .inherited = true},
[18] =
{field_body, 3},
{field_implicit, 3, .inherited = true},
{field_name, 1},
{field_name, 3, .inherited = true},
{field_parameter, 3, .inherited = true},
{field_return_type, 3, .inherited = true},
[24] =
{field_generic_argument, 2},
{field_name, 0},
[26] =
{field_body, 3},
{field_implicit, 3, .inherited = true},
{field_name, 2},
{field_name, 3, .inherited = true},
{field_parameter, 3, .inherited = true},
{field_return_type, 3, .inherited = true},
[32] =
{field_return_type, 2, .inherited = true},
[33] =
{field_implicit, 2, .inherited = true},
[34] =
{field_name, 0},
{field_type, 1, .inherited = true},
[36] =
{field_parameter, 1},
[37] =
{field_value, 0},
[38] =
{field_body, 4},
{field_implicit, 3, .inherited = true},
{field_name, 1},
{field_parameter, 3, .inherited = true},
{field_return_type, 3, .inherited = true},
{field_type_parameters, 2},
[44] =
{field_implicit, 3, .inherited = true},
{field_parameter, 3, .inherited = true},
{field_return_type, 3, .inherited = true},
[47] =
{field_implicit, 1, .inherited = true},
{field_name, 1, .inherited = true},
{field_parameter, 1, .inherited = true},
{field_return_type, 1, .inherited = true},
[51] =
{field_implicit, 0, .inherited = true},
{field_implicit, 1, .inherited = true},
{field_name, 0, .inherited = true},
{field_name, 1, .inherited = true},
{field_parameter, 0, .inherited = true},
{field_parameter, 1, .inherited = true},
{field_return_type, 0, .inherited = true},
{field_return_type, 1, .inherited = true},
[59] =
{field_name, 1},
{field_trait, 3},
[61] =
{field_body, 4},
{field_name, 1},
{field_trait, 3},
[64] =
{field_member, 3},
{field_name, 1},
{field_name, 3, .inherited = true},
{field_type, 3, .inherited = true},
[68] =
{field_body, 4},
{field_implicit, 3, .inherited = true},
{field_name, 2},
{field_parameter, 3, .inherited = true},
{field_return_type, 3, .inherited = true},
[73] =
{field_body, 4},
{field_implicit, 4, .inherited = true},
{field_name, 2},
{field_name, 4, .inherited = true},
{field_parameter, 4, .inherited = true},
{field_return_type, 4, .inherited = true},
[79] =
{field_expression, 0},
[80] =
{field_operator, 0},
{field_rhs, 1},
[82] =
{field_expression, 1},
[83] =
{field_return_type, 1},
[84] =
{field_implicit, 3, .inherited = true},
{field_return_type, 2, .inherited = true},
[86] =
{field_name, 1},
{field_type, 2, .inherited = true},
[88] =
{field_type, 1},
[89] =
{field_parameter, 1},
{field_return_type, 3, .inherited = true},
[91] =
{field_implicit, 3, .inherited = true},
{field_parameter, 1},
[93] =
{field_parameter, 1},
{field_parameter, 2, .inherited = true},
[95] =
{field_parameter, 0, .inherited = true},
{field_parameter, 1, .inherited = true},
[97] =
{field_implicit, 4, .inherited = true},
{field_parameter, 4, .inherited = true},
{field_return_type, 4, .inherited = true},
[100] =
{field_name, 1},
{field_trait, 4},
[102] =
{field_body, 5},
{field_name, 1},
{field_trait, 4},
[105] =
{field_member, 1},
{field_name, 1, .inherited = true},
{field_type, 1, .inherited = true},
[108] =
{field_member, 3},
{field_member, 4, .inherited = true},
{field_name, 1},
{field_name, 3, .inherited = true},
{field_name, 4, .inherited = true},
{field_type, 3, .inherited = true},
{field_type, 4, .inherited = true},
[115] =
{field_member, 0, .inherited = true},
{field_member, 1, .inherited = true},
{field_name, 0, .inherited = true},
{field_name, 1, .inherited = true},
{field_type, 0, .inherited = true},
{field_type, 1, .inherited = true},
[121] =
{field_member, 4},
{field_name, 1},
{field_name, 4, .inherited = true},
{field_type, 4, .inherited = true},
[125] =
{field_body, 5},
{field_implicit, 4, .inherited = true},
{field_name, 2},
{field_parameter, 4, .inherited = true},
{field_return_type, 4, .inherited = true},
{field_type_parameters, 3},
[131] =
{field_name, 2},
{field_trait, 4},
[133] =
{field_body, 5},
{field_name, 2},
{field_trait, 4},
[136] =
{field_member, 4},
{field_name, 2},
{field_name, 4, .inherited = true},
{field_type, 4, .inherited = true},
[140] =
{field_member, 1},
[141] =
{field_condition, 1},
{field_consequence, 2},
[143] =
{field_lhs, 0},
{field_operator, 1},
{field_rhs, 2},
[146] =
{field_argument, 0},
[147] =
{field_implicit, 4, .inherited = true},
{field_parameter, 1},
{field_return_type, 3, .inherited = true},
[150] =
{field_parameter, 1},
{field_parameter, 2, .inherited = true},
{field_return_type, 4, .inherited = true},
[153] =
{field_implicit, 4, .inherited = true},
{field_parameter, 1},
{field_parameter, 2, .inherited = true},
[156] =
{field_pattern, 1},
[157] =
{field_value, 1},
[158] =
{field_implicit, 2, .inherited = true},
{field_name, 1},
{field_parameter, 2, .inherited = true},
{field_return_type, 2, .inherited = true},
[162] =
{field_member, 4},
{field_member, 5, .inherited = true},
{field_name, 1},
{field_name, 4, .inherited = true},
{field_name, 5, .inherited = true},
{field_type, 4, .inherited = true},
{field_type, 5, .inherited = true},
[169] =
{field_implicit, 5, .inherited = true},
{field_parameter, 5, .inherited = true},
{field_return_type, 5, .inherited = true},
[172] =
{field_name, 2},
{field_trait, 5},
[174] =
{field_body, 6},
{field_name, 2},
{field_trait, 5},
[177] =
{field_member, 4},
{field_member, 5, .inherited = true},
{field_name, 2},
{field_name, 4, .inherited = true},
{field_name, 5, .inherited = true},
{field_type, 4, .inherited = true},
{field_type, 5, .inherited = true},
[184] =
{field_member, 5},
{field_name, 2},
{field_name, 5, .inherited = true},
{field_type, 5, .inherited = true},
[188] =
{field_member, 1},
{field_member, 2, .inherited = true},
[190] =
{field_member, 0, .inherited = true},
{field_member, 1, .inherited = true},
[192] =
{field_alternative, 0},
[193] =
{field_alternative, 3},
{field_condition, 1},
{field_consequence, 2},
[196] =
{field_alternative, 3, .inherited = true},
{field_condition, 1},
{field_consequence, 2},
[199] =
{field_argument, 0},
{field_argument, 1, .inherited = true},
[201] =
{field_argument, 2, .inherited = true},
{field_name, 0},
[203] =
{field_name, 0},
{field_value, 1, .inherited = true},
[205] =
{field_implicit, 2},
[206] =
{field_implicit, 5, .inherited = true},
{field_parameter, 1},
{field_parameter, 2, .inherited = true},
{field_return_type, 4, .inherited = true},
[210] =
{field_pattern, 1},
{field_type, 2, .inherited = true},
[212] =
{field_implicit, 3, .inherited = true},
{field_name, 1},
{field_parameter, 3, .inherited = true},
{field_return_type, 3, .inherited = true},
[216] =
{field_implicit, 3, .inherited = true},
{field_name, 2},
{field_parameter, 3, .inherited = true},
{field_return_type, 3, .inherited = true},
[220] =
{field_member, 5},
{field_member, 6, .inherited = true},
{field_name, 2},
{field_name, 5, .inherited = true},
{field_name, 6, .inherited = true},
{field_type, 5, .inherited = true},
{field_type, 6, .inherited = true},
[227] =
{field_match_value, 1},
[228] =
{field_alternative, 3, .inherited = true},
{field_alternative, 4},
{field_condition, 1},
{field_consequence, 2},
[232] =
{field_alternative, 0, .inherited = true},
{field_alternative, 1, .inherited = true},
[234] =
{field_argument, 1},
[235] =
{field_argument, 0, .inherited = true},
{field_argument, 1, .inherited = true},
[237] =
{field_implicit, 1},
[238] =
{field_implicit, 2},
{field_implicit, 3, .inherited = true},
[240] =
{field_implicit, 0, .inherited = true},
{field_implicit, 1, .inherited = true},
[242] =
{field_member, 2},
{field_name, 0},
[244] =
{field_pattern, 1},
{field_value, 3},
[246] =
{field_implicit, 4, .inherited = true},
{field_name, 2},
{field_parameter, 4, .inherited = true},
{field_return_type, 4, .inherited = true},
[250] =
{field_pattern, 0},
{field_value, 2},
[252] =
{field_member, 2},
{field_member, 3, .inherited = true},
{field_name, 0},
[255] =
{field_pattern, 1},
{field_type, 2, .inherited = true},
{field_value, 4},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 2,
[6] = 2,
[7] = 4,
[8] = 2,
[9] = 4,
[10] = 4,
[11] = 2,
[12] = 4,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 19,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 25,
[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] = 54,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 47,
[66] = 51,
[67] = 63,
[68] = 48,
[69] = 69,
[70] = 70,
[71] = 55,
[72] = 63,
[73] = 58,
[74] = 74,
[75] = 69,
[76] = 60,
[77] = 63,
[78] = 47,
[79] = 79,
[80] = 48,
[81] = 81,
[82] = 48,
[83] = 83,
[84] = 61,
[85] = 85,
[86] = 47,
[87] = 47,
[88] = 47,
[89] = 61,
[90] = 90,
[91] = 91,
[92] = 85,
[93] = 48,
[94] = 94,
[95] = 79,
[96] = 63,
[97] = 58,
[98] = 55,
[99] = 99,
[100] = 69,
[101] = 101,
[102] = 21,
[103] = 16,
[104] = 17,
[105] = 55,
[106] = 17,
[107] = 16,
[108] = 45,
[109] = 42,
[110] = 83,
[111] = 24,
[112] = 58,
[113] = 94,
[114] = 24,
[115] = 81,
[116] = 45,
[117] = 42,
[118] = 57,
[119] = 119,
[120] = 120,
[121] = 81,
[122] = 122,
[123] = 123,
[124] = 13,
[125] = 123,
[126] = 57,
[127] = 119,
[128] = 99,
[129] = 14,
[130] = 120,
[131] = 15,
[132] = 99,
[133] = 53,
[134] = 81,
[135] = 52,
[136] = 136,
[137] = 137,
[138] = 28,
[139] = 139,
[140] = 44,
[141] = 37,
[142] = 32,
[143] = 34,
[144] = 43,
[145] = 145,
[146] = 40,
[147] = 147,
[148] = 36,
[149] = 18,
[150] = 99,
[151] = 52,
[152] = 46,
[153] = 38,
[154] = 39,
[155] = 145,
[156] = 31,
[157] = 33,
[158] = 22,
[159] = 27,
[160] = 35,
[161] = 53,
[162] = 162,
[163] = 137,
[164] = 162,
[165] = 136,
[166] = 53,
[167] = 52,
[168] = 168,
[169] = 169,
[170] = 170,
[171] = 171,
[172] = 81,
[173] = 173,
[174] = 174,
[175] = 175,
[176] = 176,
[177] = 177,
[178] = 174,
[179] = 179,
[180] = 171,
[181] = 174,
[182] = 182,
[183] = 177,
[184] = 184,
[185] = 174,
[186] = 186,
[187] = 174,
[188] = 186,
[189] = 189,
[190] = 186,
[191] = 174,
[192] = 192,
[193] = 192,
[194] = 194,
[195] = 195,
[196] = 52,
[197] = 168,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 179,
[203] = 69,
[204] = 99,
[205] = 53,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 69,
[214] = 69,
[215] = 215,
[216] = 215,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 24,
[221] = 221,
[222] = 222,
[223] = 45,
[224] = 224,
[225] = 42,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 229,
[230] = 230,
[231] = 231,
[232] = 232,
[233] = 227,
[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] = 240,
[248] = 248,
[249] = 232,
[250] = 250,
[251] = 230,
[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] = 229,
[266] = 266,
[267] = 228,
[268] = 226,
[269] = 269,
[270] = 270,
[271] = 271,
[272] = 224,
[273] = 234,
[274] = 270,
[275] = 266,
[276] = 239,
[277] = 231,
[278] = 269,
[279] = 263,
[280] = 280,
[281] = 281,
[282] = 235,
[283] = 283,
[284] = 284,
[285] = 285,
[286] = 286,
[287] = 236,
[288] = 237,
[289] = 55,
[290] = 58,
[291] = 238,
[292] = 222,
[293] = 241,
[294] = 244,
[295] = 246,
[296] = 261,
[297] = 248,
[298] = 250,
[299] = 259,
[300] = 258,
[301] = 253,
[302] = 242,
[303] = 243,
[304] = 221,
[305] = 254,
[306] = 218,
[307] = 307,
[308] = 308,
[309] = 219,
[310] = 310,
[311] = 280,
[312] = 312,
[313] = 313,
[314] = 314,
[315] = 281,
[316] = 316,
[317] = 283,
[318] = 318,
[319] = 319,
[320] = 320,
[321] = 321,
[322] = 284,
[323] = 323,
[324] = 285,
[325] = 325,
[326] = 286,
[327] = 327,
[328] = 255,
[329] = 329,
[330] = 252,
[331] = 331,
[332] = 256,
[333] = 331,
[334] = 329,
[335] = 327,
[336] = 325,
[337] = 323,
[338] = 321,
[339] = 320,
[340] = 257,
[341] = 319,
[342] = 271,
[343] = 318,
[344] = 262,
[345] = 316,
[346] = 314,
[347] = 313,
[348] = 260,
[349] = 312,
[350] = 310,
[351] = 308,
[352] = 307,
[353] = 245,
[354] = 264,
[355] = 355,
[356] = 356,
[357] = 357,
[358] = 357,
[359] = 57,
[360] = 360,
[361] = 361,
[362] = 362,
[363] = 363,
[364] = 361,
[365] = 365,
[366] = 363,
[367] = 367,
[368] = 367,
[369] = 369,
[370] = 370,
[371] = 371,
[372] = 372,
[373] = 373,
[374] = 374,
[375] = 372,
[376] = 376,
[377] = 377,
[378] = 378,
[379] = 379,
[380] = 380,
[381] = 379,
[382] = 370,
[383] = 383,
[384] = 384,
[385] = 385,
[386] = 386,
[387] = 387,
[388] = 388,
[389] = 389,
[390] = 390,
[391] = 391,
[392] = 385,
[393] = 393,
[394] = 394,
[395] = 395,
[396] = 396,
[397] = 386,
[398] = 398,
[399] = 399,
[400] = 393,
[401] = 388,
[402] = 396,
[403] = 399,
[404] = 389,
[405] = 390,
[406] = 406,
[407] = 407,
[408] = 407,
[409] = 409,
[410] = 410,
[411] = 411,
[412] = 412,
[413] = 407,
[414] = 42,
[415] = 45,
[416] = 416,
[417] = 407,
[418] = 418,
[419] = 407,
[420] = 420,
[421] = 409,
[422] = 422,
[423] = 423,
[424] = 407,
[425] = 425,
[426] = 411,
[427] = 427,
[428] = 428,
[429] = 410,
[430] = 430,
[431] = 431,
[432] = 416,
[433] = 433,
[434] = 24,
[435] = 435,
[436] = 436,
[437] = 437,
[438] = 438,
[439] = 439,
[440] = 440,
[441] = 441,
[442] = 442,
[443] = 443,
[444] = 444,
[445] = 445,
[446] = 446,
[447] = 447,
[448] = 448,
[449] = 449,
[450] = 450,
[451] = 451,
[452] = 57,
[453] = 453,
[454] = 454,
[455] = 455,
[456] = 456,
[457] = 457,
[458] = 458,
[459] = 459,
[460] = 460,
[461] = 461,
[462] = 462,
[463] = 463,
[464] = 464,
[465] = 427,
[466] = 466,
[467] = 462,
[468] = 468,
[469] = 460,
[470] = 458,
[471] = 471,
[472] = 24,
[473] = 461,
[474] = 431,
[475] = 475,
[476] = 476,
[477] = 435,
[478] = 478,
[479] = 479,
[480] = 480,
[481] = 481,
[482] = 420,
[483] = 483,
[484] = 484,
[485] = 485,
[486] = 436,
[487] = 487,
[488] = 488,
[489] = 489,
[490] = 490,
[491] = 491,
[492] = 492,
[493] = 493,
[494] = 494,
[495] = 495,
[496] = 496,
[497] = 497,
[498] = 498,
[499] = 499,
[500] = 500,
[501] = 501,
[502] = 502,
[503] = 503,
[504] = 504,
[505] = 505,
[506] = 45,
[507] = 507,
[508] = 508,
[509] = 509,
[510] = 510,
[511] = 484,
[512] = 512,
[513] = 513,
[514] = 487,
[515] = 488,
[516] = 502,
[517] = 517,
[518] = 518,
[519] = 519,
[520] = 520,
[521] = 502,
[522] = 522,
[523] = 517,
[524] = 524,
[525] = 525,
[526] = 526,
[527] = 527,
[528] = 528,
[529] = 529,
[530] = 522,
[531] = 525,
[532] = 527,
[533] = 533,
[534] = 534,
[535] = 535,
[536] = 533,
[537] = 537,
[538] = 538,
[539] = 534,
[540] = 535,
[541] = 537,
[542] = 542,
[543] = 543,
[544] = 538,
[545] = 545,
[546] = 507,
[547] = 501,
[548] = 495,
[549] = 489,
[550] = 481,
[551] = 479,
[552] = 478,
[553] = 553,
[554] = 554,
[555] = 475,
[556] = 471,
[557] = 557,
[558] = 558,
[559] = 559,
[560] = 560,
[561] = 561,
[562] = 466,
[563] = 464,
[564] = 450,
[565] = 448,
[566] = 447,
[567] = 443,
[568] = 568,
[569] = 569,
[570] = 42,
[571] = 504,
[572] = 528,
[573] = 512,
[574] = 520,
[575] = 519,
[576] = 493,
[577] = 492,
[578] = 578,
[579] = 554,
[580] = 453,
[581] = 496,
[582] = 582,
[583] = 485,
[584] = 584,
[585] = 529,
[586] = 526,
[587] = 508,
[588] = 483,
[589] = 480,
[590] = 455,
[591] = 457,
[592] = 582,
[593] = 456,
[594] = 594,
[595] = 595,
[596] = 596,
[597] = 597,
[598] = 598,
[599] = 599,
[600] = 600,
[601] = 601,
[602] = 602,
[603] = 603,
[604] = 604,
[605] = 605,
[606] = 606,
[607] = 607,
[608] = 608,
[609] = 609,
[610] = 610,
[611] = 611,
[612] = 612,
[613] = 608,
[614] = 614,
[615] = 615,
[616] = 558,
[617] = 617,
[618] = 618,
[619] = 619,
[620] = 608,
[621] = 621,
[622] = 622,
[623] = 623,
[624] = 624,
[625] = 625,
[626] = 626,
[627] = 608,
[628] = 601,
[629] = 600,
[630] = 595,
[631] = 631,
[632] = 608,
[633] = 633,
[634] = 634,
[635] = 635,
[636] = 608,
[637] = 637,
[638] = 638,
[639] = 633,
[640] = 640,
[641] = 641,
[642] = 642,
[643] = 643,
[644] = 644,
[645] = 645,
[646] = 607,
[647] = 647,
[648] = 648,
[649] = 649,
[650] = 650,
[651] = 606,
[652] = 605,
[653] = 653,
[654] = 654,
[655] = 655,
[656] = 656,
[657] = 598,
[658] = 658,
[659] = 659,
[660] = 610,
[661] = 661,
[662] = 662,
[663] = 663,
[664] = 664,
[665] = 665,
[666] = 666,
[667] = 57,
[668] = 643,
[669] = 645,
[670] = 647,
[671] = 671,
[672] = 671,
[673] = 673,
[674] = 625,
[675] = 675,
[676] = 661,
[677] = 656,
[678] = 648,
[679] = 673,
[680] = 659,
[681] = 499,
[682] = 682,
[683] = 634,
[684] = 638,
[685] = 685,
[686] = 686,
[687] = 687,
[688] = 688,
[689] = 689,
[690] = 690,
[691] = 691,
[692] = 685,
[693] = 693,
[694] = 694,
[695] = 695,
[696] = 696,
[697] = 697,
[698] = 698,
[699] = 699,
[700] = 700,
[701] = 701,
[702] = 690,
[703] = 703,
[704] = 704,
[705] = 705,
[706] = 706,
[707] = 707,
[708] = 708,
[709] = 709,
[710] = 693,
[711] = 711,
[712] = 712,
[713] = 713,
[714] = 714,
[715] = 711,
[716] = 716,
[717] = 717,
[718] = 689,
[719] = 698,
[720] = 713,
[721] = 721,
[722] = 722,
[723] = 723,
[724] = 691,
[725] = 725,
[726] = 707,
[727] = 697,
[728] = 687,
[729] = 694,
[730] = 701,
[731] = 731,
[732] = 732,
[733] = 733,
[734] = 734,
[735] = 723,
[736] = 736,
[737] = 737,
[738] = 738,
[739] = 739,
[740] = 700,
[741] = 703,
[742] = 704,
[743] = 706,
[744] = 744,
[745] = 745,
[746] = 746,
[747] = 747,
[748] = 732,
[749] = 721,
[750] = 738,
[751] = 737,
[752] = 736,
[753] = 722,
[754] = 696,
[755] = 699,
[756] = 756,
[757] = 757,
[758] = 758,
[759] = 756,
[760] = 745,
[761] = 712,
[762] = 762,
[763] = 734,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(96);
if (lookahead == '!') ADVANCE(159);
if (lookahead == '#') ADVANCE(208);
if (lookahead == '%') ADVANCE(167);
if (lookahead == '&') ADVANCE(195);
if (lookahead == '(') ADVANCE(156);
if (lookahead == ')') ADVANCE(157);
if (lookahead == '*') ADVANCE(164);
if (lookahead == '+') ADVANCE(166);
if (lookahead == ',') ADVANCE(148);
if (lookahead == '-') ADVANCE(161);
if (lookahead == '.') ADVANCE(163);
if (lookahead == '/') ADVANCE(165);
if (lookahead == ':') ADVANCE(179);
if (lookahead == ';') ADVANCE(200);
if (lookahead == '<') ADVANCE(147);
if (lookahead == '=') ADVANCE(171);
if (lookahead == '>') ADVANCE(150);
if (lookahead == '?') ADVANCE(188);
if (lookahead == '[') ADVANCE(209);
if (lookahead == ']') ADVANCE(210);
if (lookahead == '_') ADVANCE(190);
if (lookahead == 'b') ADVANCE(63);
if (lookahead == 'e') ADVANCE(51);
if (lookahead == 'f') ADVANCE(19);
if (lookahead == 'i') ADVANCE(38);
if (lookahead == 'l') ADVANCE(36);
if (lookahead == 'm') ADVANCE(21);
if (lookahead == 'n') ADVANCE(62);
if (lookahead == 'o') ADVANCE(39);
if (lookahead == 'r') ADVANCE(37);
if (lookahead == 's') ADVANCE(78);
if (lookahead == 't') ADVANCE(69);
if (lookahead == 'u') ADVANCE(75);
if (lookahead == 'w') ADVANCE(44);
if (lookahead == '{') ADVANCE(177);
if (lookahead == '|') ADVANCE(94);
if (lookahead == '}') ADVANCE(178);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(0)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(155);
END_STATE();
case 1:
if (lookahead == '!') ADVANCE(159);
if (lookahead == '%') ADVANCE(167);
if (lookahead == '&') ADVANCE(8);
if (lookahead == '(') ADVANCE(156);
if (lookahead == ')') ADVANCE(157);
if (lookahead == '*') ADVANCE(164);
if (lookahead == '+') ADVANCE(166);
if (lookahead == ',') ADVANCE(148);
if (lookahead == '-') ADVANCE(160);
if (lookahead == '.') ADVANCE(162);
if (lookahead == '/') ADVANCE(165);
if (lookahead == ':') ADVANCE(179);
if (lookahead == ';') ADVANCE(200);
if (lookahead == '<') ADVANCE(147);
if (lookahead == '=') ADVANCE(171);
if (lookahead == '>') ADVANCE(150);
if (lookahead == '?') ADVANCE(188);
if (lookahead == 'b') ADVANCE(123);
if (lookahead == 'f') ADVANCE(98);
if (lookahead == 'i') ADVANCE(110);
if (lookahead == 'l') ADVANCE(104);
if (lookahead == 'm') ADVANCE(99);
if (lookahead == 'r') ADVANCE(108);
if (lookahead == 't') ADVANCE(127);
if (lookahead == '{') ADVANCE(177);
if (lookahead == '|') ADVANCE(94);
if (lookahead == '}') ADVANCE(178);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(1)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(155);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 2:
if (lookahead == '!') ADVANCE(159);
if (lookahead == '%') ADVANCE(167);
if (lookahead == '&') ADVANCE(8);
if (lookahead == '(') ADVANCE(156);
if (lookahead == ')') ADVANCE(157);
if (lookahead == '*') ADVANCE(164);
if (lookahead == '+') ADVANCE(166);
if (lookahead == ',') ADVANCE(148);
if (lookahead == '-') ADVANCE(160);
if (lookahead == '.') ADVANCE(162);
if (lookahead == '/') ADVANCE(165);
if (lookahead == ':') ADVANCE(179);
if (lookahead == ';') ADVANCE(200);
if (lookahead == '<') ADVANCE(147);
if (lookahead == '=') ADVANCE(170);
if (lookahead == '>') ADVANCE(150);
if (lookahead == '?') ADVANCE(188);
if (lookahead == 'b') ADVANCE(123);
if (lookahead == 'e') ADVANCE(119);
if (lookahead == 'f') ADVANCE(98);
if (lookahead == 'i') ADVANCE(110);
if (lookahead == 'l') ADVANCE(104);
if (lookahead == 'm') ADVANCE(99);
if (lookahead == 'r') ADVANCE(108);
if (lookahead == 't') ADVANCE(127);
if (lookahead == '{') ADVANCE(177);
if (lookahead == '|') ADVANCE(94);
if (lookahead == '}') ADVANCE(178);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(2)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(155);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 3:
if (lookahead == '!') ADVANCE(159);
if (lookahead == '%') ADVANCE(167);
if (lookahead == '&') ADVANCE(8);
if (lookahead == '(') ADVANCE(156);
if (lookahead == ')') ADVANCE(157);
if (lookahead == '*') ADVANCE(164);
if (lookahead == '+') ADVANCE(166);
if (lookahead == ',') ADVANCE(148);
if (lookahead == '-') ADVANCE(160);
if (lookahead == '.') ADVANCE(162);
if (lookahead == '/') ADVANCE(165);
if (lookahead == ':') ADVANCE(15);
if (lookahead == ';') ADVANCE(200);
if (lookahead == '<') ADVANCE(147);
if (lookahead == '=') ADVANCE(170);
if (lookahead == '>') ADVANCE(150);
if (lookahead == '?') ADVANCE(188);
if (lookahead == 'b') ADVANCE(123);
if (lookahead == 'f') ADVANCE(98);
if (lookahead == 'i') ADVANCE(110);
if (lookahead == 'l') ADVANCE(104);
if (lookahead == 'm') ADVANCE(99);
if (lookahead == 'r') ADVANCE(108);
if (lookahead == 't') ADVANCE(127);
if (lookahead == '{') ADVANCE(177);
if (lookahead == '|') ADVANCE(94);
if (lookahead == '}') ADVANCE(178);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(3)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(155);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 4:
if (lookahead == '!') ADVANCE(159);
if (lookahead == '%') ADVANCE(167);
if (lookahead == '&') ADVANCE(8);
if (lookahead == '(') ADVANCE(156);
if (lookahead == ')') ADVANCE(157);
if (lookahead == '*') ADVANCE(164);
if (lookahead == '+') ADVANCE(166);
if (lookahead == ',') ADVANCE(148);
if (lookahead == '-') ADVANCE(160);
if (lookahead == '.') ADVANCE(162);
if (lookahead == '/') ADVANCE(165);
if (lookahead == ':') ADVANCE(15);
if (lookahead == ';') ADVANCE(200);
if (lookahead == '<') ADVANCE(147);
if (lookahead == '=') ADVANCE(170);
if (lookahead == '>') ADVANCE(150);
if (lookahead == '?') ADVANCE(188);
if (lookahead == 'b') ADVANCE(123);
if (lookahead == 'f') ADVANCE(98);
if (lookahead == 'i') ADVANCE(110);
if (lookahead == 'm') ADVANCE(99);
if (lookahead == 't') ADVANCE(127);
if (lookahead == '{') ADVANCE(177);
if (lookahead == '|') ADVANCE(94);
if (lookahead == '}') ADVANCE(178);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(4)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(155);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 5:
if (lookahead == '!') ADVANCE(159);
if (lookahead == '%') ADVANCE(167);
if (lookahead == '&') ADVANCE(8);
if (lookahead == '(') ADVANCE(156);
if (lookahead == '*') ADVANCE(164);
if (lookahead == '+') ADVANCE(166);
if (lookahead == '-') ADVANCE(160);
if (lookahead == '.') ADVANCE(162);
if (lookahead == '/') ADVANCE(165);
if (lookahead == ':') ADVANCE(15);
if (lookahead == ';') ADVANCE(200);
if (lookahead == '<') ADVANCE(147);
if (lookahead == '=') ADVANCE(170);
if (lookahead == '>') ADVANCE(150);
if (lookahead == '?') ADVANCE(188);
if (lookahead == 'b') ADVANCE(123);
if (lookahead == 'f') ADVANCE(98);
if (lookahead == 'i') ADVANCE(109);
if (lookahead == 'm') ADVANCE(99);
if (lookahead == 'n') ADVANCE(122);
if (lookahead == 't') ADVANCE(127);
if (lookahead == '{') ADVANCE(177);
if (lookahead == '|') ADVANCE(94);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(5)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(155);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 6:
if (lookahead == '!') ADVANCE(159);
if (lookahead == '%') ADVANCE(167);
if (lookahead == '&') ADVANCE(8);
if (lookahead == ')') ADVANCE(157);
if (lookahead == '*') ADVANCE(164);
if (lookahead == '+') ADVANCE(166);
if (lookahead == ',') ADVANCE(148);
if (lookahead == '-') ADVANCE(160);
if (lookahead == '.') ADVANCE(162);
if (lookahead == '/') ADVANCE(165);
if (lookahead == ';') ADVANCE(200);
if (lookahead == '<') ADVANCE(147);
if (lookahead == '=') ADVANCE(170);
if (lookahead == '>') ADVANCE(150);
if (lookahead == '?') ADVANCE(188);
if (lookahead == 'e') ADVANCE(50);
if (lookahead == 'i') ADVANCE(56);
if (lookahead == 'n') ADVANCE(62);
if (lookahead == '{') ADVANCE(177);
if (lookahead == '|') ADVANCE(94);
if (lookahead == '}') ADVANCE(178);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(6)
END_STATE();
case 7:
if (lookahead == '!') ADVANCE(158);
if (lookahead == '(') ADVANCE(156);
if (lookahead == ')') ADVANCE(157);
if (lookahead == ',') ADVANCE(148);
if (lookahead == '-') ADVANCE(160);
if (lookahead == '/') ADVANCE(14);
if (lookahead == ':') ADVANCE(179);
if (lookahead == ';') ADVANCE(200);
if (lookahead == '=') ADVANCE(172);
if (lookahead == 'b') ADVANCE(123);
if (lookahead == 'f') ADVANCE(98);
if (lookahead == 'i') ADVANCE(110);
if (lookahead == 'm') ADVANCE(99);
if (lookahead == 't') ADVANCE(127);
if (lookahead == '{') ADVANCE(177);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(7)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(155);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 8:
if (lookahead == '&') ADVANCE(173);
END_STATE();
case 9:
if (lookahead == '&') ADVANCE(194);
if (lookahead == '(') ADVANCE(156);
if (lookahead == ')') ADVANCE(157);
if (lookahead == ',') ADVANCE(148);
if (lookahead == '.') ADVANCE(13);
if (lookahead == '/') ADVANCE(14);
if (lookahead == '=') ADVANCE(17);
if (lookahead == '>') ADVANCE(149);
if (lookahead == '_') ADVANCE(191);
if (lookahead == 'm') ADVANCE(140);
if (lookahead == '}') ADVANCE(178);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(9)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(155);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 10:
if (lookahead == '&') ADVANCE(194);
if (lookahead == '-') ADVANCE(16);
if (lookahead == '/') ADVANCE(14);
if (lookahead == ';') ADVANCE(200);
if (lookahead == 'i') ADVANCE(56);
if (lookahead == 'm') ADVANCE(93);
if (lookahead == 'n') ADVANCE(62);
if (lookahead == '{') ADVANCE(177);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(10)
END_STATE();
case 11:
if (lookahead == '(') ADVANCE(156);
if (lookahead == ')') ADVANCE(157);
if (lookahead == ',') ADVANCE(148);
if (lookahead == '.') ADVANCE(13);
if (lookahead == '/') ADVANCE(14);
if (lookahead == '>') ADVANCE(149);
if (lookahead == '}') ADVANCE(178);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(11)
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 12:
if (lookahead == ',') ADVANCE(148);
if (lookahead == '/') ADVANCE(14);
if (lookahead == '_') ADVANCE(191);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(12)
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 13:
if (lookahead == '.') ADVANCE(180);
END_STATE();
case 14:
if (lookahead == '/') ADVANCE(189);
END_STATE();
case 15:
if (lookahead == ':') ADVANCE(146);
END_STATE();
case 16:
if (lookahead == '>') ADVANCE(197);
END_STATE();
case 17:
if (lookahead == '>') ADVANCE(183);
END_STATE();
case 18:
if (lookahead == '_') ADVANCE(65);
END_STATE();
case 19:
if (lookahead == 'a') ADVANCE(53);
if (lookahead == 'e') ADVANCE(49);
if (lookahead == 'u') ADVANCE(57);
END_STATE();
case 20:
if (lookahead == 'a') ADVANCE(60);
END_STATE();
case 21:
if (lookahead == 'a') ADVANCE(87);
if (lookahead == 'o') ADVANCE(29);
if (lookahead == 'u') ADVANCE(80);
END_STATE();
case 22:
if (lookahead == 'a') ADVANCE(45);
END_STATE();
case 23:
if (lookahead == 'a') ADVANCE(45);
if (lookahead == 'u') ADVANCE(32);
END_STATE();
case 24:
if (lookahead == 'c') ADVANCE(211);
END_STATE();
case 25:
if (lookahead == 'c') ADVANCE(205);
END_STATE();
case 26:
if (lookahead == 'c') ADVANCE(41);
END_STATE();
case 27:
if (lookahead == 'c') ADVANCE(84);
END_STATE();
case 28:
if (lookahead == 'c') ADVANCE(46);
END_STATE();
case 29:
if (lookahead == 'd') ADVANCE(207);
END_STATE();
case 30:
if (lookahead == 'e') ADVANCE(219);
END_STATE();
case 31:
if (lookahead == 'e') ADVANCE(186);
END_STATE();
case 32:
if (lookahead == 'e') ADVANCE(151);
END_STATE();
case 33:
if (lookahead == 'e') ADVANCE(213);
END_STATE();
case 34:
if (lookahead == 'e') ADVANCE(153);
END_STATE();
case 35:
if (lookahead == 'e') ADVANCE(70);
END_STATE();
case 36:
if (lookahead == 'e') ADVANCE(79);
END_STATE();
case 37:
if (lookahead == 'e') ADVANCE(86);
END_STATE();
case 38:
if (lookahead == 'f') ADVANCE(184);
if (lookahead == 'm') ADVANCE(66);
END_STATE();
case 39:
if (lookahead == 'f') ADVANCE(216);
END_STATE();
case 40:
if (lookahead == 'h') ADVANCE(196);
END_STATE();
case 41:
if (lookahead == 'h') ADVANCE(181);
END_STATE();
case 42:
if (lookahead == 'i') ADVANCE(25);
END_STATE();
case 43:
if (lookahead == 'i') ADVANCE(28);
END_STATE();
case 44:
if (lookahead == 'i') ADVANCE(81);
END_STATE();
case 45:
if (lookahead == 'i') ADVANCE(83);
END_STATE();
case 46:
if (lookahead == 'i') ADVANCE(85);
END_STATE();
case 47:
if (lookahead == 'l') ADVANCE(144);
END_STATE();
case 48:
if (lookahead == 'l') ADVANCE(215);
END_STATE();
case 49:
if (lookahead == 'l') ADVANCE(82);
END_STATE();
case 50:
if (lookahead == 'l') ADVANCE(76);
END_STATE();
case 51:
if (lookahead == 'l') ADVANCE(76);
if (lookahead == 'n') ADVANCE(90);
if (lookahead == 'x') ADVANCE(88);
END_STATE();
case 52:
if (lookahead == 'l') ADVANCE(43);
END_STATE();
case 53:
if (lookahead == 'l') ADVANCE(77);
END_STATE();
case 54:
if (lookahead == 'm') ADVANCE(66);
END_STATE();
case 55:
if (lookahead == 'm') ADVANCE(218);
END_STATE();
case 56:
if (lookahead == 'm') ADVANCE(67);
END_STATE();
case 57:
if (lookahead == 'n') ADVANCE(24);
END_STATE();
case 58:
if (lookahead == 'n') ADVANCE(212);
END_STATE();
case 59:
if (lookahead == 'n') ADVANCE(201);
END_STATE();
case 60:
if (lookahead == 'n') ADVANCE(42);
END_STATE();
case 61:
if (lookahead == 'o') ADVANCE(29);
END_STATE();
case 62:
if (lookahead == 'o') ADVANCE(18);
END_STATE();
case 63:
if (lookahead == 'o') ADVANCE(64);
END_STATE();
case 64:
if (lookahead == 'o') ADVANCE(47);
END_STATE();
case 65:
if (lookahead == 'p') ADVANCE(20);
END_STATE();
case 66:
if (lookahead == 'p') ADVANCE(48);
END_STATE();
case 67:
if (lookahead == 'p') ADVANCE(52);
END_STATE();
case 68:
if (lookahead == 'p') ADVANCE(33);
END_STATE();
case 69:
if (lookahead == 'r') ADVANCE(23);
if (lookahead == 'y') ADVANCE(68);
END_STATE();
case 70:
if (lookahead == 'r') ADVANCE(58);
END_STATE();
case 71:
if (lookahead == 'r') ADVANCE(22);
END_STATE();
case 72:
if (lookahead == 'r') ADVANCE(92);
END_STATE();
case 73:
if (lookahead == 'r') ADVANCE(59);
END_STATE();
case 74:
if (lookahead == 's') ADVANCE(203);
END_STATE();
case 75:
if (lookahead == 's') ADVANCE(30);
END_STATE();
case 76:
if (lookahead == 's') ADVANCE(31);
END_STATE();
case 77:
if (lookahead == 's') ADVANCE(34);
END_STATE();
case 78:
if (lookahead == 't') ADVANCE(72);
END_STATE();
case 79:
if (lookahead == 't') ADVANCE(198);
END_STATE();
case 80:
if (lookahead == 't') ADVANCE(192);
END_STATE();
case 81:
if (lookahead == 't') ADVANCE(40);
END_STATE();
case 82:
if (lookahead == 't') ADVANCE(142);
END_STATE();
case 83:
if (lookahead == 't') ADVANCE(214);
END_STATE();
case 84:
if (lookahead == 't') ADVANCE(217);
END_STATE();
case 85:
if (lookahead == 't') ADVANCE(74);
END_STATE();
case 86:
if (lookahead == 't') ADVANCE(91);
END_STATE();
case 87:
if (lookahead == 't') ADVANCE(26);
END_STATE();
case 88:
if (lookahead == 't') ADVANCE(35);
END_STATE();
case 89:
if (lookahead == 'u') ADVANCE(57);
END_STATE();
case 90:
if (lookahead == 'u') ADVANCE(55);
END_STATE();
case 91:
if (lookahead == 'u') ADVANCE(73);
END_STATE();
case 92:
if (lookahead == 'u') ADVANCE(27);
END_STATE();
case 93:
if (lookahead == 'u') ADVANCE(80);
END_STATE();
case 94:
if (lookahead == '|') ADVANCE(174);
END_STATE();
case 95:
if (eof) ADVANCE(96);
if (lookahead == '!') ADVANCE(159);
if (lookahead == '#') ADVANCE(208);
if (lookahead == '%') ADVANCE(167);
if (lookahead == '&') ADVANCE(8);
if (lookahead == ')') ADVANCE(157);
if (lookahead == '*') ADVANCE(164);
if (lookahead == '+') ADVANCE(166);
if (lookahead == ',') ADVANCE(148);
if (lookahead == '-') ADVANCE(160);
if (lookahead == '.') ADVANCE(162);
if (lookahead == '/') ADVANCE(165);
if (lookahead == ';') ADVANCE(200);
if (lookahead == '<') ADVANCE(147);
if (lookahead == '=') ADVANCE(170);
if (lookahead == '>') ADVANCE(150);
if (lookahead == '?') ADVANCE(188);
if (lookahead == 'e') ADVANCE(51);
if (lookahead == 'f') ADVANCE(89);
if (lookahead == 'i') ADVANCE(54);
if (lookahead == 'm') ADVANCE(61);
if (lookahead == 's') ADVANCE(78);
if (lookahead == 't') ADVANCE(71);
if (lookahead == 'u') ADVANCE(75);
if (lookahead == '{') ADVANCE(177);
if (lookahead == '|') ADVANCE(94);
if (lookahead == '}') ADVANCE(178);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(95)
END_STATE();
case 96:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 97:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '_') ADVANCE(125);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 98:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(115);
if (lookahead == 'e') ADVANCE(118);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 99:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(133);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 100:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(121);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 101:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(111);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 102:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(206);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 103:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(114);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 104:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(132);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 105:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(152);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 106:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(154);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 107:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(187);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 108:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(136);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 109:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(185);
if (lookahead == 'm') ADVANCE(126);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 110:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(185);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 111:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'h') ADVANCE(182);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 112:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(103);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 113:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(102);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 114:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(137);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 115:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(130);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 116:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(145);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 117:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(112);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 118:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(134);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 119:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(131);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 120:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(202);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 121:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(113);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 122:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(97);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 123:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(124);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 124:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(116);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 125:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(100);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 126:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(117);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 127:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(138);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 128:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(120);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 129:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(204);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 130:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(106);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 131:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(107);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 132:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(199);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 133:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(101);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 134:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(143);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 135:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(193);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 136:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(139);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 137:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(129);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 138:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(105);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 139:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(128);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 140:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(135);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 141:
ACCEPT_TOKEN(sym_identifier);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 142:
ACCEPT_TOKEN(anon_sym_felt);
END_STATE();
case 143:
ACCEPT_TOKEN(anon_sym_felt);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_bool);
END_STATE();
case 145:
ACCEPT_TOKEN(anon_sym_bool);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_COLON_COLON);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '=') ADVANCE(175);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 149:
ACCEPT_TOKEN(anon_sym_GT);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(176);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_true);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_true);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 153:
ACCEPT_TOKEN(anon_sym_false);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_false);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 155:
ACCEPT_TOKEN(sym_integer_literal);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(155);
END_STATE();
case 156:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 157:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 158:
ACCEPT_TOKEN(anon_sym_BANG);
END_STATE();
case 159:
ACCEPT_TOKEN(anon_sym_BANG);
if (lookahead == '=') ADVANCE(169);
END_STATE();
case 160:
ACCEPT_TOKEN(anon_sym_DASH);
END_STATE();
case 161:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '>') ADVANCE(197);
END_STATE();
case 162:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 163:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(180);
END_STATE();
case 164:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 165:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '/') ADVANCE(189);
END_STATE();
case 166:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 167:
ACCEPT_TOKEN(anon_sym_PERCENT);
END_STATE();
case 168:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 169:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 170:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(168);
END_STATE();
case 171:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(168);
if (lookahead == '>') ADVANCE(183);
END_STATE();
case 172:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '>') ADVANCE(183);
END_STATE();
case 173:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 174:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 175:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 176:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 177:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 178:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 179:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == ':') ADVANCE(146);
END_STATE();
case 180:
ACCEPT_TOKEN(anon_sym_DOT_DOT);
END_STATE();
case 181:
ACCEPT_TOKEN(anon_sym_match);
END_STATE();
case 182:
ACCEPT_TOKEN(anon_sym_match);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_EQ_GT);
END_STATE();
case 184:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 185:
ACCEPT_TOKEN(anon_sym_if);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 186:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 187:
ACCEPT_TOKEN(anon_sym_else);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 188:
ACCEPT_TOKEN(anon_sym_QMARK);
END_STATE();
case 189:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(189);
END_STATE();
case 190:
ACCEPT_TOKEN(anon_sym__);
END_STATE();
case 191:
ACCEPT_TOKEN(anon_sym__);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 192:
ACCEPT_TOKEN(anon_sym_mut);
END_STATE();
case 193:
ACCEPT_TOKEN(anon_sym_mut);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 194:
ACCEPT_TOKEN(anon_sym_AMP);
END_STATE();
case 195:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(173);
END_STATE();
case 196:
ACCEPT_TOKEN(anon_sym_with);
END_STATE();
case 197:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 198:
ACCEPT_TOKEN(anon_sym_let);
END_STATE();
case 199:
ACCEPT_TOKEN(anon_sym_let);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 200:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 201:
ACCEPT_TOKEN(anon_sym_return);
END_STATE();
case 202:
ACCEPT_TOKEN(anon_sym_return);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 203:
ACCEPT_TOKEN(anon_sym_implicits);
END_STATE();
case 204:
ACCEPT_TOKEN(anon_sym_implicits);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 205:
ACCEPT_TOKEN(sym__no_panic_token);
END_STATE();
case 206:
ACCEPT_TOKEN(sym__no_panic_token);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 207:
ACCEPT_TOKEN(anon_sym_mod);
END_STATE();
case 208:
ACCEPT_TOKEN(anon_sym_POUND);
END_STATE();
case 209:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 210:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 211:
ACCEPT_TOKEN(anon_sym_func);
END_STATE();
case 212:
ACCEPT_TOKEN(anon_sym_extern);
END_STATE();
case 213:
ACCEPT_TOKEN(anon_sym_type);
END_STATE();
case 214:
ACCEPT_TOKEN(anon_sym_trait);
END_STATE();
case 215:
ACCEPT_TOKEN(anon_sym_impl);
END_STATE();
case 216:
ACCEPT_TOKEN(anon_sym_of);
END_STATE();
case 217:
ACCEPT_TOKEN(anon_sym_struct);
END_STATE();
case 218:
ACCEPT_TOKEN(anon_sym_enum);
END_STATE();
case 219:
ACCEPT_TOKEN(anon_sym_use);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 0},
[2] = {.lex_state = 1},
[3] = {.lex_state = 1},
[4] = {.lex_state = 1},
[5] = {.lex_state = 1},
[6] = {.lex_state = 1},
[7] = {.lex_state = 1},
[8] = {.lex_state = 1},
[9] = {.lex_state = 1},
[10] = {.lex_state = 1},
[11] = {.lex_state = 1},
[12] = {.lex_state = 1},
[13] = {.lex_state = 1},
[14] = {.lex_state = 1},
[15] = {.lex_state = 1},
[16] = {.lex_state = 2},
[17] = {.lex_state = 2},
[18] = {.lex_state = 1},
[19] = {.lex_state = 4},
[20] = {.lex_state = 4},
[21] = {.lex_state = 2},
[22] = {.lex_state = 3},
[23] = {.lex_state = 4},
[24] = {.lex_state = 3},
[25] = {.lex_state = 4},
[26] = {.lex_state = 4},
[27] = {.lex_state = 3},
[28] = {.lex_state = 3},
[29] = {.lex_state = 4},
[30] = {.lex_state = 4},
[31] = {.lex_state = 3},
[32] = {.lex_state = 3},
[33] = {.lex_state = 3},
[34] = {.lex_state = 3},
[35] = {.lex_state = 3},
[36] = {.lex_state = 3},
[37] = {.lex_state = 3},
[38] = {.lex_state = 3},
[39] = {.lex_state = 3},
[40] = {.lex_state = 3},
[41] = {.lex_state = 4},
[42] = {.lex_state = 3},
[43] = {.lex_state = 3},
[44] = {.lex_state = 3},
[45] = {.lex_state = 3},
[46] = {.lex_state = 3},
[47] = {.lex_state = 4},
[48] = {.lex_state = 4},
[49] = {.lex_state = 4},
[50] = {.lex_state = 4},
[51] = {.lex_state = 4},
[52] = {.lex_state = 3},
[53] = {.lex_state = 3},
[54] = {.lex_state = 4},
[55] = {.lex_state = 95},
[56] = {.lex_state = 3},
[57] = {.lex_state = 3},
[58] = {.lex_state = 95},
[59] = {.lex_state = 4},
[60] = {.lex_state = 4},
[61] = {.lex_state = 4},
[62] = {.lex_state = 4},
[63] = {.lex_state = 4},
[64] = {.lex_state = 4},
[65] = {.lex_state = 4},
[66] = {.lex_state = 4},
[67] = {.lex_state = 4},
[68] = {.lex_state = 4},
[69] = {.lex_state = 3},
[70] = {.lex_state = 4},
[71] = {.lex_state = 2},
[72] = {.lex_state = 4},
[73] = {.lex_state = 2},
[74] = {.lex_state = 4},
[75] = {.lex_state = 4},
[76] = {.lex_state = 4},
[77] = {.lex_state = 4},
[78] = {.lex_state = 4},
[79] = {.lex_state = 4},
[80] = {.lex_state = 4},
[81] = {.lex_state = 3},
[82] = {.lex_state = 4},
[83] = {.lex_state = 2},
[84] = {.lex_state = 4},
[85] = {.lex_state = 4},
[86] = {.lex_state = 4},
[87] = {.lex_state = 4},
[88] = {.lex_state = 4},
[89] = {.lex_state = 4},
[90] = {.lex_state = 4},
[91] = {.lex_state = 4},
[92] = {.lex_state = 4},
[93] = {.lex_state = 4},
[94] = {.lex_state = 2},
[95] = {.lex_state = 4},
[96] = {.lex_state = 4},
[97] = {.lex_state = 3},
[98] = {.lex_state = 3},
[99] = {.lex_state = 3},
[100] = {.lex_state = 5},
[101] = {.lex_state = 3},
[102] = {.lex_state = 6},
[103] = {.lex_state = 95},
[104] = {.lex_state = 95},
[105] = {.lex_state = 6},
[106] = {.lex_state = 6},
[107] = {.lex_state = 6},
[108] = {.lex_state = 2},
[109] = {.lex_state = 2},
[110] = {.lex_state = 6},
[111] = {.lex_state = 2},
[112] = {.lex_state = 6},
[113] = {.lex_state = 6},
[114] = {.lex_state = 5},
[115] = {.lex_state = 2},
[116] = {.lex_state = 5},
[117] = {.lex_state = 5},
[118] = {.lex_state = 2},
[119] = {.lex_state = 0},
[120] = {.lex_state = 0},
[121] = {.lex_state = 5},
[122] = {.lex_state = 0},
[123] = {.lex_state = 0},
[124] = {.lex_state = 5},
[125] = {.lex_state = 0},
[126] = {.lex_state = 5},
[127] = {.lex_state = 0},
[128] = {.lex_state = 2},
[129] = {.lex_state = 5},
[130] = {.lex_state = 0},
[131] = {.lex_state = 5},
[132] = {.lex_state = 5},
[133] = {.lex_state = 2},
[134] = {.lex_state = 5},
[135] = {.lex_state = 2},
[136] = {.lex_state = 2},
[137] = {.lex_state = 9},
[138] = {.lex_state = 5},
[139] = {.lex_state = 2},
[140] = {.lex_state = 5},
[141] = {.lex_state = 5},
[142] = {.lex_state = 5},
[143] = {.lex_state = 5},
[144] = {.lex_state = 5},
[145] = {.lex_state = 5},
[146] = {.lex_state = 5},
[147] = {.lex_state = 2},
[148] = {.lex_state = 5},
[149] = {.lex_state = 5},
[150] = {.lex_state = 5},
[151] = {.lex_state = 5},
[152] = {.lex_state = 5},
[153] = {.lex_state = 5},
[154] = {.lex_state = 5},
[155] = {.lex_state = 5},
[156] = {.lex_state = 5},
[157] = {.lex_state = 5},
[158] = {.lex_state = 5},
[159] = {.lex_state = 5},
[160] = {.lex_state = 5},
[161] = {.lex_state = 5},
[162] = {.lex_state = 9},
[163] = {.lex_state = 9},
[164] = {.lex_state = 9},
[165] = {.lex_state = 2},
[166] = {.lex_state = 5},
[167] = {.lex_state = 5},
[168] = {.lex_state = 2},
[169] = {.lex_state = 2},
[170] = {.lex_state = 9},
[171] = {.lex_state = 2},
[172] = {.lex_state = 2},
[173] = {.lex_state = 9},
[174] = {.lex_state = 2},
[175] = {.lex_state = 2},
[176] = {.lex_state = 2},
[177] = {.lex_state = 9},
[178] = {.lex_state = 2},
[179] = {.lex_state = 2},
[180] = {.lex_state = 2},
[181] = {.lex_state = 2},
[182] = {.lex_state = 9},
[183] = {.lex_state = 9},
[184] = {.lex_state = 2},
[185] = {.lex_state = 2},
[186] = {.lex_state = 2},
[187] = {.lex_state = 2},
[188] = {.lex_state = 2},
[189] = {.lex_state = 2},
[190] = {.lex_state = 2},
[191] = {.lex_state = 2},
[192] = {.lex_state = 2},
[193] = {.lex_state = 2},
[194] = {.lex_state = 2},
[195] = {.lex_state = 2},
[196] = {.lex_state = 2},
[197] = {.lex_state = 2},
[198] = {.lex_state = 2},
[199] = {.lex_state = 2},
[200] = {.lex_state = 9},
[201] = {.lex_state = 9},
[202] = {.lex_state = 2},
[203] = {.lex_state = 7},
[204] = {.lex_state = 2},
[205] = {.lex_state = 2},
[206] = {.lex_state = 1},
[207] = {.lex_state = 1},
[208] = {.lex_state = 1},
[209] = {.lex_state = 1},
[210] = {.lex_state = 1},
[211] = {.lex_state = 1},
[212] = {.lex_state = 1},
[213] = {.lex_state = 4},
[214] = {.lex_state = 4},
[215] = {.lex_state = 0},
[216] = {.lex_state = 0},
[217] = {.lex_state = 0},
[218] = {.lex_state = 0},
[219] = {.lex_state = 0},
[220] = {.lex_state = 0},
[221] = {.lex_state = 0},
[222] = {.lex_state = 0},
[223] = {.lex_state = 0},
[224] = {.lex_state = 0},
[225] = {.lex_state = 0},
[226] = {.lex_state = 0},
[227] = {.lex_state = 0},
[228] = {.lex_state = 0},
[229] = {.lex_state = 0},
[230] = {.lex_state = 0},
[231] = {.lex_state = 0},
[232] = {.lex_state = 0},
[233] = {.lex_state = 0},
[234] = {.lex_state = 0},
[235] = {.lex_state = 0},
[236] = {.lex_state = 0},
[237] = {.lex_state = 0},
[238] = {.lex_state = 0},
[239] = {.lex_state = 0},
[240] = {.lex_state = 0},
[241] = {.lex_state = 0},
[242] = {.lex_state = 0},
[243] = {.lex_state = 0},
[244] = {.lex_state = 0},
[245] = {.lex_state = 0},
[246] = {.lex_state = 0},
[247] = {.lex_state = 0},
[248] = {.lex_state = 0},
[249] = {.lex_state = 0},
[250] = {.lex_state = 0},
[251] = {.lex_state = 0},
[252] = {.lex_state = 0},
[253] = {.lex_state = 0},
[254] = {.lex_state = 0},
[255] = {.lex_state = 0},
[256] = {.lex_state = 0},
[257] = {.lex_state = 0},
[258] = {.lex_state = 0},
[259] = {.lex_state = 0},
[260] = {.lex_state = 0},
[261] = {.lex_state = 0},
[262] = {.lex_state = 0},
[263] = {.lex_state = 0},
[264] = {.lex_state = 0},
[265] = {.lex_state = 0},
[266] = {.lex_state = 0},
[267] = {.lex_state = 0},
[268] = {.lex_state = 0},
[269] = {.lex_state = 0},
[270] = {.lex_state = 0},
[271] = {.lex_state = 0},
[272] = {.lex_state = 0},
[273] = {.lex_state = 0},
[274] = {.lex_state = 0},
[275] = {.lex_state = 0},
[276] = {.lex_state = 0},
[277] = {.lex_state = 0},
[278] = {.lex_state = 0},
[279] = {.lex_state = 0},
[280] = {.lex_state = 0},
[281] = {.lex_state = 0},
[282] = {.lex_state = 0},
[283] = {.lex_state = 0},
[284] = {.lex_state = 0},
[285] = {.lex_state = 0},
[286] = {.lex_state = 0},
[287] = {.lex_state = 0},
[288] = {.lex_state = 0},
[289] = {.lex_state = 0},
[290] = {.lex_state = 0},
[291] = {.lex_state = 0},
[292] = {.lex_state = 0},
[293] = {.lex_state = 0},
[294] = {.lex_state = 0},
[295] = {.lex_state = 0},
[296] = {.lex_state = 0},
[297] = {.lex_state = 0},
[298] = {.lex_state = 0},
[299] = {.lex_state = 0},
[300] = {.lex_state = 0},
[301] = {.lex_state = 0},
[302] = {.lex_state = 0},
[303] = {.lex_state = 0},
[304] = {.lex_state = 0},
[305] = {.lex_state = 0},
[306] = {.lex_state = 0},
[307] = {.lex_state = 0},
[308] = {.lex_state = 0},
[309] = {.lex_state = 0},
[310] = {.lex_state = 0},
[311] = {.lex_state = 0},
[312] = {.lex_state = 0},
[313] = {.lex_state = 0},
[314] = {.lex_state = 0},
[315] = {.lex_state = 0},
[316] = {.lex_state = 0},
[317] = {.lex_state = 0},
[318] = {.lex_state = 0},
[319] = {.lex_state = 0},
[320] = {.lex_state = 0},
[321] = {.lex_state = 0},
[322] = {.lex_state = 0},
[323] = {.lex_state = 0},
[324] = {.lex_state = 0},
[325] = {.lex_state = 0},
[326] = {.lex_state = 0},
[327] = {.lex_state = 0},
[328] = {.lex_state = 0},
[329] = {.lex_state = 0},
[330] = {.lex_state = 0},
[331] = {.lex_state = 0},
[332] = {.lex_state = 0},
[333] = {.lex_state = 0},
[334] = {.lex_state = 0},
[335] = {.lex_state = 0},
[336] = {.lex_state = 0},
[337] = {.lex_state = 0},
[338] = {.lex_state = 0},
[339] = {.lex_state = 0},
[340] = {.lex_state = 0},
[341] = {.lex_state = 0},
[342] = {.lex_state = 0},
[343] = {.lex_state = 0},
[344] = {.lex_state = 0},
[345] = {.lex_state = 0},
[346] = {.lex_state = 0},
[347] = {.lex_state = 0},
[348] = {.lex_state = 0},
[349] = {.lex_state = 0},
[350] = {.lex_state = 0},
[351] = {.lex_state = 0},
[352] = {.lex_state = 0},
[353] = {.lex_state = 0},
[354] = {.lex_state = 0},
[355] = {.lex_state = 0},
[356] = {.lex_state = 0},
[357] = {.lex_state = 9},
[358] = {.lex_state = 9},
[359] = {.lex_state = 0},
[360] = {.lex_state = 0},
[361] = {.lex_state = 0},
[362] = {.lex_state = 9},
[363] = {.lex_state = 0},
[364] = {.lex_state = 0},
[365] = {.lex_state = 0},
[366] = {.lex_state = 0},
[367] = {.lex_state = 11},
[368] = {.lex_state = 11},
[369] = {.lex_state = 0},
[370] = {.lex_state = 10},
[371] = {.lex_state = 0},
[372] = {.lex_state = 10},
[373] = {.lex_state = 0},
[374] = {.lex_state = 0},
[375] = {.lex_state = 10},
[376] = {.lex_state = 0},
[377] = {.lex_state = 0},
[378] = {.lex_state = 0},
[379] = {.lex_state = 10},
[380] = {.lex_state = 0},
[381] = {.lex_state = 10},
[382] = {.lex_state = 10},
[383] = {.lex_state = 0},
[384] = {.lex_state = 0},
[385] = {.lex_state = 11},
[386] = {.lex_state = 0},
[387] = {.lex_state = 5},
[388] = {.lex_state = 11},
[389] = {.lex_state = 11},
[390] = {.lex_state = 11},
[391] = {.lex_state = 11},
[392] = {.lex_state = 11},
[393] = {.lex_state = 11},
[394] = {.lex_state = 5},
[395] = {.lex_state = 11},
[396] = {.lex_state = 11},
[397] = {.lex_state = 0},
[398] = {.lex_state = 5},
[399] = {.lex_state = 0},
[400] = {.lex_state = 11},
[401] = {.lex_state = 11},
[402] = {.lex_state = 11},
[403] = {.lex_state = 0},
[404] = {.lex_state = 11},
[405] = {.lex_state = 11},
[406] = {.lex_state = 0},
[407] = {.lex_state = 11},
[408] = {.lex_state = 11},
[409] = {.lex_state = 0},
[410] = {.lex_state = 0},
[411] = {.lex_state = 0},
[412] = {.lex_state = 0},
[413] = {.lex_state = 11},
[414] = {.lex_state = 0},
[415] = {.lex_state = 0},
[416] = {.lex_state = 0},
[417] = {.lex_state = 11},
[418] = {.lex_state = 0},
[419] = {.lex_state = 11},
[420] = {.lex_state = 12},
[421] = {.lex_state = 0},
[422] = {.lex_state = 0},
[423] = {.lex_state = 2},
[424] = {.lex_state = 11},
[425] = {.lex_state = 0},
[426] = {.lex_state = 0},
[427] = {.lex_state = 12},
[428] = {.lex_state = 11},
[429] = {.lex_state = 0},
[430] = {.lex_state = 0},
[431] = {.lex_state = 12},
[432] = {.lex_state = 0},
[433] = {.lex_state = 11},
[434] = {.lex_state = 0},
[435] = {.lex_state = 11},
[436] = {.lex_state = 0},
[437] = {.lex_state = 0},
[438] = {.lex_state = 0},
[439] = {.lex_state = 0},
[440] = {.lex_state = 0},
[441] = {.lex_state = 0},
[442] = {.lex_state = 0},
[443] = {.lex_state = 11},
[444] = {.lex_state = 0},
[445] = {.lex_state = 0},
[446] = {.lex_state = 0},
[447] = {.lex_state = 11},
[448] = {.lex_state = 0},
[449] = {.lex_state = 0},
[450] = {.lex_state = 11},
[451] = {.lex_state = 0},
[452] = {.lex_state = 0},
[453] = {.lex_state = 0},
[454] = {.lex_state = 0},
[455] = {.lex_state = 0},
[456] = {.lex_state = 0},
[457] = {.lex_state = 0},
[458] = {.lex_state = 0},
[459] = {.lex_state = 0},
[460] = {.lex_state = 0},
[461] = {.lex_state = 10},
[462] = {.lex_state = 0},
[463] = {.lex_state = 0},
[464] = {.lex_state = 11},
[465] = {.lex_state = 11},
[466] = {.lex_state = 0},
[467] = {.lex_state = 0},
[468] = {.lex_state = 9},
[469] = {.lex_state = 0},
[470] = {.lex_state = 0},
[471] = {.lex_state = 9},
[472] = {.lex_state = 0},
[473] = {.lex_state = 10},
[474] = {.lex_state = 11},
[475] = {.lex_state = 0},
[476] = {.lex_state = 0},
[477] = {.lex_state = 11},
[478] = {.lex_state = 0},
[479] = {.lex_state = 0},
[480] = {.lex_state = 0},
[481] = {.lex_state = 11},
[482] = {.lex_state = 11},
[483] = {.lex_state = 11},
[484] = {.lex_state = 0},
[485] = {.lex_state = 0},
[486] = {.lex_state = 0},
[487] = {.lex_state = 11},
[488] = {.lex_state = 11},
[489] = {.lex_state = 0},
[490] = {.lex_state = 0},
[491] = {.lex_state = 0},
[492] = {.lex_state = 0},
[493] = {.lex_state = 0},
[494] = {.lex_state = 0},
[495] = {.lex_state = 0},
[496] = {.lex_state = 11},
[497] = {.lex_state = 0},
[498] = {.lex_state = 0},
[499] = {.lex_state = 12},
[500] = {.lex_state = 0},
[501] = {.lex_state = 0},
[502] = {.lex_state = 0},
[503] = {.lex_state = 0},
[504] = {.lex_state = 0},
[505] = {.lex_state = 0},
[506] = {.lex_state = 0},
[507] = {.lex_state = 0},
[508] = {.lex_state = 0},
[509] = {.lex_state = 0},
[510] = {.lex_state = 11},
[511] = {.lex_state = 0},
[512] = {.lex_state = 0},
[513] = {.lex_state = 9},
[514] = {.lex_state = 11},
[515] = {.lex_state = 11},
[516] = {.lex_state = 0},
[517] = {.lex_state = 0},
[518] = {.lex_state = 0},
[519] = {.lex_state = 0},
[520] = {.lex_state = 0},
[521] = {.lex_state = 0},
[522] = {.lex_state = 0},
[523] = {.lex_state = 0},
[524] = {.lex_state = 0},
[525] = {.lex_state = 11},
[526] = {.lex_state = 0},
[527] = {.lex_state = 11},
[528] = {.lex_state = 0},
[529] = {.lex_state = 0},
[530] = {.lex_state = 0},
[531] = {.lex_state = 11},
[532] = {.lex_state = 11},
[533] = {.lex_state = 0},
[534] = {.lex_state = 11},
[535] = {.lex_state = 11},
[536] = {.lex_state = 0},
[537] = {.lex_state = 11},
[538] = {.lex_state = 11},
[539] = {.lex_state = 11},
[540] = {.lex_state = 11},
[541] = {.lex_state = 11},
[542] = {.lex_state = 0},
[543] = {.lex_state = 0},
[544] = {.lex_state = 11},
[545] = {.lex_state = 0},
[546] = {.lex_state = 9},
[547] = {.lex_state = 0},
[548] = {.lex_state = 0},
[549] = {.lex_state = 0},
[550] = {.lex_state = 11},
[551] = {.lex_state = 0},
[552] = {.lex_state = 0},
[553] = {.lex_state = 0},
[554] = {.lex_state = 0},
[555] = {.lex_state = 0},
[556] = {.lex_state = 9},
[557] = {.lex_state = 12},
[558] = {.lex_state = 12},
[559] = {.lex_state = 0},
[560] = {.lex_state = 9},
[561] = {.lex_state = 0},
[562] = {.lex_state = 0},
[563] = {.lex_state = 11},
[564] = {.lex_state = 11},
[565] = {.lex_state = 0},
[566] = {.lex_state = 11},
[567] = {.lex_state = 11},
[568] = {.lex_state = 0},
[569] = {.lex_state = 0},
[570] = {.lex_state = 0},
[571] = {.lex_state = 0},
[572] = {.lex_state = 0},
[573] = {.lex_state = 0},
[574] = {.lex_state = 0},
[575] = {.lex_state = 0},
[576] = {.lex_state = 0},
[577] = {.lex_state = 0},
[578] = {.lex_state = 0},
[579] = {.lex_state = 0},
[580] = {.lex_state = 0},
[581] = {.lex_state = 11},
[582] = {.lex_state = 0},
[583] = {.lex_state = 0},
[584] = {.lex_state = 0},
[585] = {.lex_state = 0},
[586] = {.lex_state = 0},
[587] = {.lex_state = 0},
[588] = {.lex_state = 11},
[589] = {.lex_state = 0},
[590] = {.lex_state = 0},
[591] = {.lex_state = 0},
[592] = {.lex_state = 0},
[593] = {.lex_state = 0},
[594] = {.lex_state = 0},
[595] = {.lex_state = 0},
[596] = {.lex_state = 0},
[597] = {.lex_state = 0},
[598] = {.lex_state = 0},
[599] = {.lex_state = 0},
[600] = {.lex_state = 0},
[601] = {.lex_state = 0},
[602] = {.lex_state = 0},
[603] = {.lex_state = 0},
[604] = {.lex_state = 0},
[605] = {.lex_state = 0},
[606] = {.lex_state = 0},
[607] = {.lex_state = 0},
[608] = {.lex_state = 0},
[609] = {.lex_state = 0},
[610] = {.lex_state = 0},
[611] = {.lex_state = 0},
[612] = {.lex_state = 9},
[613] = {.lex_state = 0},
[614] = {.lex_state = 0},
[615] = {.lex_state = 0},
[616] = {.lex_state = 11},
[617] = {.lex_state = 0},
[618] = {.lex_state = 11},
[619] = {.lex_state = 0},
[620] = {.lex_state = 0},
[621] = {.lex_state = 0},
[622] = {.lex_state = 9},
[623] = {.lex_state = 0},
[624] = {.lex_state = 9},
[625] = {.lex_state = 0},
[626] = {.lex_state = 0},
[627] = {.lex_state = 0},
[628] = {.lex_state = 0},
[629] = {.lex_state = 0},
[630] = {.lex_state = 0},
[631] = {.lex_state = 2},
[632] = {.lex_state = 0},
[633] = {.lex_state = 0},
[634] = {.lex_state = 11},
[635] = {.lex_state = 0},
[636] = {.lex_state = 0},
[637] = {.lex_state = 0},
[638] = {.lex_state = 11},
[639] = {.lex_state = 0},
[640] = {.lex_state = 0},
[641] = {.lex_state = 0},
[642] = {.lex_state = 11},
[643] = {.lex_state = 11},
[644] = {.lex_state = 0},
[645] = {.lex_state = 11},
[646] = {.lex_state = 0},
[647] = {.lex_state = 0},
[648] = {.lex_state = 11},
[649] = {.lex_state = 0},
[650] = {.lex_state = 0},
[651] = {.lex_state = 0},
[652] = {.lex_state = 0},
[653] = {.lex_state = 0},
[654] = {.lex_state = 11},
[655] = {.lex_state = 0},
[656] = {.lex_state = 11},
[657] = {.lex_state = 0},
[658] = {.lex_state = 0},
[659] = {.lex_state = 0},
[660] = {.lex_state = 0},
[661] = {.lex_state = 0},
[662] = {.lex_state = 0},
[663] = {.lex_state = 0},
[664] = {.lex_state = 0},
[665] = {.lex_state = 0},
[666] = {.lex_state = 0},
[667] = {.lex_state = 0},
[668] = {.lex_state = 11},
[669] = {.lex_state = 11},
[670] = {.lex_state = 0},
[671] = {.lex_state = 11},
[672] = {.lex_state = 11},
[673] = {.lex_state = 11},
[674] = {.lex_state = 0},
[675] = {.lex_state = 0},
[676] = {.lex_state = 0},
[677] = {.lex_state = 11},
[678] = {.lex_state = 11},
[679] = {.lex_state = 11},
[680] = {.lex_state = 0},
[681] = {.lex_state = 11},
[682] = {.lex_state = 0},
[683] = {.lex_state = 11},
[684] = {.lex_state = 11},
[685] = {.lex_state = 11},
[686] = {.lex_state = 0},
[687] = {.lex_state = 0},
[688] = {.lex_state = 0},
[689] = {.lex_state = 0},
[690] = {.lex_state = 11},
[691] = {.lex_state = 11},
[692] = {.lex_state = 11},
[693] = {.lex_state = 11},
[694] = {.lex_state = 0},
[695] = {.lex_state = 0},
[696] = {.lex_state = 11},
[697] = {.lex_state = 11},
[698] = {.lex_state = 11},
[699] = {.lex_state = 0},
[700] = {.lex_state = 0},
[701] = {.lex_state = 0},
[702] = {.lex_state = 11},
[703] = {.lex_state = 11},
[704] = {.lex_state = 11},
[705] = {.lex_state = 0},
[706] = {.lex_state = 11},
[707] = {.lex_state = 0},
[708] = {.lex_state = 0},
[709] = {.lex_state = 0},
[710] = {.lex_state = 11},
[711] = {.lex_state = 11},
[712] = {.lex_state = 11},
[713] = {.lex_state = 0},
[714] = {.lex_state = 9},
[715] = {.lex_state = 11},
[716] = {.lex_state = 0},
[717] = {.lex_state = 0},
[718] = {.lex_state = 0},
[719] = {.lex_state = 11},
[720] = {.lex_state = 0},
[721] = {.lex_state = 0},
[722] = {.lex_state = 0},
[723] = {.lex_state = 0},
[724] = {.lex_state = 11},
[725] = {.lex_state = 11},
[726] = {.lex_state = 0},
[727] = {.lex_state = 11},
[728] = {.lex_state = 0},
[729] = {.lex_state = 0},
[730] = {.lex_state = 0},
[731] = {.lex_state = 11},
[732] = {.lex_state = 0},
[733] = {.lex_state = 0},
[734] = {.lex_state = 0},
[735] = {.lex_state = 0},
[736] = {.lex_state = 11},
[737] = {.lex_state = 11},
[738] = {.lex_state = 11},
[739] = {.lex_state = 0},
[740] = {.lex_state = 0},
[741] = {.lex_state = 11},
[742] = {.lex_state = 11},
[743] = {.lex_state = 11},
[744] = {.lex_state = 11},
[745] = {.lex_state = 0},
[746] = {.lex_state = 9},
[747] = {.lex_state = 0},
[748] = {.lex_state = 0},
[749] = {.lex_state = 0},
[750] = {.lex_state = 11},
[751] = {.lex_state = 11},
[752] = {.lex_state = 11},
[753] = {.lex_state = 0},
[754] = {.lex_state = 11},
[755] = {.lex_state = 0},
[756] = {.lex_state = 0},
[757] = {.lex_state = 0},
[758] = {.lex_state = 11},
[759] = {.lex_state = 0},
[760] = {.lex_state = 0},
[761] = {.lex_state = 11},
[762] = {.lex_state = 0},
[763] = {.lex_state = 0},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[ts_builtin_sym_end] = ACTIONS(1),
[anon_sym_felt] = ACTIONS(1),
[anon_sym_bool] = ACTIONS(1),
[anon_sym_COLON_COLON] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_true] = ACTIONS(1),
[anon_sym_false] = ACTIONS(1),
[sym_integer_literal] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_BANG] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_PERCENT] = ACTIONS(1),
[anon_sym_EQ_EQ] = ACTIONS(1),
[anon_sym_BANG_EQ] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_AMP_AMP] = ACTIONS(1),
[anon_sym_PIPE_PIPE] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_GT_EQ] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_DOT_DOT] = ACTIONS(1),
[anon_sym_match] = ACTIONS(1),
[anon_sym_EQ_GT] = ACTIONS(1),
[anon_sym_if] = ACTIONS(1),
[anon_sym_else] = ACTIONS(1),
[anon_sym_QMARK] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
[anon_sym__] = ACTIONS(1),
[anon_sym_mut] = ACTIONS(1),
[anon_sym_AMP] = ACTIONS(1),
[anon_sym_with] = ACTIONS(1),
[anon_sym_DASH_GT] = ACTIONS(1),
[anon_sym_let] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[anon_sym_return] = ACTIONS(1),
[sym__no_panic_token] = ACTIONS(1),
[anon_sym_mod] = ACTIONS(1),
[anon_sym_POUND] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_func] = ACTIONS(1),
[anon_sym_extern] = ACTIONS(1),
[anon_sym_type] = ACTIONS(1),
[anon_sym_trait] = ACTIONS(1),
[anon_sym_impl] = ACTIONS(1),
[anon_sym_of] = ACTIONS(1),
[anon_sym_struct] = ACTIONS(1),
[anon_sym_enum] = ACTIONS(1),
[anon_sym_use] = ACTIONS(1),
},
[1] = {
[sym_source_file] = STATE(747),
[sym__item] = STATE(122),
[sym_module] = STATE(122),
[sym_attribute] = STATE(215),
[sym_free_function] = STATE(122),
[sym_extern_function] = STATE(122),
[sym_extern_type] = STATE(122),
[sym_trait] = STATE(122),
[sym_impl] = STATE(122),
[sym_struct] = STATE(122),
[sym_enum] = STATE(122),
[sym_use] = STATE(122),
[aux_sym_source_file_repeat1] = STATE(122),
[aux_sym_module_repeat1] = STATE(215),
[ts_builtin_sym_end] = ACTIONS(5),
[sym_comment] = ACTIONS(3),
[anon_sym_mod] = ACTIONS(7),
[anon_sym_POUND] = ACTIONS(9),
[anon_sym_func] = ACTIONS(11),
[anon_sym_extern] = ACTIONS(13),
[anon_sym_trait] = ACTIONS(15),
[anon_sym_impl] = ACTIONS(17),
[anon_sym_struct] = ACTIONS(19),
[anon_sym_enum] = ACTIONS(21),
[anon_sym_use] = ACTIONS(23),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_RBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_let,
ACTIONS(47), 1,
anon_sym_return,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(3), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[80] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(49), 1,
sym_identifier,
ACTIONS(58), 1,
sym_integer_literal,
ACTIONS(61), 1,
anon_sym_LPAREN,
ACTIONS(67), 1,
anon_sym_LBRACE,
ACTIONS(70), 1,
anon_sym_RBRACE,
ACTIONS(72), 1,
anon_sym_match,
ACTIONS(75), 1,
anon_sym_if,
ACTIONS(78), 1,
anon_sym_let,
ACTIONS(81), 1,
anon_sym_return,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(52), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(55), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(64), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(3), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[160] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_let,
ACTIONS(47), 1,
anon_sym_return,
ACTIONS(84), 1,
anon_sym_RBRACE,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(5), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[240] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_let,
ACTIONS(47), 1,
anon_sym_return,
ACTIONS(86), 1,
anon_sym_RBRACE,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(3), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[320] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_let,
ACTIONS(47), 1,
anon_sym_return,
ACTIONS(88), 1,
anon_sym_RBRACE,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(3), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[400] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_let,
ACTIONS(47), 1,
anon_sym_return,
ACTIONS(90), 1,
anon_sym_RBRACE,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(8), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[480] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_let,
ACTIONS(47), 1,
anon_sym_return,
ACTIONS(92), 1,
anon_sym_RBRACE,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(3), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[560] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_let,
ACTIONS(47), 1,
anon_sym_return,
ACTIONS(94), 1,
anon_sym_RBRACE,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(11), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[640] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_let,
ACTIONS(47), 1,
anon_sym_return,
ACTIONS(96), 1,
anon_sym_RBRACE,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(6), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[720] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_let,
ACTIONS(47), 1,
anon_sym_return,
ACTIONS(98), 1,
anon_sym_RBRACE,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(3), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[800] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_let,
ACTIONS(47), 1,
anon_sym_return,
ACTIONS(100), 1,
anon_sym_RBRACE,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
STATE(101), 1,
sym_match_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(2), 5,
sym__statement,
sym_let_statement,
sym_expression_statement,
sym_return_statement,
aux_sym_block_expression_repeat1,
STATE(56), 14,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_if_expression,
sym_error_propagation_expression,
[880] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(102), 15,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(104), 21,
anon_sym_COLON_COLON,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_SEMI,
[924] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(106), 15,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(108), 21,
anon_sym_COLON_COLON,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_SEMI,
[968] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(110), 15,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(112), 21,
anon_sym_COLON_COLON,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_SEMI,
[1012] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(118), 1,
anon_sym_else,
STATE(17), 1,
aux_sym_if_expression_repeat1,
STATE(34), 1,
sym_else_clause,
STATE(94), 1,
sym_else_if_clause,
ACTIONS(114), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(116), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1063] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(118), 1,
anon_sym_else,
STATE(21), 1,
aux_sym_if_expression_repeat1,
STATE(37), 1,
sym_else_clause,
STATE(94), 1,
sym_else_if_clause,
ACTIONS(120), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(122), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1114] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(124), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(126), 21,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_SEMI,
[1157] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(130), 1,
anon_sym_RPAREN,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
STATE(723), 1,
sym__arguments,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(147), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[1225] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(138), 1,
anon_sym_RPAREN,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
STATE(735), 1,
sym__arguments,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(147), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[1293] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(144), 1,
anon_sym_else,
STATE(21), 1,
aux_sym_if_expression_repeat1,
STATE(94), 1,
sym_else_if_clause,
ACTIONS(140), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(142), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1341] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(147), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(149), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1382] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(151), 1,
anon_sym_RPAREN,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(175), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[1447] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(155), 1,
anon_sym_COLON_COLON,
STATE(42), 1,
aux_sym_path_expression_repeat1,
ACTIONS(153), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(157), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1492] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(159), 1,
anon_sym_RPAREN,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(136), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[1557] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(161), 1,
anon_sym_SEMI,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(195), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[1622] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(165), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1663] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(167), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(169), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1704] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(171), 1,
anon_sym_RPAREN,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(139), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[1769] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(173), 1,
anon_sym_RPAREN,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(165), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[1834] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(175), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(177), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1875] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(179), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(181), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1916] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(183), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(185), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1957] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(187), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(189), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[1998] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(191), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(193), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2039] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(195), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(197), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2080] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(199), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(201), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2121] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(203), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(205), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2162] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(207), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(210), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2203] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(213), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(215), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2244] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(217), 1,
anon_sym_RPAREN,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(175), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[2309] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(155), 1,
anon_sym_COLON_COLON,
STATE(45), 1,
aux_sym_path_expression_repeat1,
ACTIONS(219), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(221), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2354] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(225), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2395] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(227), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(229), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2436] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(231), 1,
anon_sym_COLON_COLON,
STATE(45), 1,
aux_sym_path_expression_repeat1,
ACTIONS(110), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(112), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2481] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(234), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(236), 19,
anon_sym_COMMA,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2522] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(181), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[2584] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(238), 1,
sym_identifier,
ACTIONS(244), 1,
sym_integer_literal,
ACTIONS(246), 1,
anon_sym_LPAREN,
ACTIONS(250), 1,
anon_sym_LBRACE,
ACTIONS(252), 1,
anon_sym_match,
ACTIONS(254), 1,
anon_sym_if,
STATE(48), 1,
sym__unary_operator,
STATE(150), 1,
sym_path_expression,
ACTIONS(240), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(242), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(248), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(114), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(161), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[2646] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(194), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[2708] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(189), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[2770] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(256), 1,
sym_identifier,
STATE(80), 1,
sym__unary_operator,
STATE(204), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(258), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(180), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[2832] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(96), 1,
sym__binary_operator,
ACTIONS(260), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(262), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2874] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(96), 1,
sym__binary_operator,
ACTIONS(264), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(266), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[2916] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(202), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[2978] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(270), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(268), 27,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[3018] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(282), 1,
anon_sym_SEMI,
STATE(96), 1,
sym__binary_operator,
ACTIONS(276), 4,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_RBRACE,
ACTIONS(274), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(272), 9,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(278), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[3068] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(286), 1,
anon_sym_COLON_COLON,
ACTIONS(284), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(289), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[3110] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(293), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(291), 27,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[3150] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(179), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3212] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(197), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3274] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(256), 1,
sym_identifier,
STATE(80), 1,
sym__unary_operator,
STATE(204), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(258), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(188), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3336] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(175), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3398] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(135), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3460] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(199), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3522] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(174), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3584] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(256), 1,
sym_identifier,
STATE(80), 1,
sym__unary_operator,
STATE(204), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(258), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(171), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3646] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(244), 1,
sym_integer_literal,
ACTIONS(246), 1,
anon_sym_LPAREN,
ACTIONS(250), 1,
anon_sym_LBRACE,
ACTIONS(252), 1,
anon_sym_match,
ACTIONS(254), 1,
anon_sym_if,
ACTIONS(295), 1,
sym_identifier,
STATE(68), 1,
sym__unary_operator,
STATE(132), 1,
sym_path_expression,
ACTIONS(240), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(242), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(297), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(114), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(167), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3708] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(244), 1,
sym_integer_literal,
ACTIONS(246), 1,
anon_sym_LPAREN,
ACTIONS(250), 1,
anon_sym_LBRACE,
ACTIONS(252), 1,
anon_sym_match,
ACTIONS(254), 1,
anon_sym_if,
ACTIONS(295), 1,
sym_identifier,
STATE(68), 1,
sym__unary_operator,
STATE(132), 1,
sym_path_expression,
ACTIONS(240), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(242), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(297), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(114), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(166), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3770] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(301), 18,
anon_sym_COLON_COLON,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[3810] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(198), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3872] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(270), 15,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_else,
anon_sym_let,
anon_sym_return,
ACTIONS(268), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[3912] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(238), 1,
sym_identifier,
ACTIONS(244), 1,
sym_integer_literal,
ACTIONS(246), 1,
anon_sym_LPAREN,
ACTIONS(250), 1,
anon_sym_LBRACE,
ACTIONS(252), 1,
anon_sym_match,
ACTIONS(254), 1,
anon_sym_if,
STATE(48), 1,
sym__unary_operator,
STATE(150), 1,
sym_path_expression,
ACTIONS(240), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(242), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(248), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(114), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(151), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[3974] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(293), 15,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_else,
anon_sym_let,
anon_sym_return,
ACTIONS(291), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[4014] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(169), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4076] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(305), 1,
sym_integer_literal,
ACTIONS(299), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(303), 7,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
ACTIONS(301), 19,
anon_sym_COLON_COLON,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[4120] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(168), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4182] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(256), 1,
sym_identifier,
STATE(80), 1,
sym__unary_operator,
STATE(204), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(258), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(196), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4244] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(178), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4306] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(238), 1,
sym_identifier,
ACTIONS(244), 1,
sym_integer_literal,
ACTIONS(246), 1,
anon_sym_LPAREN,
ACTIONS(250), 1,
anon_sym_LBRACE,
ACTIONS(252), 1,
anon_sym_match,
ACTIONS(254), 1,
anon_sym_if,
STATE(48), 1,
sym__unary_operator,
STATE(150), 1,
sym_path_expression,
ACTIONS(240), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(242), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(248), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(114), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(145), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4368] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(256), 1,
sym_identifier,
STATE(80), 1,
sym__unary_operator,
STATE(204), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(258), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(205), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4430] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(286), 1,
anon_sym_COLON_COLON,
ACTIONS(307), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(309), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[4472] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(133), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4534] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(311), 15,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_else,
anon_sym_let,
anon_sym_return,
ACTIONS(313), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[4574] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(256), 1,
sym_identifier,
STATE(80), 1,
sym__unary_operator,
STATE(204), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(258), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(190), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4636] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(256), 1,
sym_identifier,
STATE(80), 1,
sym__unary_operator,
STATE(204), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(258), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(193), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4698] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(185), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4760] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(187), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4822] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(191), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4884] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(256), 1,
sym_identifier,
STATE(80), 1,
sym__unary_operator,
STATE(204), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(258), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(186), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[4946] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(176), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[5008] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(128), 1,
sym_identifier,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
STATE(82), 1,
sym__unary_operator,
STATE(128), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(132), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(184), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[5070] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(136), 1,
anon_sym_if,
ACTIONS(256), 1,
sym_identifier,
STATE(80), 1,
sym__unary_operator,
STATE(204), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(258), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(111), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(192), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[5132] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(53), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[5194] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(315), 15,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_else,
anon_sym_let,
anon_sym_return,
ACTIONS(317), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[5234] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(244), 1,
sym_integer_literal,
ACTIONS(246), 1,
anon_sym_LPAREN,
ACTIONS(250), 1,
anon_sym_LBRACE,
ACTIONS(252), 1,
anon_sym_match,
ACTIONS(254), 1,
anon_sym_if,
ACTIONS(295), 1,
sym_identifier,
STATE(68), 1,
sym__unary_operator,
STATE(132), 1,
sym_path_expression,
ACTIONS(240), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(242), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(297), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(114), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(155), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[5296] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(25), 1,
sym_identifier,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(33), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_match,
ACTIONS(43), 1,
anon_sym_if,
STATE(93), 1,
sym__unary_operator,
STATE(99), 1,
sym_path_expression,
ACTIONS(27), 2,
anon_sym_felt,
anon_sym_bool,
ACTIONS(29), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(35), 2,
anon_sym_BANG,
anon_sym_DASH,
STATE(24), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(52), 15,
sym__expression,
sym__simple_identifier,
sym_primitive_type,
sym_boolean_expression,
sym_literal_expression,
sym_parenthesized_expression,
sym_unary_expression,
sym_binary_expression,
sym_tuple_expression,
sym_function_call_expression,
sym_struct_ctor_call_expression,
sym_block_expression,
sym_match_expression,
sym_if_expression,
sym_error_propagation_expression,
[5358] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(293), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(291), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[5397] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(270), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(268), 17,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[5436] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(323), 1,
anon_sym_LPAREN,
ACTIONS(326), 1,
anon_sym_LBRACE,
ACTIONS(319), 14,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_LT,
anon_sym_GT,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(321), 15,
sym_integer_literal,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[5479] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(305), 1,
sym_integer_literal,
ACTIONS(299), 7,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
anon_sym_implicits,
sym__no_panic_token,
ACTIONS(303), 7,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
ACTIONS(301), 16,
anon_sym_COLON_COLON,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[5522] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(319), 4,
anon_sym_LT,
anon_sym_GT,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(332), 5,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_LBRACE,
anon_sym_RBRACE,
ACTIONS(329), 10,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_BANG,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
ACTIONS(321), 12,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_SEMI,
[5565] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(335), 1,
anon_sym_else,
STATE(102), 1,
aux_sym_if_expression_repeat1,
STATE(113), 1,
sym_else_if_clause,
ACTIONS(140), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(142), 19,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[5606] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(338), 1,
anon_sym_else,
STATE(34), 1,
sym_else_clause,
STATE(104), 1,
aux_sym_if_expression_repeat1,
STATE(113), 1,
sym_else_if_clause,
ACTIONS(114), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(116), 17,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[5648] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(338), 1,
anon_sym_else,
STATE(37), 1,
sym_else_clause,
STATE(102), 1,
aux_sym_if_expression_repeat1,
STATE(113), 1,
sym_else_if_clause,
ACTIONS(120), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(122), 17,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[5690] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(270), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(268), 20,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_else,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[5723] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(340), 1,
anon_sym_else,
STATE(102), 1,
aux_sym_if_expression_repeat1,
STATE(113), 1,
sym_else_if_clause,
STATE(141), 1,
sym_else_clause,
ACTIONS(120), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(122), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[5764] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(340), 1,
anon_sym_else,
STATE(106), 1,
aux_sym_if_expression_repeat1,
STATE(113), 1,
sym_else_if_clause,
STATE(143), 1,
sym_else_clause,
ACTIONS(114), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(116), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[5805] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(342), 1,
anon_sym_COLON_COLON,
STATE(108), 1,
aux_sym_path_expression_repeat1,
ACTIONS(110), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(112), 18,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[5842] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_COLON_COLON,
STATE(108), 1,
aux_sym_path_expression_repeat1,
ACTIONS(219), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(221), 18,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[5879] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(311), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(313), 20,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_else,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[5912] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_COLON_COLON,
STATE(109), 1,
aux_sym_path_expression_repeat1,
ACTIONS(153), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(157), 18,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[5949] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(293), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(291), 20,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_else,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[5982] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(315), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(317), 20,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_else,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6015] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(347), 1,
anon_sym_COLON_COLON,
STATE(117), 1,
aux_sym_path_expression_repeat1,
ACTIONS(153), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(157), 17,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6051] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(349), 1,
anon_sym_COLON_COLON,
ACTIONS(289), 2,
anon_sym_LPAREN,
anon_sym_LBRACE,
ACTIONS(307), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(309), 16,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[6087] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(352), 1,
anon_sym_COLON_COLON,
STATE(116), 1,
aux_sym_path_expression_repeat1,
ACTIONS(110), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(112), 17,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6123] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(347), 1,
anon_sym_COLON_COLON,
STATE(116), 1,
aux_sym_path_expression_repeat1,
ACTIONS(219), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(221), 17,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6159] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(349), 1,
anon_sym_COLON_COLON,
ACTIONS(284), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(289), 18,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[6193] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(355), 1,
ts_builtin_sym_end,
ACTIONS(357), 1,
anon_sym_mod,
ACTIONS(360), 1,
anon_sym_POUND,
ACTIONS(363), 1,
anon_sym_func,
ACTIONS(366), 1,
anon_sym_extern,
ACTIONS(369), 1,
anon_sym_trait,
ACTIONS(372), 1,
anon_sym_impl,
ACTIONS(375), 1,
anon_sym_struct,
ACTIONS(378), 1,
anon_sym_enum,
ACTIONS(381), 1,
anon_sym_use,
STATE(215), 2,
sym_attribute,
aux_sym_module_repeat1,
STATE(119), 11,
sym__item,
sym_module,
sym_free_function,
sym_extern_function,
sym_extern_type,
sym_trait,
sym_impl,
sym_struct,
sym_enum,
sym_use,
aux_sym_source_file_repeat1,
[6244] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(384), 1,
anon_sym_RBRACE,
ACTIONS(386), 1,
anon_sym_mod,
ACTIONS(388), 1,
anon_sym_func,
ACTIONS(390), 1,
anon_sym_extern,
ACTIONS(392), 1,
anon_sym_trait,
ACTIONS(394), 1,
anon_sym_impl,
ACTIONS(396), 1,
anon_sym_struct,
ACTIONS(398), 1,
anon_sym_enum,
ACTIONS(400), 1,
anon_sym_use,
STATE(216), 2,
sym_attribute,
aux_sym_module_repeat1,
STATE(125), 11,
sym__item,
sym_module,
sym_free_function,
sym_extern_function,
sym_extern_type,
sym_trait,
sym_impl,
sym_struct,
sym_enum,
sym_use,
aux_sym_source_file_repeat1,
[6295] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(402), 1,
anon_sym_COLON_COLON,
ACTIONS(289), 2,
anon_sym_LPAREN,
anon_sym_LBRACE,
ACTIONS(307), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(309), 15,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6330] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_mod,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(11), 1,
anon_sym_func,
ACTIONS(13), 1,
anon_sym_extern,
ACTIONS(15), 1,
anon_sym_trait,
ACTIONS(17), 1,
anon_sym_impl,
ACTIONS(19), 1,
anon_sym_struct,
ACTIONS(21), 1,
anon_sym_enum,
ACTIONS(23), 1,
anon_sym_use,
ACTIONS(405), 1,
ts_builtin_sym_end,
STATE(215), 2,
sym_attribute,
aux_sym_module_repeat1,
STATE(119), 11,
sym__item,
sym_module,
sym_free_function,
sym_extern_function,
sym_extern_type,
sym_trait,
sym_impl,
sym_struct,
sym_enum,
sym_use,
aux_sym_source_file_repeat1,
[6381] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(386), 1,
anon_sym_mod,
ACTIONS(388), 1,
anon_sym_func,
ACTIONS(390), 1,
anon_sym_extern,
ACTIONS(392), 1,
anon_sym_trait,
ACTIONS(394), 1,
anon_sym_impl,
ACTIONS(396), 1,
anon_sym_struct,
ACTIONS(398), 1,
anon_sym_enum,
ACTIONS(400), 1,
anon_sym_use,
ACTIONS(407), 1,
anon_sym_RBRACE,
STATE(216), 2,
sym_attribute,
aux_sym_module_repeat1,
STATE(127), 11,
sym__item,
sym_module,
sym_free_function,
sym_extern_function,
sym_extern_type,
sym_trait,
sym_impl,
sym_struct,
sym_enum,
sym_use,
aux_sym_source_file_repeat1,
[6432] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(102), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(104), 18,
anon_sym_COLON_COLON,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6463] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(386), 1,
anon_sym_mod,
ACTIONS(388), 1,
anon_sym_func,
ACTIONS(390), 1,
anon_sym_extern,
ACTIONS(392), 1,
anon_sym_trait,
ACTIONS(394), 1,
anon_sym_impl,
ACTIONS(396), 1,
anon_sym_struct,
ACTIONS(398), 1,
anon_sym_enum,
ACTIONS(400), 1,
anon_sym_use,
ACTIONS(409), 1,
anon_sym_RBRACE,
STATE(216), 2,
sym_attribute,
aux_sym_module_repeat1,
STATE(127), 11,
sym__item,
sym_module,
sym_free_function,
sym_extern_function,
sym_extern_type,
sym_trait,
sym_impl,
sym_struct,
sym_enum,
sym_use,
aux_sym_source_file_repeat1,
[6514] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(402), 1,
anon_sym_COLON_COLON,
ACTIONS(284), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(289), 17,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6547] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(355), 1,
anon_sym_RBRACE,
ACTIONS(360), 1,
anon_sym_POUND,
ACTIONS(411), 1,
anon_sym_mod,
ACTIONS(414), 1,
anon_sym_func,
ACTIONS(417), 1,
anon_sym_extern,
ACTIONS(420), 1,
anon_sym_trait,
ACTIONS(423), 1,
anon_sym_impl,
ACTIONS(426), 1,
anon_sym_struct,
ACTIONS(429), 1,
anon_sym_enum,
ACTIONS(432), 1,
anon_sym_use,
STATE(216), 2,
sym_attribute,
aux_sym_module_repeat1,
STATE(127), 11,
sym__item,
sym_module,
sym_free_function,
sym_extern_function,
sym_extern_type,
sym_trait,
sym_impl,
sym_struct,
sym_enum,
sym_use,
aux_sym_source_file_repeat1,
[6598] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(435), 1,
anon_sym_LPAREN,
ACTIONS(437), 1,
anon_sym_LBRACE,
ACTIONS(319), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(321), 16,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[6633] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(106), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(108), 18,
anon_sym_COLON_COLON,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6664] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(386), 1,
anon_sym_mod,
ACTIONS(388), 1,
anon_sym_func,
ACTIONS(390), 1,
anon_sym_extern,
ACTIONS(392), 1,
anon_sym_trait,
ACTIONS(394), 1,
anon_sym_impl,
ACTIONS(396), 1,
anon_sym_struct,
ACTIONS(398), 1,
anon_sym_enum,
ACTIONS(400), 1,
anon_sym_use,
ACTIONS(439), 1,
anon_sym_RBRACE,
STATE(216), 2,
sym_attribute,
aux_sym_module_repeat1,
STATE(123), 11,
sym__item,
sym_module,
sym_free_function,
sym_extern_function,
sym_extern_type,
sym_trait,
sym_impl,
sym_struct,
sym_enum,
sym_use,
aux_sym_source_file_repeat1,
[6715] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(110), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(112), 18,
anon_sym_COLON_COLON,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6746] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(441), 1,
anon_sym_LPAREN,
ACTIONS(443), 1,
anon_sym_LBRACE,
ACTIONS(319), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(321), 15,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6780] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(63), 1,
sym__binary_operator,
ACTIONS(264), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(266), 16,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[6812] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(289), 1,
anon_sym_LPAREN,
ACTIONS(402), 1,
anon_sym_COLON_COLON,
ACTIONS(307), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(309), 15,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_implicits,
sym__no_panic_token,
[6846] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(63), 1,
sym__binary_operator,
ACTIONS(260), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(262), 16,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_RBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
[6878] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(447), 1,
anon_sym_COMMA,
ACTIONS(449), 1,
anon_sym_RPAREN,
STATE(63), 1,
sym__binary_operator,
STATE(547), 1,
aux_sym_tuple_expression_repeat1,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[6917] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_RBRACE,
ACTIONS(459), 1,
anon_sym__,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(619), 1,
sym_match_arm,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(714), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[6970] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(167), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(169), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[6999] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(465), 1,
anon_sym_COMMA,
ACTIONS(467), 1,
anon_sym_RPAREN,
STATE(63), 1,
sym__binary_operator,
STATE(553), 1,
aux_sym__generic_arguments_repeat1,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7038] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(227), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(229), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7067] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(199), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(201), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7096] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(179), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(181), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7125] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(187), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(189), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7154] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(225), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7183] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(475), 1,
anon_sym_QMARK,
STATE(72), 1,
sym__binary_operator,
ACTIONS(473), 3,
anon_sym_LBRACE,
anon_sym_implicits,
sym__no_panic_token,
ACTIONS(469), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(471), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7218] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(213), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(215), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7247] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(477), 1,
anon_sym_COMMA,
ACTIONS(479), 1,
anon_sym_RPAREN,
STATE(63), 1,
sym__binary_operator,
STATE(518), 1,
aux_sym__arguments_repeat1,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7286] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(195), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(197), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7315] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(124), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(126), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7344] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(441), 1,
anon_sym_LPAREN,
ACTIONS(481), 1,
anon_sym_LBRACE,
ACTIONS(319), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(321), 14,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_implicits,
sym__no_panic_token,
[7377] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(72), 1,
sym__binary_operator,
ACTIONS(260), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(262), 15,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_implicits,
sym__no_panic_token,
[7408] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(234), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(236), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7437] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(203), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(205), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7466] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(207), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(210), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7495] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(475), 1,
anon_sym_QMARK,
STATE(67), 1,
sym__binary_operator,
ACTIONS(473), 3,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
ACTIONS(484), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(486), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7530] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(175), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(177), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7559] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(183), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(185), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7588] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(147), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(149), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7617] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(165), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7646] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(191), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(193), 16,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7675] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(72), 1,
sym__binary_operator,
ACTIONS(264), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(266), 15,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
anon_sym_implicits,
sym__no_panic_token,
[7706] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(459), 1,
anon_sym__,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
ACTIONS(488), 1,
anon_sym_RBRACE,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(619), 1,
sym_match_arm,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(714), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[7759] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(459), 1,
anon_sym__,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
ACTIONS(490), 1,
anon_sym_RBRACE,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(619), 1,
sym_match_arm,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(714), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[7812] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(459), 1,
anon_sym__,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
ACTIONS(492), 1,
anon_sym_RBRACE,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(619), 1,
sym_match_arm,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(714), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[7865] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(447), 1,
anon_sym_COMMA,
ACTIONS(494), 1,
anon_sym_RPAREN,
STATE(63), 1,
sym__binary_operator,
STATE(501), 1,
aux_sym_tuple_expression_repeat1,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7904] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(67), 1,
sym__binary_operator,
ACTIONS(264), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(266), 15,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7935] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(67), 1,
sym__binary_operator,
ACTIONS(260), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(262), 15,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_implicits,
sym__no_panic_token,
[7966] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
STATE(63), 1,
sym__binary_operator,
ACTIONS(496), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACE,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8001] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
STATE(63), 1,
sym__binary_operator,
ACTIONS(498), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8035] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(459), 1,
anon_sym__,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(619), 1,
sym_match_arm,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(714), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[8085] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(504), 1,
anon_sym_LBRACE,
STATE(77), 1,
sym__binary_operator,
STATE(83), 1,
sym_block_expression,
ACTIONS(500), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(502), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8121] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(289), 1,
anon_sym_LPAREN,
ACTIONS(349), 1,
anon_sym_COLON_COLON,
ACTIONS(307), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(309), 13,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
[8153] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
ACTIONS(506), 1,
anon_sym_RPAREN,
ACTIONS(508), 1,
anon_sym__,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(559), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[8203] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(510), 1,
anon_sym_COMMA,
ACTIONS(512), 1,
anon_sym_GT,
STATE(63), 1,
sym__binary_operator,
STATE(471), 1,
aux_sym__generic_arguments_repeat1,
ACTIONS(445), 4,
anon_sym_LT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8241] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
STATE(63), 1,
sym__binary_operator,
ACTIONS(514), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8275] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
STATE(63), 1,
sym__binary_operator,
ACTIONS(516), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8309] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(459), 1,
anon_sym__,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(523), 1,
sym_match_arm,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(714), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[8359] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(510), 1,
anon_sym_COMMA,
ACTIONS(518), 1,
anon_sym_GT,
STATE(63), 1,
sym__binary_operator,
STATE(471), 1,
aux_sym__generic_arguments_repeat1,
ACTIONS(445), 4,
anon_sym_LT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8397] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
STATE(63), 1,
sym__binary_operator,
ACTIONS(520), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8431] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(250), 1,
anon_sym_LBRACE,
ACTIONS(280), 1,
anon_sym_QMARK,
STATE(77), 1,
sym__binary_operator,
STATE(110), 1,
sym_block_expression,
ACTIONS(500), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(502), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8467] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(510), 1,
anon_sym_COMMA,
ACTIONS(522), 1,
anon_sym_GT,
STATE(63), 1,
sym__binary_operator,
STATE(471), 1,
aux_sym__generic_arguments_repeat1,
ACTIONS(445), 4,
anon_sym_LT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8505] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
ACTIONS(524), 1,
anon_sym_RPAREN,
ACTIONS(526), 1,
anon_sym__,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(497), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[8555] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(459), 1,
anon_sym__,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(517), 1,
sym_match_arm,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(714), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[8605] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
STATE(63), 1,
sym__binary_operator,
ACTIONS(528), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8639] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(510), 1,
anon_sym_COMMA,
ACTIONS(530), 1,
anon_sym_GT,
STATE(63), 1,
sym__binary_operator,
STATE(471), 1,
aux_sym__generic_arguments_repeat1,
ACTIONS(445), 4,
anon_sym_LT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8677] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(250), 1,
anon_sym_LBRACE,
ACTIONS(280), 1,
anon_sym_QMARK,
STATE(77), 1,
sym__binary_operator,
STATE(107), 1,
sym_block_expression,
ACTIONS(500), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(502), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8713] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(510), 1,
anon_sym_COMMA,
ACTIONS(532), 1,
anon_sym_GT,
STATE(63), 1,
sym__binary_operator,
STATE(556), 1,
aux_sym__generic_arguments_repeat1,
ACTIONS(445), 4,
anon_sym_LT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8751] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(504), 1,
anon_sym_LBRACE,
STATE(16), 1,
sym_block_expression,
STATE(77), 1,
sym__binary_operator,
ACTIONS(500), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(502), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8787] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
STATE(63), 1,
sym__binary_operator,
ACTIONS(534), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8821] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(250), 1,
anon_sym_LBRACE,
ACTIONS(280), 1,
anon_sym_QMARK,
STATE(77), 1,
sym__binary_operator,
STATE(103), 1,
sym_block_expression,
ACTIONS(500), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(502), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8857] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(510), 1,
anon_sym_COMMA,
ACTIONS(536), 1,
anon_sym_GT,
STATE(63), 1,
sym__binary_operator,
STATE(471), 1,
aux_sym__generic_arguments_repeat1,
ACTIONS(445), 4,
anon_sym_LT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8895] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(538), 1,
anon_sym_LBRACE,
STATE(77), 1,
sym__binary_operator,
ACTIONS(500), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(502), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8928] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(540), 1,
anon_sym_LBRACE,
STATE(77), 1,
sym__binary_operator,
ACTIONS(500), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(502), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8961] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(542), 1,
anon_sym_SEMI,
STATE(63), 1,
sym__binary_operator,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[8994] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(544), 1,
anon_sym_SEMI,
STATE(63), 1,
sym__binary_operator,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[9027] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(77), 1,
sym__binary_operator,
ACTIONS(260), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(262), 13,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
[9056] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(496), 1,
anon_sym_SEMI,
ACTIONS(546), 1,
anon_sym_EQ,
STATE(63), 1,
sym__binary_operator,
ACTIONS(445), 4,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[9091] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(548), 1,
anon_sym_RPAREN,
STATE(63), 1,
sym__binary_operator,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[9124] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(550), 1,
anon_sym_SEMI,
STATE(63), 1,
sym__binary_operator,
ACTIONS(445), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[9157] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
ACTIONS(552), 1,
anon_sym__,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(617), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[9204] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
sym_integer_literal,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(461), 1,
anon_sym_mut,
ACTIONS(463), 1,
anon_sym_AMP,
ACTIONS(554), 1,
anon_sym__,
STATE(365), 1,
sym_path_expression,
STATE(376), 1,
sym_literal_expression,
STATE(465), 1,
sym_modifier,
STATE(758), 1,
sym__modifier_list,
STATE(220), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
STATE(423), 6,
sym__pattern,
sym_pattern_literal,
sym_pattern_identifier,
sym_pattern_struct,
sym_pattern_tuple,
sym_pattern_enum,
[9251] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_QMARK,
ACTIONS(520), 1,
anon_sym_COMMA,
ACTIONS(556), 1,
anon_sym_GT,
STATE(63), 1,
sym__binary_operator,
ACTIONS(445), 4,
anon_sym_LT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(451), 11,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[9286] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 2,
anon_sym_EQ,
anon_sym_COLON,
ACTIONS(305), 3,
sym_integer_literal,
anon_sym_BANG,
anon_sym_DASH,
ACTIONS(301), 7,
anon_sym_COLON_COLON,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACE,
anon_sym_EQ_GT,
anon_sym_SEMI,
ACTIONS(303), 7,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
[9317] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(326), 1,
anon_sym_LBRACE,
ACTIONS(435), 1,
anon_sym_LPAREN,
ACTIONS(319), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(321), 12,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
[9348] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(77), 1,
sym__binary_operator,
ACTIONS(264), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_BANG,
anon_sym_SLASH,
anon_sym_EQ,
ACTIONS(266), 13,
anon_sym_DASH,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_PLUS,
anon_sym_PERCENT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_LBRACE,
anon_sym_QMARK,
[9377] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(561), 6,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_LBRACE,
anon_sym_RBRACE,
ACTIONS(559), 9,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
[9400] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(565), 6,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_LBRACE,
anon_sym_RBRACE,
ACTIONS(563), 9,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
[9423] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(569), 6,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_LBRACE,
anon_sym_RBRACE,
ACTIONS(567), 9,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
[9446] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(573), 6,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_LBRACE,
anon_sym_RBRACE,
ACTIONS(571), 9,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
[9469] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(577), 6,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_LBRACE,
anon_sym_RBRACE,
ACTIONS(575), 9,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
[9492] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(581), 6,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_LBRACE,
anon_sym_RBRACE,
ACTIONS(579), 9,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
[9515] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(585), 6,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_LBRACE,
anon_sym_RBRACE,
ACTIONS(583), 9,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
anon_sym_let,
anon_sym_return,
[9538] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(301), 2,
anon_sym_COLON_COLON,
anon_sym_SEMI,
ACTIONS(305), 5,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_LBRACE,
ACTIONS(303), 7,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
[9562] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(301), 3,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_SEMI,
ACTIONS(305), 4,
sym_integer_literal,
anon_sym_LPAREN,
anon_sym_BANG,
anon_sym_DASH,
ACTIONS(303), 7,
sym_identifier,
anon_sym_felt,
anon_sym_bool,
anon_sym_true,
anon_sym_false,
anon_sym_match,
anon_sym_if,
[9586] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(587), 1,
anon_sym_mod,
ACTIONS(589), 1,
anon_sym_func,
ACTIONS(591), 1,
anon_sym_extern,
ACTIONS(593), 1,
anon_sym_trait,
ACTIONS(595), 1,
anon_sym_impl,
ACTIONS(597), 1,
anon_sym_struct,
ACTIONS(599), 1,
anon_sym_enum,
ACTIONS(601), 1,
anon_sym_use,
STATE(217), 2,
sym_attribute,
aux_sym_module_repeat1,
[9621] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(603), 1,
anon_sym_mod,
ACTIONS(605), 1,
anon_sym_func,
ACTIONS(607), 1,
anon_sym_extern,
ACTIONS(609), 1,
anon_sym_trait,
ACTIONS(611), 1,
anon_sym_impl,
ACTIONS(613), 1,
anon_sym_struct,
ACTIONS(615), 1,
anon_sym_enum,
ACTIONS(617), 1,
anon_sym_use,
STATE(217), 2,
sym_attribute,
aux_sym_module_repeat1,
[9656] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(621), 1,
anon_sym_POUND,
STATE(217), 2,
sym_attribute,
aux_sym_module_repeat1,
ACTIONS(619), 8,
anon_sym_mod,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9677] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(624), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9693] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(626), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9709] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(628), 1,
anon_sym_COLON_COLON,
STATE(225), 1,
aux_sym_path_expression_repeat1,
ACTIONS(153), 2,
anon_sym_EQ,
anon_sym_COLON,
ACTIONS(157), 6,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACE,
anon_sym_EQ_GT,
anon_sym_SEMI,
[9731] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(630), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9747] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(632), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9763] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(634), 1,
anon_sym_COLON_COLON,
STATE(223), 1,
aux_sym_path_expression_repeat1,
ACTIONS(110), 2,
anon_sym_EQ,
anon_sym_COLON,
ACTIONS(112), 6,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACE,
anon_sym_EQ_GT,
anon_sym_SEMI,
[9785] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(637), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9801] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(628), 1,
anon_sym_COLON_COLON,
STATE(223), 1,
aux_sym_path_expression_repeat1,
ACTIONS(219), 2,
anon_sym_EQ,
anon_sym_COLON,
ACTIONS(221), 6,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACE,
anon_sym_EQ_GT,
anon_sym_SEMI,
[9823] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(639), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9839] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(641), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9855] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(643), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9871] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(645), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9887] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(647), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9903] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(649), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9919] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(651), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9935] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(641), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9951] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(653), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9967] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(655), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9983] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(657), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[9999] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(659), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10015] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(661), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10031] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(663), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10047] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(665), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10063] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(667), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10079] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(669), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10095] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(671), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10111] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(673), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10127] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(675), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10143] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(677), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10159] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(665), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10175] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(679), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10191] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(651), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10207] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(681), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10223] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(647), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10239] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(683), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10255] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(685), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10271] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(649), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10287] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(687), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10303] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(689), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10319] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(691), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10335] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(693), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10351] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(695), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10367] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(697), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10383] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(699), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10399] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(701), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10415] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(703), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10431] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(705), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10447] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(645), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10463] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(707), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10479] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(643), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10495] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(639), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10511] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(709), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10527] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(711), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10543] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(713), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10559] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(637), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10575] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(653), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10591] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(711), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10607] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(707), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10623] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(663), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10639] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(649), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10655] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(709), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10671] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(703), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10687] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(715), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10703] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(717), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10719] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(655), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10735] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(719), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10751] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(721), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10767] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(723), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10783] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(725), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10799] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(657), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10815] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(659), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10831] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(268), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10847] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(291), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10863] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(661), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10879] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(632), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10895] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(667), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10911] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(673), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10927] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(677), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10943] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(699), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10959] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(679), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10975] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(681), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[10991] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(695), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11007] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(693), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11023] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(685), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11039] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(669), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11055] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(671), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11071] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(630), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11087] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(649), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11103] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(624), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11119] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(727), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11135] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(729), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11151] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(626), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11167] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(731), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11183] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(715), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11199] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(733), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11215] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(735), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11231] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(737), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11247] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(717), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11263] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(739), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11279] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(719), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11295] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(741), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11311] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(743), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11327] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(745), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11343] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(747), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11359] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(721), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11375] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(749), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11391] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(723), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11407] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(751), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11423] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(725), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11439] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(753), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11455] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(687), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11471] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(755), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11487] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(683), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11503] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(757), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11519] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(689), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11535] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(757), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11551] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(755), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11567] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(753), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11583] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(751), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11599] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(749), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11615] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(747), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11631] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(745), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11647] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(691), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11663] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(743), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11679] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(713), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11695] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(741), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11711] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(701), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11727] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(739), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11743] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(737), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11759] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(735), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11775] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(697), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11791] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(733), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11807] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(731), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11823] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(729), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11839] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(727), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11855] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(675), 10,
ts_builtin_sym_end,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11871] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(705), 10,
anon_sym_RBRACE,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11887] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(759), 9,
anon_sym_mod,
anon_sym_POUND,
anon_sym_func,
anon_sym_extern,
anon_sym_trait,
anon_sym_impl,
anon_sym_struct,
anon_sym_enum,
anon_sym_use,
[11902] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(761), 1,
anon_sym_COLON_COLON,
ACTIONS(289), 2,
anon_sym_LPAREN,
anon_sym_LBRACE,
ACTIONS(766), 2,
anon_sym_EQ,
anon_sym_COLON,
ACTIONS(764), 4,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_EQ_GT,
anon_sym_SEMI,
[11923] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(770), 1,
anon_sym_RPAREN,
ACTIONS(772), 1,
anon_sym_mut,
ACTIONS(774), 1,
anon_sym_AMP,
STATE(427), 1,
sym_modifier,
STATE(554), 1,
sym_param,
STATE(557), 1,
sym__modifier_list,
STATE(626), 1,
sym__param_name,
ACTIONS(768), 2,
sym_identifier,
anon_sym__,
[11952] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(772), 1,
anon_sym_mut,
ACTIONS(774), 1,
anon_sym_AMP,
ACTIONS(776), 1,
anon_sym_RPAREN,
STATE(427), 1,
sym_modifier,
STATE(557), 1,
sym__modifier_list,
STATE(579), 1,
sym_param,
STATE(626), 1,
sym__param_name,
ACTIONS(768), 2,
sym_identifier,
anon_sym__,
[11981] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(761), 1,
anon_sym_COLON_COLON,
ACTIONS(284), 2,
anon_sym_EQ,
anon_sym_COLON,
ACTIONS(289), 6,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACE,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12000] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(778), 1,
anon_sym_RBRACE,
ACTIONS(780), 1,
anon_sym_POUND,
ACTIONS(783), 1,
anon_sym_func,
STATE(360), 1,
aux_sym__trait_body_repeat1,
STATE(542), 1,
sym__trait_function,
STATE(543), 1,
sym__trait_item,
STATE(430), 2,
sym_attribute,
aux_sym_module_repeat1,
[12026] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(786), 1,
anon_sym_RBRACE,
ACTIONS(788), 1,
anon_sym_func,
STATE(360), 1,
aux_sym__trait_body_repeat1,
STATE(542), 1,
sym__trait_function,
STATE(543), 1,
sym__trait_item,
STATE(430), 2,
sym_attribute,
aux_sym_module_repeat1,
[12052] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(772), 1,
anon_sym_mut,
ACTIONS(774), 1,
anon_sym_AMP,
STATE(427), 1,
sym_modifier,
STATE(557), 1,
sym__modifier_list,
STATE(626), 1,
sym__param_name,
STATE(649), 1,
sym_param,
ACTIONS(768), 2,
sym_identifier,
anon_sym__,
[12078] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(788), 1,
anon_sym_func,
ACTIONS(790), 1,
anon_sym_RBRACE,
STATE(361), 1,
aux_sym__trait_body_repeat1,
STATE(542), 1,
sym__trait_function,
STATE(543), 1,
sym__trait_item,
STATE(430), 2,
sym_attribute,
aux_sym_module_repeat1,
[12104] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(788), 1,
anon_sym_func,
ACTIONS(792), 1,
anon_sym_RBRACE,
STATE(360), 1,
aux_sym__trait_body_repeat1,
STATE(542), 1,
sym__trait_function,
STATE(543), 1,
sym__trait_item,
STATE(430), 2,
sym_attribute,
aux_sym_module_repeat1,
[12130] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(796), 1,
anon_sym_LPAREN,
ACTIONS(798), 1,
anon_sym_EQ,
ACTIONS(800), 1,
anon_sym_LBRACE,
ACTIONS(794), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12150] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(788), 1,
anon_sym_func,
ACTIONS(802), 1,
anon_sym_RBRACE,
STATE(364), 1,
aux_sym__trait_body_repeat1,
STATE(542), 1,
sym__trait_function,
STATE(543), 1,
sym__trait_item,
STATE(430), 2,
sym_attribute,
aux_sym_module_repeat1,
[12176] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(804), 1,
sym_identifier,
ACTIONS(806), 1,
anon_sym_RBRACE,
ACTIONS(808), 1,
anon_sym_DOT_DOT,
STATE(718), 1,
sym__struct_argument_list,
STATE(569), 3,
sym_single_struct_argument,
sym_struct_argument_tail,
sym__struct_argument,
[12197] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(804), 1,
sym_identifier,
ACTIONS(808), 1,
anon_sym_DOT_DOT,
ACTIONS(810), 1,
anon_sym_RBRACE,
STATE(689), 1,
sym__struct_argument_list,
STATE(569), 3,
sym_single_struct_argument,
sym_struct_argument_tail,
sym__struct_argument,
[12218] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
anon_sym_EQ,
ACTIONS(812), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12232] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(816), 1,
anon_sym_LBRACE,
ACTIONS(818), 1,
anon_sym_DASH_GT,
ACTIONS(820), 1,
anon_sym_implicits,
ACTIONS(822), 1,
sym__no_panic_token,
STATE(394), 1,
sym__return__type_clause,
STATE(561), 1,
sym__implicits_clause,
[12254] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(826), 1,
anon_sym_EQ,
ACTIONS(824), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12268] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(818), 1,
anon_sym_DASH_GT,
ACTIONS(820), 1,
anon_sym_implicits,
ACTIONS(828), 1,
anon_sym_LBRACE,
ACTIONS(830), 1,
sym__no_panic_token,
STATE(398), 1,
sym__return__type_clause,
STATE(463), 1,
sym__implicits_clause,
[12290] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(834), 1,
anon_sym_EQ,
ACTIONS(832), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12304] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(838), 1,
anon_sym_EQ,
ACTIONS(836), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12318] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(820), 1,
anon_sym_implicits,
ACTIONS(828), 1,
anon_sym_SEMI,
ACTIONS(830), 1,
sym__no_panic_token,
ACTIONS(840), 1,
anon_sym_DASH_GT,
STATE(398), 1,
sym__return__type_clause,
STATE(463), 1,
sym__implicits_clause,
[12340] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(844), 1,
anon_sym_EQ,
ACTIONS(842), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12354] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(848), 1,
anon_sym_EQ,
ACTIONS(846), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12368] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(852), 1,
anon_sym_EQ,
ACTIONS(850), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12382] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(820), 1,
anon_sym_implicits,
ACTIONS(840), 1,
anon_sym_DASH_GT,
ACTIONS(854), 1,
anon_sym_SEMI,
ACTIONS(856), 1,
sym__no_panic_token,
STATE(387), 1,
sym__return__type_clause,
STATE(438), 1,
sym__implicits_clause,
[12404] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(860), 1,
anon_sym_EQ,
ACTIONS(858), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12418] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(818), 1,
anon_sym_DASH_GT,
ACTIONS(820), 1,
anon_sym_implicits,
ACTIONS(854), 1,
anon_sym_LBRACE,
ACTIONS(856), 1,
sym__no_panic_token,
STATE(387), 1,
sym__return__type_clause,
STATE(438), 1,
sym__implicits_clause,
[12440] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(816), 1,
anon_sym_SEMI,
ACTIONS(820), 1,
anon_sym_implicits,
ACTIONS(822), 1,
sym__no_panic_token,
ACTIONS(840), 1,
anon_sym_DASH_GT,
STATE(394), 1,
sym__return__type_clause,
STATE(561), 1,
sym__implicits_clause,
[12462] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(864), 1,
anon_sym_EQ,
ACTIONS(862), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12476] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(868), 1,
anon_sym_EQ,
ACTIONS(866), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_SEMI,
[12490] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(870), 1,
sym_identifier,
STATE(760), 1,
sym_path_expression,
STATE(472), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12505] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(874), 1,
anon_sym_LBRACE,
ACTIONS(876), 1,
anon_sym_SEMI,
STATE(275), 1,
sym__trait_body,
STATE(512), 1,
sym__wrapped_generic_parameters,
[12524] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(820), 1,
anon_sym_implicits,
ACTIONS(880), 1,
sym__no_panic_token,
STATE(568), 1,
sym__implicits_clause,
ACTIONS(878), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[12541] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
sym_identifier,
STATE(529), 1,
sym_path_expression,
STATE(434), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12556] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
sym_identifier,
STATE(582), 1,
sym_path_expression,
STATE(434), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12571] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
sym_identifier,
STATE(519), 1,
sym_path_expression,
STATE(434), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12586] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(884), 1,
sym_identifier,
ACTIONS(886), 1,
anon_sym_GT,
ACTIONS(888), 1,
anon_sym_LPAREN,
STATE(560), 1,
sym_generic_param,
STATE(622), 1,
sym_parenthesized_expression,
[12605] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(870), 1,
sym_identifier,
STATE(745), 1,
sym_path_expression,
STATE(472), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12620] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(870), 1,
sym_identifier,
STATE(755), 1,
sym_path_expression,
STATE(472), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12635] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(820), 1,
anon_sym_implicits,
ACTIONS(892), 1,
sym__no_panic_token,
STATE(500), 1,
sym__implicits_clause,
ACTIONS(890), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[12652] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(804), 1,
sym_identifier,
ACTIONS(808), 1,
anon_sym_DOT_DOT,
STATE(599), 3,
sym_single_struct_argument,
sym_struct_argument_tail,
sym__struct_argument,
[12667] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
sym_identifier,
STATE(475), 1,
sym_path_expression,
STATE(434), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12682] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(894), 1,
anon_sym_LBRACE,
ACTIONS(896), 1,
anon_sym_SEMI,
STATE(266), 1,
sym__trait_body,
STATE(573), 1,
sym__wrapped_generic_parameters,
[12701] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(820), 1,
anon_sym_implicits,
ACTIONS(900), 1,
sym__no_panic_token,
STATE(503), 1,
sym__implicits_clause,
ACTIONS(898), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[12718] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(894), 1,
anon_sym_LBRACE,
ACTIONS(902), 1,
anon_sym_SEMI,
STATE(234), 1,
sym__trait_body,
STATE(589), 1,
sym__wrapped_generic_parameters,
[12737] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(870), 1,
sym_identifier,
STATE(699), 1,
sym_path_expression,
STATE(472), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12752] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
sym_identifier,
STATE(585), 1,
sym_path_expression,
STATE(434), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12767] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
sym_identifier,
STATE(555), 1,
sym_path_expression,
STATE(434), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12782] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(874), 1,
anon_sym_LBRACE,
ACTIONS(904), 1,
anon_sym_SEMI,
STATE(273), 1,
sym__trait_body,
STATE(480), 1,
sym__wrapped_generic_parameters,
[12801] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
sym_identifier,
STATE(592), 1,
sym_path_expression,
STATE(434), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12816] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
sym_identifier,
STATE(575), 1,
sym_path_expression,
STATE(434), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12831] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(906), 4,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_of,
[12841] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(908), 1,
sym_identifier,
STATE(15), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12853] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(870), 1,
sym_identifier,
STATE(15), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12865] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(598), 1,
sym__function_signature,
STATE(676), 1,
sym__wrapped_generic_parameters,
[12881] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(606), 1,
sym__function_signature,
STATE(670), 1,
sym__wrapped_generic_parameters,
[12897] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(659), 1,
sym__wrapped_generic_parameters,
STATE(660), 1,
sym__function_signature,
[12913] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(912), 1,
anon_sym_LPAREN,
STATE(604), 1,
sym__wrapped_generic_parameters,
STATE(757), 1,
sym__function_signature,
[12929] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
sym_identifier,
STATE(15), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12941] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(914), 1,
anon_sym_COLON_COLON,
STATE(415), 1,
aux_sym_path_expression_repeat1,
ACTIONS(221), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[12955] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(916), 1,
anon_sym_COLON_COLON,
STATE(415), 1,
aux_sym_path_expression_repeat1,
ACTIONS(112), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[12969] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(595), 1,
sym__wrapped_generic_parameters,
STATE(600), 1,
sym__function_signature,
[12985] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(919), 1,
sym_identifier,
STATE(15), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[12997] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(912), 1,
anon_sym_LPAREN,
STATE(641), 1,
sym__wrapped_generic_parameters,
STATE(716), 1,
sym__function_signature,
[13013] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(921), 1,
sym_identifier,
STATE(15), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[13025] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(925), 1,
anon_sym_COMMA,
STATE(420), 1,
aux_sym__modifier_list_repeat1,
ACTIONS(923), 2,
sym_identifier,
anon_sym__,
[13039] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(657), 1,
sym__function_signature,
STATE(661), 1,
sym__wrapped_generic_parameters,
[13055] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(928), 4,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_of,
[13065] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(930), 1,
anon_sym_EQ,
ACTIONS(932), 1,
anon_sym_COLON,
ACTIONS(934), 1,
anon_sym_SEMI,
STATE(631), 1,
sym__type_clause,
[13081] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(936), 1,
sym_identifier,
STATE(131), 3,
sym__path_segment,
sym_simple_path_segment,
sym_generic_argument_path_segment,
[13093] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(938), 4,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_of,
[13103] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(610), 1,
sym__function_signature,
STATE(680), 1,
sym__wrapped_generic_parameters,
[13119] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(942), 1,
anon_sym_COMMA,
STATE(431), 1,
aux_sym__modifier_list_repeat1,
ACTIONS(940), 2,
sym_identifier,
anon_sym__,
[13133] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(944), 1,
sym_identifier,
ACTIONS(946), 1,
anon_sym_RBRACE,
STATE(494), 1,
sym_struct_pattern,
STATE(686), 1,
sym__struct_pattern_list,
[13149] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(647), 1,
sym__wrapped_generic_parameters,
STATE(651), 1,
sym__function_signature,
[13165] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_POUND,
ACTIONS(948), 1,
anon_sym_func,
STATE(217), 2,
sym_attribute,
aux_sym_module_repeat1,
[13179] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(942), 1,
anon_sym_COMMA,
STATE(420), 1,
aux_sym__modifier_list_repeat1,
ACTIONS(950), 2,
sym_identifier,
anon_sym__,
[13193] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(629), 1,
sym__function_signature,
STATE(630), 1,
sym__wrapped_generic_parameters,
[13209] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(884), 1,
sym_identifier,
ACTIONS(888), 1,
anon_sym_LPAREN,
STATE(612), 1,
sym_generic_param,
STATE(622), 1,
sym_parenthesized_expression,
[13225] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(914), 1,
anon_sym_COLON_COLON,
STATE(414), 1,
aux_sym_path_expression_repeat1,
ACTIONS(157), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[13239] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(954), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[13252] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(956), 1,
anon_sym_COMMA,
ACTIONS(958), 1,
anon_sym_RBRACE,
STATE(565), 1,
aux_sym_struct_repeat1,
[13265] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(963), 1,
anon_sym_RPAREN,
STATE(437), 1,
aux_sym__arguments_repeat1,
[13278] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
sym__no_panic_token,
ACTIONS(965), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[13289] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(969), 1,
anon_sym_COMMA,
ACTIONS(972), 1,
anon_sym_RBRACE,
STATE(439), 1,
aux_sym__struct_argument_list_repeat1,
[13302] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(974), 1,
anon_sym_COMMA,
ACTIONS(977), 1,
anon_sym_RPAREN,
STATE(440), 1,
aux_sym__function_signature_repeat1,
[13315] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(979), 3,
anon_sym_LBRACE,
anon_sym_SEMI,
sym__no_panic_token,
[13324] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(981), 1,
anon_sym_COMMA,
ACTIONS(984), 1,
anon_sym_RPAREN,
STATE(442), 1,
aux_sym__implicits_clause_repeat1,
[13337] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(986), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[13350] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 1,
anon_sym_COMMA,
ACTIONS(991), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[13363] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(993), 1,
anon_sym_COMMA,
ACTIONS(996), 1,
anon_sym_RPAREN,
STATE(445), 1,
aux_sym_pattern_tuple_repeat1,
[13376] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(998), 1,
anon_sym_COMMA,
ACTIONS(1000), 1,
anon_sym_RPAREN,
STATE(445), 1,
aux_sym_pattern_tuple_repeat1,
[13389] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1002), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[13402] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1004), 1,
anon_sym_COMMA,
ACTIONS(1006), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[13415] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1008), 1,
anon_sym_COMMA,
ACTIONS(1010), 1,
anon_sym_RBRACE,
STATE(459), 1,
aux_sym__struct_pattern_list_repeat1,
[13428] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1012), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[13441] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1014), 3,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_func,
[13450] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1016), 1,
anon_sym_COLON_COLON,
ACTIONS(289), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[13461] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1019), 1,
anon_sym_LBRACE,
STATE(730), 1,
sym__wrapped_generic_parameters,
[13474] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1021), 1,
anon_sym_COMMA,
ACTIONS(1024), 1,
anon_sym_RBRACE,
STATE(454), 1,
aux_sym_match_expression_repeat1,
[13487] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1026), 1,
anon_sym_LBRACE,
STATE(729), 1,
sym__wrapped_generic_parameters,
[13500] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1028), 1,
anon_sym_COMMA,
ACTIONS(1030), 1,
anon_sym_RPAREN,
STATE(440), 1,
aux_sym__function_signature_repeat1,
[13513] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1032), 1,
anon_sym_of,
STATE(728), 1,
sym__wrapped_generic_parameters,
[13526] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1034), 1,
anon_sym_LBRACE,
STATE(722), 1,
sym__wrapped_generic_parameters,
[13539] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1036), 1,
anon_sym_COMMA,
ACTIONS(1039), 1,
anon_sym_RBRACE,
STATE(459), 1,
aux_sym__struct_pattern_list_repeat1,
[13552] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1041), 1,
anon_sym_LBRACE,
STATE(721), 1,
sym__wrapped_generic_parameters,
[13565] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(499), 1,
sym_modifier,
ACTIONS(774), 2,
anon_sym_mut,
anon_sym_AMP,
[13576] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1043), 1,
anon_sym_of,
STATE(720), 1,
sym__wrapped_generic_parameters,
[13589] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1047), 1,
sym__no_panic_token,
ACTIONS(1045), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[13600] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1049), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[13613] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1051), 1,
sym_identifier,
ACTIONS(1053), 1,
anon_sym_COMMA,
STATE(474), 1,
aux_sym__modifier_list_repeat1,
[13626] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1055), 1,
anon_sym_COMMA,
ACTIONS(1057), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[13639] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1059), 1,
anon_sym_of,
STATE(713), 1,
sym__wrapped_generic_parameters,
[13652] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1061), 1,
anon_sym_COMMA,
ACTIONS(1063), 1,
anon_sym_GT,
STATE(513), 1,
aux_sym__wrapped_generic_parameters_repeat1,
[13665] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1065), 1,
anon_sym_LBRACE,
STATE(749), 1,
sym__wrapped_generic_parameters,
[13678] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1067), 1,
anon_sym_LBRACE,
STATE(753), 1,
sym__wrapped_generic_parameters,
[13691] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(510), 1,
anon_sym_COMMA,
ACTIONS(1069), 1,
anon_sym_GT,
STATE(546), 1,
aux_sym__generic_arguments_repeat1,
[13704] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_SEMI,
ACTIONS(1071), 1,
anon_sym_COLON_COLON,
STATE(570), 1,
aux_sym_path_expression_repeat1,
[13717] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(681), 1,
sym_modifier,
ACTIONS(463), 2,
anon_sym_mut,
anon_sym_AMP,
[13728] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1053), 1,
anon_sym_COMMA,
ACTIONS(1073), 1,
sym_identifier,
STATE(482), 1,
aux_sym__modifier_list_repeat1,
[13741] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1075), 1,
anon_sym_LBRACE,
ACTIONS(1077), 1,
anon_sym_SEMI,
STATE(320), 1,
sym__impl_body,
[13754] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1079), 3,
anon_sym_LBRACE,
anon_sym_SEMI,
sym__no_panic_token,
[13763] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1081), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[13776] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1083), 1,
anon_sym_COMMA,
ACTIONS(1085), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[13789] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1087), 1,
anon_sym_COMMA,
ACTIONS(1089), 1,
anon_sym_RBRACE,
STATE(533), 1,
aux_sym_struct_repeat1,
[13802] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(874), 1,
anon_sym_LBRACE,
ACTIONS(1091), 1,
anon_sym_SEMI,
STATE(342), 1,
sym__trait_body,
[13815] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1093), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[13828] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1095), 1,
sym_identifier,
ACTIONS(1097), 1,
anon_sym_COMMA,
STATE(482), 1,
aux_sym__modifier_list_repeat1,
[13841] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1100), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[13854] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(457), 1,
anon_sym_RBRACE,
ACTIONS(1102), 1,
anon_sym_COMMA,
STATE(454), 1,
aux_sym_match_expression_repeat1,
[13867] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 1,
anon_sym_COMMA,
ACTIONS(1106), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[13880] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1108), 1,
anon_sym_COMMA,
ACTIONS(1110), 1,
anon_sym_RBRACE,
STATE(448), 1,
aux_sym_struct_repeat1,
[13893] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1112), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[13906] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1114), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[13919] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1116), 1,
anon_sym_COMMA,
ACTIONS(1118), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[13932] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1120), 3,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_func,
[13941] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_func,
[13950] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1124), 1,
anon_sym_COMMA,
ACTIONS(1126), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[13963] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1128), 1,
anon_sym_COMMA,
ACTIONS(1130), 1,
anon_sym_RBRACE,
STATE(466), 1,
aux_sym_struct_repeat1,
[13976] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1008), 1,
anon_sym_COMMA,
ACTIONS(1132), 1,
anon_sym_RBRACE,
STATE(449), 1,
aux_sym__struct_pattern_list_repeat1,
[13989] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1134), 1,
anon_sym_COMMA,
ACTIONS(1136), 1,
anon_sym_RBRACE,
STATE(530), 1,
aux_sym_struct_repeat1,
[14002] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1138), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14015] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(998), 1,
anon_sym_COMMA,
ACTIONS(1140), 1,
anon_sym_RPAREN,
STATE(446), 1,
aux_sym_pattern_tuple_repeat1,
[14028] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(998), 1,
anon_sym_COMMA,
ACTIONS(1142), 1,
anon_sym_RPAREN,
STATE(445), 1,
aux_sym_pattern_tuple_repeat1,
[14041] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1095), 1,
anon_sym_COMMA,
ACTIONS(923), 2,
sym_identifier,
anon_sym__,
[14052] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1146), 1,
sym__no_panic_token,
ACTIONS(1144), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[14063] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(447), 1,
anon_sym_COMMA,
ACTIONS(1148), 1,
anon_sym_RPAREN,
STATE(524), 1,
aux_sym_tuple_expression_repeat1,
[14076] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(250), 1,
anon_sym_LBRACE,
ACTIONS(1150), 1,
anon_sym_if,
STATE(152), 1,
sym_block_expression,
[14089] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1154), 1,
sym__no_panic_token,
ACTIONS(1152), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[14100] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1156), 1,
anon_sym_SEMI,
STATE(734), 1,
sym__wrapped_generic_parameters,
[14113] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1158), 1,
anon_sym_COMMA,
ACTIONS(1160), 1,
anon_sym_RPAREN,
STATE(442), 1,
aux_sym__implicits_clause_repeat1,
[14126] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(112), 1,
anon_sym_SEMI,
ACTIONS(1162), 1,
anon_sym_COLON_COLON,
STATE(506), 1,
aux_sym_path_expression_repeat1,
[14139] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(520), 1,
anon_sym_RPAREN,
ACTIONS(1165), 1,
anon_sym_COMMA,
STATE(507), 1,
aux_sym__generic_arguments_repeat1,
[14152] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1168), 1,
anon_sym_COMMA,
ACTIONS(1170), 1,
anon_sym_RBRACE,
STATE(492), 1,
aux_sym_struct_repeat1,
[14165] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1172), 1,
anon_sym_COMMA,
ACTIONS(1174), 1,
anon_sym_RBRACE,
STATE(439), 1,
aux_sym__struct_argument_list_repeat1,
[14178] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1176), 1,
sym_identifier,
ACTIONS(1178), 1,
anon_sym_RPAREN,
STATE(578), 1,
sym_implicit,
[14191] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_RBRACE,
ACTIONS(1180), 1,
anon_sym_COMMA,
STATE(454), 1,
aux_sym_match_expression_repeat1,
[14204] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(874), 1,
anon_sym_LBRACE,
ACTIONS(1182), 1,
anon_sym_SEMI,
STATE(330), 1,
sym__trait_body,
[14217] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1184), 1,
anon_sym_COMMA,
ACTIONS(1187), 1,
anon_sym_GT,
STATE(513), 1,
aux_sym__wrapped_generic_parameters_repeat1,
[14230] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1189), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14243] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1191), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14256] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(1193), 1,
anon_sym_if,
STATE(46), 1,
sym_block_expression,
[14269] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 1,
anon_sym_COMMA,
ACTIONS(1197), 1,
anon_sym_RBRACE,
STATE(511), 1,
aux_sym_match_expression_repeat1,
[14282] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1199), 1,
anon_sym_COMMA,
ACTIONS(1201), 1,
anon_sym_RPAREN,
STATE(437), 1,
aux_sym__arguments_repeat1,
[14295] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1075), 1,
anon_sym_LBRACE,
ACTIONS(1203), 1,
anon_sym_SEMI,
STATE(257), 1,
sym__impl_body,
[14308] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1205), 1,
anon_sym_COMMA,
ACTIONS(1207), 1,
anon_sym_RBRACE,
STATE(478), 1,
aux_sym_struct_repeat1,
[14321] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(134), 1,
anon_sym_LBRACE,
ACTIONS(1150), 1,
anon_sym_if,
STATE(46), 1,
sym_block_expression,
[14334] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1209), 1,
anon_sym_COMMA,
ACTIONS(1211), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[14347] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1213), 1,
anon_sym_COMMA,
ACTIONS(1215), 1,
anon_sym_RBRACE,
STATE(484), 1,
aux_sym_match_expression_repeat1,
[14360] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1217), 1,
anon_sym_COMMA,
ACTIONS(1220), 1,
anon_sym_RPAREN,
STATE(524), 1,
aux_sym_tuple_expression_repeat1,
[14373] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1222), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14386] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1224), 1,
anon_sym_COMMA,
ACTIONS(1226), 1,
anon_sym_RBRACE,
STATE(485), 1,
aux_sym_struct_repeat1,
[14399] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1228), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14412] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1230), 1,
anon_sym_COMMA,
ACTIONS(1232), 1,
anon_sym_RBRACE,
STATE(489), 1,
aux_sym_struct_repeat1,
[14425] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1075), 1,
anon_sym_LBRACE,
ACTIONS(1234), 1,
anon_sym_SEMI,
STATE(268), 1,
sym__impl_body,
[14438] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1236), 1,
anon_sym_COMMA,
ACTIONS(1238), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[14451] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1240), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14464] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1242), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14477] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1244), 1,
anon_sym_COMMA,
ACTIONS(1246), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[14490] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1248), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14503] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1250), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14516] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1252), 1,
anon_sym_COMMA,
ACTIONS(1254), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[14529] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1256), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14542] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1258), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14555] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1260), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14568] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1262), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14581] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1264), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14594] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1266), 3,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_func,
[14603] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1268), 3,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_func,
[14612] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1270), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14625] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1272), 3,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_func,
[14634] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(520), 1,
anon_sym_GT,
ACTIONS(1274), 1,
anon_sym_COMMA,
STATE(546), 1,
aux_sym__generic_arguments_repeat1,
[14647] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(447), 1,
anon_sym_COMMA,
ACTIONS(1277), 1,
anon_sym_RPAREN,
STATE(524), 1,
aux_sym_tuple_expression_repeat1,
[14660] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1279), 1,
anon_sym_COMMA,
ACTIONS(1281), 1,
anon_sym_RBRACE,
STATE(522), 1,
aux_sym_struct_repeat1,
[14673] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1283), 1,
anon_sym_COMMA,
ACTIONS(1285), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[14686] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1287), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14699] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1289), 1,
anon_sym_COMMA,
ACTIONS(1291), 1,
anon_sym_RBRACE,
STATE(536), 1,
aux_sym_struct_repeat1,
[14712] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1293), 1,
anon_sym_COMMA,
ACTIONS(1295), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[14725] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(465), 1,
anon_sym_COMMA,
ACTIONS(1297), 1,
anon_sym_RPAREN,
STATE(507), 1,
aux_sym__generic_arguments_repeat1,
[14738] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1028), 1,
anon_sym_COMMA,
ACTIONS(1299), 1,
anon_sym_RPAREN,
STATE(456), 1,
aux_sym__function_signature_repeat1,
[14751] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1301), 1,
anon_sym_LBRACE,
ACTIONS(1303), 1,
anon_sym_SEMI,
STATE(339), 1,
sym__impl_body,
[14764] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(510), 1,
anon_sym_COMMA,
ACTIONS(1305), 1,
anon_sym_GT,
STATE(546), 1,
aux_sym__generic_arguments_repeat1,
[14777] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(640), 1,
sym__param_name,
ACTIONS(1307), 2,
sym_identifier,
anon_sym__,
[14788] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1311), 1,
anon_sym_COMMA,
ACTIONS(1309), 2,
sym_identifier,
anon_sym__,
[14799] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(998), 1,
anon_sym_COMMA,
ACTIONS(1313), 1,
anon_sym_RPAREN,
STATE(498), 1,
aux_sym_pattern_tuple_repeat1,
[14812] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1061), 1,
anon_sym_COMMA,
ACTIONS(1315), 1,
anon_sym_GT,
STATE(468), 1,
aux_sym__wrapped_generic_parameters_repeat1,
[14825] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1319), 1,
sym__no_panic_token,
ACTIONS(1317), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[14836] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1321), 1,
anon_sym_COMMA,
ACTIONS(1323), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[14849] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1325), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14862] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1327), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14875] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1329), 1,
anon_sym_COMMA,
ACTIONS(1331), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[14888] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1333), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14901] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1335), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[14914] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1339), 1,
sym__no_panic_token,
ACTIONS(1337), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[14925] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1172), 1,
anon_sym_COMMA,
ACTIONS(1341), 1,
anon_sym_RBRACE,
STATE(509), 1,
aux_sym__struct_argument_list_repeat1,
[14938] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(221), 1,
anon_sym_SEMI,
ACTIONS(1071), 1,
anon_sym_COLON_COLON,
STATE(506), 1,
aux_sym_path_expression_repeat1,
[14951] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1343), 1,
anon_sym_SEMI,
STATE(763), 1,
sym__wrapped_generic_parameters,
[14964] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1345), 1,
anon_sym_COMMA,
ACTIONS(1347), 1,
anon_sym_RBRACE,
STATE(549), 1,
aux_sym_struct_repeat1,
[14977] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(894), 1,
anon_sym_LBRACE,
ACTIONS(1349), 1,
anon_sym_SEMI,
STATE(252), 1,
sym__trait_body,
[14990] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1351), 1,
anon_sym_COMMA,
ACTIONS(1353), 1,
anon_sym_RBRACE,
STATE(552), 1,
aux_sym_struct_repeat1,
[15003] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1301), 1,
anon_sym_LBRACE,
ACTIONS(1355), 1,
anon_sym_SEMI,
STATE(340), 1,
sym__impl_body,
[15016] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1357), 1,
anon_sym_COMMA,
ACTIONS(1359), 1,
anon_sym_RBRACE,
STATE(562), 1,
aux_sym_struct_repeat1,
[15029] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1361), 1,
anon_sym_COMMA,
ACTIONS(1363), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[15042] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1158), 1,
anon_sym_COMMA,
ACTIONS(1365), 1,
anon_sym_RPAREN,
STATE(505), 1,
aux_sym__implicits_clause_repeat1,
[15055] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1028), 1,
anon_sym_COMMA,
ACTIONS(1367), 1,
anon_sym_RPAREN,
STATE(593), 1,
aux_sym__function_signature_repeat1,
[15068] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1369), 1,
anon_sym_LBRACE,
STATE(701), 1,
sym__wrapped_generic_parameters,
[15081] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1371), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[15094] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1075), 1,
anon_sym_LBRACE,
ACTIONS(1373), 1,
anon_sym_SEMI,
STATE(237), 1,
sym__impl_body,
[15107] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1375), 1,
anon_sym_COMMA,
ACTIONS(1377), 1,
anon_sym_RBRACE,
STATE(444), 1,
aux_sym_struct_repeat1,
[15120] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1379), 3,
anon_sym_LBRACE,
anon_sym_SEMI,
sym__no_panic_token,
[15129] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1301), 1,
anon_sym_LBRACE,
ACTIONS(1381), 1,
anon_sym_SEMI,
STATE(226), 1,
sym__impl_body,
[15142] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1383), 1,
anon_sym_COMMA,
ACTIONS(1385), 1,
anon_sym_RBRACE,
STATE(583), 1,
aux_sym_struct_repeat1,
[15155] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1387), 1,
anon_sym_COMMA,
ACTIONS(1389), 1,
anon_sym_RBRACE,
STATE(577), 1,
aux_sym_struct_repeat1,
[15168] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(1391), 1,
anon_sym_RBRACE,
STATE(611), 1,
sym__struct_member,
[15181] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(894), 1,
anon_sym_LBRACE,
ACTIONS(1393), 1,
anon_sym_SEMI,
STATE(271), 1,
sym__trait_body,
[15194] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1395), 1,
anon_sym_LBRACE,
STATE(694), 1,
sym__wrapped_generic_parameters,
[15207] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(872), 1,
anon_sym_LT,
ACTIONS(1397), 1,
anon_sym_of,
STATE(687), 1,
sym__wrapped_generic_parameters,
[15220] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1301), 1,
anon_sym_LBRACE,
ACTIONS(1399), 1,
anon_sym_SEMI,
STATE(288), 1,
sym__impl_body,
[15233] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1028), 1,
anon_sym_COMMA,
ACTIONS(1401), 1,
anon_sym_RPAREN,
STATE(440), 1,
aux_sym__function_signature_repeat1,
[15246] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1403), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[15254] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(639), 1,
sym__function_signature,
[15264] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1405), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15272] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_COLON,
STATE(653), 1,
sym__type_clause,
[15282] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1409), 1,
anon_sym_LBRACE,
STATE(221), 1,
sym_block_expression,
[15292] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1411), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[15300] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1409), 1,
anon_sym_LBRACE,
STATE(249), 1,
sym_block_expression,
[15310] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1409), 1,
anon_sym_LBRACE,
STATE(251), 1,
sym_block_expression,
[15320] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1413), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[15328] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1415), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15336] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(912), 1,
anon_sym_LPAREN,
STATE(717), 1,
sym__function_signature,
[15346] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1409), 1,
anon_sym_LBRACE,
STATE(301), 1,
sym_block_expression,
[15356] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1409), 1,
anon_sym_LBRACE,
STATE(305), 1,
sym_block_expression,
[15366] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1417), 1,
anon_sym_func,
ACTIONS(1419), 1,
anon_sym_type,
[15376] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1421), 1,
anon_sym_LT,
STATE(129), 1,
sym__generic_arguments,
[15386] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1423), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15394] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1409), 1,
anon_sym_LBRACE,
STATE(261), 1,
sym_block_expression,
[15404] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1425), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[15412] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1187), 2,
anon_sym_COMMA,
anon_sym_GT,
[15420] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1427), 1,
anon_sym_LT,
STATE(14), 1,
sym__generic_arguments,
[15430] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1429), 1,
anon_sym_COLON,
STATE(650), 1,
sym__struct_argument_expression,
[15440] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1431), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15448] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1311), 2,
sym_identifier,
anon_sym_COMMA,
[15456] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1433), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[15464] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(944), 1,
sym_identifier,
STATE(637), 1,
sym_struct_pattern,
[15474] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1024), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[15482] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1435), 1,
anon_sym_LT,
STATE(14), 1,
sym__generic_arguments,
[15492] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1437), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15500] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1439), 2,
anon_sym_COMMA,
anon_sym_GT,
[15508] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1441), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15516] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1443), 2,
anon_sym_COMMA,
anon_sym_GT,
[15524] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1409), 1,
anon_sym_LBRACE,
STATE(343), 1,
sym_block_expression,
[15534] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_COLON,
STATE(594), 1,
sym__type_clause,
[15544] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1445), 1,
anon_sym_LT,
STATE(14), 1,
sym__generic_arguments,
[15554] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(134), 1,
anon_sym_LBRACE,
STATE(230), 1,
sym_block_expression,
[15564] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(134), 1,
anon_sym_LBRACE,
STATE(232), 1,
sym_block_expression,
[15574] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(633), 1,
sym__function_signature,
[15584] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1447), 1,
anon_sym_EQ,
ACTIONS(1449), 1,
anon_sym_SEMI,
[15594] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1451), 1,
anon_sym_LT,
STATE(14), 1,
sym__generic_arguments,
[15604] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(134), 1,
anon_sym_LBRACE,
STATE(231), 1,
sym_block_expression,
[15614] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(526), 1,
sym__struct_member,
[15624] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1453), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[15632] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1455), 1,
anon_sym_LT,
STATE(14), 1,
sym__generic_arguments,
[15642] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1039), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[15650] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(508), 1,
sym__struct_member,
[15660] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1409), 1,
anon_sym_LBRACE,
STATE(277), 1,
sym_block_expression,
[15670] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_COLON,
STATE(664), 1,
sym__type_clause,
[15680] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(912), 1,
anon_sym_LPAREN,
STATE(688), 1,
sym__function_signature,
[15690] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(611), 1,
sym__struct_member,
[15700] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(495), 1,
sym__struct_member,
[15710] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_COLON,
STATE(682), 1,
sym__type_clause,
[15720] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(479), 1,
sym__struct_member,
[15730] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1457), 1,
anon_sym_func,
ACTIONS(1459), 1,
anon_sym_type,
[15740] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(674), 1,
sym__function_signature,
[15750] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(486), 1,
sym__struct_member,
[15760] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1461), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[15768] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1463), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[15776] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(134), 1,
anon_sym_LBRACE,
STATE(254), 1,
sym_block_expression,
[15786] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(134), 1,
anon_sym_LBRACE,
STATE(253), 1,
sym_block_expression,
[15796] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1465), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[15804] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1176), 1,
sym_identifier,
STATE(602), 1,
sym_implicit,
[15814] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1467), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15822] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(493), 1,
sym__struct_member,
[15832] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(134), 1,
anon_sym_LBRACE,
STATE(304), 1,
sym_block_expression,
[15842] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1469), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15850] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(628), 1,
sym__function_signature,
[15860] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(134), 1,
anon_sym_LBRACE,
STATE(296), 1,
sym_block_expression,
[15870] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(652), 1,
sym__function_signature,
[15880] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1471), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15888] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1473), 1,
anon_sym_LPAREN,
STATE(739), 1,
sym_attribute_arguments,
[15898] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1475), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[15906] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1477), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15914] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1479), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[15922] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(289), 1,
anon_sym_SEMI,
ACTIONS(1481), 1,
anon_sym_COLON_COLON,
[15932] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(548), 1,
sym__struct_member,
[15942] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(551), 1,
sym__struct_member,
[15952] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(625), 1,
sym__function_signature,
[15962] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(528), 1,
sym__struct_member,
[15972] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(572), 1,
sym__struct_member,
[15982] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(574), 1,
sym__struct_member,
[15992] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(134), 1,
anon_sym_LBRACE,
STATE(318), 1,
sym_block_expression,
[16002] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1484), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[16010] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(605), 1,
sym__function_signature,
[16020] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(576), 1,
sym__struct_member,
[16030] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(436), 1,
sym__struct_member,
[16040] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(520), 1,
sym__struct_member,
[16050] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(910), 1,
anon_sym_LPAREN,
STATE(601), 1,
sym__function_signature,
[16060] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1095), 2,
sym_identifier,
anon_sym_COMMA,
[16068] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1486), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[16076] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(586), 1,
sym__struct_member,
[16086] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
STATE(587), 1,
sym__struct_member,
[16096] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1488), 1,
sym_identifier,
[16103] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1490), 1,
anon_sym_RBRACE,
[16110] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1492), 1,
anon_sym_of,
[16117] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1494), 1,
anon_sym_SEMI,
[16124] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1496), 1,
anon_sym_RBRACE,
[16131] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1498), 1,
sym_identifier,
[16138] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1500), 1,
sym_identifier,
[16145] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1502), 1,
sym_identifier,
[16152] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1504), 1,
sym_identifier,
[16159] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1506), 1,
anon_sym_LBRACE,
[16166] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1508), 1,
anon_sym_with,
[16173] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1510), 1,
sym_identifier,
[16180] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1512), 1,
sym_identifier,
[16187] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1514), 1,
sym_identifier,
[16194] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1516), 1,
anon_sym_SEMI,
[16201] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1518), 1,
anon_sym_func,
[16208] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1520), 1,
anon_sym_LBRACE,
[16215] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
sym_identifier,
[16222] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1524), 1,
sym_identifier,
[16229] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1526), 1,
sym_identifier,
[16236] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1528), 1,
anon_sym_RBRACK,
[16243] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1530), 1,
sym_identifier,
[16250] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1193), 1,
anon_sym_if,
[16257] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1532), 1,
anon_sym_LPAREN,
[16264] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1534), 1,
anon_sym_RBRACK,
[16271] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_identifier,
[16278] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1538), 1,
sym_identifier,
[16285] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1540), 1,
sym_identifier,
[16292] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1542), 1,
anon_sym_of,
[16299] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1544), 1,
anon_sym_EQ_GT,
[16306] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1546), 1,
sym_identifier,
[16313] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1548), 1,
anon_sym_SEMI,
[16320] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1550), 1,
anon_sym_SEMI,
[16327] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1552), 1,
anon_sym_RBRACE,
[16334] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1554), 1,
sym_identifier,
[16341] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1556), 1,
anon_sym_of,
[16348] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1558), 1,
anon_sym_LBRACE,
[16355] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1560), 1,
anon_sym_LBRACE,
[16362] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1562), 1,
anon_sym_RPAREN,
[16369] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1564), 1,
sym_identifier,
[16376] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1566), 1,
sym_identifier,
[16383] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1150), 1,
anon_sym_if,
[16390] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1568), 1,
sym_identifier,
[16397] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1570), 1,
anon_sym_of,
[16404] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1572), 1,
anon_sym_LBRACE,
[16411] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1574), 1,
anon_sym_LBRACE,
[16418] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1576), 1,
sym_identifier,
[16425] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1578), 1,
anon_sym_SEMI,
[16432] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1580), 1,
anon_sym_RBRACK,
[16439] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1582), 1,
anon_sym_SEMI,
[16446] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1584), 1,
anon_sym_RPAREN,
[16453] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1586), 1,
sym_identifier,
[16460] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1588), 1,
sym_identifier,
[16467] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1590), 1,
sym_identifier,
[16474] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1592), 1,
anon_sym_RBRACK,
[16481] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1594), 1,
anon_sym_func,
[16488] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1596), 1,
sym_identifier,
[16495] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1598), 1,
sym_identifier,
[16502] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1600), 1,
sym_identifier,
[16509] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1602), 1,
sym_identifier,
[16516] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1604), 1,
anon_sym_SEMI,
[16523] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1606), 1,
anon_sym_DOT_DOT,
[16530] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
ts_builtin_sym_end,
[16537] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1610), 1,
anon_sym_SEMI,
[16544] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1612), 1,
anon_sym_LBRACE,
[16551] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1614), 1,
sym_identifier,
[16558] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1616), 1,
sym_identifier,
[16565] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1618), 1,
sym_identifier,
[16572] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1620), 1,
anon_sym_LBRACE,
[16579] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1622), 1,
sym_identifier,
[16586] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1624), 1,
anon_sym_SEMI,
[16593] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1626), 1,
anon_sym_SEMI,
[16600] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1628), 1,
anon_sym_SEMI,
[16607] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1630), 1,
sym_identifier,
[16614] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1632), 1,
anon_sym_SEMI,
[16621] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1634), 1,
anon_sym_SEMI,
[16628] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1636), 1,
sym_identifier,
[16635] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1638), 1,
anon_sym_LBRACK,
[16642] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1640), 1,
anon_sym_SEMI,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 80,
[SMALL_STATE(4)] = 160,
[SMALL_STATE(5)] = 240,
[SMALL_STATE(6)] = 320,
[SMALL_STATE(7)] = 400,
[SMALL_STATE(8)] = 480,
[SMALL_STATE(9)] = 560,
[SMALL_STATE(10)] = 640,
[SMALL_STATE(11)] = 720,
[SMALL_STATE(12)] = 800,
[SMALL_STATE(13)] = 880,
[SMALL_STATE(14)] = 924,
[SMALL_STATE(15)] = 968,
[SMALL_STATE(16)] = 1012,
[SMALL_STATE(17)] = 1063,
[SMALL_STATE(18)] = 1114,
[SMALL_STATE(19)] = 1157,
[SMALL_STATE(20)] = 1225,
[SMALL_STATE(21)] = 1293,
[SMALL_STATE(22)] = 1341,
[SMALL_STATE(23)] = 1382,
[SMALL_STATE(24)] = 1447,
[SMALL_STATE(25)] = 1492,
[SMALL_STATE(26)] = 1557,
[SMALL_STATE(27)] = 1622,
[SMALL_STATE(28)] = 1663,
[SMALL_STATE(29)] = 1704,
[SMALL_STATE(30)] = 1769,
[SMALL_STATE(31)] = 1834,
[SMALL_STATE(32)] = 1875,
[SMALL_STATE(33)] = 1916,
[SMALL_STATE(34)] = 1957,
[SMALL_STATE(35)] = 1998,
[SMALL_STATE(36)] = 2039,
[SMALL_STATE(37)] = 2080,
[SMALL_STATE(38)] = 2121,
[SMALL_STATE(39)] = 2162,
[SMALL_STATE(40)] = 2203,
[SMALL_STATE(41)] = 2244,
[SMALL_STATE(42)] = 2309,
[SMALL_STATE(43)] = 2354,
[SMALL_STATE(44)] = 2395,
[SMALL_STATE(45)] = 2436,
[SMALL_STATE(46)] = 2481,
[SMALL_STATE(47)] = 2522,
[SMALL_STATE(48)] = 2584,
[SMALL_STATE(49)] = 2646,
[SMALL_STATE(50)] = 2708,
[SMALL_STATE(51)] = 2770,
[SMALL_STATE(52)] = 2832,
[SMALL_STATE(53)] = 2874,
[SMALL_STATE(54)] = 2916,
[SMALL_STATE(55)] = 2978,
[SMALL_STATE(56)] = 3018,
[SMALL_STATE(57)] = 3068,
[SMALL_STATE(58)] = 3110,
[SMALL_STATE(59)] = 3150,
[SMALL_STATE(60)] = 3212,
[SMALL_STATE(61)] = 3274,
[SMALL_STATE(62)] = 3336,
[SMALL_STATE(63)] = 3398,
[SMALL_STATE(64)] = 3460,
[SMALL_STATE(65)] = 3522,
[SMALL_STATE(66)] = 3584,
[SMALL_STATE(67)] = 3646,
[SMALL_STATE(68)] = 3708,
[SMALL_STATE(69)] = 3770,
[SMALL_STATE(70)] = 3810,
[SMALL_STATE(71)] = 3872,
[SMALL_STATE(72)] = 3912,
[SMALL_STATE(73)] = 3974,
[SMALL_STATE(74)] = 4014,
[SMALL_STATE(75)] = 4076,
[SMALL_STATE(76)] = 4120,
[SMALL_STATE(77)] = 4182,
[SMALL_STATE(78)] = 4244,
[SMALL_STATE(79)] = 4306,
[SMALL_STATE(80)] = 4368,
[SMALL_STATE(81)] = 4430,
[SMALL_STATE(82)] = 4472,
[SMALL_STATE(83)] = 4534,
[SMALL_STATE(84)] = 4574,
[SMALL_STATE(85)] = 4636,
[SMALL_STATE(86)] = 4698,
[SMALL_STATE(87)] = 4760,
[SMALL_STATE(88)] = 4822,
[SMALL_STATE(89)] = 4884,
[SMALL_STATE(90)] = 4946,
[SMALL_STATE(91)] = 5008,
[SMALL_STATE(92)] = 5070,
[SMALL_STATE(93)] = 5132,
[SMALL_STATE(94)] = 5194,
[SMALL_STATE(95)] = 5234,
[SMALL_STATE(96)] = 5296,
[SMALL_STATE(97)] = 5358,
[SMALL_STATE(98)] = 5397,
[SMALL_STATE(99)] = 5436,
[SMALL_STATE(100)] = 5479,
[SMALL_STATE(101)] = 5522,
[SMALL_STATE(102)] = 5565,
[SMALL_STATE(103)] = 5606,
[SMALL_STATE(104)] = 5648,
[SMALL_STATE(105)] = 5690,
[SMALL_STATE(106)] = 5723,
[SMALL_STATE(107)] = 5764,
[SMALL_STATE(108)] = 5805,
[SMALL_STATE(109)] = 5842,
[SMALL_STATE(110)] = 5879,
[SMALL_STATE(111)] = 5912,
[SMALL_STATE(112)] = 5949,
[SMALL_STATE(113)] = 5982,
[SMALL_STATE(114)] = 6015,
[SMALL_STATE(115)] = 6051,
[SMALL_STATE(116)] = 6087,
[SMALL_STATE(117)] = 6123,
[SMALL_STATE(118)] = 6159,
[SMALL_STATE(119)] = 6193,
[SMALL_STATE(120)] = 6244,
[SMALL_STATE(121)] = 6295,
[SMALL_STATE(122)] = 6330,
[SMALL_STATE(123)] = 6381,
[SMALL_STATE(124)] = 6432,
[SMALL_STATE(125)] = 6463,
[SMALL_STATE(126)] = 6514,
[SMALL_STATE(127)] = 6547,
[SMALL_STATE(128)] = 6598,
[SMALL_STATE(129)] = 6633,
[SMALL_STATE(130)] = 6664,
[SMALL_STATE(131)] = 6715,
[SMALL_STATE(132)] = 6746,
[SMALL_STATE(133)] = 6780,
[SMALL_STATE(134)] = 6812,
[SMALL_STATE(135)] = 6846,
[SMALL_STATE(136)] = 6878,
[SMALL_STATE(137)] = 6917,
[SMALL_STATE(138)] = 6970,
[SMALL_STATE(139)] = 6999,
[SMALL_STATE(140)] = 7038,
[SMALL_STATE(141)] = 7067,
[SMALL_STATE(142)] = 7096,
[SMALL_STATE(143)] = 7125,
[SMALL_STATE(144)] = 7154,
[SMALL_STATE(145)] = 7183,
[SMALL_STATE(146)] = 7218,
[SMALL_STATE(147)] = 7247,
[SMALL_STATE(148)] = 7286,
[SMALL_STATE(149)] = 7315,
[SMALL_STATE(150)] = 7344,
[SMALL_STATE(151)] = 7377,
[SMALL_STATE(152)] = 7408,
[SMALL_STATE(153)] = 7437,
[SMALL_STATE(154)] = 7466,
[SMALL_STATE(155)] = 7495,
[SMALL_STATE(156)] = 7530,
[SMALL_STATE(157)] = 7559,
[SMALL_STATE(158)] = 7588,
[SMALL_STATE(159)] = 7617,
[SMALL_STATE(160)] = 7646,
[SMALL_STATE(161)] = 7675,
[SMALL_STATE(162)] = 7706,
[SMALL_STATE(163)] = 7759,
[SMALL_STATE(164)] = 7812,
[SMALL_STATE(165)] = 7865,
[SMALL_STATE(166)] = 7904,
[SMALL_STATE(167)] = 7935,
[SMALL_STATE(168)] = 7966,
[SMALL_STATE(169)] = 8001,
[SMALL_STATE(170)] = 8035,
[SMALL_STATE(171)] = 8085,
[SMALL_STATE(172)] = 8121,
[SMALL_STATE(173)] = 8153,
[SMALL_STATE(174)] = 8203,
[SMALL_STATE(175)] = 8241,
[SMALL_STATE(176)] = 8275,
[SMALL_STATE(177)] = 8309,
[SMALL_STATE(178)] = 8359,
[SMALL_STATE(179)] = 8397,
[SMALL_STATE(180)] = 8431,
[SMALL_STATE(181)] = 8467,
[SMALL_STATE(182)] = 8505,
[SMALL_STATE(183)] = 8555,
[SMALL_STATE(184)] = 8605,
[SMALL_STATE(185)] = 8639,
[SMALL_STATE(186)] = 8677,
[SMALL_STATE(187)] = 8713,
[SMALL_STATE(188)] = 8751,
[SMALL_STATE(189)] = 8787,
[SMALL_STATE(190)] = 8821,
[SMALL_STATE(191)] = 8857,
[SMALL_STATE(192)] = 8895,
[SMALL_STATE(193)] = 8928,
[SMALL_STATE(194)] = 8961,
[SMALL_STATE(195)] = 8994,
[SMALL_STATE(196)] = 9027,
[SMALL_STATE(197)] = 9056,
[SMALL_STATE(198)] = 9091,
[SMALL_STATE(199)] = 9124,
[SMALL_STATE(200)] = 9157,
[SMALL_STATE(201)] = 9204,
[SMALL_STATE(202)] = 9251,
[SMALL_STATE(203)] = 9286,
[SMALL_STATE(204)] = 9317,
[SMALL_STATE(205)] = 9348,
[SMALL_STATE(206)] = 9377,
[SMALL_STATE(207)] = 9400,
[SMALL_STATE(208)] = 9423,
[SMALL_STATE(209)] = 9446,
[SMALL_STATE(210)] = 9469,
[SMALL_STATE(211)] = 9492,
[SMALL_STATE(212)] = 9515,
[SMALL_STATE(213)] = 9538,
[SMALL_STATE(214)] = 9562,
[SMALL_STATE(215)] = 9586,
[SMALL_STATE(216)] = 9621,
[SMALL_STATE(217)] = 9656,
[SMALL_STATE(218)] = 9677,
[SMALL_STATE(219)] = 9693,
[SMALL_STATE(220)] = 9709,
[SMALL_STATE(221)] = 9731,
[SMALL_STATE(222)] = 9747,
[SMALL_STATE(223)] = 9763,
[SMALL_STATE(224)] = 9785,
[SMALL_STATE(225)] = 9801,
[SMALL_STATE(226)] = 9823,
[SMALL_STATE(227)] = 9839,
[SMALL_STATE(228)] = 9855,
[SMALL_STATE(229)] = 9871,
[SMALL_STATE(230)] = 9887,
[SMALL_STATE(231)] = 9903,
[SMALL_STATE(232)] = 9919,
[SMALL_STATE(233)] = 9935,
[SMALL_STATE(234)] = 9951,
[SMALL_STATE(235)] = 9967,
[SMALL_STATE(236)] = 9983,
[SMALL_STATE(237)] = 9999,
[SMALL_STATE(238)] = 10015,
[SMALL_STATE(239)] = 10031,
[SMALL_STATE(240)] = 10047,
[SMALL_STATE(241)] = 10063,
[SMALL_STATE(242)] = 10079,
[SMALL_STATE(243)] = 10095,
[SMALL_STATE(244)] = 10111,
[SMALL_STATE(245)] = 10127,
[SMALL_STATE(246)] = 10143,
[SMALL_STATE(247)] = 10159,
[SMALL_STATE(248)] = 10175,
[SMALL_STATE(249)] = 10191,
[SMALL_STATE(250)] = 10207,
[SMALL_STATE(251)] = 10223,
[SMALL_STATE(252)] = 10239,
[SMALL_STATE(253)] = 10255,
[SMALL_STATE(254)] = 10271,
[SMALL_STATE(255)] = 10287,
[SMALL_STATE(256)] = 10303,
[SMALL_STATE(257)] = 10319,
[SMALL_STATE(258)] = 10335,
[SMALL_STATE(259)] = 10351,
[SMALL_STATE(260)] = 10367,
[SMALL_STATE(261)] = 10383,
[SMALL_STATE(262)] = 10399,
[SMALL_STATE(263)] = 10415,
[SMALL_STATE(264)] = 10431,
[SMALL_STATE(265)] = 10447,
[SMALL_STATE(266)] = 10463,
[SMALL_STATE(267)] = 10479,
[SMALL_STATE(268)] = 10495,
[SMALL_STATE(269)] = 10511,
[SMALL_STATE(270)] = 10527,
[SMALL_STATE(271)] = 10543,
[SMALL_STATE(272)] = 10559,
[SMALL_STATE(273)] = 10575,
[SMALL_STATE(274)] = 10591,
[SMALL_STATE(275)] = 10607,
[SMALL_STATE(276)] = 10623,
[SMALL_STATE(277)] = 10639,
[SMALL_STATE(278)] = 10655,
[SMALL_STATE(279)] = 10671,
[SMALL_STATE(280)] = 10687,
[SMALL_STATE(281)] = 10703,
[SMALL_STATE(282)] = 10719,
[SMALL_STATE(283)] = 10735,
[SMALL_STATE(284)] = 10751,
[SMALL_STATE(285)] = 10767,
[SMALL_STATE(286)] = 10783,
[SMALL_STATE(287)] = 10799,
[SMALL_STATE(288)] = 10815,
[SMALL_STATE(289)] = 10831,
[SMALL_STATE(290)] = 10847,
[SMALL_STATE(291)] = 10863,
[SMALL_STATE(292)] = 10879,
[SMALL_STATE(293)] = 10895,
[SMALL_STATE(294)] = 10911,
[SMALL_STATE(295)] = 10927,
[SMALL_STATE(296)] = 10943,
[SMALL_STATE(297)] = 10959,
[SMALL_STATE(298)] = 10975,
[SMALL_STATE(299)] = 10991,
[SMALL_STATE(300)] = 11007,
[SMALL_STATE(301)] = 11023,
[SMALL_STATE(302)] = 11039,
[SMALL_STATE(303)] = 11055,
[SMALL_STATE(304)] = 11071,
[SMALL_STATE(305)] = 11087,
[SMALL_STATE(306)] = 11103,
[SMALL_STATE(307)] = 11119,
[SMALL_STATE(308)] = 11135,
[SMALL_STATE(309)] = 11151,
[SMALL_STATE(310)] = 11167,
[SMALL_STATE(311)] = 11183,
[SMALL_STATE(312)] = 11199,
[SMALL_STATE(313)] = 11215,
[SMALL_STATE(314)] = 11231,
[SMALL_STATE(315)] = 11247,
[SMALL_STATE(316)] = 11263,
[SMALL_STATE(317)] = 11279,
[SMALL_STATE(318)] = 11295,
[SMALL_STATE(319)] = 11311,
[SMALL_STATE(320)] = 11327,
[SMALL_STATE(321)] = 11343,
[SMALL_STATE(322)] = 11359,
[SMALL_STATE(323)] = 11375,
[SMALL_STATE(324)] = 11391,
[SMALL_STATE(325)] = 11407,
[SMALL_STATE(326)] = 11423,
[SMALL_STATE(327)] = 11439,
[SMALL_STATE(328)] = 11455,
[SMALL_STATE(329)] = 11471,
[SMALL_STATE(330)] = 11487,
[SMALL_STATE(331)] = 11503,
[SMALL_STATE(332)] = 11519,
[SMALL_STATE(333)] = 11535,
[SMALL_STATE(334)] = 11551,
[SMALL_STATE(335)] = 11567,
[SMALL_STATE(336)] = 11583,
[SMALL_STATE(337)] = 11599,
[SMALL_STATE(338)] = 11615,
[SMALL_STATE(339)] = 11631,
[SMALL_STATE(340)] = 11647,
[SMALL_STATE(341)] = 11663,
[SMALL_STATE(342)] = 11679,
[SMALL_STATE(343)] = 11695,
[SMALL_STATE(344)] = 11711,
[SMALL_STATE(345)] = 11727,
[SMALL_STATE(346)] = 11743,
[SMALL_STATE(347)] = 11759,
[SMALL_STATE(348)] = 11775,
[SMALL_STATE(349)] = 11791,
[SMALL_STATE(350)] = 11807,
[SMALL_STATE(351)] = 11823,
[SMALL_STATE(352)] = 11839,
[SMALL_STATE(353)] = 11855,
[SMALL_STATE(354)] = 11871,
[SMALL_STATE(355)] = 11887,
[SMALL_STATE(356)] = 11902,
[SMALL_STATE(357)] = 11923,
[SMALL_STATE(358)] = 11952,
[SMALL_STATE(359)] = 11981,
[SMALL_STATE(360)] = 12000,
[SMALL_STATE(361)] = 12026,
[SMALL_STATE(362)] = 12052,
[SMALL_STATE(363)] = 12078,
[SMALL_STATE(364)] = 12104,
[SMALL_STATE(365)] = 12130,
[SMALL_STATE(366)] = 12150,
[SMALL_STATE(367)] = 12176,
[SMALL_STATE(368)] = 12197,
[SMALL_STATE(369)] = 12218,
[SMALL_STATE(370)] = 12232,
[SMALL_STATE(371)] = 12254,
[SMALL_STATE(372)] = 12268,
[SMALL_STATE(373)] = 12290,
[SMALL_STATE(374)] = 12304,
[SMALL_STATE(375)] = 12318,
[SMALL_STATE(376)] = 12340,
[SMALL_STATE(377)] = 12354,
[SMALL_STATE(378)] = 12368,
[SMALL_STATE(379)] = 12382,
[SMALL_STATE(380)] = 12404,
[SMALL_STATE(381)] = 12418,
[SMALL_STATE(382)] = 12440,
[SMALL_STATE(383)] = 12462,
[SMALL_STATE(384)] = 12476,
[SMALL_STATE(385)] = 12490,
[SMALL_STATE(386)] = 12505,
[SMALL_STATE(387)] = 12524,
[SMALL_STATE(388)] = 12541,
[SMALL_STATE(389)] = 12556,
[SMALL_STATE(390)] = 12571,
[SMALL_STATE(391)] = 12586,
[SMALL_STATE(392)] = 12605,
[SMALL_STATE(393)] = 12620,
[SMALL_STATE(394)] = 12635,
[SMALL_STATE(395)] = 12652,
[SMALL_STATE(396)] = 12667,
[SMALL_STATE(397)] = 12682,
[SMALL_STATE(398)] = 12701,
[SMALL_STATE(399)] = 12718,
[SMALL_STATE(400)] = 12737,
[SMALL_STATE(401)] = 12752,
[SMALL_STATE(402)] = 12767,
[SMALL_STATE(403)] = 12782,
[SMALL_STATE(404)] = 12801,
[SMALL_STATE(405)] = 12816,
[SMALL_STATE(406)] = 12831,
[SMALL_STATE(407)] = 12841,
[SMALL_STATE(408)] = 12853,
[SMALL_STATE(409)] = 12865,
[SMALL_STATE(410)] = 12881,
[SMALL_STATE(411)] = 12897,
[SMALL_STATE(412)] = 12913,
[SMALL_STATE(413)] = 12929,
[SMALL_STATE(414)] = 12941,
[SMALL_STATE(415)] = 12955,
[SMALL_STATE(416)] = 12969,
[SMALL_STATE(417)] = 12985,
[SMALL_STATE(418)] = 12997,
[SMALL_STATE(419)] = 13013,
[SMALL_STATE(420)] = 13025,
[SMALL_STATE(421)] = 13039,
[SMALL_STATE(422)] = 13055,
[SMALL_STATE(423)] = 13065,
[SMALL_STATE(424)] = 13081,
[SMALL_STATE(425)] = 13093,
[SMALL_STATE(426)] = 13103,
[SMALL_STATE(427)] = 13119,
[SMALL_STATE(428)] = 13133,
[SMALL_STATE(429)] = 13149,
[SMALL_STATE(430)] = 13165,
[SMALL_STATE(431)] = 13179,
[SMALL_STATE(432)] = 13193,
[SMALL_STATE(433)] = 13209,
[SMALL_STATE(434)] = 13225,
[SMALL_STATE(435)] = 13239,
[SMALL_STATE(436)] = 13252,
[SMALL_STATE(437)] = 13265,
[SMALL_STATE(438)] = 13278,
[SMALL_STATE(439)] = 13289,
[SMALL_STATE(440)] = 13302,
[SMALL_STATE(441)] = 13315,
[SMALL_STATE(442)] = 13324,
[SMALL_STATE(443)] = 13337,
[SMALL_STATE(444)] = 13350,
[SMALL_STATE(445)] = 13363,
[SMALL_STATE(446)] = 13376,
[SMALL_STATE(447)] = 13389,
[SMALL_STATE(448)] = 13402,
[SMALL_STATE(449)] = 13415,
[SMALL_STATE(450)] = 13428,
[SMALL_STATE(451)] = 13441,
[SMALL_STATE(452)] = 13450,
[SMALL_STATE(453)] = 13461,
[SMALL_STATE(454)] = 13474,
[SMALL_STATE(455)] = 13487,
[SMALL_STATE(456)] = 13500,
[SMALL_STATE(457)] = 13513,
[SMALL_STATE(458)] = 13526,
[SMALL_STATE(459)] = 13539,
[SMALL_STATE(460)] = 13552,
[SMALL_STATE(461)] = 13565,
[SMALL_STATE(462)] = 13576,
[SMALL_STATE(463)] = 13589,
[SMALL_STATE(464)] = 13600,
[SMALL_STATE(465)] = 13613,
[SMALL_STATE(466)] = 13626,
[SMALL_STATE(467)] = 13639,
[SMALL_STATE(468)] = 13652,
[SMALL_STATE(469)] = 13665,
[SMALL_STATE(470)] = 13678,
[SMALL_STATE(471)] = 13691,
[SMALL_STATE(472)] = 13704,
[SMALL_STATE(473)] = 13717,
[SMALL_STATE(474)] = 13728,
[SMALL_STATE(475)] = 13741,
[SMALL_STATE(476)] = 13754,
[SMALL_STATE(477)] = 13763,
[SMALL_STATE(478)] = 13776,
[SMALL_STATE(479)] = 13789,
[SMALL_STATE(480)] = 13802,
[SMALL_STATE(481)] = 13815,
[SMALL_STATE(482)] = 13828,
[SMALL_STATE(483)] = 13841,
[SMALL_STATE(484)] = 13854,
[SMALL_STATE(485)] = 13867,
[SMALL_STATE(486)] = 13880,
[SMALL_STATE(487)] = 13893,
[SMALL_STATE(488)] = 13906,
[SMALL_STATE(489)] = 13919,
[SMALL_STATE(490)] = 13932,
[SMALL_STATE(491)] = 13941,
[SMALL_STATE(492)] = 13950,
[SMALL_STATE(493)] = 13963,
[SMALL_STATE(494)] = 13976,
[SMALL_STATE(495)] = 13989,
[SMALL_STATE(496)] = 14002,
[SMALL_STATE(497)] = 14015,
[SMALL_STATE(498)] = 14028,
[SMALL_STATE(499)] = 14041,
[SMALL_STATE(500)] = 14052,
[SMALL_STATE(501)] = 14063,
[SMALL_STATE(502)] = 14076,
[SMALL_STATE(503)] = 14089,
[SMALL_STATE(504)] = 14100,
[SMALL_STATE(505)] = 14113,
[SMALL_STATE(506)] = 14126,
[SMALL_STATE(507)] = 14139,
[SMALL_STATE(508)] = 14152,
[SMALL_STATE(509)] = 14165,
[SMALL_STATE(510)] = 14178,
[SMALL_STATE(511)] = 14191,
[SMALL_STATE(512)] = 14204,
[SMALL_STATE(513)] = 14217,
[SMALL_STATE(514)] = 14230,
[SMALL_STATE(515)] = 14243,
[SMALL_STATE(516)] = 14256,
[SMALL_STATE(517)] = 14269,
[SMALL_STATE(518)] = 14282,
[SMALL_STATE(519)] = 14295,
[SMALL_STATE(520)] = 14308,
[SMALL_STATE(521)] = 14321,
[SMALL_STATE(522)] = 14334,
[SMALL_STATE(523)] = 14347,
[SMALL_STATE(524)] = 14360,
[SMALL_STATE(525)] = 14373,
[SMALL_STATE(526)] = 14386,
[SMALL_STATE(527)] = 14399,
[SMALL_STATE(528)] = 14412,
[SMALL_STATE(529)] = 14425,
[SMALL_STATE(530)] = 14438,
[SMALL_STATE(531)] = 14451,
[SMALL_STATE(532)] = 14464,
[SMALL_STATE(533)] = 14477,
[SMALL_STATE(534)] = 14490,
[SMALL_STATE(535)] = 14503,
[SMALL_STATE(536)] = 14516,
[SMALL_STATE(537)] = 14529,
[SMALL_STATE(538)] = 14542,
[SMALL_STATE(539)] = 14555,
[SMALL_STATE(540)] = 14568,
[SMALL_STATE(541)] = 14581,
[SMALL_STATE(542)] = 14594,
[SMALL_STATE(543)] = 14603,
[SMALL_STATE(544)] = 14612,
[SMALL_STATE(545)] = 14625,
[SMALL_STATE(546)] = 14634,
[SMALL_STATE(547)] = 14647,
[SMALL_STATE(548)] = 14660,
[SMALL_STATE(549)] = 14673,
[SMALL_STATE(550)] = 14686,
[SMALL_STATE(551)] = 14699,
[SMALL_STATE(552)] = 14712,
[SMALL_STATE(553)] = 14725,
[SMALL_STATE(554)] = 14738,
[SMALL_STATE(555)] = 14751,
[SMALL_STATE(556)] = 14764,
[SMALL_STATE(557)] = 14777,
[SMALL_STATE(558)] = 14788,
[SMALL_STATE(559)] = 14799,
[SMALL_STATE(560)] = 14812,
[SMALL_STATE(561)] = 14825,
[SMALL_STATE(562)] = 14836,
[SMALL_STATE(563)] = 14849,
[SMALL_STATE(564)] = 14862,
[SMALL_STATE(565)] = 14875,
[SMALL_STATE(566)] = 14888,
[SMALL_STATE(567)] = 14901,
[SMALL_STATE(568)] = 14914,
[SMALL_STATE(569)] = 14925,
[SMALL_STATE(570)] = 14938,
[SMALL_STATE(571)] = 14951,
[SMALL_STATE(572)] = 14964,
[SMALL_STATE(573)] = 14977,
[SMALL_STATE(574)] = 14990,
[SMALL_STATE(575)] = 15003,
[SMALL_STATE(576)] = 15016,
[SMALL_STATE(577)] = 15029,
[SMALL_STATE(578)] = 15042,
[SMALL_STATE(579)] = 15055,
[SMALL_STATE(580)] = 15068,
[SMALL_STATE(581)] = 15081,
[SMALL_STATE(582)] = 15094,
[SMALL_STATE(583)] = 15107,
[SMALL_STATE(584)] = 15120,
[SMALL_STATE(585)] = 15129,
[SMALL_STATE(586)] = 15142,
[SMALL_STATE(587)] = 15155,
[SMALL_STATE(588)] = 15168,
[SMALL_STATE(589)] = 15181,
[SMALL_STATE(590)] = 15194,
[SMALL_STATE(591)] = 15207,
[SMALL_STATE(592)] = 15220,
[SMALL_STATE(593)] = 15233,
[SMALL_STATE(594)] = 15246,
[SMALL_STATE(595)] = 15254,
[SMALL_STATE(596)] = 15264,
[SMALL_STATE(597)] = 15272,
[SMALL_STATE(598)] = 15282,
[SMALL_STATE(599)] = 15292,
[SMALL_STATE(600)] = 15300,
[SMALL_STATE(601)] = 15310,
[SMALL_STATE(602)] = 15320,
[SMALL_STATE(603)] = 15328,
[SMALL_STATE(604)] = 15336,
[SMALL_STATE(605)] = 15346,
[SMALL_STATE(606)] = 15356,
[SMALL_STATE(607)] = 15366,
[SMALL_STATE(608)] = 15376,
[SMALL_STATE(609)] = 15386,
[SMALL_STATE(610)] = 15394,
[SMALL_STATE(611)] = 15404,
[SMALL_STATE(612)] = 15412,
[SMALL_STATE(613)] = 15420,
[SMALL_STATE(614)] = 15430,
[SMALL_STATE(615)] = 15440,
[SMALL_STATE(616)] = 15448,
[SMALL_STATE(617)] = 15456,
[SMALL_STATE(618)] = 15464,
[SMALL_STATE(619)] = 15474,
[SMALL_STATE(620)] = 15482,
[SMALL_STATE(621)] = 15492,
[SMALL_STATE(622)] = 15500,
[SMALL_STATE(623)] = 15508,
[SMALL_STATE(624)] = 15516,
[SMALL_STATE(625)] = 15524,
[SMALL_STATE(626)] = 15534,
[SMALL_STATE(627)] = 15544,
[SMALL_STATE(628)] = 15554,
[SMALL_STATE(629)] = 15564,
[SMALL_STATE(630)] = 15574,
[SMALL_STATE(631)] = 15584,
[SMALL_STATE(632)] = 15594,
[SMALL_STATE(633)] = 15604,
[SMALL_STATE(634)] = 15614,
[SMALL_STATE(635)] = 15624,
[SMALL_STATE(636)] = 15632,
[SMALL_STATE(637)] = 15642,
[SMALL_STATE(638)] = 15650,
[SMALL_STATE(639)] = 15660,
[SMALL_STATE(640)] = 15670,
[SMALL_STATE(641)] = 15680,
[SMALL_STATE(642)] = 15690,
[SMALL_STATE(643)] = 15700,
[SMALL_STATE(644)] = 15710,
[SMALL_STATE(645)] = 15720,
[SMALL_STATE(646)] = 15730,
[SMALL_STATE(647)] = 15740,
[SMALL_STATE(648)] = 15750,
[SMALL_STATE(649)] = 15760,
[SMALL_STATE(650)] = 15768,
[SMALL_STATE(651)] = 15776,
[SMALL_STATE(652)] = 15786,
[SMALL_STATE(653)] = 15796,
[SMALL_STATE(654)] = 15804,
[SMALL_STATE(655)] = 15814,
[SMALL_STATE(656)] = 15822,
[SMALL_STATE(657)] = 15832,
[SMALL_STATE(658)] = 15842,
[SMALL_STATE(659)] = 15850,
[SMALL_STATE(660)] = 15860,
[SMALL_STATE(661)] = 15870,
[SMALL_STATE(662)] = 15880,
[SMALL_STATE(663)] = 15888,
[SMALL_STATE(664)] = 15898,
[SMALL_STATE(665)] = 15906,
[SMALL_STATE(666)] = 15914,
[SMALL_STATE(667)] = 15922,
[SMALL_STATE(668)] = 15932,
[SMALL_STATE(669)] = 15942,
[SMALL_STATE(670)] = 15952,
[SMALL_STATE(671)] = 15962,
[SMALL_STATE(672)] = 15972,
[SMALL_STATE(673)] = 15982,
[SMALL_STATE(674)] = 15992,
[SMALL_STATE(675)] = 16002,
[SMALL_STATE(676)] = 16010,
[SMALL_STATE(677)] = 16020,
[SMALL_STATE(678)] = 16030,
[SMALL_STATE(679)] = 16040,
[SMALL_STATE(680)] = 16050,
[SMALL_STATE(681)] = 16060,
[SMALL_STATE(682)] = 16068,
[SMALL_STATE(683)] = 16076,
[SMALL_STATE(684)] = 16086,
[SMALL_STATE(685)] = 16096,
[SMALL_STATE(686)] = 16103,
[SMALL_STATE(687)] = 16110,
[SMALL_STATE(688)] = 16117,
[SMALL_STATE(689)] = 16124,
[SMALL_STATE(690)] = 16131,
[SMALL_STATE(691)] = 16138,
[SMALL_STATE(692)] = 16145,
[SMALL_STATE(693)] = 16152,
[SMALL_STATE(694)] = 16159,
[SMALL_STATE(695)] = 16166,
[SMALL_STATE(696)] = 16173,
[SMALL_STATE(697)] = 16180,
[SMALL_STATE(698)] = 16187,
[SMALL_STATE(699)] = 16194,
[SMALL_STATE(700)] = 16201,
[SMALL_STATE(701)] = 16208,
[SMALL_STATE(702)] = 16215,
[SMALL_STATE(703)] = 16222,
[SMALL_STATE(704)] = 16229,
[SMALL_STATE(705)] = 16236,
[SMALL_STATE(706)] = 16243,
[SMALL_STATE(707)] = 16250,
[SMALL_STATE(708)] = 16257,
[SMALL_STATE(709)] = 16264,
[SMALL_STATE(710)] = 16271,
[SMALL_STATE(711)] = 16278,
[SMALL_STATE(712)] = 16285,
[SMALL_STATE(713)] = 16292,
[SMALL_STATE(714)] = 16299,
[SMALL_STATE(715)] = 16306,
[SMALL_STATE(716)] = 16313,
[SMALL_STATE(717)] = 16320,
[SMALL_STATE(718)] = 16327,
[SMALL_STATE(719)] = 16334,
[SMALL_STATE(720)] = 16341,
[SMALL_STATE(721)] = 16348,
[SMALL_STATE(722)] = 16355,
[SMALL_STATE(723)] = 16362,
[SMALL_STATE(724)] = 16369,
[SMALL_STATE(725)] = 16376,
[SMALL_STATE(726)] = 16383,
[SMALL_STATE(727)] = 16390,
[SMALL_STATE(728)] = 16397,
[SMALL_STATE(729)] = 16404,
[SMALL_STATE(730)] = 16411,
[SMALL_STATE(731)] = 16418,
[SMALL_STATE(732)] = 16425,
[SMALL_STATE(733)] = 16432,
[SMALL_STATE(734)] = 16439,
[SMALL_STATE(735)] = 16446,
[SMALL_STATE(736)] = 16453,
[SMALL_STATE(737)] = 16460,
[SMALL_STATE(738)] = 16467,
[SMALL_STATE(739)] = 16474,
[SMALL_STATE(740)] = 16481,
[SMALL_STATE(741)] = 16488,
[SMALL_STATE(742)] = 16495,
[SMALL_STATE(743)] = 16502,
[SMALL_STATE(744)] = 16509,
[SMALL_STATE(745)] = 16516,
[SMALL_STATE(746)] = 16523,
[SMALL_STATE(747)] = 16530,
[SMALL_STATE(748)] = 16537,
[SMALL_STATE(749)] = 16544,
[SMALL_STATE(750)] = 16551,
[SMALL_STATE(751)] = 16558,
[SMALL_STATE(752)] = 16565,
[SMALL_STATE(753)] = 16572,
[SMALL_STATE(754)] = 16579,
[SMALL_STATE(755)] = 16586,
[SMALL_STATE(756)] = 16593,
[SMALL_STATE(757)] = 16600,
[SMALL_STATE(758)] = 16607,
[SMALL_STATE(759)] = 16614,
[SMALL_STATE(760)] = 16621,
[SMALL_STATE(761)] = 16628,
[SMALL_STATE(762)] = 16635,
[SMALL_STATE(763)] = 16642,
};
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),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85),
[43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201),
[47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26),
[49] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(81),
[52] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(38),
[55] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(32),
[58] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(18),
[61] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(30),
[64] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(93),
[67] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(10),
[70] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_expression_repeat1, 2),
[72] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(85),
[75] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(61),
[78] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(201),
[81] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_expression_repeat1, 2), SHIFT_REPEAT(26),
[84] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[86] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[88] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[90] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[92] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[94] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
[96] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[98] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_arguments, 4),
[104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_arguments, 4),
[106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_argument_path_segment, 3, .production_id = 8),
[108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_argument_path_segment, 3, .production_id = 8),
[110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_path_expression_repeat1, 2),
[112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_path_expression_repeat1, 2),
[114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, .production_id = 47),
[116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, .production_id = 47),
[118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516),
[120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, .production_id = 66),
[122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 66),
[124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_expression, 1),
[126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_expression, 1),
[128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115),
[130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84),
[138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_expression_repeat1, 2, .production_id = 78),
[142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2, .production_id = 78),
[144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_expression_repeat1, 2, .production_id = 78), SHIFT_REPEAT(707),
[147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_expression, 3, .production_id = 1),
[149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_expression, 3, .production_id = 1),
[151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arguments, 2, .production_id = 49),
[153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path_expression, 1),
[155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
[157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path_expression, 1),
[159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 2),
[165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 2),
[167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 7, .production_id = 76),
[169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 7, .production_id = 76),
[171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705),
[173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, .production_id = 62),
[177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, .production_id = 62),
[179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_expression, 1),
[181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_expression, 1),
[183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_ctor_call_expression, 3, .production_id = 1),
[185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_ctor_call_expression, 3, .production_id = 1),
[187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, .production_id = 65),
[189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 65),
[191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_propagation_expression, 2, .production_id = 24),
[193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_propagation_expression, 2, .production_id = 24),
[195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_expression, 4, .production_id = 68),
[197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_expression, 4, .production_id = 68),
[199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 5, .production_id = 77),
[201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 77),
[203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1),
[205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1),
[207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26), REDUCE(sym_tuple_expression, 3, .production_id = 46),
[210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26), REDUCE(sym_tuple_expression, 3, .production_id = 46),
[213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_ctor_call_expression, 4, .production_id = 68),
[215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_ctor_call_expression, 4, .production_id = 68),
[217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arguments, 3, .production_id = 67),
[219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path_expression, 2),
[221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path_expression, 2),
[223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 5, .production_id = 76),
[225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 5, .production_id = 76),
[227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 6, .production_id = 76),
[229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 6, .production_id = 76),
[231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_path_expression_repeat1, 2), SHIFT_REPEAT(407),
[234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2),
[236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2),
[238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134),
[240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153),
[242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
[244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92),
[254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89),
[256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172),
[258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 48),
[262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 48),
[264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 25),
[266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 25),
[268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_expression, 3),
[270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_expression, 3),
[272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 1, .production_id = 14),
[274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96),
[276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, .production_id = 14),
[278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_path_segment, 1, .production_id = 1),
[286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_path_segment, 1, .production_id = 1), SHIFT(627),
[289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_path_segment, 1, .production_id = 1),
[291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_expression, 2),
[293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_expression, 2),
[295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121),
[297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__generic_arguments, 3),
[301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_arguments, 3),
[303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_operator, 1),
[305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_operator, 1),
[307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_identifier, 1),
[309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_identifier, 1),
[311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause, 4),
[313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_if_clause, 4),
[315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_expression_repeat1, 1, .production_id = 64),
[317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 1, .production_id = 64),
[319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1),
[321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1),
[323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(20),
[326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(368),
[329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), REDUCE(sym_expression_statement, 1),
[332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), REDUCE(sym_expression_statement, 1),
[335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2, .production_id = 78), SHIFT_REPEAT(726),
[338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521),
[340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502),
[342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_path_expression_repeat1, 2), SHIFT_REPEAT(417),
[345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
[347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
[349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_path_segment, 1, .production_id = 1), SHIFT(632),
[352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_path_expression_repeat1, 2), SHIFT_REPEAT(424),
[355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2),
[357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(727),
[360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(762),
[363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(761),
[366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(607),
[369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(754),
[372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(752),
[375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(751),
[378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(750),
[381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(400),
[384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697),
[388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646),
[392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696),
[394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736),
[396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737),
[398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738),
[400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
[402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_path_segment, 1, .production_id = 1), SHIFT(608),
[405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1),
[407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
[409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(697),
[414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(712),
[417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(646),
[420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(696),
[423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(736),
[426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(737),
[429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(738),
[432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(393),
[435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
[439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63),
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356),
[455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714),
[461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616),
[463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616),
[465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733),
[469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72),
[471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return__type_clause, 2, .production_id = 27),
[475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arguments, 1, .production_id = 49),
[481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(367),
[484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67),
[486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_clause, 2, .production_id = 30),
[498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_argument_expression, 2, .production_id = 54),
[500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77),
[502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559),
[510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213),
[514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__arguments_repeat1, 2, .production_id = 79),
[516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_argument_tail, 2, .production_id = 26),
[518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75),
[520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__generic_arguments_repeat1, 2),
[522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214),
[524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
[526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497),
[528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, .production_id = 46),
[530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69),
[532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100),
[534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, .production_id = 87),
[536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203),
[538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_clause, 2, .production_id = 30),
[548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624),
[550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617),
[554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423),
[556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__generic_arguments_repeat1, 2), SHIFT(63),
[559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_statement, 6, .production_id = 89),
[561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_statement, 6, .production_id = 89),
[563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2),
[565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2),
[567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_statement, 4, .production_id = 72),
[569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_statement, 4, .production_id = 72),
[571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, .production_id = 54),
[573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, .production_id = 54),
[575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_statement, 3, .production_id = 53),
[577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_statement, 3, .production_id = 53),
[579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2),
[581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2),
[583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_statement, 5, .production_id = 85),
[585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_statement, 5, .production_id = 85),
[587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692),
[589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698),
[591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700),
[593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702),
[595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703),
[597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704),
[599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706),
[601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
[603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685),
[605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719),
[607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740),
[609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690),
[611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741),
[613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742),
[615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743),
[617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385),
[619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2),
[621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(762),
[624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 8, .production_id = 75),
[626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 8, .production_id = 61),
[628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419),
[630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_free_function, 5, .production_id = 22),
[632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 5, .production_id = 21),
[634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_path_expression_repeat1, 2), SHIFT_REPEAT(419),
[637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 5, .production_id = 21),
[639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl, 5, .production_id = 20),
[641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use, 4, .production_id = 5),
[643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl, 5, .production_id = 19),
[645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__trait_body, 3, .production_id = 17),
[647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_free_function, 5, .production_id = 15),
[649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_function, 6, .production_id = 35),
[651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_function, 5, .production_id = 16),
[653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait, 4, .production_id = 9),
[655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__impl_body, 2),
[657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl, 6, .production_id = 36),
[659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl, 6, .production_id = 37),
[661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 6, .production_id = 21),
[663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait, 4, .production_id = 5),
[665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_type, 5, .production_id = 5),
[667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 6, .production_id = 39),
[669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 9, .production_id = 75),
[671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 9, .production_id = 75),
[673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 6, .production_id = 41),
[675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 4, .production_id = 5),
[677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 6, .production_id = 21),
[679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 6, .production_id = 39),
[681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 6, .production_id = 41),
[683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait, 4, .production_id = 7),
[685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_free_function, 6, .production_id = 42),
[687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait, 4, .production_id = 2),
[689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl, 6, .production_id = 43),
[691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl, 6, .production_id = 44),
[693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__trait_body, 2),
[695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_type, 4, .production_id = 5),
[697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 6, .production_id = 45),
[699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_free_function, 4, .production_id = 4),
[701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait, 5, .production_id = 5),
[703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use, 3, .production_id = 2),
[705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 6, .production_id = 45),
[707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait, 3, .production_id = 3),
[709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 3, .production_id = 2),
[711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait, 3, .production_id = 2),
[713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait, 5, .production_id = 23),
[715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 8, .production_id = 60),
[717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 8, .production_id = 75),
[719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 8, .production_id = 61),
[721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 8, .production_id = 60),
[723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 8, .production_id = 56),
[725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 8, .production_id = 56),
[727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__impl_body, 3),
[729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 7, .production_id = 39),
[731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 7, .production_id = 41),
[733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 7, .production_id = 56),
[735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 7, .production_id = 39),
[737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 7, .production_id = 41),
[739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 7, .production_id = 56),
[741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_function, 7, .production_id = 57),
[743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl, 7, .production_id = 58),
[745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl, 7, .production_id = 59),
[747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 7, .production_id = 45),
[749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 7, .production_id = 60),
[751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct, 7, .production_id = 61),
[753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 7, .production_id = 45),
[755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 7, .production_id = 60),
[757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum, 7, .production_id = 61),
[759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 5),
[761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_path_segment, 1, .production_id = 1), SHIFT(620),
[764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_identifier, 1, .production_id = 1),
[766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_identifier, 1, .production_id = 1),
[768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626),
[770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
[772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558),
[774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558),
[776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__trait_body_repeat1, 2, .production_id = 18),
[780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__trait_body_repeat1, 2, .production_id = 18), SHIFT_REPEAT(762),
[783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__trait_body_repeat1, 2, .production_id = 18), SHIFT_REPEAT(725),
[786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
[788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725),
[790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
[792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1),
[796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1),
[800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
[806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_enum, 3, .production_id = 1),
[814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_enum, 3, .production_id = 1),
[816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 4, .production_id = 33),
[818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708),
[822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623),
[824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_enum, 5, .production_id = 88),
[826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_enum, 5, .production_id = 88),
[828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 2),
[830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655),
[832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_tuple, 2),
[834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_tuple, 2),
[836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_struct, 4, .production_id = 1),
[838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_struct, 4, .production_id = 1),
[840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_literal, 1),
[844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_literal, 1),
[846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_enum, 4, .production_id = 84),
[848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_enum, 4, .production_id = 84),
[850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_tuple, 4, .production_id = 62),
[852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_tuple, 4, .production_id = 62),
[854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 3, .production_id = 13),
[856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596),
[858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_struct, 3, .production_id = 1),
[860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_struct, 3, .production_id = 1),
[862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_identifier, 2, .production_id = 2),
[864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_identifier, 2, .production_id = 2),
[866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_tuple, 3, .production_id = 46),
[868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_tuple, 3, .production_id = 46),
[870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667),
[872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
[876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 4, .production_id = 31),
[880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609),
[882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
[884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622),
[886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425),
[888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 5, .production_id = 51),
[892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666),
[894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 3, .production_id = 10),
[900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658),
[902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__wrapped_generic_parameters, 4),
[908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
[912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
[914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
[916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_path_expression_repeat1, 2), SHIFT_REPEAT(413),
[919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__modifier_list_repeat1, 2),
[925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__modifier_list_repeat1, 2), SHIFT_REPEAT(461),
[928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__wrapped_generic_parameters, 3),
[930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__wrapped_generic_parameters, 2),
[940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifier_list, 1),
[942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
[944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695),
[946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
[948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744),
[950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifier_list, 2),
[952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644),
[954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
[956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566),
[958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
[960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__arguments_repeat1, 2, .production_id = 80), SHIFT_REPEAT(62),
[963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__arguments_repeat1, 2, .production_id = 80),
[965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 4, .production_id = 32),
[967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621),
[969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__struct_argument_list_repeat1, 2, .production_id = 80), SHIFT_REPEAT(395),
[972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__struct_argument_list_repeat1, 2, .production_id = 80),
[974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_signature_repeat1, 2, .production_id = 34), SHIFT_REPEAT(362),
[977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_signature_repeat1, 2, .production_id = 34),
[979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__implicits_clause, 5, .production_id = 82),
[981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__implicits_clause_repeat1, 2, .production_id = 83), SHIFT_REPEAT(654),
[984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__implicits_clause_repeat1, 2, .production_id = 83),
[986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
[988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_repeat1, 2, .production_id = 40), SHIFT_REPEAT(642),
[991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_repeat1, 2, .production_id = 40),
[993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_tuple_repeat1, 2, .production_id = 63), SHIFT_REPEAT(200),
[996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_tuple_repeat1, 2, .production_id = 63),
[998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538),
[1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
[1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618),
[1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_pattern_list, 2),
[1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313),
[1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__trait_function, 6, .production_id = 86),
[1016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_path_segment, 1, .production_id = 1), SHIFT(636),
[1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672),
[1021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat1, 2), SHIFT_REPEAT(170),
[1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_repeat1, 2),
[1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673),
[1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
[1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
[1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684),
[1036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__struct_pattern_list_repeat1, 2), SHIFT_REPEAT(618),
[1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__struct_pattern_list_repeat1, 2),
[1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683),
[1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[1045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 3, .production_id = 11),
[1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
[1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
[1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifier_list, 1),
[1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473),
[1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
[1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
[1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
[1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
[1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
[1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
[1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
[1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
[1073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifier_list, 2),
[1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
[1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__implicits_clause, 4, .production_id = 70),
[1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535),
[1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
[1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534),
[1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
[1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
[1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[1095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__modifier_list_repeat1, 2),
[1097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__modifier_list_repeat1, 2), SHIFT_REPEAT(473),
[1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
[1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
[1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241),
[1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447),
[1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532),
[1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
[1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__trait_function, 5, .production_id = 74),
[1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__trait_function, 5, .production_id = 73),
[1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
[1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[1128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
[1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_pattern_list, 1),
[1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531),
[1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331),
[1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
[1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
[1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
[1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 6, .production_id = 71),
[1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
[1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 4, .production_id = 28),
[1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603),
[1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654),
[1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441),
[1162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_path_expression_repeat1, 2), SHIFT_REPEAT(408),
[1165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__generic_arguments_repeat1, 2), SHIFT_REPEAT(59),
[1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
[1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
[1174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_argument_list, 2, .production_id = 67),
[1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597),
[1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584),
[1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328),
[1184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__wrapped_generic_parameters_repeat1, 2), SHIFT_REPEAT(433),
[1187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__wrapped_generic_parameters_repeat1, 2),
[1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
[1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
[1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arguments, 2, .production_id = 67),
[1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
[1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
[1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
[1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
[1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[1217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, .production_id = 63), SHIFT_REPEAT(91),
[1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, .production_id = 63),
[1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
[1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
[1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
[1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481),
[1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
[1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487),
[1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
[1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
[1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488),
[1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
[1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
[1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515),
[1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
[1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
[1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
[1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
[1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
[1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324),
[1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__trait_item, 1, .production_id = 6),
[1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__trait_body_repeat1, 1, .production_id = 6),
[1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__trait_function, 4, .production_id = 55),
[1274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__generic_arguments_repeat1, 2), SHIFT_REPEAT(54),
[1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
[1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
[1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
[1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334),
[1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335),
[1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539),
[1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
[1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540),
[1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337),
[1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709),
[1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381),
[1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
[1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640),
[1309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifier, 1),
[1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifier, 1),
[1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
[1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 5, .production_id = 52),
[1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675),
[1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541),
[1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
[1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
[1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
[1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 5, .production_id = 50),
[1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665),
[1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_argument_list, 1, .production_id = 49),
[1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
[1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
[1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
[1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563),
[1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564),
[1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476),
[1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379),
[1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671),
[1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
[1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567),
[1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
[1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__implicits_clause, 3),
[1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
[1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588),
[1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581),
[1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
[1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679),
[1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
[1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
[1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382),
[1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param, 2, .production_id = 12),
[1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 4, .production_id = 13),
[1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__struct_argument_list_repeat1, 2, .production_id = 79),
[1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__implicits_clause_repeat1, 2, .production_id = 81),
[1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 5, .production_id = 28),
[1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711),
[1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710),
[1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 5, .production_id = 31),
[1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_repeat1, 2, .production_id = 38),
[1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 7, .production_id = 71),
[1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_tuple_repeat1, 2, .production_id = 46),
[1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 5, .production_id = 32),
[1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_param, 1),
[1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 5, .production_id = 33),
[1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26),
[1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, .production_id = 1),
[1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715),
[1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693),
[1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_signature_repeat1, 2, .production_id = 13),
[1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_struct_argument, 2, .production_id = 69),
[1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implicit, 2, .production_id = 12),
[1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 3),
[1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 4, .production_id = 10),
[1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 4, .production_id = 11),
[1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param, 3, .production_id = 29),
[1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 6, .production_id = 50),
[1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 6, .production_id = 51),
[1481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_path_segment, 1, .production_id = 1), SHIFT(613),
[1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_signature, 6, .production_id = 52),
[1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_member, 2, .production_id = 12),
[1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756),
[1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
[1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
[1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
[1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
[1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759),
[1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571),
[1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645),
[1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746),
[1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
[1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748),
[1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691),
[1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643),
[1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
[1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591),
[1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590),
[1528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_arguments, 2),
[1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580),
[1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510),
[1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_arguments, 4),
[1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504),
[1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
[1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
[1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
[1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
[1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
[1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
[1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678),
[1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677),
[1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732),
[1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669),
[1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668),
[1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663),
[1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_arguments, 3),
[1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
[1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
[1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
[1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724),
[1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
[1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
[1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
[1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418),
[1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
[1608] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648),
[1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
[1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469),
[1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467),
[1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656),
[1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
[1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
[1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
[1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
[1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731),
[1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
};
#ifdef __cplusplus
extern "C" {
#endif
#ifdef _WIN32
#define extern __declspec(dllexport)
#endif
extern const TSLanguage *tree_sitter_cairo(void) {
static const TSLanguage language = {
.version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = ts_lex_modes,
.lex_fn = ts_lex,
.primary_state_ids = ts_primary_state_ids,
};
return &language;
}
#ifdef __cplusplus
}
#endif