difftastic/src/parser.c

22407 lines
567 KiB
C

#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 13
#define STATE_COUNT 844
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 213
#define ALIAS_COUNT 8
#define TOKEN_COUNT 79
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 21
#define MAX_ALIAS_SEQUENCE_LENGTH 10
#define PRODUCTION_ID_COUNT 71
enum {
aux_sym_source_file_token1 = 1,
anon_sym_if = 2,
anon_sym_LBRACE = 3,
anon_sym_RBRACE = 4,
anon_sym_erlang = 5,
anon_sym_javascript = 6,
anon_sym_import = 7,
anon_sym_DOT = 8,
anon_sym_COMMA = 9,
anon_sym_as = 10,
anon_sym_SLASH = 11,
anon_sym_pub = 12,
anon_sym_const = 13,
anon_sym_EQ = 14,
anon_sym_POUND = 15,
anon_sym_LPAREN = 16,
anon_sym_RPAREN = 17,
anon_sym_LBRACK = 18,
anon_sym_RBRACK = 19,
anon_sym_LT_LT = 20,
anon_sym_GT_GT = 21,
anon_sym_COLON = 22,
anon_sym_DASH = 23,
anon_sym_size = 24,
anon_sym_external = 25,
anon_sym_type = 26,
anon_sym_fn = 27,
anon_sym_DASH_GT = 28,
anon_sym_try = 29,
anon_sym_PIPE_PIPE = 30,
anon_sym_AMP_AMP = 31,
anon_sym_EQ_EQ = 32,
anon_sym_BANG_EQ = 33,
anon_sym_LT = 34,
anon_sym_LT_EQ = 35,
anon_sym_LT_DOT = 36,
anon_sym_LT_EQ_DOT = 37,
anon_sym_GT = 38,
anon_sym_GT_EQ = 39,
anon_sym_GT_DOT = 40,
anon_sym_GT_EQ_DOT = 41,
anon_sym_PIPE_GT = 42,
anon_sym_PLUS = 43,
anon_sym_PLUS_DOT = 44,
anon_sym_DASH_DOT = 45,
anon_sym_STAR = 46,
anon_sym_STAR_DOT = 47,
anon_sym_SLASH_DOT = 48,
anon_sym_PERCENT = 49,
anon_sym_todo = 50,
anon_sym_DOT_DOT = 51,
anon_sym_case = 52,
anon_sym_ = 53,
anon_sym_PIPE = 54,
sym_string = 55,
sym_float = 56,
sym_integer = 57,
anon_sym_unit = 58,
anon_sym_binary = 59,
anon_sym_bytes = 60,
anon_sym_int = 61,
anon_sym_float = 62,
anon_sym_bit_string = 63,
anon_sym_bits = 64,
anon_sym_utf8 = 65,
anon_sym_utf16 = 66,
anon_sym_utf32 = 67,
anon_sym_utf8_codepoint = 68,
anon_sym_utf16_codepoint = 69,
anon_sym_utf32_codepoint = 70,
anon_sym_signed = 71,
anon_sym_unsigned = 72,
anon_sym_big = 73,
anon_sym_little = 74,
anon_sym_native = 75,
sym__discard_name = 76,
sym__name = 77,
sym__upname = 78,
sym_source_file = 79,
sym__statement = 80,
sym_target_group = 81,
sym_target = 82,
sym_import = 83,
sym_module = 84,
sym_unqualified_import = 85,
sym_alias = 86,
sym_public_constant = 87,
sym_constant = 88,
sym__constant = 89,
sym__constant_value = 90,
sym__constant_tuple = 91,
sym__constant_list = 92,
sym__constant_bit_string = 93,
sym_constant_bit_string_segment = 94,
sym_constant_bit_string_segment_options = 95,
sym__constant_bit_string_segment_option = 96,
sym__constant_bit_string_named_segment_option = 97,
sym__constant_bit_string_segment_option_size = 98,
sym__constant_record = 99,
sym__constant_record_arg = 100,
sym__constant_remote_record = 101,
sym__constant_type_annotation = 102,
sym__constant_type = 103,
sym_constant_tuple_type = 104,
sym__constant_type_name = 105,
sym__constant_remote_type_name = 106,
sym_constant_type_constructor = 107,
sym_constant_type = 108,
sym_public_external_type = 109,
sym_external_type = 110,
sym__external_type = 111,
sym_external_type_constructor = 112,
sym_external_type_argument = 113,
sym_public_external_function = 114,
sym_external_function = 115,
sym__external_function = 116,
sym_external_function_parameters = 117,
sym_external_function_parameter = 118,
sym_external_function_body = 119,
sym_function = 120,
sym_function_parameters = 121,
sym_function_parameter = 122,
sym__labelled_discard_param = 123,
sym__discard_param = 124,
sym__labelled_name_param = 125,
sym__name_param = 126,
aux_sym__expression_seq = 127,
sym_try = 128,
sym__expression = 129,
sym_binop = 130,
sym__expression_unit = 131,
sym_record = 132,
sym_remote_record = 133,
sym_function_call = 134,
sym_arguments = 135,
sym_argument = 136,
sym_todo = 137,
sym_tuple = 138,
sym_list = 139,
sym__expression_bit_string = 140,
sym_expression_bit_string_segment = 141,
sym_expression_bit_string_segment_options = 142,
sym__expression_bit_string_segment_option = 143,
sym__expression_bit_string_named_segment_option = 144,
sym__expression_bit_string_segment_option_size = 145,
sym_anonymous_function = 146,
sym_expression_group = 147,
sym_case = 148,
sym_case_clause = 149,
sym_case_clause_pattern = 150,
sym_case_clause_guard = 151,
sym__case_clause_guard_expression = 152,
sym__case_clause_guard_binop = 153,
sym__case_clause_guard_unit = 154,
sym__case_clause_tuple_access = 155,
sym__pattern = 156,
sym_var = 157,
sym_discard_var = 158,
sym_remote_constructor_pattern = 159,
sym_constructor_pattern = 160,
sym__constructor_pattern = 161,
sym_pattern_constructor_args = 162,
sym__pattern_constructor_arg = 163,
sym_pattern_constructor_named_arg = 164,
sym_pattern_spread = 165,
sym_tuple_pattern = 166,
sym__pattern_bit_string = 167,
sym_pattern_bit_string_segment = 168,
sym_pattern_bit_string_segment_options = 169,
sym__pattern_bit_string_segment_option = 170,
sym__pattern_bit_string_named_segment_option = 171,
sym__pattern_bit_string_segment_option_size = 172,
sym__pattern_bit_string_segment_arg = 173,
sym_list_pattern = 174,
sym_list_pattern_tail = 175,
sym__bit_string_segment_option_unit = 176,
sym__bit_string_segment_option_literal = 177,
sym__type = 178,
sym__type_annotation = 179,
sym_type_hole = 180,
sym_tuple_type = 181,
sym_function_type = 182,
sym_function_parameter_types = 183,
sym__type_name = 184,
sym__remote_type_name = 185,
sym_type_constructor = 186,
sym_type = 187,
sym_type_var = 188,
sym_identifier = 189,
aux_sym_source_file_repeat1 = 190,
aux_sym_target_group_repeat1 = 191,
aux_sym_import_repeat1 = 192,
aux_sym_module_repeat1 = 193,
aux_sym__constant_tuple_repeat1 = 194,
aux_sym__constant_bit_string_repeat1 = 195,
aux_sym_constant_bit_string_segment_options_repeat1 = 196,
aux_sym__constant_record_repeat1 = 197,
aux_sym_constant_tuple_type_repeat1 = 198,
aux_sym_external_type_constructor_repeat1 = 199,
aux_sym_external_function_parameters_repeat1 = 200,
aux_sym_function_parameters_repeat1 = 201,
aux_sym_arguments_repeat1 = 202,
aux_sym_tuple_repeat1 = 203,
aux_sym__expression_bit_string_repeat1 = 204,
aux_sym_expression_bit_string_segment_options_repeat1 = 205,
aux_sym_case_repeat1 = 206,
aux_sym_case_clause_repeat1 = 207,
aux_sym_case_clause_pattern_repeat1 = 208,
aux_sym_pattern_constructor_args_repeat1 = 209,
aux_sym__pattern_bit_string_repeat1 = 210,
aux_sym_pattern_bit_string_segment_options_repeat1 = 211,
aux_sym_tuple_type_repeat1 = 212,
alias_sym_bit_string_segment_option_unit = 213,
alias_sym_function_body = 214,
alias_sym_function_name = 215,
alias_sym_hole = 216,
alias_sym_pattern_assign = 217,
alias_sym_pattern_constructor_unnamed_arg = 218,
alias_sym_remote_type = 219,
alias_sym_remote_type_constructor = 220,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[aux_sym_source_file_token1] = "source_file_token1",
[anon_sym_if] = "if",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_erlang] = "erlang",
[anon_sym_javascript] = "javascript",
[anon_sym_import] = "import",
[anon_sym_DOT] = ".",
[anon_sym_COMMA] = ",",
[anon_sym_as] = "as",
[anon_sym_SLASH] = "/",
[anon_sym_pub] = "pub",
[anon_sym_const] = "const",
[anon_sym_EQ] = "=",
[anon_sym_POUND] = "#",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[anon_sym_LT_LT] = "<<",
[anon_sym_GT_GT] = ">>",
[anon_sym_COLON] = ":",
[anon_sym_DASH] = "-",
[anon_sym_size] = "size",
[anon_sym_external] = "external",
[anon_sym_type] = "type",
[anon_sym_fn] = "fn",
[anon_sym_DASH_GT] = "->",
[anon_sym_try] = "try",
[anon_sym_PIPE_PIPE] = "||",
[anon_sym_AMP_AMP] = "&&",
[anon_sym_EQ_EQ] = "==",
[anon_sym_BANG_EQ] = "!=",
[anon_sym_LT] = "<",
[anon_sym_LT_EQ] = "<=",
[anon_sym_LT_DOT] = "<.",
[anon_sym_LT_EQ_DOT] = "<=.",
[anon_sym_GT] = ">",
[anon_sym_GT_EQ] = ">=",
[anon_sym_GT_DOT] = ">.",
[anon_sym_GT_EQ_DOT] = ">=.",
[anon_sym_PIPE_GT] = "|>",
[anon_sym_PLUS] = "+",
[anon_sym_PLUS_DOT] = "+.",
[anon_sym_DASH_DOT] = "-.",
[anon_sym_STAR] = "*",
[anon_sym_STAR_DOT] = "*.",
[anon_sym_SLASH_DOT] = "/.",
[anon_sym_PERCENT] = "%",
[anon_sym_todo] = "todo",
[anon_sym_DOT_DOT] = "..",
[anon_sym_case] = "case",
[anon_sym_] = "",
[anon_sym_PIPE] = "|",
[sym_string] = "string",
[sym_float] = "float",
[sym_integer] = "integer",
[anon_sym_unit] = "unit",
[anon_sym_binary] = "bit_string_segment_option_binary",
[anon_sym_bytes] = "bit_string_segment_option_binary",
[anon_sym_int] = "bit_string_segment_option_int",
[anon_sym_float] = "bit_string_segment_option_float",
[anon_sym_bit_string] = "bit_string_segment_option_bit_string",
[anon_sym_bits] = "bit_string_segment_option_bit_string",
[anon_sym_utf8] = "bit_string_segment_option_utf8",
[anon_sym_utf16] = "bit_string_segment_option_utf16",
[anon_sym_utf32] = "bit_string_segment_option_utf32",
[anon_sym_utf8_codepoint] = "bit_string_segment_option_utf8_codepoint",
[anon_sym_utf16_codepoint] = "bit_string_segment_option_utf16_codepoint",
[anon_sym_utf32_codepoint] = "bit_string_segment_option_utf32_codepoint",
[anon_sym_signed] = "bit_string_segment_option_signed",
[anon_sym_unsigned] = "bit_string_segment_option_unsigned",
[anon_sym_big] = "bit_string_segment_option_big",
[anon_sym_little] = "bit_string_segment_option_little",
[anon_sym_native] = "bit_string_segment_option_native",
[sym__discard_name] = "_discard_name",
[sym__name] = "_name",
[sym__upname] = "_upname",
[sym_source_file] = "source_file",
[sym__statement] = "_statement",
[sym_target_group] = "target_group",
[sym_target] = "target",
[sym_import] = "import",
[sym_module] = "module",
[sym_unqualified_import] = "unqualified_import",
[sym_alias] = "alias",
[sym_public_constant] = "public_constant",
[sym_constant] = "constant",
[sym__constant] = "_constant",
[sym__constant_value] = "_constant_value",
[sym__constant_tuple] = "tuple",
[sym__constant_list] = "list",
[sym__constant_bit_string] = "bit_string",
[sym_constant_bit_string_segment] = "bit_string_segment",
[sym_constant_bit_string_segment_options] = "bit_string_segment_options",
[sym__constant_bit_string_segment_option] = "_constant_bit_string_segment_option",
[sym__constant_bit_string_named_segment_option] = "_constant_bit_string_named_segment_option",
[sym__constant_bit_string_segment_option_size] = "_constant_bit_string_segment_option_size",
[sym__constant_record] = "_constant_record",
[sym__constant_record_arg] = "record_arg",
[sym__constant_remote_record] = "remote_record",
[sym__constant_type_annotation] = "_constant_type_annotation",
[sym__constant_type] = "_constant_type",
[sym_constant_tuple_type] = "tuple_type",
[sym__constant_type_name] = "_constant_type_name",
[sym__constant_remote_type_name] = "_constant_remote_type_name",
[sym_constant_type_constructor] = "type_constructor",
[sym_constant_type] = "type",
[sym_public_external_type] = "public_external_type",
[sym_external_type] = "external_type",
[sym__external_type] = "_external_type",
[sym_external_type_constructor] = "type_constructor",
[sym_external_type_argument] = "type_argument",
[sym_public_external_function] = "public_external_function",
[sym_external_function] = "external_function",
[sym__external_function] = "_external_function",
[sym_external_function_parameters] = "function_parameters",
[sym_external_function_parameter] = "function_parameter",
[sym_external_function_body] = "external_function_body",
[sym_function] = "function",
[sym_function_parameters] = "function_parameters",
[sym_function_parameter] = "function_parameter",
[sym__labelled_discard_param] = "_labelled_discard_param",
[sym__discard_param] = "_discard_param",
[sym__labelled_name_param] = "_labelled_name_param",
[sym__name_param] = "_name_param",
[aux_sym__expression_seq] = "_expression_seq",
[sym_try] = "try",
[sym__expression] = "_expression",
[sym_binop] = "binop",
[sym__expression_unit] = "_expression_unit",
[sym_record] = "record",
[sym_remote_record] = "remote_record",
[sym_function_call] = "function_call",
[sym_arguments] = "arguments",
[sym_argument] = "argument",
[sym_todo] = "todo",
[sym_tuple] = "tuple",
[sym_list] = "list",
[sym__expression_bit_string] = "bit_string",
[sym_expression_bit_string_segment] = "bit_string_segment",
[sym_expression_bit_string_segment_options] = "bit_string_segment_options",
[sym__expression_bit_string_segment_option] = "_expression_bit_string_segment_option",
[sym__expression_bit_string_named_segment_option] = "_expression_bit_string_named_segment_option",
[sym__expression_bit_string_segment_option_size] = "_expression_bit_string_segment_option_size",
[sym_anonymous_function] = "anonymous_function",
[sym_expression_group] = "expression_group",
[sym_case] = "case",
[sym_case_clause] = "case_clause",
[sym_case_clause_pattern] = "case_clause_pattern",
[sym_case_clause_guard] = "case_clause_guard",
[sym__case_clause_guard_expression] = "_case_clause_guard_expression",
[sym__case_clause_guard_binop] = "binop",
[sym__case_clause_guard_unit] = "_case_clause_guard_unit",
[sym__case_clause_tuple_access] = "tuple_access",
[sym__pattern] = "_pattern",
[sym_var] = "var",
[sym_discard_var] = "discard_var",
[sym_remote_constructor_pattern] = "remote_constructor_pattern",
[sym_constructor_pattern] = "constructor_pattern",
[sym__constructor_pattern] = "_constructor_pattern",
[sym_pattern_constructor_args] = "pattern_constructor_args",
[sym__pattern_constructor_arg] = "_pattern_constructor_arg",
[sym_pattern_constructor_named_arg] = "pattern_constructor_named_arg",
[sym_pattern_spread] = "pattern_spread",
[sym_tuple_pattern] = "tuple_pattern",
[sym__pattern_bit_string] = "bit_string_pattern",
[sym_pattern_bit_string_segment] = "bit_string_segment",
[sym_pattern_bit_string_segment_options] = "bit_string_segment_options",
[sym__pattern_bit_string_segment_option] = "_pattern_bit_string_segment_option",
[sym__pattern_bit_string_named_segment_option] = "_pattern_bit_string_named_segment_option",
[sym__pattern_bit_string_segment_option_size] = "_pattern_bit_string_segment_option_size",
[sym__pattern_bit_string_segment_arg] = "bit_string_segment_option_size",
[sym_list_pattern] = "list_pattern",
[sym_list_pattern_tail] = "list_pattern_tail",
[sym__bit_string_segment_option_unit] = "_bit_string_segment_option_unit",
[sym__bit_string_segment_option_literal] = "_bit_string_segment_option_literal",
[sym__type] = "_type",
[sym__type_annotation] = "_type_annotation",
[sym_type_hole] = "type_hole",
[sym_tuple_type] = "tuple_type",
[sym_function_type] = "function_type",
[sym_function_parameter_types] = "function_parameter_types",
[sym__type_name] = "_type_name",
[sym__remote_type_name] = "_remote_type_name",
[sym_type_constructor] = "type_constructor",
[sym_type] = "type",
[sym_type_var] = "type_var",
[sym_identifier] = "identifier",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_target_group_repeat1] = "target_group_repeat1",
[aux_sym_import_repeat1] = "import_repeat1",
[aux_sym_module_repeat1] = "module_repeat1",
[aux_sym__constant_tuple_repeat1] = "_constant_tuple_repeat1",
[aux_sym__constant_bit_string_repeat1] = "_constant_bit_string_repeat1",
[aux_sym_constant_bit_string_segment_options_repeat1] = "constant_bit_string_segment_options_repeat1",
[aux_sym__constant_record_repeat1] = "_constant_record_repeat1",
[aux_sym_constant_tuple_type_repeat1] = "constant_tuple_type_repeat1",
[aux_sym_external_type_constructor_repeat1] = "external_type_constructor_repeat1",
[aux_sym_external_function_parameters_repeat1] = "external_function_parameters_repeat1",
[aux_sym_function_parameters_repeat1] = "function_parameters_repeat1",
[aux_sym_arguments_repeat1] = "arguments_repeat1",
[aux_sym_tuple_repeat1] = "tuple_repeat1",
[aux_sym__expression_bit_string_repeat1] = "_expression_bit_string_repeat1",
[aux_sym_expression_bit_string_segment_options_repeat1] = "expression_bit_string_segment_options_repeat1",
[aux_sym_case_repeat1] = "case_repeat1",
[aux_sym_case_clause_repeat1] = "case_clause_repeat1",
[aux_sym_case_clause_pattern_repeat1] = "case_clause_pattern_repeat1",
[aux_sym_pattern_constructor_args_repeat1] = "pattern_constructor_args_repeat1",
[aux_sym__pattern_bit_string_repeat1] = "_pattern_bit_string_repeat1",
[aux_sym_pattern_bit_string_segment_options_repeat1] = "pattern_bit_string_segment_options_repeat1",
[aux_sym_tuple_type_repeat1] = "tuple_type_repeat1",
[alias_sym_bit_string_segment_option_unit] = "bit_string_segment_option_unit",
[alias_sym_function_body] = "function_body",
[alias_sym_function_name] = "function_name",
[alias_sym_hole] = "hole",
[alias_sym_pattern_assign] = "pattern_assign",
[alias_sym_pattern_constructor_unnamed_arg] = "pattern_constructor_unnamed_arg",
[alias_sym_remote_type] = "remote_type",
[alias_sym_remote_type_constructor] = "remote_type_constructor",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[aux_sym_source_file_token1] = aux_sym_source_file_token1,
[anon_sym_if] = anon_sym_if,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_erlang] = anon_sym_erlang,
[anon_sym_javascript] = anon_sym_javascript,
[anon_sym_import] = anon_sym_import,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_as] = anon_sym_as,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_pub] = anon_sym_pub,
[anon_sym_const] = anon_sym_const,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_POUND] = anon_sym_POUND,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_LT_LT] = anon_sym_LT_LT,
[anon_sym_GT_GT] = anon_sym_GT_GT,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_size] = anon_sym_size,
[anon_sym_external] = anon_sym_external,
[anon_sym_type] = anon_sym_type,
[anon_sym_fn] = anon_sym_fn,
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
[anon_sym_try] = anon_sym_try,
[anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
[anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
[anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
[anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
[anon_sym_LT_DOT] = anon_sym_LT_DOT,
[anon_sym_LT_EQ_DOT] = anon_sym_LT_EQ_DOT,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_GT_EQ] = anon_sym_GT_EQ,
[anon_sym_GT_DOT] = anon_sym_GT_DOT,
[anon_sym_GT_EQ_DOT] = anon_sym_GT_EQ_DOT,
[anon_sym_PIPE_GT] = anon_sym_PIPE_GT,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_PLUS_DOT] = anon_sym_PLUS_DOT,
[anon_sym_DASH_DOT] = anon_sym_DASH_DOT,
[anon_sym_STAR] = anon_sym_STAR,
[anon_sym_STAR_DOT] = anon_sym_STAR_DOT,
[anon_sym_SLASH_DOT] = anon_sym_SLASH_DOT,
[anon_sym_PERCENT] = anon_sym_PERCENT,
[anon_sym_todo] = anon_sym_todo,
[anon_sym_DOT_DOT] = anon_sym_DOT_DOT,
[anon_sym_case] = anon_sym_case,
[anon_sym_] = anon_sym_,
[anon_sym_PIPE] = anon_sym_PIPE,
[sym_string] = sym_string,
[sym_float] = sym_float,
[sym_integer] = sym_integer,
[anon_sym_unit] = anon_sym_unit,
[anon_sym_binary] = anon_sym_binary,
[anon_sym_bytes] = anon_sym_binary,
[anon_sym_int] = anon_sym_int,
[anon_sym_float] = anon_sym_float,
[anon_sym_bit_string] = anon_sym_bit_string,
[anon_sym_bits] = anon_sym_bit_string,
[anon_sym_utf8] = anon_sym_utf8,
[anon_sym_utf16] = anon_sym_utf16,
[anon_sym_utf32] = anon_sym_utf32,
[anon_sym_utf8_codepoint] = anon_sym_utf8_codepoint,
[anon_sym_utf16_codepoint] = anon_sym_utf16_codepoint,
[anon_sym_utf32_codepoint] = anon_sym_utf32_codepoint,
[anon_sym_signed] = anon_sym_signed,
[anon_sym_unsigned] = anon_sym_unsigned,
[anon_sym_big] = anon_sym_big,
[anon_sym_little] = anon_sym_little,
[anon_sym_native] = anon_sym_native,
[sym__discard_name] = sym__discard_name,
[sym__name] = sym__name,
[sym__upname] = sym__upname,
[sym_source_file] = sym_source_file,
[sym__statement] = sym__statement,
[sym_target_group] = sym_target_group,
[sym_target] = sym_target,
[sym_import] = sym_import,
[sym_module] = sym_module,
[sym_unqualified_import] = sym_unqualified_import,
[sym_alias] = sym_alias,
[sym_public_constant] = sym_public_constant,
[sym_constant] = sym_constant,
[sym__constant] = sym__constant,
[sym__constant_value] = sym__constant_value,
[sym__constant_tuple] = sym_tuple,
[sym__constant_list] = sym_list,
[sym__constant_bit_string] = sym__constant_bit_string,
[sym_constant_bit_string_segment] = sym_constant_bit_string_segment,
[sym_constant_bit_string_segment_options] = sym_constant_bit_string_segment_options,
[sym__constant_bit_string_segment_option] = sym__constant_bit_string_segment_option,
[sym__constant_bit_string_named_segment_option] = sym__constant_bit_string_named_segment_option,
[sym__constant_bit_string_segment_option_size] = sym__constant_bit_string_segment_option_size,
[sym__constant_record] = sym__constant_record,
[sym__constant_record_arg] = sym__constant_record_arg,
[sym__constant_remote_record] = sym_remote_record,
[sym__constant_type_annotation] = sym__constant_type_annotation,
[sym__constant_type] = sym__constant_type,
[sym_constant_tuple_type] = sym_tuple_type,
[sym__constant_type_name] = sym__constant_type_name,
[sym__constant_remote_type_name] = sym__constant_remote_type_name,
[sym_constant_type_constructor] = sym_type_constructor,
[sym_constant_type] = sym_type,
[sym_public_external_type] = sym_public_external_type,
[sym_external_type] = sym_external_type,
[sym__external_type] = sym__external_type,
[sym_external_type_constructor] = sym_type_constructor,
[sym_external_type_argument] = sym_external_type_argument,
[sym_public_external_function] = sym_public_external_function,
[sym_external_function] = sym_external_function,
[sym__external_function] = sym__external_function,
[sym_external_function_parameters] = sym_function_parameters,
[sym_external_function_parameter] = sym_function_parameter,
[sym_external_function_body] = sym_external_function_body,
[sym_function] = sym_function,
[sym_function_parameters] = sym_function_parameters,
[sym_function_parameter] = sym_function_parameter,
[sym__labelled_discard_param] = sym__labelled_discard_param,
[sym__discard_param] = sym__discard_param,
[sym__labelled_name_param] = sym__labelled_name_param,
[sym__name_param] = sym__name_param,
[aux_sym__expression_seq] = aux_sym__expression_seq,
[sym_try] = sym_try,
[sym__expression] = sym__expression,
[sym_binop] = sym_binop,
[sym__expression_unit] = sym__expression_unit,
[sym_record] = sym_record,
[sym_remote_record] = sym_remote_record,
[sym_function_call] = sym_function_call,
[sym_arguments] = sym_arguments,
[sym_argument] = sym_argument,
[sym_todo] = sym_todo,
[sym_tuple] = sym_tuple,
[sym_list] = sym_list,
[sym__expression_bit_string] = sym__constant_bit_string,
[sym_expression_bit_string_segment] = sym_constant_bit_string_segment,
[sym_expression_bit_string_segment_options] = sym_constant_bit_string_segment_options,
[sym__expression_bit_string_segment_option] = sym__expression_bit_string_segment_option,
[sym__expression_bit_string_named_segment_option] = sym__expression_bit_string_named_segment_option,
[sym__expression_bit_string_segment_option_size] = sym__expression_bit_string_segment_option_size,
[sym_anonymous_function] = sym_anonymous_function,
[sym_expression_group] = sym_expression_group,
[sym_case] = sym_case,
[sym_case_clause] = sym_case_clause,
[sym_case_clause_pattern] = sym_case_clause_pattern,
[sym_case_clause_guard] = sym_case_clause_guard,
[sym__case_clause_guard_expression] = sym__case_clause_guard_expression,
[sym__case_clause_guard_binop] = sym_binop,
[sym__case_clause_guard_unit] = sym__case_clause_guard_unit,
[sym__case_clause_tuple_access] = sym__case_clause_tuple_access,
[sym__pattern] = sym__pattern,
[sym_var] = sym_var,
[sym_discard_var] = sym_discard_var,
[sym_remote_constructor_pattern] = sym_remote_constructor_pattern,
[sym_constructor_pattern] = sym_constructor_pattern,
[sym__constructor_pattern] = sym__constructor_pattern,
[sym_pattern_constructor_args] = sym_pattern_constructor_args,
[sym__pattern_constructor_arg] = sym__pattern_constructor_arg,
[sym_pattern_constructor_named_arg] = sym_pattern_constructor_named_arg,
[sym_pattern_spread] = sym_pattern_spread,
[sym_tuple_pattern] = sym_tuple_pattern,
[sym__pattern_bit_string] = sym__pattern_bit_string,
[sym_pattern_bit_string_segment] = sym_constant_bit_string_segment,
[sym_pattern_bit_string_segment_options] = sym_constant_bit_string_segment_options,
[sym__pattern_bit_string_segment_option] = sym__pattern_bit_string_segment_option,
[sym__pattern_bit_string_named_segment_option] = sym__pattern_bit_string_named_segment_option,
[sym__pattern_bit_string_segment_option_size] = sym__pattern_bit_string_segment_option_size,
[sym__pattern_bit_string_segment_arg] = sym__pattern_bit_string_segment_arg,
[sym_list_pattern] = sym_list_pattern,
[sym_list_pattern_tail] = sym_list_pattern_tail,
[sym__bit_string_segment_option_unit] = sym__bit_string_segment_option_unit,
[sym__bit_string_segment_option_literal] = sym__bit_string_segment_option_literal,
[sym__type] = sym__type,
[sym__type_annotation] = sym__type_annotation,
[sym_type_hole] = sym_type_hole,
[sym_tuple_type] = sym_tuple_type,
[sym_function_type] = sym_function_type,
[sym_function_parameter_types] = sym_function_parameter_types,
[sym__type_name] = sym__type_name,
[sym__remote_type_name] = sym__remote_type_name,
[sym_type_constructor] = sym_type_constructor,
[sym_type] = sym_type,
[sym_type_var] = sym_type_var,
[sym_identifier] = sym_identifier,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_target_group_repeat1] = aux_sym_target_group_repeat1,
[aux_sym_import_repeat1] = aux_sym_import_repeat1,
[aux_sym_module_repeat1] = aux_sym_module_repeat1,
[aux_sym__constant_tuple_repeat1] = aux_sym__constant_tuple_repeat1,
[aux_sym__constant_bit_string_repeat1] = aux_sym__constant_bit_string_repeat1,
[aux_sym_constant_bit_string_segment_options_repeat1] = aux_sym_constant_bit_string_segment_options_repeat1,
[aux_sym__constant_record_repeat1] = aux_sym__constant_record_repeat1,
[aux_sym_constant_tuple_type_repeat1] = aux_sym_constant_tuple_type_repeat1,
[aux_sym_external_type_constructor_repeat1] = aux_sym_external_type_constructor_repeat1,
[aux_sym_external_function_parameters_repeat1] = aux_sym_external_function_parameters_repeat1,
[aux_sym_function_parameters_repeat1] = aux_sym_function_parameters_repeat1,
[aux_sym_arguments_repeat1] = aux_sym_arguments_repeat1,
[aux_sym_tuple_repeat1] = aux_sym_tuple_repeat1,
[aux_sym__expression_bit_string_repeat1] = aux_sym__expression_bit_string_repeat1,
[aux_sym_expression_bit_string_segment_options_repeat1] = aux_sym_expression_bit_string_segment_options_repeat1,
[aux_sym_case_repeat1] = aux_sym_case_repeat1,
[aux_sym_case_clause_repeat1] = aux_sym_case_clause_repeat1,
[aux_sym_case_clause_pattern_repeat1] = aux_sym_case_clause_pattern_repeat1,
[aux_sym_pattern_constructor_args_repeat1] = aux_sym_pattern_constructor_args_repeat1,
[aux_sym__pattern_bit_string_repeat1] = aux_sym__pattern_bit_string_repeat1,
[aux_sym_pattern_bit_string_segment_options_repeat1] = aux_sym_pattern_bit_string_segment_options_repeat1,
[aux_sym_tuple_type_repeat1] = aux_sym_tuple_type_repeat1,
[alias_sym_bit_string_segment_option_unit] = alias_sym_bit_string_segment_option_unit,
[alias_sym_function_body] = alias_sym_function_body,
[alias_sym_function_name] = alias_sym_function_name,
[alias_sym_hole] = alias_sym_hole,
[alias_sym_pattern_assign] = alias_sym_pattern_assign,
[alias_sym_pattern_constructor_unnamed_arg] = alias_sym_pattern_constructor_unnamed_arg,
[alias_sym_remote_type] = alias_sym_remote_type,
[alias_sym_remote_type_constructor] = alias_sym_remote_type_constructor,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[aux_sym_source_file_token1] = {
.visible = false,
.named = false,
},
[anon_sym_if] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_erlang] = {
.visible = true,
.named = false,
},
[anon_sym_javascript] = {
.visible = true,
.named = false,
},
[anon_sym_import] = {
.visible = true,
.named = false,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_as] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_pub] = {
.visible = true,
.named = false,
},
[anon_sym_const] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_POUND] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_LT_LT] = {
.visible = true,
.named = false,
},
[anon_sym_GT_GT] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_size] = {
.visible = true,
.named = false,
},
[anon_sym_external] = {
.visible = true,
.named = false,
},
[anon_sym_type] = {
.visible = true,
.named = false,
},
[anon_sym_fn] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_GT] = {
.visible = true,
.named = false,
},
[anon_sym_try] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_BANG_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_GT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_GT_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_GT_EQ_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_GT] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_STAR] = {
.visible = true,
.named = false,
},
[anon_sym_STAR_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_PERCENT] = {
.visible = true,
.named = false,
},
[anon_sym_todo] = {
.visible = true,
.named = false,
},
[anon_sym_DOT_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_case] = {
.visible = true,
.named = false,
},
[anon_sym_] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[sym_string] = {
.visible = true,
.named = true,
},
[sym_float] = {
.visible = true,
.named = true,
},
[sym_integer] = {
.visible = true,
.named = true,
},
[anon_sym_unit] = {
.visible = true,
.named = false,
},
[anon_sym_binary] = {
.visible = true,
.named = true,
},
[anon_sym_bytes] = {
.visible = true,
.named = true,
},
[anon_sym_int] = {
.visible = true,
.named = true,
},
[anon_sym_float] = {
.visible = true,
.named = true,
},
[anon_sym_bit_string] = {
.visible = true,
.named = true,
},
[anon_sym_bits] = {
.visible = true,
.named = true,
},
[anon_sym_utf8] = {
.visible = true,
.named = true,
},
[anon_sym_utf16] = {
.visible = true,
.named = true,
},
[anon_sym_utf32] = {
.visible = true,
.named = true,
},
[anon_sym_utf8_codepoint] = {
.visible = true,
.named = true,
},
[anon_sym_utf16_codepoint] = {
.visible = true,
.named = true,
},
[anon_sym_utf32_codepoint] = {
.visible = true,
.named = true,
},
[anon_sym_signed] = {
.visible = true,
.named = true,
},
[anon_sym_unsigned] = {
.visible = true,
.named = true,
},
[anon_sym_big] = {
.visible = true,
.named = true,
},
[anon_sym_little] = {
.visible = true,
.named = true,
},
[anon_sym_native] = {
.visible = true,
.named = true,
},
[sym__discard_name] = {
.visible = false,
.named = true,
},
[sym__name] = {
.visible = false,
.named = true,
},
[sym__upname] = {
.visible = false,
.named = true,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym__statement] = {
.visible = false,
.named = true,
},
[sym_target_group] = {
.visible = true,
.named = true,
},
[sym_target] = {
.visible = true,
.named = true,
},
[sym_import] = {
.visible = true,
.named = true,
},
[sym_module] = {
.visible = true,
.named = true,
},
[sym_unqualified_import] = {
.visible = true,
.named = true,
},
[sym_alias] = {
.visible = true,
.named = true,
},
[sym_public_constant] = {
.visible = true,
.named = true,
},
[sym_constant] = {
.visible = true,
.named = true,
},
[sym__constant] = {
.visible = false,
.named = true,
},
[sym__constant_value] = {
.visible = false,
.named = true,
},
[sym__constant_tuple] = {
.visible = true,
.named = true,
},
[sym__constant_list] = {
.visible = true,
.named = true,
},
[sym__constant_bit_string] = {
.visible = true,
.named = true,
},
[sym_constant_bit_string_segment] = {
.visible = true,
.named = true,
},
[sym_constant_bit_string_segment_options] = {
.visible = true,
.named = true,
},
[sym__constant_bit_string_segment_option] = {
.visible = false,
.named = true,
},
[sym__constant_bit_string_named_segment_option] = {
.visible = false,
.named = true,
},
[sym__constant_bit_string_segment_option_size] = {
.visible = false,
.named = true,
},
[sym__constant_record] = {
.visible = false,
.named = true,
},
[sym__constant_record_arg] = {
.visible = true,
.named = true,
},
[sym__constant_remote_record] = {
.visible = true,
.named = true,
},
[sym__constant_type_annotation] = {
.visible = false,
.named = true,
},
[sym__constant_type] = {
.visible = false,
.named = true,
},
[sym_constant_tuple_type] = {
.visible = true,
.named = true,
},
[sym__constant_type_name] = {
.visible = false,
.named = true,
},
[sym__constant_remote_type_name] = {
.visible = false,
.named = true,
},
[sym_constant_type_constructor] = {
.visible = true,
.named = true,
},
[sym_constant_type] = {
.visible = true,
.named = true,
},
[sym_public_external_type] = {
.visible = true,
.named = true,
},
[sym_external_type] = {
.visible = true,
.named = true,
},
[sym__external_type] = {
.visible = false,
.named = true,
},
[sym_external_type_constructor] = {
.visible = true,
.named = true,
},
[sym_external_type_argument] = {
.visible = true,
.named = true,
},
[sym_public_external_function] = {
.visible = true,
.named = true,
},
[sym_external_function] = {
.visible = true,
.named = true,
},
[sym__external_function] = {
.visible = false,
.named = true,
},
[sym_external_function_parameters] = {
.visible = true,
.named = true,
},
[sym_external_function_parameter] = {
.visible = true,
.named = true,
},
[sym_external_function_body] = {
.visible = true,
.named = true,
},
[sym_function] = {
.visible = true,
.named = true,
},
[sym_function_parameters] = {
.visible = true,
.named = true,
},
[sym_function_parameter] = {
.visible = true,
.named = true,
},
[sym__labelled_discard_param] = {
.visible = false,
.named = true,
},
[sym__discard_param] = {
.visible = false,
.named = true,
},
[sym__labelled_name_param] = {
.visible = false,
.named = true,
},
[sym__name_param] = {
.visible = false,
.named = true,
},
[aux_sym__expression_seq] = {
.visible = false,
.named = false,
},
[sym_try] = {
.visible = true,
.named = true,
},
[sym__expression] = {
.visible = false,
.named = true,
},
[sym_binop] = {
.visible = true,
.named = true,
},
[sym__expression_unit] = {
.visible = false,
.named = true,
},
[sym_record] = {
.visible = true,
.named = true,
},
[sym_remote_record] = {
.visible = true,
.named = true,
},
[sym_function_call] = {
.visible = true,
.named = true,
},
[sym_arguments] = {
.visible = true,
.named = true,
},
[sym_argument] = {
.visible = true,
.named = true,
},
[sym_todo] = {
.visible = true,
.named = true,
},
[sym_tuple] = {
.visible = true,
.named = true,
},
[sym_list] = {
.visible = true,
.named = true,
},
[sym__expression_bit_string] = {
.visible = true,
.named = true,
},
[sym_expression_bit_string_segment] = {
.visible = true,
.named = true,
},
[sym_expression_bit_string_segment_options] = {
.visible = true,
.named = true,
},
[sym__expression_bit_string_segment_option] = {
.visible = false,
.named = true,
},
[sym__expression_bit_string_named_segment_option] = {
.visible = false,
.named = true,
},
[sym__expression_bit_string_segment_option_size] = {
.visible = false,
.named = true,
},
[sym_anonymous_function] = {
.visible = true,
.named = true,
},
[sym_expression_group] = {
.visible = true,
.named = true,
},
[sym_case] = {
.visible = true,
.named = true,
},
[sym_case_clause] = {
.visible = true,
.named = true,
},
[sym_case_clause_pattern] = {
.visible = true,
.named = true,
},
[sym_case_clause_guard] = {
.visible = true,
.named = true,
},
[sym__case_clause_guard_expression] = {
.visible = false,
.named = true,
},
[sym__case_clause_guard_binop] = {
.visible = true,
.named = true,
},
[sym__case_clause_guard_unit] = {
.visible = false,
.named = true,
},
[sym__case_clause_tuple_access] = {
.visible = true,
.named = true,
},
[sym__pattern] = {
.visible = false,
.named = true,
},
[sym_var] = {
.visible = true,
.named = true,
},
[sym_discard_var] = {
.visible = true,
.named = true,
},
[sym_remote_constructor_pattern] = {
.visible = true,
.named = true,
},
[sym_constructor_pattern] = {
.visible = true,
.named = true,
},
[sym__constructor_pattern] = {
.visible = false,
.named = true,
},
[sym_pattern_constructor_args] = {
.visible = true,
.named = true,
},
[sym__pattern_constructor_arg] = {
.visible = false,
.named = true,
},
[sym_pattern_constructor_named_arg] = {
.visible = true,
.named = true,
},
[sym_pattern_spread] = {
.visible = true,
.named = true,
},
[sym_tuple_pattern] = {
.visible = true,
.named = true,
},
[sym__pattern_bit_string] = {
.visible = true,
.named = true,
},
[sym_pattern_bit_string_segment] = {
.visible = true,
.named = true,
},
[sym_pattern_bit_string_segment_options] = {
.visible = true,
.named = true,
},
[sym__pattern_bit_string_segment_option] = {
.visible = false,
.named = true,
},
[sym__pattern_bit_string_named_segment_option] = {
.visible = false,
.named = true,
},
[sym__pattern_bit_string_segment_option_size] = {
.visible = false,
.named = true,
},
[sym__pattern_bit_string_segment_arg] = {
.visible = true,
.named = true,
},
[sym_list_pattern] = {
.visible = true,
.named = true,
},
[sym_list_pattern_tail] = {
.visible = true,
.named = true,
},
[sym__bit_string_segment_option_unit] = {
.visible = false,
.named = true,
},
[sym__bit_string_segment_option_literal] = {
.visible = false,
.named = true,
},
[sym__type] = {
.visible = false,
.named = true,
},
[sym__type_annotation] = {
.visible = false,
.named = true,
},
[sym_type_hole] = {
.visible = true,
.named = true,
},
[sym_tuple_type] = {
.visible = true,
.named = true,
},
[sym_function_type] = {
.visible = true,
.named = true,
},
[sym_function_parameter_types] = {
.visible = true,
.named = true,
},
[sym__type_name] = {
.visible = false,
.named = true,
},
[sym__remote_type_name] = {
.visible = false,
.named = true,
},
[sym_type_constructor] = {
.visible = true,
.named = true,
},
[sym_type] = {
.visible = true,
.named = true,
},
[sym_type_var] = {
.visible = true,
.named = true,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_target_group_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_import_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_module_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__constant_tuple_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__constant_bit_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_constant_bit_string_segment_options_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__constant_record_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_constant_tuple_type_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_external_type_constructor_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_external_function_parameters_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_function_parameters_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_arguments_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_tuple_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__expression_bit_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_expression_bit_string_segment_options_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_case_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_case_clause_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_case_clause_pattern_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_pattern_constructor_args_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__pattern_bit_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_pattern_bit_string_segment_options_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_tuple_type_repeat1] = {
.visible = false,
.named = false,
},
[alias_sym_bit_string_segment_option_unit] = {
.visible = true,
.named = true,
},
[alias_sym_function_body] = {
.visible = true,
.named = true,
},
[alias_sym_function_name] = {
.visible = true,
.named = true,
},
[alias_sym_hole] = {
.visible = true,
.named = true,
},
[alias_sym_pattern_assign] = {
.visible = true,
.named = true,
},
[alias_sym_pattern_constructor_unnamed_arg] = {
.visible = true,
.named = true,
},
[alias_sym_remote_type] = {
.visible = true,
.named = true,
},
[alias_sym_remote_type_constructor] = {
.visible = true,
.named = true,
},
};
enum {
field_alias = 1,
field_assign = 2,
field_body = 3,
field_guard = 4,
field_index = 5,
field_label = 6,
field_message = 7,
field_module = 8,
field_name = 9,
field_options = 10,
field_parameter_types = 11,
field_parameters = 12,
field_pattern = 13,
field_patterns = 14,
field_return_type = 15,
field_spread = 16,
field_subjects = 17,
field_target = 18,
field_tuple = 19,
field_type = 20,
field_value = 21,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_alias] = "alias",
[field_assign] = "assign",
[field_body] = "body",
[field_guard] = "guard",
[field_index] = "index",
[field_label] = "label",
[field_message] = "message",
[field_module] = "module",
[field_name] = "name",
[field_options] = "options",
[field_parameter_types] = "parameter_types",
[field_parameters] = "parameters",
[field_pattern] = "pattern",
[field_patterns] = "patterns",
[field_return_type] = "return_type",
[field_spread] = "spread",
[field_subjects] = "subjects",
[field_target] = "target",
[field_tuple] = "tuple",
[field_type] = "type",
[field_value] = "value",
};
static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 3},
[2] = {.index = 3, .length = 4},
[3] = {.index = 7, .length = 1},
[4] = {.index = 8, .length = 3},
[5] = {.index = 11, .length = 4},
[6] = {.index = 15, .length = 1},
[7] = {.index = 16, .length = 2},
[8] = {.index = 18, .length = 2},
[10] = {.index = 20, .length = 1},
[11] = {.index = 21, .length = 1},
[12] = {.index = 22, .length = 2},
[13] = {.index = 24, .length = 1},
[14] = {.index = 25, .length = 1},
[15] = {.index = 26, .length = 1},
[16] = {.index = 27, .length = 3},
[17] = {.index = 30, .length = 1},
[18] = {.index = 31, .length = 2},
[19] = {.index = 33, .length = 1},
[20] = {.index = 34, .length = 3},
[21] = {.index = 37, .length = 2},
[22] = {.index = 39, .length = 1},
[23] = {.index = 40, .length = 2},
[26] = {.index = 42, .length = 1},
[27] = {.index = 43, .length = 3},
[28] = {.index = 46, .length = 1},
[29] = {.index = 47, .length = 2},
[30] = {.index = 49, .length = 1},
[31] = {.index = 50, .length = 2},
[32] = {.index = 52, .length = 2},
[33] = {.index = 54, .length = 4},
[34] = {.index = 58, .length = 2},
[36] = {.index = 60, .length = 1},
[37] = {.index = 61, .length = 2},
[38] = {.index = 63, .length = 2},
[39] = {.index = 65, .length = 1},
[40] = {.index = 66, .length = 2},
[42] = {.index = 68, .length = 3},
[43] = {.index = 71, .length = 1},
[44] = {.index = 72, .length = 1},
[45] = {.index = 73, .length = 2},
[48] = {.index = 75, .length = 1},
[49] = {.index = 76, .length = 1},
[50] = {.index = 77, .length = 2},
[51] = {.index = 79, .length = 2},
[52] = {.index = 81, .length = 4},
[53] = {.index = 85, .length = 4},
[54] = {.index = 89, .length = 1},
[55] = {.index = 39, .length = 1},
[56] = {.index = 90, .length = 2},
[57] = {.index = 92, .length = 3},
[58] = {.index = 95, .length = 1},
[60] = {.index = 96, .length = 2},
[61] = {.index = 98, .length = 2},
[62] = {.index = 100, .length = 1},
[63] = {.index = 101, .length = 2},
[64] = {.index = 103, .length = 1},
[65] = {.index = 104, .length = 2},
[66] = {.index = 106, .length = 2},
[67] = {.index = 108, .length = 1},
[68] = {.index = 109, .length = 2},
[69] = {.index = 111, .length = 3},
[70] = {.index = 114, .length = 2},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_name, 0, .inherited = true},
{field_type, 0, .inherited = true},
{field_value, 0, .inherited = true},
[3] =
{field_body, 0, .inherited = true},
{field_name, 0, .inherited = true},
{field_parameters, 0, .inherited = true},
{field_return_type, 0, .inherited = true},
[7] =
{field_module, 1},
[8] =
{field_name, 1, .inherited = true},
{field_type, 1, .inherited = true},
{field_value, 1, .inherited = true},
[11] =
{field_body, 1, .inherited = true},
{field_name, 1, .inherited = true},
{field_parameters, 1, .inherited = true},
{field_return_type, 1, .inherited = true},
[15] =
{field_target, 1},
[16] =
{field_alias, 3},
{field_module, 1},
[18] =
{field_name, 1},
{field_value, 3},
[20] =
{field_type, 1},
[21] =
{field_label, 0, .inherited = true},
[22] =
{field_label, 0, .inherited = true},
{field_name, 0, .inherited = true},
[24] =
{field_name, 0, .inherited = true},
[25] =
{field_name, 0},
[26] =
{field_value, 0},
[27] =
{field_name, 1},
{field_type, 2, .inherited = true},
{field_value, 4},
[30] =
{field_type, 0},
[31] =
{field_label, 0, .inherited = true},
{field_type, 1, .inherited = true},
[33] =
{field_type, 1, .inherited = true},
[34] =
{field_label, 0, .inherited = true},
{field_name, 0, .inherited = true},
{field_type, 1, .inherited = true},
[37] =
{field_name, 0, .inherited = true},
{field_type, 1, .inherited = true},
[39] =
{field_label, 0},
[40] =
{field_label, 0},
{field_name, 1},
[42] =
{field_alias, 2},
[43] =
{field_options, 1},
{field_options, 2},
{field_value, 0},
[46] =
{field_return_type, 2},
[47] =
{field_name, 0},
{field_type, 2},
[49] =
{field_name, 1},
[50] =
{field_alias, 7},
{field_module, 1},
[52] =
{field_parameter_types, 1},
{field_return_type, 3},
[54] =
{field_body, 7},
{field_name, 2},
{field_parameters, 3},
{field_return_type, 5},
[58] =
{field_assign, 0, .inherited = true},
{field_value, 0},
[60] =
{field_module, 0},
[61] =
{field_name, 1},
{field_parameters, 3},
[63] =
{field_alias, 8},
{field_module, 1},
[65] =
{field_assign, 1, .inherited = true},
[66] =
{field_assign, 1},
{field_assign, 2},
[68] =
{field_assign, 1, .inherited = true},
{field_pattern, 1},
{field_value, 3},
[71] =
{field_message, 2},
[72] =
{field_assign, 0, .inherited = true},
[73] =
{field_name, 1},
{field_return_type, 5},
[75] =
{field_spread, 3},
[76] =
{field_assign, 2, .inherited = true},
[77] =
{field_assign, 1, .inherited = true},
{field_assign, 2, .inherited = true},
[79] =
{field_assign, 0, .inherited = true},
{field_assign, 1, .inherited = true},
[81] =
{field_assign, 0, .inherited = true},
{field_options, 1},
{field_options, 2},
{field_value, 0},
[85] =
{field_assign, 1, .inherited = true},
{field_pattern, 1},
{field_type, 2, .inherited = true},
{field_value, 4},
[89] =
{field_subjects, 1},
[90] =
{field_module, 0},
{field_name, 2},
[92] =
{field_name, 1},
{field_parameters, 3},
{field_return_type, 6},
[95] =
{field_spread, 4},
[96] =
{field_assign, 2, .inherited = true},
{field_assign, 3, .inherited = true},
[98] =
{field_index, 0, .inherited = true},
{field_tuple, 0, .inherited = true},
[100] =
{field_patterns, 0},
[101] =
{field_subjects, 1},
{field_subjects, 2},
[103] =
{field_parameters, 2},
[104] =
{field_guard, 1},
{field_patterns, 0},
[106] =
{field_patterns, 0},
{field_patterns, 1},
[108] =
{field_return_type, 4},
[109] =
{field_index, 2},
{field_tuple, 0},
[111] =
{field_guard, 2},
{field_patterns, 0},
{field_patterns, 1},
[114] =
{field_parameters, 2},
{field_return_type, 5},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[9] = {
[0] = sym_record,
},
[24] = {
[2] = alias_sym_remote_type_constructor,
},
[25] = {
[2] = alias_sym_remote_type,
},
[26] = {
[2] = sym_alias,
},
[30] = {
[5] = alias_sym_function_body,
},
[33] = {
[2] = alias_sym_function_name,
},
[35] = {
[0] = alias_sym_hole,
},
[37] = {
[6] = alias_sym_function_body,
},
[40] = {
[2] = alias_sym_pattern_assign,
},
[41] = {
[0] = alias_sym_pattern_constructor_unnamed_arg,
},
[45] = {
[7] = alias_sym_function_body,
},
[46] = {
[2] = sym__pattern_bit_string_segment_arg,
},
[47] = {
[2] = alias_sym_bit_string_segment_option_unit,
},
[55] = {
[2] = alias_sym_hole,
},
[57] = {
[8] = alias_sym_function_body,
},
[59] = {
[4] = alias_sym_function_body,
},
[64] = {
[5] = alias_sym_function_body,
},
[67] = {
[6] = alias_sym_function_body,
},
[68] = {
[0] = sym_var,
},
[70] = {
[7] = alias_sym_function_body,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
sym__constant_record, 2,
sym__constant_record,
sym_record,
sym_constant_type_constructor, 2,
sym_type_constructor,
alias_sym_remote_type_constructor,
sym_constant_type, 2,
sym_type,
alias_sym_remote_type,
aux_sym__expression_seq, 2,
aux_sym__expression_seq,
alias_sym_function_body,
sym__expression, 2,
sym__expression,
sym__pattern_bit_string_segment_arg,
sym_discard_var, 2,
sym_discard_var,
alias_sym_hole,
sym_constructor_pattern, 2,
sym_constructor_pattern,
alias_sym_pattern_constructor_unnamed_arg,
sym_type_constructor, 2,
sym_type_constructor,
alias_sym_remote_type_constructor,
sym_type, 2,
sym_type,
alias_sym_remote_type,
0,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(149);
if (lookahead == '\n') ADVANCE(150);
if (lookahead == '\r') ADVANCE(1);
if (lookahead == '!') ADVANCE(23);
if (lookahead == '"') ADVANCE(15);
if (lookahead == '#') ADVANCE(179);
if (lookahead == '%') ADVANCE(220);
if (lookahead == '&') ADVANCE(17);
if (lookahead == '(') ADVANCE(180);
if (lookahead == ')') ADVANCE(181);
if (lookahead == '*') ADVANCE(217);
if (lookahead == '+') ADVANCE(214);
if (lookahead == ',') ADVANCE(172);
if (lookahead == '-') ADVANCE(189);
if (lookahead == '.') ADVANCE(171);
if (lookahead == '/') ADVANCE(174);
if (lookahead == ':') ADVANCE(186);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(0)
if (lookahead == '<') ADVANCE(203);
if (lookahead == '=') ADVANCE(178);
if (lookahead == '>') ADVANCE(209);
if (lookahead == '[') ADVANCE(182);
if (lookahead == ']') ADVANCE(183);
if (lookahead == '_') ADVANCE(232);
if (lookahead == 'a') ADVANCE(119);
if (lookahead == 'b') ADVANCE(70);
if (lookahead == 'c') ADVANCE(33);
if (lookahead == 'e') ADVANCE(113);
if (lookahead == 'f') ADVANCE(82);
if (lookahead == 'i') ADVANCE(63);
if (lookahead == 'j') ADVANCE(31);
if (lookahead == 'l') ADVANCE(74);
if (lookahead == 'n') ADVANCE(36);
if (lookahead == 'p') ADVANCE(140);
if (lookahead == 's') ADVANCE(71);
if (lookahead == 't') ADVANCE(97);
if (lookahead == 'u') ADVANCE(86);
if (lookahead == '{') ADVANCE(165);
if (lookahead == '|') ADVANCE(228);
if (lookahead == '}') ADVANCE(166);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(233);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
END_STATE();
case 1:
if (lookahead == '\n') ADVANCE(150);
if (lookahead == '\r') ADVANCE(1);
if (lookahead == '!') ADVANCE(23);
if (lookahead == '"') ADVANCE(15);
if (lookahead == '#') ADVANCE(179);
if (lookahead == '%') ADVANCE(220);
if (lookahead == '&') ADVANCE(17);
if (lookahead == '(') ADVANCE(180);
if (lookahead == ')') ADVANCE(181);
if (lookahead == '*') ADVANCE(217);
if (lookahead == '+') ADVANCE(214);
if (lookahead == ',') ADVANCE(172);
if (lookahead == '-') ADVANCE(189);
if (lookahead == '.') ADVANCE(171);
if (lookahead == '/') ADVANCE(174);
if (lookahead == ':') ADVANCE(186);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(1)
if (lookahead == '<') ADVANCE(203);
if (lookahead == '=') ADVANCE(178);
if (lookahead == '>') ADVANCE(209);
if (lookahead == '[') ADVANCE(182);
if (lookahead == ']') ADVANCE(183);
if (lookahead == '_') ADVANCE(232);
if (lookahead == 'a') ADVANCE(119);
if (lookahead == 'b') ADVANCE(70);
if (lookahead == 'c') ADVANCE(33);
if (lookahead == 'e') ADVANCE(113);
if (lookahead == 'f') ADVANCE(82);
if (lookahead == 'i') ADVANCE(63);
if (lookahead == 'j') ADVANCE(31);
if (lookahead == 'l') ADVANCE(74);
if (lookahead == 'n') ADVANCE(36);
if (lookahead == 'p') ADVANCE(140);
if (lookahead == 's') ADVANCE(71);
if (lookahead == 't') ADVANCE(97);
if (lookahead == 'u') ADVANCE(86);
if (lookahead == '{') ADVANCE(165);
if (lookahead == '|') ADVANCE(228);
if (lookahead == '}') ADVANCE(166);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(233);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
END_STATE();
case 2:
if (lookahead == '\n') ADVANCE(151);
if (lookahead == '\r') ADVANCE(2);
if (lookahead == '!') ADVANCE(23);
if (lookahead == '"') ADVANCE(15);
if (lookahead == '#') ADVANCE(179);
if (lookahead == '%') ADVANCE(220);
if (lookahead == '&') ADVANCE(17);
if (lookahead == '(') ADVANCE(180);
if (lookahead == '*') ADVANCE(217);
if (lookahead == '+') ADVANCE(214);
if (lookahead == ',') ADVANCE(172);
if (lookahead == '-') ADVANCE(190);
if (lookahead == '.') ADVANCE(170);
if (lookahead == '/') ADVANCE(174);
if (lookahead == ':') ADVANCE(186);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(2)
if (lookahead == '<') ADVANCE(203);
if (lookahead == '=') ADVANCE(24);
if (lookahead == '>') ADVANCE(209);
if (lookahead == '[') ADVANCE(182);
if (lookahead == '_') ADVANCE(234);
if (lookahead == 'c') ADVANCE(256);
if (lookahead == 'f') ADVANCE(259);
if (lookahead == 't') ADVANCE(260);
if (lookahead == '{') ADVANCE(165);
if (lookahead == '|') ADVANCE(29);
if (lookahead == '}') ADVANCE(166);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(233);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
END_STATE();
case 3:
if (lookahead == '\n') ADVANCE(152);
if (lookahead == '\r') ADVANCE(3);
if (lookahead == '!') ADVANCE(23);
if (lookahead == '"') ADVANCE(15);
if (lookahead == '#') ADVANCE(179);
if (lookahead == '%') ADVANCE(220);
if (lookahead == '&') ADVANCE(17);
if (lookahead == '*') ADVANCE(217);
if (lookahead == '+') ADVANCE(214);
if (lookahead == '-') ADVANCE(190);
if (lookahead == '/') ADVANCE(174);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(3)
if (lookahead == '<') ADVANCE(203);
if (lookahead == '=') ADVANCE(24);
if (lookahead == '>') ADVANCE(208);
if (lookahead == '[') ADVANCE(182);
if (lookahead == '_') ADVANCE(234);
if (lookahead == 'c') ADVANCE(256);
if (lookahead == 'f') ADVANCE(259);
if (lookahead == 't') ADVANCE(260);
if (lookahead == '{') ADVANCE(165);
if (lookahead == '|') ADVANCE(29);
if (lookahead == '}') ADVANCE(166);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(233);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
END_STATE();
case 4:
if (lookahead == '\n') ADVANCE(153);
if (lookahead == '\r') ADVANCE(4);
if (lookahead == '"') ADVANCE(15);
if (lookahead == '#') ADVANCE(179);
if (lookahead == '(') ADVANCE(180);
if (lookahead == ')') ADVANCE(181);
if (lookahead == ',') ADVANCE(172);
if (lookahead == '-') ADVANCE(26);
if (lookahead == '.') ADVANCE(170);
if (lookahead == ':') ADVANCE(186);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(4)
if (lookahead == '<') ADVANCE(22);
if (lookahead == '=') ADVANCE(177);
if (lookahead == '>') ADVANCE(28);
if (lookahead == '[') ADVANCE(182);
if (lookahead == '_') ADVANCE(232);
if (lookahead == 'c') ADVANCE(256);
if (lookahead == 'f') ADVANCE(259);
if (lookahead == 't') ADVANCE(261);
if (lookahead == '{') ADVANCE(165);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(233);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
END_STATE();
case 5:
if (lookahead == '\n') ADVANCE(154);
if (lookahead == '\r') ADVANCE(5);
if (lookahead == '!') ADVANCE(23);
if (lookahead == '#') ADVANCE(179);
if (lookahead == '%') ADVANCE(220);
if (lookahead == '&') ADVANCE(17);
if (lookahead == '(') ADVANCE(180);
if (lookahead == ')') ADVANCE(181);
if (lookahead == '*') ADVANCE(217);
if (lookahead == '+') ADVANCE(214);
if (lookahead == ',') ADVANCE(172);
if (lookahead == '-') ADVANCE(188);
if (lookahead == '.') ADVANCE(171);
if (lookahead == '/') ADVANCE(174);
if (lookahead == ':') ADVANCE(186);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(5)
if (lookahead == '<') ADVANCE(204);
if (lookahead == '=') ADVANCE(24);
if (lookahead == '>') ADVANCE(208);
if (lookahead == ']') ADVANCE(183);
if (lookahead == '_') ADVANCE(255);
if (lookahead == 'f') ADVANCE(259);
if (lookahead == '{') ADVANCE(165);
if (lookahead == '|') ADVANCE(29);
if (lookahead == '}') ADVANCE(166);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
END_STATE();
case 6:
if (lookahead == '\n') ADVANCE(155);
if (lookahead == '\r') ADVANCE(6);
if (lookahead == '"') ADVANCE(15);
if (lookahead == '#') ADVANCE(179);
if (lookahead == ')') ADVANCE(181);
if (lookahead == '-') ADVANCE(146);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(6)
if (lookahead == '<') ADVANCE(22);
if (lookahead == '>') ADVANCE(28);
if (lookahead == '[') ADVANCE(182);
if (lookahead == ']') ADVANCE(183);
if (lookahead == '_') ADVANCE(234);
if (lookahead == 'c') ADVANCE(256);
if (lookahead == 'f') ADVANCE(259);
if (lookahead == 't') ADVANCE(261);
if (lookahead == '{') ADVANCE(165);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(233);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
END_STATE();
case 7:
if (lookahead == '\n') ADVANCE(156);
if (lookahead == '\r') ADVANCE(7);
if (lookahead == '!') ADVANCE(23);
if (lookahead == '&') ADVANCE(17);
if (lookahead == '(') ADVANCE(180);
if (lookahead == ')') ADVANCE(181);
if (lookahead == ',') ADVANCE(172);
if (lookahead == '-') ADVANCE(27);
if (lookahead == ':') ADVANCE(186);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(7)
if (lookahead == '<') ADVANCE(204);
if (lookahead == '=') ADVANCE(24);
if (lookahead == '>') ADVANCE(209);
if (lookahead == ']') ADVANCE(183);
if (lookahead == 'b') ADVANCE(70);
if (lookahead == 'f') ADVANCE(81);
if (lookahead == 'i') ADVANCE(87);
if (lookahead == 'l') ADVANCE(74);
if (lookahead == 'n') ADVANCE(36);
if (lookahead == 's') ADVANCE(71);
if (lookahead == 'u') ADVANCE(86);
if (lookahead == '|') ADVANCE(145);
if (lookahead == '}') ADVANCE(166);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(235);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
END_STATE();
case 8:
if (lookahead == '\n') ADVANCE(157);
if (lookahead == '\r') ADVANCE(8);
if (lookahead == '"') ADVANCE(15);
if (lookahead == '#') ADVANCE(179);
if (lookahead == ')') ADVANCE(181);
if (lookahead == '-') ADVANCE(146);
if (lookahead == '.') ADVANCE(18);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(8)
if (lookahead == '<') ADVANCE(22);
if (lookahead == '>') ADVANCE(28);
if (lookahead == '[') ADVANCE(182);
if (lookahead == ']') ADVANCE(183);
if (lookahead == '_') ADVANCE(232);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(233);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 9:
if (lookahead == '\n') ADVANCE(158);
if (lookahead == '\r') ADVANCE(9);
if (lookahead == '"') ADVANCE(15);
if (lookahead == '#') ADVANCE(179);
if (lookahead == ')') ADVANCE(181);
if (lookahead == '-') ADVANCE(146);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(9)
if (lookahead == '<') ADVANCE(22);
if (lookahead == '>') ADVANCE(28);
if (lookahead == '[') ADVANCE(182);
if (lookahead == ']') ADVANCE(183);
if (lookahead == '_') ADVANCE(234);
if (lookahead == '{') ADVANCE(165);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(233);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 10:
if (lookahead == '\n') ADVANCE(159);
if (lookahead == '\r') ADVANCE(10);
if (lookahead == '!') ADVANCE(23);
if (lookahead == '#') ADVANCE(179);
if (lookahead == '&') ADVANCE(17);
if (lookahead == ')') ADVANCE(181);
if (lookahead == ',') ADVANCE(172);
if (lookahead == '-') ADVANCE(25);
if (lookahead == '.') ADVANCE(170);
if (lookahead == ':') ADVANCE(186);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(10)
if (lookahead == '<') ADVANCE(204);
if (lookahead == '=') ADVANCE(24);
if (lookahead == '>') ADVANCE(208);
if (lookahead == '_') ADVANCE(255);
if (lookahead == '|') ADVANCE(145);
if (lookahead == '}') ADVANCE(166);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 11:
if (lookahead == '\n') ADVANCE(160);
if (lookahead == '\r') ADVANCE(11);
if (lookahead == '(') ADVANCE(180);
if (lookahead == ')') ADVANCE(181);
if (lookahead == ',') ADVANCE(172);
if (lookahead == '-') ADVANCE(25);
if (lookahead == '.') ADVANCE(171);
if (lookahead == ':') ADVANCE(186);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(11)
if (lookahead == '=') ADVANCE(177);
if (lookahead == '>') ADVANCE(28);
if (lookahead == ']') ADVANCE(183);
if (lookahead == 'a') ADVANCE(119);
if (lookahead == 'i') ADVANCE(62);
if (lookahead == '|') ADVANCE(227);
END_STATE();
case 12:
if (lookahead == '\n') ADVANCE(161);
if (lookahead == '\r') ADVANCE(12);
if (lookahead == ')') ADVANCE(181);
if (lookahead == ',') ADVANCE(172);
if (lookahead == '-') ADVANCE(187);
if (lookahead == '.') ADVANCE(18);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(12)
if (lookahead == '>') ADVANCE(28);
if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(266);
if (lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 13:
if (lookahead == '\n') ADVANCE(162);
if (lookahead == '\r') ADVANCE(13);
if (lookahead == '(') ADVANCE(180);
if (lookahead == ')') ADVANCE(181);
if (lookahead == ',') ADVANCE(172);
if (lookahead == ':') ADVANCE(186);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(13)
if (lookahead == '=') ADVANCE(177);
if (lookahead == '_') ADVANCE(255);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 14:
if (lookahead == '\n') ADVANCE(163);
if (lookahead == '\r') ADVANCE(14);
if (lookahead == '-') ADVANCE(148);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == ';') SKIP(14)
if (lookahead == '_') ADVANCE(236);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(235);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 15:
if (lookahead == '"') ADVANCE(229);
if (lookahead == '\\') ADVANCE(16);
if (lookahead != 0) ADVANCE(15);
END_STATE();
case 16:
if (lookahead == '"') ADVANCE(230);
if (lookahead == '\\') ADVANCE(16);
if (lookahead != 0) ADVANCE(15);
END_STATE();
case 17:
if (lookahead == '&') ADVANCE(200);
END_STATE();
case 18:
if (lookahead == '.') ADVANCE(223);
END_STATE();
case 19:
if (lookahead == '1') ADVANCE(21);
if (lookahead == '3') ADVANCE(20);
if (lookahead == '8') ADVANCE(244);
END_STATE();
case 20:
if (lookahead == '2') ADVANCE(246);
END_STATE();
case 21:
if (lookahead == '6') ADVANCE(245);
END_STATE();
case 22:
if (lookahead == '<') ADVANCE(184);
END_STATE();
case 23:
if (lookahead == '=') ADVANCE(202);
END_STATE();
case 24:
if (lookahead == '=') ADVANCE(201);
END_STATE();
case 25:
if (lookahead == '>') ADVANCE(196);
END_STATE();
case 26:
if (lookahead == '>') ADVANCE(196);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(233);
END_STATE();
case 27:
if (lookahead == '>') ADVANCE(196);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(235);
END_STATE();
case 28:
if (lookahead == '>') ADVANCE(185);
END_STATE();
case 29:
if (lookahead == '>') ADVANCE(213);
if (lookahead == '|') ADVANCE(199);
END_STATE();
case 30:
if (lookahead == '_') ADVANCE(124);
if (lookahead == 's') ADVANCE(243);
END_STATE();
case 31:
if (lookahead == 'a') ADVANCE(141);
END_STATE();
case 32:
if (lookahead == 'a') ADVANCE(114);
END_STATE();
case 33:
if (lookahead == 'a') ADVANCE(122);
if (lookahead == 'o') ADVANCE(89);
END_STATE();
case 34:
if (lookahead == 'a') ADVANCE(88);
END_STATE();
case 35:
if (lookahead == 'a') ADVANCE(83);
END_STATE();
case 36:
if (lookahead == 'a') ADVANCE(136);
END_STATE();
case 37:
if (lookahead == 'a') ADVANCE(121);
END_STATE();
case 38:
if (lookahead == 'a') ADVANCE(129);
END_STATE();
case 39:
if (lookahead == 'b') ADVANCE(175);
END_STATE();
case 40:
if (lookahead == 'c') ADVANCE(100);
END_STATE();
case 41:
if (lookahead == 'c') ADVANCE(117);
END_STATE();
case 42:
if (lookahead == 'c') ADVANCE(105);
END_STATE();
case 43:
if (lookahead == 'c') ADVANCE(106);
END_STATE();
case 44:
if (lookahead == 'd') ADVANCE(250);
END_STATE();
case 45:
if (lookahead == 'd') ADVANCE(251);
END_STATE();
case 46:
if (lookahead == 'd') ADVANCE(98);
END_STATE();
case 47:
if (lookahead == 'd') ADVANCE(59);
END_STATE();
case 48:
if (lookahead == 'd') ADVANCE(60);
END_STATE();
case 49:
if (lookahead == 'd') ADVANCE(61);
END_STATE();
case 50:
if (lookahead == 'e') ADVANCE(224);
END_STATE();
case 51:
if (lookahead == 'e') ADVANCE(191);
END_STATE();
case 52:
if (lookahead == 'e') ADVANCE(193);
END_STATE();
case 53:
if (lookahead == 'e') ADVANCE(253);
END_STATE();
case 54:
if (lookahead == 'e') ADVANCE(254);
END_STATE();
case 55:
if (lookahead == 'e') ADVANCE(44);
END_STATE();
case 56:
if (lookahead == 'e') ADVANCE(115);
END_STATE();
case 57:
if (lookahead == 'e') ADVANCE(45);
END_STATE();
case 58:
if (lookahead == 'e') ADVANCE(120);
END_STATE();
case 59:
if (lookahead == 'e') ADVANCE(108);
END_STATE();
case 60:
if (lookahead == 'e') ADVANCE(111);
END_STATE();
case 61:
if (lookahead == 'e') ADVANCE(112);
END_STATE();
case 62:
if (lookahead == 'f') ADVANCE(164);
END_STATE();
case 63:
if (lookahead == 'f') ADVANCE(164);
if (lookahead == 'm') ADVANCE(107);
if (lookahead == 'n') ADVANCE(126);
END_STATE();
case 64:
if (lookahead == 'f') ADVANCE(19);
END_STATE();
case 65:
if (lookahead == 'g') ADVANCE(252);
if (lookahead == 'n') ADVANCE(32);
if (lookahead == 't') ADVANCE(30);
END_STATE();
case 66:
if (lookahead == 'g') ADVANCE(167);
END_STATE();
case 67:
if (lookahead == 'g') ADVANCE(242);
END_STATE();
case 68:
if (lookahead == 'g') ADVANCE(92);
if (lookahead == 'z') ADVANCE(51);
END_STATE();
case 69:
if (lookahead == 'g') ADVANCE(93);
END_STATE();
case 70:
if (lookahead == 'i') ADVANCE(65);
if (lookahead == 'y') ADVANCE(125);
END_STATE();
case 71:
if (lookahead == 'i') ADVANCE(68);
END_STATE();
case 72:
if (lookahead == 'i') ADVANCE(69);
END_STATE();
case 73:
if (lookahead == 'i') ADVANCE(142);
END_STATE();
case 74:
if (lookahead == 'i') ADVANCE(139);
END_STATE();
case 75:
if (lookahead == 'i') ADVANCE(110);
END_STATE();
case 76:
if (lookahead == 'i') ADVANCE(90);
END_STATE();
case 77:
if (lookahead == 'i') ADVANCE(127);
if (lookahead == 's') ADVANCE(72);
END_STATE();
case 78:
if (lookahead == 'i') ADVANCE(94);
END_STATE();
case 79:
if (lookahead == 'i') ADVANCE(95);
END_STATE();
case 80:
if (lookahead == 'i') ADVANCE(96);
END_STATE();
case 81:
if (lookahead == 'l') ADVANCE(101);
END_STATE();
case 82:
if (lookahead == 'l') ADVANCE(101);
if (lookahead == 'n') ADVANCE(194);
END_STATE();
case 83:
if (lookahead == 'l') ADVANCE(192);
END_STATE();
case 84:
if (lookahead == 'l') ADVANCE(34);
END_STATE();
case 85:
if (lookahead == 'l') ADVANCE(53);
END_STATE();
case 86:
if (lookahead == 'n') ADVANCE(77);
if (lookahead == 't') ADVANCE(64);
END_STATE();
case 87:
if (lookahead == 'n') ADVANCE(126);
END_STATE();
case 88:
if (lookahead == 'n') ADVANCE(66);
END_STATE();
case 89:
if (lookahead == 'n') ADVANCE(123);
END_STATE();
case 90:
if (lookahead == 'n') ADVANCE(67);
END_STATE();
case 91:
if (lookahead == 'n') ADVANCE(35);
END_STATE();
case 92:
if (lookahead == 'n') ADVANCE(55);
END_STATE();
case 93:
if (lookahead == 'n') ADVANCE(57);
END_STATE();
case 94:
if (lookahead == 'n') ADVANCE(132);
END_STATE();
case 95:
if (lookahead == 'n') ADVANCE(133);
END_STATE();
case 96:
if (lookahead == 'n') ADVANCE(134);
END_STATE();
case 97:
if (lookahead == 'o') ADVANCE(46);
if (lookahead == 'r') ADVANCE(143);
if (lookahead == 'y') ADVANCE(109);
END_STATE();
case 98:
if (lookahead == 'o') ADVANCE(221);
END_STATE();
case 99:
if (lookahead == 'o') ADVANCE(118);
END_STATE();
case 100:
if (lookahead == 'o') ADVANCE(47);
END_STATE();
case 101:
if (lookahead == 'o') ADVANCE(38);
END_STATE();
case 102:
if (lookahead == 'o') ADVANCE(78);
END_STATE();
case 103:
if (lookahead == 'o') ADVANCE(79);
END_STATE();
case 104:
if (lookahead == 'o') ADVANCE(80);
END_STATE();
case 105:
if (lookahead == 'o') ADVANCE(48);
END_STATE();
case 106:
if (lookahead == 'o') ADVANCE(49);
END_STATE();
case 107:
if (lookahead == 'p') ADVANCE(99);
END_STATE();
case 108:
if (lookahead == 'p') ADVANCE(102);
END_STATE();
case 109:
if (lookahead == 'p') ADVANCE(52);
END_STATE();
case 110:
if (lookahead == 'p') ADVANCE(131);
END_STATE();
case 111:
if (lookahead == 'p') ADVANCE(103);
END_STATE();
case 112:
if (lookahead == 'p') ADVANCE(104);
END_STATE();
case 113:
if (lookahead == 'r') ADVANCE(84);
if (lookahead == 'x') ADVANCE(137);
END_STATE();
case 114:
if (lookahead == 'r') ADVANCE(144);
END_STATE();
case 115:
if (lookahead == 'r') ADVANCE(91);
END_STATE();
case 116:
if (lookahead == 'r') ADVANCE(76);
END_STATE();
case 117:
if (lookahead == 'r') ADVANCE(75);
END_STATE();
case 118:
if (lookahead == 'r') ADVANCE(130);
END_STATE();
case 119:
if (lookahead == 's') ADVANCE(173);
END_STATE();
case 120:
if (lookahead == 's') ADVANCE(239);
END_STATE();
case 121:
if (lookahead == 's') ADVANCE(41);
END_STATE();
case 122:
if (lookahead == 's') ADVANCE(50);
END_STATE();
case 123:
if (lookahead == 's') ADVANCE(128);
END_STATE();
case 124:
if (lookahead == 's') ADVANCE(138);
END_STATE();
case 125:
if (lookahead == 't') ADVANCE(58);
END_STATE();
case 126:
if (lookahead == 't') ADVANCE(240);
END_STATE();
case 127:
if (lookahead == 't') ADVANCE(237);
END_STATE();
case 128:
if (lookahead == 't') ADVANCE(176);
END_STATE();
case 129:
if (lookahead == 't') ADVANCE(241);
END_STATE();
case 130:
if (lookahead == 't') ADVANCE(169);
END_STATE();
case 131:
if (lookahead == 't') ADVANCE(168);
END_STATE();
case 132:
if (lookahead == 't') ADVANCE(247);
END_STATE();
case 133:
if (lookahead == 't') ADVANCE(248);
END_STATE();
case 134:
if (lookahead == 't') ADVANCE(249);
END_STATE();
case 135:
if (lookahead == 't') ADVANCE(85);
END_STATE();
case 136:
if (lookahead == 't') ADVANCE(73);
END_STATE();
case 137:
if (lookahead == 't') ADVANCE(56);
END_STATE();
case 138:
if (lookahead == 't') ADVANCE(116);
END_STATE();
case 139:
if (lookahead == 't') ADVANCE(135);
END_STATE();
case 140:
if (lookahead == 'u') ADVANCE(39);
END_STATE();
case 141:
if (lookahead == 'v') ADVANCE(37);
END_STATE();
case 142:
if (lookahead == 'v') ADVANCE(54);
END_STATE();
case 143:
if (lookahead == 'y') ADVANCE(197);
END_STATE();
case 144:
if (lookahead == 'y') ADVANCE(238);
END_STATE();
case 145:
if (lookahead == '|') ADVANCE(199);
END_STATE();
case 146:
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(233);
END_STATE();
case 147:
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(231);
END_STATE();
case 148:
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(235);
END_STATE();
case 149:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 150:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(150);
if (lookahead == '\r') ADVANCE(1);
END_STATE();
case 151:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(151);
if (lookahead == '\r') ADVANCE(2);
END_STATE();
case 152:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(152);
if (lookahead == '\r') ADVANCE(3);
END_STATE();
case 153:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(153);
if (lookahead == '\r') ADVANCE(4);
END_STATE();
case 154:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(154);
if (lookahead == '\r') ADVANCE(5);
END_STATE();
case 155:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(155);
if (lookahead == '\r') ADVANCE(6);
END_STATE();
case 156:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(156);
if (lookahead == '\r') ADVANCE(7);
END_STATE();
case 157:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(157);
if (lookahead == '\r') ADVANCE(8);
END_STATE();
case 158:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(158);
if (lookahead == '\r') ADVANCE(9);
END_STATE();
case 159:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(159);
if (lookahead == '\r') ADVANCE(10);
END_STATE();
case 160:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(160);
if (lookahead == '\r') ADVANCE(11);
END_STATE();
case 161:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(161);
if (lookahead == '\r') ADVANCE(12);
END_STATE();
case 162:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(162);
if (lookahead == '\r') ADVANCE(13);
END_STATE();
case 163:
ACCEPT_TOKEN(aux_sym_source_file_token1);
if (lookahead == '\n') ADVANCE(163);
if (lookahead == '\r') ADVANCE(14);
END_STATE();
case 164:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 165:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 166:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 167:
ACCEPT_TOKEN(anon_sym_erlang);
END_STATE();
case 168:
ACCEPT_TOKEN(anon_sym_javascript);
END_STATE();
case 169:
ACCEPT_TOKEN(anon_sym_import);
END_STATE();
case 170:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 171:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(223);
END_STATE();
case 172:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 173:
ACCEPT_TOKEN(anon_sym_as);
END_STATE();
case 174:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '.') ADVANCE(219);
END_STATE();
case 175:
ACCEPT_TOKEN(anon_sym_pub);
END_STATE();
case 176:
ACCEPT_TOKEN(anon_sym_const);
END_STATE();
case 177:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 178:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(201);
END_STATE();
case 179:
ACCEPT_TOKEN(anon_sym_POUND);
END_STATE();
case 180:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 181:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 182:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 184:
ACCEPT_TOKEN(anon_sym_LT_LT);
END_STATE();
case 185:
ACCEPT_TOKEN(anon_sym_GT_GT);
END_STATE();
case 186:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 187:
ACCEPT_TOKEN(anon_sym_DASH);
END_STATE();
case 188:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '.') ADVANCE(216);
END_STATE();
case 189:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '.') ADVANCE(216);
if (lookahead == '>') ADVANCE(196);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(233);
END_STATE();
case 190:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '.') ADVANCE(216);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(233);
END_STATE();
case 191:
ACCEPT_TOKEN(anon_sym_size);
END_STATE();
case 192:
ACCEPT_TOKEN(anon_sym_external);
END_STATE();
case 193:
ACCEPT_TOKEN(anon_sym_type);
END_STATE();
case 194:
ACCEPT_TOKEN(anon_sym_fn);
END_STATE();
case 195:
ACCEPT_TOKEN(anon_sym_fn);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 196:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 197:
ACCEPT_TOKEN(anon_sym_try);
END_STATE();
case 198:
ACCEPT_TOKEN(anon_sym_try);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 199:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 200:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 201:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 202:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 203:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '.') ADVANCE(206);
if (lookahead == '<') ADVANCE(184);
if (lookahead == '=') ADVANCE(205);
END_STATE();
case 204:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '.') ADVANCE(206);
if (lookahead == '=') ADVANCE(205);
END_STATE();
case 205:
ACCEPT_TOKEN(anon_sym_LT_EQ);
if (lookahead == '.') ADVANCE(207);
END_STATE();
case 206:
ACCEPT_TOKEN(anon_sym_LT_DOT);
END_STATE();
case 207:
ACCEPT_TOKEN(anon_sym_LT_EQ_DOT);
END_STATE();
case 208:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '.') ADVANCE(211);
if (lookahead == '=') ADVANCE(210);
END_STATE();
case 209:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '.') ADVANCE(211);
if (lookahead == '=') ADVANCE(210);
if (lookahead == '>') ADVANCE(185);
END_STATE();
case 210:
ACCEPT_TOKEN(anon_sym_GT_EQ);
if (lookahead == '.') ADVANCE(212);
END_STATE();
case 211:
ACCEPT_TOKEN(anon_sym_GT_DOT);
END_STATE();
case 212:
ACCEPT_TOKEN(anon_sym_GT_EQ_DOT);
END_STATE();
case 213:
ACCEPT_TOKEN(anon_sym_PIPE_GT);
END_STATE();
case 214:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '.') ADVANCE(215);
END_STATE();
case 215:
ACCEPT_TOKEN(anon_sym_PLUS_DOT);
END_STATE();
case 216:
ACCEPT_TOKEN(anon_sym_DASH_DOT);
END_STATE();
case 217:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == '.') ADVANCE(218);
END_STATE();
case 218:
ACCEPT_TOKEN(anon_sym_STAR_DOT);
END_STATE();
case 219:
ACCEPT_TOKEN(anon_sym_SLASH_DOT);
END_STATE();
case 220:
ACCEPT_TOKEN(anon_sym_PERCENT);
END_STATE();
case 221:
ACCEPT_TOKEN(anon_sym_todo);
END_STATE();
case 222:
ACCEPT_TOKEN(anon_sym_todo);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 223:
ACCEPT_TOKEN(anon_sym_DOT_DOT);
END_STATE();
case 224:
ACCEPT_TOKEN(anon_sym_case);
END_STATE();
case 225:
ACCEPT_TOKEN(anon_sym_case);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 226:
ACCEPT_TOKEN(anon_sym_);
if (lookahead == '\n') ADVANCE(226);
if (lookahead == '\r') ADVANCE(226);
END_STATE();
case 227:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 228:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '>') ADVANCE(213);
if (lookahead == '|') ADVANCE(199);
END_STATE();
case 229:
ACCEPT_TOKEN(sym_string);
END_STATE();
case 230:
ACCEPT_TOKEN(sym_string);
if (lookahead == '"') ADVANCE(229);
if (lookahead == '\\') ADVANCE(16);
if (lookahead != 0) ADVANCE(15);
END_STATE();
case 231:
ACCEPT_TOKEN(sym_float);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(231);
END_STATE();
case 232:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(147);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(232);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(255);
END_STATE();
case 233:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(147);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(233);
END_STATE();
case 234:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(147);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(234);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 235:
ACCEPT_TOKEN(sym_integer);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(235);
END_STATE();
case 236:
ACCEPT_TOKEN(sym_integer);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(236);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 237:
ACCEPT_TOKEN(anon_sym_unit);
END_STATE();
case 238:
ACCEPT_TOKEN(anon_sym_binary);
END_STATE();
case 239:
ACCEPT_TOKEN(anon_sym_bytes);
END_STATE();
case 240:
ACCEPT_TOKEN(anon_sym_int);
END_STATE();
case 241:
ACCEPT_TOKEN(anon_sym_float);
END_STATE();
case 242:
ACCEPT_TOKEN(anon_sym_bit_string);
END_STATE();
case 243:
ACCEPT_TOKEN(anon_sym_bits);
END_STATE();
case 244:
ACCEPT_TOKEN(anon_sym_utf8);
if (lookahead == '_') ADVANCE(40);
END_STATE();
case 245:
ACCEPT_TOKEN(anon_sym_utf16);
if (lookahead == '_') ADVANCE(42);
END_STATE();
case 246:
ACCEPT_TOKEN(anon_sym_utf32);
if (lookahead == '_') ADVANCE(43);
END_STATE();
case 247:
ACCEPT_TOKEN(anon_sym_utf8_codepoint);
END_STATE();
case 248:
ACCEPT_TOKEN(anon_sym_utf16_codepoint);
END_STATE();
case 249:
ACCEPT_TOKEN(anon_sym_utf32_codepoint);
END_STATE();
case 250:
ACCEPT_TOKEN(anon_sym_signed);
END_STATE();
case 251:
ACCEPT_TOKEN(anon_sym_unsigned);
END_STATE();
case 252:
ACCEPT_TOKEN(anon_sym_big);
END_STATE();
case 253:
ACCEPT_TOKEN(anon_sym_little);
END_STATE();
case 254:
ACCEPT_TOKEN(anon_sym_native);
END_STATE();
case 255:
ACCEPT_TOKEN(sym__discard_name);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(255);
END_STATE();
case 256:
ACCEPT_TOKEN(sym__name);
if (lookahead == 'a') ADVANCE(263);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 257:
ACCEPT_TOKEN(sym__name);
if (lookahead == 'd') ADVANCE(262);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 258:
ACCEPT_TOKEN(sym__name);
if (lookahead == 'e') ADVANCE(225);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 259:
ACCEPT_TOKEN(sym__name);
if (lookahead == 'n') ADVANCE(195);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 260:
ACCEPT_TOKEN(sym__name);
if (lookahead == 'o') ADVANCE(257);
if (lookahead == 'r') ADVANCE(264);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 261:
ACCEPT_TOKEN(sym__name);
if (lookahead == 'o') ADVANCE(257);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 262:
ACCEPT_TOKEN(sym__name);
if (lookahead == 'o') ADVANCE(222);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 263:
ACCEPT_TOKEN(sym__name);
if (lookahead == 's') ADVANCE(258);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 264:
ACCEPT_TOKEN(sym__name);
if (lookahead == 'y') ADVANCE(198);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 265:
ACCEPT_TOKEN(sym__name);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 266:
ACCEPT_TOKEN(sym__upname);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(266);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 0},
[2] = {.lex_state = 2},
[3] = {.lex_state = 2},
[4] = {.lex_state = 2},
[5] = {.lex_state = 2},
[6] = {.lex_state = 2},
[7] = {.lex_state = 2},
[8] = {.lex_state = 2},
[9] = {.lex_state = 2},
[10] = {.lex_state = 2},
[11] = {.lex_state = 2},
[12] = {.lex_state = 2},
[13] = {.lex_state = 2},
[14] = {.lex_state = 2},
[15] = {.lex_state = 2},
[16] = {.lex_state = 2},
[17] = {.lex_state = 2},
[18] = {.lex_state = 2},
[19] = {.lex_state = 2},
[20] = {.lex_state = 2},
[21] = {.lex_state = 2},
[22] = {.lex_state = 2},
[23] = {.lex_state = 2},
[24] = {.lex_state = 2},
[25] = {.lex_state = 2},
[26] = {.lex_state = 2},
[27] = {.lex_state = 2},
[28] = {.lex_state = 2},
[29] = {.lex_state = 2},
[30] = {.lex_state = 2},
[31] = {.lex_state = 2},
[32] = {.lex_state = 2},
[33] = {.lex_state = 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 = 3},
[42] = {.lex_state = 3},
[43] = {.lex_state = 3},
[44] = {.lex_state = 4},
[45] = {.lex_state = 4},
[46] = {.lex_state = 4},
[47] = {.lex_state = 4},
[48] = {.lex_state = 4},
[49] = {.lex_state = 4},
[50] = {.lex_state = 4},
[51] = {.lex_state = 4},
[52] = {.lex_state = 4},
[53] = {.lex_state = 2},
[54] = {.lex_state = 2},
[55] = {.lex_state = 2},
[56] = {.lex_state = 2},
[57] = {.lex_state = 2},
[58] = {.lex_state = 2},
[59] = {.lex_state = 2},
[60] = {.lex_state = 2},
[61] = {.lex_state = 2},
[62] = {.lex_state = 2},
[63] = {.lex_state = 2},
[64] = {.lex_state = 2},
[65] = {.lex_state = 2},
[66] = {.lex_state = 2},
[67] = {.lex_state = 2},
[68] = {.lex_state = 2},
[69] = {.lex_state = 2},
[70] = {.lex_state = 2},
[71] = {.lex_state = 2},
[72] = {.lex_state = 2},
[73] = {.lex_state = 2},
[74] = {.lex_state = 2},
[75] = {.lex_state = 2},
[76] = {.lex_state = 2},
[77] = {.lex_state = 2},
[78] = {.lex_state = 2},
[79] = {.lex_state = 2},
[80] = {.lex_state = 2},
[81] = {.lex_state = 2},
[82] = {.lex_state = 2},
[83] = {.lex_state = 2},
[84] = {.lex_state = 2},
[85] = {.lex_state = 2},
[86] = {.lex_state = 2},
[87] = {.lex_state = 2},
[88] = {.lex_state = 2},
[89] = {.lex_state = 5},
[90] = {.lex_state = 2},
[91] = {.lex_state = 2},
[92] = {.lex_state = 4},
[93] = {.lex_state = 2},
[94] = {.lex_state = 2},
[95] = {.lex_state = 2},
[96] = {.lex_state = 2},
[97] = {.lex_state = 2},
[98] = {.lex_state = 2},
[99] = {.lex_state = 2},
[100] = {.lex_state = 2},
[101] = {.lex_state = 2},
[102] = {.lex_state = 4},
[103] = {.lex_state = 6},
[104] = {.lex_state = 6},
[105] = {.lex_state = 5},
[106] = {.lex_state = 6},
[107] = {.lex_state = 6},
[108] = {.lex_state = 5},
[109] = {.lex_state = 6},
[110] = {.lex_state = 6},
[111] = {.lex_state = 6},
[112] = {.lex_state = 5},
[113] = {.lex_state = 5},
[114] = {.lex_state = 5},
[115] = {.lex_state = 6},
[116] = {.lex_state = 6},
[117] = {.lex_state = 6},
[118] = {.lex_state = 6},
[119] = {.lex_state = 6},
[120] = {.lex_state = 6},
[121] = {.lex_state = 6},
[122] = {.lex_state = 6},
[123] = {.lex_state = 6},
[124] = {.lex_state = 6},
[125] = {.lex_state = 6},
[126] = {.lex_state = 6},
[127] = {.lex_state = 5},
[128] = {.lex_state = 5},
[129] = {.lex_state = 6},
[130] = {.lex_state = 6},
[131] = {.lex_state = 6},
[132] = {.lex_state = 6},
[133] = {.lex_state = 6},
[134] = {.lex_state = 6},
[135] = {.lex_state = 6},
[136] = {.lex_state = 6},
[137] = {.lex_state = 5},
[138] = {.lex_state = 5},
[139] = {.lex_state = 5},
[140] = {.lex_state = 6},
[141] = {.lex_state = 5},
[142] = {.lex_state = 5},
[143] = {.lex_state = 5},
[144] = {.lex_state = 6},
[145] = {.lex_state = 5},
[146] = {.lex_state = 5},
[147] = {.lex_state = 5},
[148] = {.lex_state = 6},
[149] = {.lex_state = 5},
[150] = {.lex_state = 5},
[151] = {.lex_state = 5},
[152] = {.lex_state = 6},
[153] = {.lex_state = 5},
[154] = {.lex_state = 6},
[155] = {.lex_state = 6},
[156] = {.lex_state = 5},
[157] = {.lex_state = 6},
[158] = {.lex_state = 5},
[159] = {.lex_state = 5},
[160] = {.lex_state = 5},
[161] = {.lex_state = 6},
[162] = {.lex_state = 6},
[163] = {.lex_state = 5},
[164] = {.lex_state = 5},
[165] = {.lex_state = 5},
[166] = {.lex_state = 6},
[167] = {.lex_state = 5},
[168] = {.lex_state = 6},
[169] = {.lex_state = 5},
[170] = {.lex_state = 5},
[171] = {.lex_state = 6},
[172] = {.lex_state = 5},
[173] = {.lex_state = 6},
[174] = {.lex_state = 6},
[175] = {.lex_state = 5},
[176] = {.lex_state = 5},
[177] = {.lex_state = 6},
[178] = {.lex_state = 6},
[179] = {.lex_state = 6},
[180] = {.lex_state = 6},
[181] = {.lex_state = 5},
[182] = {.lex_state = 6},
[183] = {.lex_state = 6},
[184] = {.lex_state = 5},
[185] = {.lex_state = 5},
[186] = {.lex_state = 5},
[187] = {.lex_state = 5},
[188] = {.lex_state = 5},
[189] = {.lex_state = 226},
[190] = {.lex_state = 6},
[191] = {.lex_state = 7},
[192] = {.lex_state = 7},
[193] = {.lex_state = 7},
[194] = {.lex_state = 5},
[195] = {.lex_state = 5},
[196] = {.lex_state = 5},
[197] = {.lex_state = 7},
[198] = {.lex_state = 7},
[199] = {.lex_state = 226},
[200] = {.lex_state = 5},
[201] = {.lex_state = 7},
[202] = {.lex_state = 5},
[203] = {.lex_state = 5},
[204] = {.lex_state = 226},
[205] = {.lex_state = 5},
[206] = {.lex_state = 5},
[207] = {.lex_state = 5},
[208] = {.lex_state = 226},
[209] = {.lex_state = 226},
[210] = {.lex_state = 5},
[211] = {.lex_state = 226},
[212] = {.lex_state = 226},
[213] = {.lex_state = 226},
[214] = {.lex_state = 226},
[215] = {.lex_state = 226},
[216] = {.lex_state = 226},
[217] = {.lex_state = 226},
[218] = {.lex_state = 226},
[219] = {.lex_state = 226},
[220] = {.lex_state = 226},
[221] = {.lex_state = 226},
[222] = {.lex_state = 226},
[223] = {.lex_state = 226},
[224] = {.lex_state = 226},
[225] = {.lex_state = 226},
[226] = {.lex_state = 226},
[227] = {.lex_state = 226},
[228] = {.lex_state = 226},
[229] = {.lex_state = 226},
[230] = {.lex_state = 226},
[231] = {.lex_state = 226},
[232] = {.lex_state = 226},
[233] = {.lex_state = 226},
[234] = {.lex_state = 226},
[235] = {.lex_state = 226},
[236] = {.lex_state = 226},
[237] = {.lex_state = 226},
[238] = {.lex_state = 226},
[239] = {.lex_state = 226},
[240] = {.lex_state = 226},
[241] = {.lex_state = 226},
[242] = {.lex_state = 226},
[243] = {.lex_state = 226},
[244] = {.lex_state = 226},
[245] = {.lex_state = 5},
[246] = {.lex_state = 226},
[247] = {.lex_state = 226},
[248] = {.lex_state = 226},
[249] = {.lex_state = 226},
[250] = {.lex_state = 5},
[251] = {.lex_state = 5},
[252] = {.lex_state = 5},
[253] = {.lex_state = 5},
[254] = {.lex_state = 5},
[255] = {.lex_state = 5},
[256] = {.lex_state = 5},
[257] = {.lex_state = 8},
[258] = {.lex_state = 0},
[259] = {.lex_state = 8},
[260] = {.lex_state = 8},
[261] = {.lex_state = 8},
[262] = {.lex_state = 9},
[263] = {.lex_state = 8},
[264] = {.lex_state = 7},
[265] = {.lex_state = 8},
[266] = {.lex_state = 9},
[267] = {.lex_state = 0},
[268] = {.lex_state = 8},
[269] = {.lex_state = 9},
[270] = {.lex_state = 9},
[271] = {.lex_state = 9},
[272] = {.lex_state = 8},
[273] = {.lex_state = 9},
[274] = {.lex_state = 8},
[275] = {.lex_state = 7},
[276] = {.lex_state = 7},
[277] = {.lex_state = 7},
[278] = {.lex_state = 7},
[279] = {.lex_state = 7},
[280] = {.lex_state = 7},
[281] = {.lex_state = 7},
[282] = {.lex_state = 8},
[283] = {.lex_state = 8},
[284] = {.lex_state = 7},
[285] = {.lex_state = 7},
[286] = {.lex_state = 7},
[287] = {.lex_state = 7},
[288] = {.lex_state = 8},
[289] = {.lex_state = 7},
[290] = {.lex_state = 7},
[291] = {.lex_state = 7},
[292] = {.lex_state = 0},
[293] = {.lex_state = 0},
[294] = {.lex_state = 8},
[295] = {.lex_state = 8},
[296] = {.lex_state = 0},
[297] = {.lex_state = 0},
[298] = {.lex_state = 0},
[299] = {.lex_state = 5},
[300] = {.lex_state = 9},
[301] = {.lex_state = 5},
[302] = {.lex_state = 9},
[303] = {.lex_state = 9},
[304] = {.lex_state = 9},
[305] = {.lex_state = 5},
[306] = {.lex_state = 9},
[307] = {.lex_state = 10},
[308] = {.lex_state = 5},
[309] = {.lex_state = 5},
[310] = {.lex_state = 9},
[311] = {.lex_state = 9},
[312] = {.lex_state = 9},
[313] = {.lex_state = 9},
[314] = {.lex_state = 9},
[315] = {.lex_state = 5},
[316] = {.lex_state = 5},
[317] = {.lex_state = 5},
[318] = {.lex_state = 9},
[319] = {.lex_state = 5},
[320] = {.lex_state = 9},
[321] = {.lex_state = 9},
[322] = {.lex_state = 5},
[323] = {.lex_state = 5},
[324] = {.lex_state = 9},
[325] = {.lex_state = 5},
[326] = {.lex_state = 5},
[327] = {.lex_state = 9},
[328] = {.lex_state = 5},
[329] = {.lex_state = 10},
[330] = {.lex_state = 5},
[331] = {.lex_state = 5},
[332] = {.lex_state = 5},
[333] = {.lex_state = 5},
[334] = {.lex_state = 9},
[335] = {.lex_state = 10},
[336] = {.lex_state = 10},
[337] = {.lex_state = 10},
[338] = {.lex_state = 10},
[339] = {.lex_state = 5},
[340] = {.lex_state = 10},
[341] = {.lex_state = 5},
[342] = {.lex_state = 10},
[343] = {.lex_state = 5},
[344] = {.lex_state = 2},
[345] = {.lex_state = 5},
[346] = {.lex_state = 11},
[347] = {.lex_state = 10},
[348] = {.lex_state = 5},
[349] = {.lex_state = 11},
[350] = {.lex_state = 10},
[351] = {.lex_state = 10},
[352] = {.lex_state = 11},
[353] = {.lex_state = 11},
[354] = {.lex_state = 11},
[355] = {.lex_state = 11},
[356] = {.lex_state = 11},
[357] = {.lex_state = 11},
[358] = {.lex_state = 11},
[359] = {.lex_state = 11},
[360] = {.lex_state = 11},
[361] = {.lex_state = 11},
[362] = {.lex_state = 11},
[363] = {.lex_state = 10},
[364] = {.lex_state = 10},
[365] = {.lex_state = 11},
[366] = {.lex_state = 11},
[367] = {.lex_state = 11},
[368] = {.lex_state = 11},
[369] = {.lex_state = 11},
[370] = {.lex_state = 11},
[371] = {.lex_state = 11},
[372] = {.lex_state = 11},
[373] = {.lex_state = 11},
[374] = {.lex_state = 11},
[375] = {.lex_state = 11},
[376] = {.lex_state = 10},
[377] = {.lex_state = 10},
[378] = {.lex_state = 10},
[379] = {.lex_state = 10},
[380] = {.lex_state = 10},
[381] = {.lex_state = 12},
[382] = {.lex_state = 11},
[383] = {.lex_state = 10},
[384] = {.lex_state = 13},
[385] = {.lex_state = 11},
[386] = {.lex_state = 10},
[387] = {.lex_state = 12},
[388] = {.lex_state = 0},
[389] = {.lex_state = 0},
[390] = {.lex_state = 11},
[391] = {.lex_state = 0},
[392] = {.lex_state = 0},
[393] = {.lex_state = 0},
[394] = {.lex_state = 11},
[395] = {.lex_state = 0},
[396] = {.lex_state = 0},
[397] = {.lex_state = 4},
[398] = {.lex_state = 11},
[399] = {.lex_state = 4},
[400] = {.lex_state = 11},
[401] = {.lex_state = 0},
[402] = {.lex_state = 0},
[403] = {.lex_state = 0},
[404] = {.lex_state = 0},
[405] = {.lex_state = 0},
[406] = {.lex_state = 0},
[407] = {.lex_state = 4},
[408] = {.lex_state = 4},
[409] = {.lex_state = 4},
[410] = {.lex_state = 12},
[411] = {.lex_state = 0},
[412] = {.lex_state = 0},
[413] = {.lex_state = 0},
[414] = {.lex_state = 4},
[415] = {.lex_state = 0},
[416] = {.lex_state = 0},
[417] = {.lex_state = 0},
[418] = {.lex_state = 12},
[419] = {.lex_state = 12},
[420] = {.lex_state = 0},
[421] = {.lex_state = 4},
[422] = {.lex_state = 12},
[423] = {.lex_state = 12},
[424] = {.lex_state = 4},
[425] = {.lex_state = 0},
[426] = {.lex_state = 12},
[427] = {.lex_state = 14},
[428] = {.lex_state = 12},
[429] = {.lex_state = 0},
[430] = {.lex_state = 0},
[431] = {.lex_state = 4},
[432] = {.lex_state = 4},
[433] = {.lex_state = 11},
[434] = {.lex_state = 4},
[435] = {.lex_state = 4},
[436] = {.lex_state = 4},
[437] = {.lex_state = 0},
[438] = {.lex_state = 12},
[439] = {.lex_state = 0},
[440] = {.lex_state = 4},
[441] = {.lex_state = 12},
[442] = {.lex_state = 12},
[443] = {.lex_state = 12},
[444] = {.lex_state = 10},
[445] = {.lex_state = 12},
[446] = {.lex_state = 0},
[447] = {.lex_state = 4},
[448] = {.lex_state = 0},
[449] = {.lex_state = 0},
[450] = {.lex_state = 0},
[451] = {.lex_state = 0},
[452] = {.lex_state = 4},
[453] = {.lex_state = 12},
[454] = {.lex_state = 0},
[455] = {.lex_state = 226},
[456] = {.lex_state = 12},
[457] = {.lex_state = 226},
[458] = {.lex_state = 12},
[459] = {.lex_state = 0},
[460] = {.lex_state = 0},
[461] = {.lex_state = 0},
[462] = {.lex_state = 4},
[463] = {.lex_state = 226},
[464] = {.lex_state = 4},
[465] = {.lex_state = 226},
[466] = {.lex_state = 226},
[467] = {.lex_state = 226},
[468] = {.lex_state = 226},
[469] = {.lex_state = 12},
[470] = {.lex_state = 0},
[471] = {.lex_state = 0},
[472] = {.lex_state = 4},
[473] = {.lex_state = 11},
[474] = {.lex_state = 12},
[475] = {.lex_state = 12},
[476] = {.lex_state = 0},
[477] = {.lex_state = 4},
[478] = {.lex_state = 0},
[479] = {.lex_state = 226},
[480] = {.lex_state = 0},
[481] = {.lex_state = 12},
[482] = {.lex_state = 0},
[483] = {.lex_state = 0},
[484] = {.lex_state = 0},
[485] = {.lex_state = 0},
[486] = {.lex_state = 0},
[487] = {.lex_state = 12},
[488] = {.lex_state = 0},
[489] = {.lex_state = 4},
[490] = {.lex_state = 4},
[491] = {.lex_state = 7},
[492] = {.lex_state = 0},
[493] = {.lex_state = 0},
[494] = {.lex_state = 0},
[495] = {.lex_state = 12},
[496] = {.lex_state = 4},
[497] = {.lex_state = 4},
[498] = {.lex_state = 0},
[499] = {.lex_state = 0},
[500] = {.lex_state = 0},
[501] = {.lex_state = 4},
[502] = {.lex_state = 12},
[503] = {.lex_state = 4},
[504] = {.lex_state = 0},
[505] = {.lex_state = 226},
[506] = {.lex_state = 12},
[507] = {.lex_state = 226},
[508] = {.lex_state = 226},
[509] = {.lex_state = 12},
[510] = {.lex_state = 0},
[511] = {.lex_state = 226},
[512] = {.lex_state = 0},
[513] = {.lex_state = 0},
[514] = {.lex_state = 4},
[515] = {.lex_state = 0},
[516] = {.lex_state = 4},
[517] = {.lex_state = 0},
[518] = {.lex_state = 4},
[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 = 4},
[526] = {.lex_state = 0},
[527] = {.lex_state = 0},
[528] = {.lex_state = 0},
[529] = {.lex_state = 0},
[530] = {.lex_state = 0},
[531] = {.lex_state = 0},
[532] = {.lex_state = 12},
[533] = {.lex_state = 4},
[534] = {.lex_state = 0},
[535] = {.lex_state = 0},
[536] = {.lex_state = 12},
[537] = {.lex_state = 0},
[538] = {.lex_state = 4},
[539] = {.lex_state = 4},
[540] = {.lex_state = 0},
[541] = {.lex_state = 0},
[542] = {.lex_state = 12},
[543] = {.lex_state = 0},
[544] = {.lex_state = 4},
[545] = {.lex_state = 0},
[546] = {.lex_state = 0},
[547] = {.lex_state = 226},
[548] = {.lex_state = 0},
[549] = {.lex_state = 0},
[550] = {.lex_state = 0},
[551] = {.lex_state = 4},
[552] = {.lex_state = 0},
[553] = {.lex_state = 0},
[554] = {.lex_state = 4},
[555] = {.lex_state = 0},
[556] = {.lex_state = 0},
[557] = {.lex_state = 4},
[558] = {.lex_state = 4},
[559] = {.lex_state = 0},
[560] = {.lex_state = 0},
[561] = {.lex_state = 4},
[562] = {.lex_state = 4},
[563] = {.lex_state = 4},
[564] = {.lex_state = 0},
[565] = {.lex_state = 0},
[566] = {.lex_state = 0},
[567] = {.lex_state = 0},
[568] = {.lex_state = 0},
[569] = {.lex_state = 4},
[570] = {.lex_state = 0},
[571] = {.lex_state = 0},
[572] = {.lex_state = 0},
[573] = {.lex_state = 4},
[574] = {.lex_state = 4},
[575] = {.lex_state = 0},
[576] = {.lex_state = 4},
[577] = {.lex_state = 4},
[578] = {.lex_state = 0},
[579] = {.lex_state = 0},
[580] = {.lex_state = 0},
[581] = {.lex_state = 0},
[582] = {.lex_state = 0},
[583] = {.lex_state = 4},
[584] = {.lex_state = 0},
[585] = {.lex_state = 0},
[586] = {.lex_state = 0},
[587] = {.lex_state = 0},
[588] = {.lex_state = 12},
[589] = {.lex_state = 0},
[590] = {.lex_state = 12},
[591] = {.lex_state = 0},
[592] = {.lex_state = 12},
[593] = {.lex_state = 0},
[594] = {.lex_state = 12},
[595] = {.lex_state = 0},
[596] = {.lex_state = 4},
[597] = {.lex_state = 0},
[598] = {.lex_state = 4},
[599] = {.lex_state = 4},
[600] = {.lex_state = 12},
[601] = {.lex_state = 4},
[602] = {.lex_state = 4},
[603] = {.lex_state = 4},
[604] = {.lex_state = 4},
[605] = {.lex_state = 4},
[606] = {.lex_state = 12},
[607] = {.lex_state = 0},
[608] = {.lex_state = 0},
[609] = {.lex_state = 12},
[610] = {.lex_state = 0},
[611] = {.lex_state = 0},
[612] = {.lex_state = 0},
[613] = {.lex_state = 0},
[614] = {.lex_state = 0},
[615] = {.lex_state = 0},
[616] = {.lex_state = 0},
[617] = {.lex_state = 226},
[618] = {.lex_state = 4},
[619] = {.lex_state = 4},
[620] = {.lex_state = 4},
[621] = {.lex_state = 0},
[622] = {.lex_state = 0},
[623] = {.lex_state = 0},
[624] = {.lex_state = 0},
[625] = {.lex_state = 0},
[626] = {.lex_state = 0},
[627] = {.lex_state = 0},
[628] = {.lex_state = 12},
[629] = {.lex_state = 0},
[630] = {.lex_state = 4},
[631] = {.lex_state = 4},
[632] = {.lex_state = 12},
[633] = {.lex_state = 0},
[634] = {.lex_state = 4},
[635] = {.lex_state = 0},
[636] = {.lex_state = 0},
[637] = {.lex_state = 0},
[638] = {.lex_state = 0},
[639] = {.lex_state = 4},
[640] = {.lex_state = 0},
[641] = {.lex_state = 0},
[642] = {.lex_state = 0},
[643] = {.lex_state = 0},
[644] = {.lex_state = 12},
[645] = {.lex_state = 0},
[646] = {.lex_state = 0},
[647] = {.lex_state = 12},
[648] = {.lex_state = 12},
[649] = {.lex_state = 0},
[650] = {.lex_state = 12},
[651] = {.lex_state = 0},
[652] = {.lex_state = 0},
[653] = {.lex_state = 4},
[654] = {.lex_state = 0},
[655] = {.lex_state = 0},
[656] = {.lex_state = 0},
[657] = {.lex_state = 0},
[658] = {.lex_state = 0},
[659] = {.lex_state = 0},
[660] = {.lex_state = 0},
[661] = {.lex_state = 0},
[662] = {.lex_state = 12},
[663] = {.lex_state = 0},
[664] = {.lex_state = 0},
[665] = {.lex_state = 4},
[666] = {.lex_state = 4},
[667] = {.lex_state = 0},
[668] = {.lex_state = 4},
[669] = {.lex_state = 0},
[670] = {.lex_state = 4},
[671] = {.lex_state = 7},
[672] = {.lex_state = 0},
[673] = {.lex_state = 0},
[674] = {.lex_state = 7},
[675] = {.lex_state = 0},
[676] = {.lex_state = 0},
[677] = {.lex_state = 0},
[678] = {.lex_state = 0},
[679] = {.lex_state = 0},
[680] = {.lex_state = 4},
[681] = {.lex_state = 0},
[682] = {.lex_state = 0},
[683] = {.lex_state = 0},
[684] = {.lex_state = 0},
[685] = {.lex_state = 0},
[686] = {.lex_state = 12},
[687] = {.lex_state = 0},
[688] = {.lex_state = 0},
[689] = {.lex_state = 12},
[690] = {.lex_state = 0},
[691] = {.lex_state = 4},
[692] = {.lex_state = 0},
[693] = {.lex_state = 0},
[694] = {.lex_state = 0},
[695] = {.lex_state = 12},
[696] = {.lex_state = 0},
[697] = {.lex_state = 0},
[698] = {.lex_state = 4},
[699] = {.lex_state = 0},
[700] = {.lex_state = 0},
[701] = {.lex_state = 0},
[702] = {.lex_state = 0},
[703] = {.lex_state = 0},
[704] = {.lex_state = 0},
[705] = {.lex_state = 0},
[706] = {.lex_state = 0},
[707] = {.lex_state = 0},
[708] = {.lex_state = 0},
[709] = {.lex_state = 4},
[710] = {.lex_state = 0},
[711] = {.lex_state = 0},
[712] = {.lex_state = 0},
[713] = {.lex_state = 0},
[714] = {.lex_state = 0},
[715] = {.lex_state = 0},
[716] = {.lex_state = 4},
[717] = {.lex_state = 0},
[718] = {.lex_state = 0},
[719] = {.lex_state = 0},
[720] = {.lex_state = 0},
[721] = {.lex_state = 0},
[722] = {.lex_state = 0},
[723] = {.lex_state = 0},
[724] = {.lex_state = 0},
[725] = {.lex_state = 0},
[726] = {.lex_state = 0},
[727] = {.lex_state = 0},
[728] = {.lex_state = 4},
[729] = {.lex_state = 0},
[730] = {.lex_state = 0},
[731] = {.lex_state = 0},
[732] = {.lex_state = 0},
[733] = {.lex_state = 0},
[734] = {.lex_state = 0},
[735] = {.lex_state = 0},
[736] = {.lex_state = 0},
[737] = {.lex_state = 0},
[738] = {.lex_state = 0},
[739] = {.lex_state = 0},
[740] = {.lex_state = 0},
[741] = {.lex_state = 0},
[742] = {.lex_state = 0},
[743] = {.lex_state = 0},
[744] = {.lex_state = 0},
[745] = {.lex_state = 0},
[746] = {.lex_state = 0},
[747] = {.lex_state = 0},
[748] = {.lex_state = 0},
[749] = {.lex_state = 0},
[750] = {.lex_state = 0},
[751] = {.lex_state = 0},
[752] = {.lex_state = 4},
[753] = {.lex_state = 0},
[754] = {.lex_state = 0},
[755] = {.lex_state = 0},
[756] = {.lex_state = 0},
[757] = {.lex_state = 0},
[758] = {.lex_state = 0},
[759] = {.lex_state = 0},
[760] = {.lex_state = 4},
[761] = {.lex_state = 0},
[762] = {.lex_state = 0},
[763] = {.lex_state = 0},
[764] = {.lex_state = 0},
[765] = {.lex_state = 0},
[766] = {.lex_state = 0},
[767] = {.lex_state = 0},
[768] = {.lex_state = 0},
[769] = {.lex_state = 0},
[770] = {.lex_state = 0},
[771] = {.lex_state = 0},
[772] = {.lex_state = 0},
[773] = {.lex_state = 0},
[774] = {.lex_state = 0},
[775] = {.lex_state = 4},
[776] = {.lex_state = 0},
[777] = {.lex_state = 0},
[778] = {.lex_state = 0},
[779] = {.lex_state = 0},
[780] = {.lex_state = 0},
[781] = {.lex_state = 0},
[782] = {.lex_state = 0},
[783] = {.lex_state = 0},
[784] = {.lex_state = 0},
[785] = {.lex_state = 0},
[786] = {.lex_state = 0},
[787] = {.lex_state = 0},
[788] = {.lex_state = 0},
[789] = {.lex_state = 0},
[790] = {.lex_state = 4},
[791] = {.lex_state = 0},
[792] = {.lex_state = 0},
[793] = {.lex_state = 0},
[794] = {.lex_state = 0},
[795] = {.lex_state = 0},
[796] = {.lex_state = 12},
[797] = {.lex_state = 0},
[798] = {.lex_state = 0},
[799] = {.lex_state = 0},
[800] = {.lex_state = 12},
[801] = {.lex_state = 4},
[802] = {.lex_state = 0},
[803] = {.lex_state = 0},
[804] = {.lex_state = 0},
[805] = {.lex_state = 0},
[806] = {.lex_state = 0},
[807] = {.lex_state = 0},
[808] = {.lex_state = 0},
[809] = {.lex_state = 0},
[810] = {.lex_state = 0},
[811] = {.lex_state = 0},
[812] = {.lex_state = 0},
[813] = {.lex_state = 0},
[814] = {.lex_state = 0},
[815] = {.lex_state = 0},
[816] = {.lex_state = 0},
[817] = {.lex_state = 0},
[818] = {.lex_state = 0},
[819] = {.lex_state = 0},
[820] = {.lex_state = 0},
[821] = {.lex_state = 0},
[822] = {.lex_state = 0},
[823] = {.lex_state = 0},
[824] = {.lex_state = 4},
[825] = {.lex_state = 0},
[826] = {.lex_state = 0},
[827] = {.lex_state = 0},
[828] = {.lex_state = 0},
[829] = {.lex_state = 0},
[830] = {.lex_state = 0},
[831] = {.lex_state = 0},
[832] = {.lex_state = 0},
[833] = {.lex_state = 0},
[834] = {.lex_state = 0},
[835] = {.lex_state = 0},
[836] = {.lex_state = 0},
[837] = {.lex_state = 0},
[838] = {.lex_state = 0},
[839] = {.lex_state = 0},
[840] = {.lex_state = 0},
[841] = {.lex_state = 0},
[842] = {.lex_state = 4},
[843] = {.lex_state = 12},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[ts_builtin_sym_end] = ACTIONS(1),
[aux_sym_source_file_token1] = ACTIONS(3),
[anon_sym_if] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_erlang] = ACTIONS(1),
[anon_sym_javascript] = ACTIONS(1),
[anon_sym_import] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_as] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_pub] = ACTIONS(1),
[anon_sym_const] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_POUND] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_LT_LT] = ACTIONS(1),
[anon_sym_GT_GT] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_size] = ACTIONS(1),
[anon_sym_external] = ACTIONS(1),
[anon_sym_type] = ACTIONS(1),
[anon_sym_fn] = ACTIONS(1),
[anon_sym_DASH_GT] = ACTIONS(1),
[anon_sym_try] = ACTIONS(1),
[anon_sym_PIPE_PIPE] = ACTIONS(1),
[anon_sym_AMP_AMP] = ACTIONS(1),
[anon_sym_EQ_EQ] = ACTIONS(1),
[anon_sym_BANG_EQ] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_LT_DOT] = ACTIONS(1),
[anon_sym_LT_EQ_DOT] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_GT_EQ] = ACTIONS(1),
[anon_sym_GT_DOT] = ACTIONS(1),
[anon_sym_GT_EQ_DOT] = ACTIONS(1),
[anon_sym_PIPE_GT] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_PLUS_DOT] = ACTIONS(1),
[anon_sym_DASH_DOT] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_STAR_DOT] = ACTIONS(1),
[anon_sym_SLASH_DOT] = ACTIONS(1),
[anon_sym_PERCENT] = ACTIONS(1),
[anon_sym_todo] = ACTIONS(1),
[anon_sym_DOT_DOT] = ACTIONS(1),
[anon_sym_case] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[sym_string] = ACTIONS(1),
[sym_float] = ACTIONS(1),
[sym_integer] = ACTIONS(1),
[anon_sym_unit] = ACTIONS(1),
[anon_sym_binary] = ACTIONS(1),
[anon_sym_bytes] = ACTIONS(1),
[anon_sym_int] = ACTIONS(1),
[anon_sym_float] = ACTIONS(1),
[anon_sym_bit_string] = ACTIONS(1),
[anon_sym_bits] = ACTIONS(1),
[anon_sym_utf8] = ACTIONS(1),
[anon_sym_utf16] = ACTIONS(1),
[anon_sym_utf32] = ACTIONS(1),
[anon_sym_utf8_codepoint] = ACTIONS(1),
[anon_sym_utf16_codepoint] = ACTIONS(1),
[anon_sym_utf32_codepoint] = ACTIONS(1),
[anon_sym_signed] = ACTIONS(1),
[anon_sym_unsigned] = ACTIONS(1),
[anon_sym_big] = ACTIONS(1),
[anon_sym_little] = ACTIONS(1),
[anon_sym_native] = ACTIONS(1),
[sym__discard_name] = ACTIONS(1),
[sym__upname] = ACTIONS(1),
},
[1] = {
[sym_source_file] = STATE(832),
[sym__statement] = STATE(595),
[sym_target_group] = STATE(595),
[sym_import] = STATE(595),
[sym_public_constant] = STATE(595),
[sym_constant] = STATE(595),
[sym__constant] = STATE(829),
[sym_public_external_type] = STATE(595),
[sym_external_type] = STATE(595),
[sym__external_type] = STATE(828),
[sym_public_external_function] = STATE(595),
[sym_external_function] = STATE(595),
[sym__external_function] = STATE(827),
[sym_function] = STATE(595),
[ts_builtin_sym_end] = ACTIONS(5),
[aux_sym_source_file_token1] = ACTIONS(3),
[anon_sym_if] = ACTIONS(7),
[anon_sym_import] = ACTIONS(9),
[anon_sym_pub] = ACTIONS(11),
[anon_sym_const] = ACTIONS(13),
[anon_sym_external] = ACTIONS(15),
[anon_sym_fn] = ACTIONS(17),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(21), 2,
anon_sym_DOT,
anon_sym_LPAREN,
ACTIONS(19), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[49] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(25), 1,
anon_sym_LPAREN,
ACTIONS(23), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[97] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(27), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[145] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(31), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[190] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(33), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[235] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(35), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[280] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(37), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[325] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(39), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[370] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(41), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[415] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(43), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[460] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(45), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[505] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(47), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[550] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(49), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[595] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(51), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[640] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(53), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[685] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(55), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[730] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(57), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[775] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(59), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[820] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(61), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[865] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(63), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[910] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(65), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[955] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(67), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1000] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(69), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1045] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(71), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1090] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(73), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1135] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(75), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1180] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(77), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1225] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(79), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1270] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(81), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1315] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(83), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1360] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(85), 39,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1405] = 8,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(93), 1,
anon_sym_AMP_AMP,
ACTIONS(99), 1,
anon_sym_PIPE_GT,
ACTIONS(95), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(91), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(89), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(97), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
ACTIONS(87), 15,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1459] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(99), 1,
anon_sym_PIPE_GT,
ACTIONS(95), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(91), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(89), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(97), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
ACTIONS(87), 16,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1511] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(99), 1,
anon_sym_PIPE_GT,
ACTIONS(91), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(89), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(97), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
ACTIONS(87), 18,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1561] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(89), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 31,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1605] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(99), 1,
anon_sym_PIPE_GT,
ACTIONS(91), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(89), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 26,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1653] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(87), 36,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1695] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(93), 1,
anon_sym_AMP_AMP,
ACTIONS(99), 1,
anon_sym_PIPE_GT,
ACTIONS(103), 1,
anon_sym_PIPE_PIPE,
ACTIONS(95), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(91), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(89), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(97), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
ACTIONS(101), 14,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_fn,
anon_sym_try,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1751] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(105), 36,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_DASH,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1793] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(91), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(89), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 27,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_fn,
anon_sym_try,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1839] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(93), 1,
anon_sym_AMP_AMP,
ACTIONS(99), 1,
anon_sym_PIPE_GT,
ACTIONS(103), 1,
anon_sym_PIPE_PIPE,
ACTIONS(95), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(91), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(89), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(97), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
ACTIONS(107), 14,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_fn,
anon_sym_try,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1895] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(93), 1,
anon_sym_AMP_AMP,
ACTIONS(99), 1,
anon_sym_PIPE_GT,
ACTIONS(103), 1,
anon_sym_PIPE_PIPE,
ACTIONS(95), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(91), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(89), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(97), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
ACTIONS(109), 14,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_fn,
anon_sym_try,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[1951] = 19,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(115), 1,
anon_sym_RPAREN,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(245), 1,
sym__expression,
STATE(522), 1,
sym_identifier,
STATE(526), 1,
sym_argument,
STATE(641), 1,
sym_discard_var,
STATE(700), 1,
sym_arguments,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2023] = 19,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(135), 1,
anon_sym_RPAREN,
STATE(245), 1,
sym__expression,
STATE(522), 1,
sym_identifier,
STATE(526), 1,
sym_argument,
STATE(641), 1,
sym_discard_var,
STATE(817), 1,
sym_arguments,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2095] = 19,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(137), 1,
anon_sym_RPAREN,
STATE(245), 1,
sym__expression,
STATE(522), 1,
sym_identifier,
STATE(526), 1,
sym_argument,
STATE(641), 1,
sym_discard_var,
STATE(664), 1,
sym_arguments,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2167] = 19,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(139), 1,
anon_sym_RPAREN,
STATE(245), 1,
sym__expression,
STATE(522), 1,
sym_identifier,
STATE(526), 1,
sym_argument,
STATE(641), 1,
sym_discard_var,
STATE(755), 1,
sym_arguments,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2239] = 19,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(141), 1,
anon_sym_RPAREN,
STATE(245), 1,
sym__expression,
STATE(522), 1,
sym_identifier,
STATE(526), 1,
sym_argument,
STATE(641), 1,
sym_discard_var,
STATE(756), 1,
sym_arguments,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2311] = 19,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(143), 1,
anon_sym_RPAREN,
STATE(245), 1,
sym__expression,
STATE(522), 1,
sym_identifier,
STATE(526), 1,
sym_argument,
STATE(641), 1,
sym_discard_var,
STATE(724), 1,
sym_arguments,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2383] = 19,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(145), 1,
anon_sym_RPAREN,
STATE(245), 1,
sym__expression,
STATE(522), 1,
sym_identifier,
STATE(526), 1,
sym_argument,
STATE(641), 1,
sym_discard_var,
STATE(714), 1,
sym_arguments,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2455] = 19,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(147), 1,
anon_sym_RPAREN,
STATE(245), 1,
sym__expression,
STATE(522), 1,
sym_identifier,
STATE(526), 1,
sym_argument,
STATE(641), 1,
sym_discard_var,
STATE(713), 1,
sym_arguments,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2527] = 19,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(149), 1,
anon_sym_RPAREN,
STATE(245), 1,
sym__expression,
STATE(522), 1,
sym_identifier,
STATE(526), 1,
sym_argument,
STATE(641), 1,
sym_discard_var,
STATE(765), 1,
sym_arguments,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2599] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(153), 1,
anon_sym_RBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2668] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(175), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2737] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(177), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2806] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(179), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2875] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(181), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[2944] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(183), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3013] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(185), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3082] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(187), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3151] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(189), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3220] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(191), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3289] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(193), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3358] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(195), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3427] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(197), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3496] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(199), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3565] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(201), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3634] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(203), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3703] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(205), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3772] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(207), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3841] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(209), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3910] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(211), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[3979] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(213), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_RBRACE,
ACTIONS(218), 1,
anon_sym_POUND,
ACTIONS(221), 1,
anon_sym_LBRACK,
ACTIONS(224), 1,
anon_sym_LT_LT,
ACTIONS(227), 1,
anon_sym_fn,
ACTIONS(230), 1,
anon_sym_try,
ACTIONS(233), 1,
anon_sym_todo,
ACTIONS(236), 1,
anon_sym_case,
ACTIONS(242), 1,
sym__name,
ACTIONS(245), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(239), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4048] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(248), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4117] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(250), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4186] = 18,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(252), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__expression,
STATE(73), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4255] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(75), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4321] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(74), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4387] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(64), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4453] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(70), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4519] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(54), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4585] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(56), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4651] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(62), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4717] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(57), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4783] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(58), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4849] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(61), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4915] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(55), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[4981] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(53), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5047] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(21), 3,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON,
ACTIONS(19), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[5085] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(59), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5151] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(76), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5217] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(245), 1,
sym__expression,
STATE(522), 1,
sym_identifier,
STATE(641), 1,
sym_discard_var,
STATE(656), 1,
sym_argument,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5283] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(72), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5349] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(60), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5415] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(66), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5481] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(65), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5547] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(71), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5613] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(69), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5679] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(68), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5745] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(67), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5811] = 17,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(163), 1,
anon_sym_try,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(42), 1,
sym__expression,
STATE(63), 1,
aux_sym__expression_seq,
STATE(344), 1,
sym_try,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5877] = 16,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(210), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
STATE(597), 1,
sym_discard_var,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[5940] = 15,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(254), 1,
anon_sym_RPAREN,
STATE(202), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6000] = 15,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(256), 1,
anon_sym_RBRACK,
STATE(194), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6060] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(258), 1,
anon_sym_LPAREN,
ACTIONS(27), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[6096] = 15,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(260), 1,
anon_sym_RPAREN,
STATE(200), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6156] = 15,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(262), 1,
anon_sym_RBRACK,
STATE(195), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6216] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(264), 1,
anon_sym_LPAREN,
ACTIONS(23), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[6252] = 15,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(266), 1,
anon_sym_RBRACK,
STATE(196), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6312] = 15,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
ACTIONS(268), 1,
anon_sym_RPAREN,
STATE(206), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6372] = 15,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(270), 1,
anon_sym_GT_GT,
STATE(518), 1,
sym_expression_bit_string_segment,
STATE(637), 1,
sym_identifier,
ACTIONS(272), 3,
sym_string,
sym_float,
sym_integer,
STATE(577), 12,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6431] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 22,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_DOT_DOT,
[6466] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(55), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[6499] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(57), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[6532] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(205), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6589] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(215), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6646] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(141), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6703] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(112), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6760] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(143), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6817] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(145), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6874] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(146), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6931] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(147), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[6988] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(253), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7045] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(149), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7102] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(39), 1,
sym__expression,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7159] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(153), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7216] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(59), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[7249] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(63), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[7282] = 15,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(296), 1,
anon_sym_GT_GT,
STATE(477), 1,
sym_expression_bit_string_segment,
STATE(637), 1,
sym_identifier,
ACTIONS(272), 3,
sym_string,
sym_float,
sym_integer,
STATE(577), 12,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7341] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(41), 1,
sym__expression,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7398] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(37), 1,
sym__expression,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7455] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(35), 1,
sym__expression,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7512] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(34), 1,
sym__expression,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7569] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(33), 1,
sym__expression,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7626] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(36), 1,
sym__expression,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7683] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(38), 1,
sym__expression,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7740] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(67), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[7773] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(75), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[7806] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(79), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[7839] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(250), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[7896] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(87), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[7929] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(105), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[7962] = 8,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 6,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_PIPE_PIPE,
anon_sym_DOT_DOT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[8007] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(256), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[8064] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 7,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_DOT_DOT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[8107] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
ACTIONS(87), 9,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DOT_DOT,
[8148] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 17,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_DOT_DOT,
[8187] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(207), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[8244] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 18,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_DOT_DOT,
[8281] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(65), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[8314] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(35), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[8347] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(252), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[8404] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(308), 5,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DOT_DOT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[8451] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(254), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[8508] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(238), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[8565] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(71), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[8598] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(213), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[8655] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(83), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[8688] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(33), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[8721] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(69), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[8754] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(216), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[8811] = 15,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
ACTIONS(312), 1,
anon_sym_GT_GT,
STATE(576), 1,
sym_expression_bit_string_segment,
STATE(637), 1,
sym_identifier,
ACTIONS(272), 3,
sym_string,
sym_float,
sym_integer,
STATE(577), 12,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[8870] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(61), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[8903] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(49), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[8936] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(45), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[8969] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(203), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9026] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(43), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9059] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(251), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9116] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(85), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9149] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(53), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9182] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(43), 1,
sym__expression,
STATE(637), 1,
sym_identifier,
ACTIONS(169), 3,
sym_string,
sym_float,
sym_integer,
STATE(40), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9239] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(41), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9272] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_POUND,
ACTIONS(117), 1,
anon_sym_LBRACK,
ACTIONS(119), 1,
anon_sym_LT_LT,
ACTIONS(121), 1,
anon_sym_fn,
ACTIONS(123), 1,
anon_sym_todo,
ACTIONS(125), 1,
anon_sym_case,
ACTIONS(131), 1,
sym__name,
ACTIONS(133), 1,
sym__upname,
STATE(255), 1,
sym__expression,
STATE(586), 1,
sym_identifier,
ACTIONS(127), 3,
sym_string,
sym_float,
sym_integer,
STATE(142), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9329] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(208), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9386] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(39), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9419] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(37), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9452] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(231), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9509] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(227), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9566] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(225), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9623] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(224), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9680] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(31), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9713] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(222), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9770] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(276), 1,
anon_sym_LBRACE,
ACTIONS(278), 1,
anon_sym_POUND,
ACTIONS(280), 1,
anon_sym_LBRACK,
ACTIONS(282), 1,
anon_sym_LT_LT,
ACTIONS(284), 1,
anon_sym_fn,
ACTIONS(286), 1,
anon_sym_todo,
ACTIONS(288), 1,
anon_sym_case,
ACTIONS(292), 1,
sym__name,
ACTIONS(294), 1,
sym__upname,
STATE(221), 1,
sym__expression,
STATE(622), 1,
sym_identifier,
ACTIONS(290), 3,
sym_string,
sym_float,
sym_integer,
STATE(230), 13,
sym_binop,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[9827] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(73), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9860] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(77), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9893] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(81), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9926] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(51), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9959] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(47), 27,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_DOT_DOT,
[9992] = 3,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(21), 2,
anon_sym_DOT,
anon_sym_LPAREN,
ACTIONS(19), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[10026] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(151), 1,
anon_sym_LBRACE,
ACTIONS(155), 1,
anon_sym_POUND,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LT_LT,
ACTIONS(161), 1,
anon_sym_fn,
ACTIONS(165), 1,
anon_sym_todo,
ACTIONS(167), 1,
anon_sym_case,
ACTIONS(171), 1,
sym__name,
ACTIONS(173), 1,
sym__upname,
STATE(631), 1,
sym_expression_bit_string_segment,
STATE(637), 1,
sym_identifier,
ACTIONS(272), 3,
sym_string,
sym_float,
sym_integer,
STATE(577), 12,
sym__expression_unit,
sym_record,
sym_remote_record,
sym_function_call,
sym_todo,
sym_tuple,
sym_list,
sym__expression_bit_string,
sym_anonymous_function,
sym_expression_group,
sym_case,
sym_var,
[10082] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(316), 1,
anon_sym_size,
ACTIONS(320), 1,
anon_sym_unit,
STATE(634), 1,
sym_expression_bit_string_segment_options,
STATE(422), 5,
sym__expression_bit_string_segment_option,
sym__expression_bit_string_named_segment_option,
sym__expression_bit_string_segment_option_size,
sym__bit_string_segment_option_unit,
sym__bit_string_segment_option_literal,
ACTIONS(318), 18,
sym_integer,
anon_sym_binary,
anon_sym_bytes,
anon_sym_int,
anon_sym_float,
anon_sym_bit_string,
anon_sym_bits,
anon_sym_utf8,
anon_sym_utf16,
anon_sym_utf32,
anon_sym_utf8_codepoint,
anon_sym_utf16_codepoint,
anon_sym_utf32_codepoint,
anon_sym_signed,
anon_sym_unsigned,
anon_sym_big,
anon_sym_little,
anon_sym_native,
[10122] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(320), 1,
anon_sym_unit,
ACTIONS(322), 1,
anon_sym_size,
STATE(604), 1,
sym_constant_bit_string_segment_options,
STATE(410), 5,
sym__constant_bit_string_segment_option,
sym__constant_bit_string_named_segment_option,
sym__constant_bit_string_segment_option_size,
sym__bit_string_segment_option_unit,
sym__bit_string_segment_option_literal,
ACTIONS(324), 18,
sym_integer,
anon_sym_binary,
anon_sym_bytes,
anon_sym_int,
anon_sym_float,
anon_sym_bit_string,
anon_sym_bits,
anon_sym_utf8,
anon_sym_utf16,
anon_sym_utf32,
anon_sym_utf8_codepoint,
anon_sym_utf16_codepoint,
anon_sym_utf32_codepoint,
anon_sym_signed,
anon_sym_unsigned,
anon_sym_big,
anon_sym_little,
anon_sym_native,
[10162] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(320), 1,
anon_sym_unit,
ACTIONS(326), 1,
anon_sym_size,
STATE(619), 1,
sym_pattern_bit_string_segment_options,
STATE(419), 5,
sym__pattern_bit_string_segment_option,
sym__pattern_bit_string_named_segment_option,
sym__pattern_bit_string_segment_option_size,
sym__bit_string_segment_option_unit,
sym__bit_string_segment_option_literal,
ACTIONS(328), 18,
sym_integer,
anon_sym_binary,
anon_sym_bytes,
anon_sym_int,
anon_sym_float,
anon_sym_bit_string,
anon_sym_bits,
anon_sym_utf8,
anon_sym_utf16,
anon_sym_utf32,
anon_sym_utf8_codepoint,
anon_sym_utf16_codepoint,
anon_sym_utf32_codepoint,
anon_sym_signed,
anon_sym_unsigned,
anon_sym_big,
anon_sym_little,
anon_sym_native,
[10202] = 12,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(332), 1,
anon_sym_RBRACK,
ACTIONS(334), 1,
anon_sym_DOT_DOT,
STATE(411), 1,
aux_sym_tuple_repeat1,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[10254] = 12,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(336), 1,
anon_sym_RBRACK,
ACTIONS(338), 1,
anon_sym_DOT_DOT,
STATE(413), 1,
aux_sym_tuple_repeat1,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[10306] = 12,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(340), 1,
anon_sym_RBRACK,
ACTIONS(342), 1,
anon_sym_DOT_DOT,
STATE(425), 1,
aux_sym_tuple_repeat1,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[10358] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(316), 1,
anon_sym_size,
ACTIONS(320), 1,
anon_sym_unit,
STATE(453), 5,
sym__expression_bit_string_segment_option,
sym__expression_bit_string_named_segment_option,
sym__expression_bit_string_segment_option_size,
sym__bit_string_segment_option_unit,
sym__bit_string_segment_option_literal,
ACTIONS(344), 18,
sym_integer,
anon_sym_binary,
anon_sym_bytes,
anon_sym_int,
anon_sym_float,
anon_sym_bit_string,
anon_sym_bits,
anon_sym_utf8,
anon_sym_utf16,
anon_sym_utf32,
anon_sym_utf8_codepoint,
anon_sym_utf16_codepoint,
anon_sym_utf32_codepoint,
anon_sym_signed,
anon_sym_unsigned,
anon_sym_big,
anon_sym_little,
anon_sym_native,
[10395] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(320), 1,
anon_sym_unit,
ACTIONS(322), 1,
anon_sym_size,
STATE(506), 5,
sym__constant_bit_string_segment_option,
sym__constant_bit_string_named_segment_option,
sym__constant_bit_string_segment_option_size,
sym__bit_string_segment_option_unit,
sym__bit_string_segment_option_literal,
ACTIONS(346), 18,
sym_integer,
anon_sym_binary,
anon_sym_bytes,
anon_sym_int,
anon_sym_float,
anon_sym_bit_string,
anon_sym_bits,
anon_sym_utf8,
anon_sym_utf16,
anon_sym_utf32,
anon_sym_utf8_codepoint,
anon_sym_utf16_codepoint,
anon_sym_utf32_codepoint,
anon_sym_signed,
anon_sym_unsigned,
anon_sym_big,
anon_sym_little,
anon_sym_native,
[10432] = 3,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(348), 1,
anon_sym_LPAREN,
ACTIONS(23), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[10465] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(350), 1,
anon_sym_RPAREN,
STATE(500), 1,
aux_sym_tuple_repeat1,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[10514] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(320), 1,
anon_sym_unit,
ACTIONS(326), 1,
anon_sym_size,
STATE(487), 5,
sym__pattern_bit_string_segment_option,
sym__pattern_bit_string_named_segment_option,
sym__pattern_bit_string_segment_option_size,
sym__bit_string_segment_option_unit,
sym__bit_string_segment_option_literal,
ACTIONS(352), 18,
sym_integer,
anon_sym_binary,
anon_sym_bytes,
anon_sym_int,
anon_sym_float,
anon_sym_bit_string,
anon_sym_bits,
anon_sym_utf8,
anon_sym_utf16,
anon_sym_utf32,
anon_sym_utf8_codepoint,
anon_sym_utf16_codepoint,
anon_sym_utf32_codepoint,
anon_sym_signed,
anon_sym_unsigned,
anon_sym_big,
anon_sym_little,
anon_sym_native,
[10551] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(354), 1,
anon_sym_RPAREN,
STATE(512), 1,
aux_sym_tuple_repeat1,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[10600] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(356), 1,
anon_sym_LBRACE,
STATE(529), 1,
aux_sym_tuple_repeat1,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[10649] = 3,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(358), 1,
anon_sym_LPAREN,
ACTIONS(27), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[10682] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(360), 1,
anon_sym_LBRACE,
STATE(448), 1,
aux_sym_tuple_repeat1,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[10731] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(362), 1,
anon_sym_RPAREN,
STATE(470), 1,
aux_sym_tuple_repeat1,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[10780] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(364), 1,
anon_sym_LBRACE,
STATE(451), 1,
aux_sym_tuple_repeat1,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[10829] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(368), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(366), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 15,
anon_sym_RBRACE,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_,
[10863] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(85), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[10893] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(370), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[10937] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(59), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[10967] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(63), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[10997] = 9,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(374), 1,
anon_sym_PIPE_PIPE,
ACTIONS(376), 1,
anon_sym_AMP_AMP,
ACTIONS(382), 1,
anon_sym_PIPE_GT,
ACTIONS(372), 2,
anon_sym_RBRACE,
anon_sym_,
ACTIONS(378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(368), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(366), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(380), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[11041] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(67), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11071] = 9,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(374), 1,
anon_sym_PIPE_PIPE,
ACTIONS(376), 1,
anon_sym_AMP_AMP,
ACTIONS(382), 1,
anon_sym_PIPE_GT,
ACTIONS(378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(384), 2,
anon_sym_RBRACE,
anon_sym_,
ACTIONS(368), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(366), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(380), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[11115] = 9,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(374), 1,
anon_sym_PIPE_PIPE,
ACTIONS(376), 1,
anon_sym_AMP_AMP,
ACTIONS(382), 1,
anon_sym_PIPE_GT,
ACTIONS(378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(386), 2,
anon_sym_RBRACE,
anon_sym_,
ACTIONS(368), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(366), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(380), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[11159] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(75), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11189] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(79), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11219] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(47), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11249] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(51), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11279] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(87), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11309] = 3,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(366), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 19,
anon_sym_RBRACE,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_,
[11341] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(81), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11371] = 8,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(376), 1,
anon_sym_AMP_AMP,
ACTIONS(382), 1,
anon_sym_PIPE_GT,
ACTIONS(378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(87), 3,
anon_sym_RBRACE,
anon_sym_PIPE_PIPE,
anon_sym_,
ACTIONS(368), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(366), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(380), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[11413] = 7,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(382), 1,
anon_sym_PIPE_GT,
ACTIONS(378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(87), 4,
anon_sym_RBRACE,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_,
ACTIONS(368), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(366), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(380), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[11453] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(77), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11483] = 6,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(382), 1,
anon_sym_PIPE_GT,
ACTIONS(368), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(366), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 6,
anon_sym_RBRACE,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_,
ACTIONS(380), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[11521] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(73), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11551] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(31), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11581] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(105), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11611] = 5,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(382), 1,
anon_sym_PIPE_GT,
ACTIONS(368), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(366), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(87), 14,
anon_sym_RBRACE,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_,
[11647] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(37), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11677] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(39), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11707] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(65), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11737] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(41), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11767] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(55), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11797] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(35), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11827] = 9,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(374), 1,
anon_sym_PIPE_PIPE,
ACTIONS(376), 1,
anon_sym_AMP_AMP,
ACTIONS(382), 1,
anon_sym_PIPE_GT,
ACTIONS(378), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(388), 2,
anon_sym_RBRACE,
anon_sym_,
ACTIONS(368), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(366), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(380), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[11871] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(53), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11901] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(57), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11931] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(71), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11961] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(43), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[11991] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(83), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[12021] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(45), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[12051] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(390), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[12095] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(33), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[12125] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(49), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[12155] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(69), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[12185] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(61), 24,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_DASH,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
anon_sym_PIPE_GT,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
anon_sym_,
[12215] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(392), 1,
anon_sym_RBRACK,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[12258] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(394), 1,
anon_sym_RBRACK,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[12301] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(396), 1,
anon_sym_RPAREN,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[12344] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(398), 1,
anon_sym_RBRACK,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[12387] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(400), 1,
anon_sym_RBRACK,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[12430] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(402), 1,
anon_sym_RBRACK,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[12473] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(300), 1,
anon_sym_AMP_AMP,
ACTIONS(306), 1,
anon_sym_PIPE_GT,
ACTIONS(310), 1,
anon_sym_PIPE_PIPE,
ACTIONS(404), 1,
anon_sym_RBRACK,
ACTIONS(302), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(298), 4,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_PLUS_DOT,
anon_sym_DASH_DOT,
ACTIONS(274), 5,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_STAR_DOT,
anon_sym_SLASH_DOT,
anon_sym_PERCENT,
ACTIONS(304), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[12516] = 14,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(410), 1,
anon_sym_RBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(414), 1,
anon_sym_DOT_DOT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(403), 1,
sym__pattern,
STATE(693), 1,
sym_list_pattern_tail,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[12567] = 12,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(7), 1,
anon_sym_if,
ACTIONS(9), 1,
anon_sym_import,
ACTIONS(11), 1,
anon_sym_pub,
ACTIONS(13), 1,
anon_sym_const,
ACTIONS(15), 1,
anon_sym_external,
ACTIONS(17), 1,
anon_sym_fn,
ACTIONS(422), 1,
ts_builtin_sym_end,
STATE(827), 1,
sym__external_function,
STATE(828), 1,
sym__external_type,
STATE(829), 1,
sym__constant,
STATE(786), 10,
sym__statement,
sym_target_group,
sym_import,
sym_public_constant,
sym_constant,
sym_public_external_type,
sym_external_type,
sym_public_external_function,
sym_external_function,
sym_function,
[12613] = 13,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(390), 1,
sym__pattern,
STATE(394), 1,
sym_case_clause_pattern,
STATE(507), 1,
sym_case_clause,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[12661] = 13,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(390), 1,
sym__pattern,
STATE(394), 1,
sym_case_clause_pattern,
STATE(617), 1,
sym_case_clause,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[12709] = 13,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
ACTIONS(424), 1,
anon_sym_GT_GT,
STATE(356), 1,
sym__constructor_pattern,
STATE(538), 1,
sym_pattern_bit_string_segment,
STATE(539), 1,
sym__pattern,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[12757] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(426), 1,
anon_sym_LBRACE,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(436), 1,
sym__name,
ACTIONS(438), 1,
sym__upname,
STATE(277), 1,
sym__constant_record,
STATE(329), 1,
sym__case_clause_tuple_access,
ACTIONS(434), 3,
sym_string,
sym_float,
sym_integer,
STATE(338), 9,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
sym__case_clause_guard_expression,
sym__case_clause_guard_binop,
sym__case_clause_guard_unit,
sym_var,
[12801] = 13,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(390), 1,
sym__pattern,
STATE(394), 1,
sym_case_clause_pattern,
STATE(511), 1,
sym_case_clause,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[12849] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(442), 1,
anon_sym_LPAREN,
ACTIONS(440), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[12877] = 13,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(390), 1,
sym__pattern,
STATE(394), 1,
sym_case_clause_pattern,
STATE(547), 1,
sym_case_clause,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[12925] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(426), 1,
anon_sym_LBRACE,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(436), 1,
sym__name,
ACTIONS(438), 1,
sym__upname,
STATE(277), 1,
sym__constant_record,
STATE(329), 1,
sym__case_clause_tuple_access,
ACTIONS(444), 3,
sym_string,
sym_float,
sym_integer,
STATE(337), 9,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
sym__case_clause_guard_expression,
sym__case_clause_guard_binop,
sym__case_clause_guard_unit,
sym_var,
[12969] = 12,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(7), 1,
anon_sym_if,
ACTIONS(9), 1,
anon_sym_import,
ACTIONS(11), 1,
anon_sym_pub,
ACTIONS(13), 1,
anon_sym_const,
ACTIONS(15), 1,
anon_sym_external,
ACTIONS(17), 1,
anon_sym_fn,
ACTIONS(446), 1,
ts_builtin_sym_end,
STATE(827), 1,
sym__external_function,
STATE(828), 1,
sym__external_type,
STATE(829), 1,
sym__constant,
STATE(786), 10,
sym__statement,
sym_target_group,
sym_import,
sym_public_constant,
sym_constant,
sym_public_external_type,
sym_external_type,
sym_public_external_function,
sym_external_function,
sym_function,
[13015] = 13,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(390), 1,
sym__pattern,
STATE(394), 1,
sym_case_clause_pattern,
STATE(468), 1,
sym_case_clause,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[13063] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(426), 1,
anon_sym_LBRACE,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(436), 1,
sym__name,
ACTIONS(438), 1,
sym__upname,
STATE(277), 1,
sym__constant_record,
STATE(329), 1,
sym__case_clause_tuple_access,
ACTIONS(448), 3,
sym_string,
sym_float,
sym_integer,
STATE(348), 9,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
sym__case_clause_guard_expression,
sym__case_clause_guard_binop,
sym__case_clause_guard_unit,
sym_var,
[13107] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(426), 1,
anon_sym_LBRACE,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(436), 1,
sym__name,
ACTIONS(438), 1,
sym__upname,
STATE(277), 1,
sym__constant_record,
STATE(329), 1,
sym__case_clause_tuple_access,
ACTIONS(450), 3,
sym_string,
sym_float,
sym_integer,
STATE(336), 9,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
sym__case_clause_guard_expression,
sym__case_clause_guard_binop,
sym__case_clause_guard_unit,
sym_var,
[13151] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(426), 1,
anon_sym_LBRACE,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(436), 1,
sym__name,
ACTIONS(438), 1,
sym__upname,
STATE(277), 1,
sym__constant_record,
STATE(329), 1,
sym__case_clause_tuple_access,
ACTIONS(452), 3,
sym_string,
sym_float,
sym_integer,
STATE(347), 9,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
sym__case_clause_guard_expression,
sym__case_clause_guard_binop,
sym__case_clause_guard_unit,
sym_var,
[13195] = 13,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(390), 1,
sym__pattern,
STATE(394), 1,
sym_case_clause_pattern,
STATE(455), 1,
sym_case_clause,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[13243] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(426), 1,
anon_sym_LBRACE,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(436), 1,
sym__name,
ACTIONS(438), 1,
sym__upname,
STATE(277), 1,
sym__constant_record,
STATE(329), 1,
sym__case_clause_tuple_access,
ACTIONS(454), 3,
sym_string,
sym_float,
sym_integer,
STATE(335), 9,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
sym__case_clause_guard_expression,
sym__case_clause_guard_binop,
sym__case_clause_guard_unit,
sym_var,
[13287] = 13,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(390), 1,
sym__pattern,
STATE(394), 1,
sym_case_clause_pattern,
STATE(465), 1,
sym_case_clause,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[13335] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(456), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13360] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(458), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13385] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(460), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13410] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(462), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13435] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(464), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13460] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(466), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13485] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(468), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13510] = 12,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(390), 1,
sym__pattern,
STATE(473), 1,
sym_case_clause_pattern,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[13555] = 12,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(539), 1,
sym__pattern,
STATE(618), 1,
sym_pattern_bit_string_segment,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[13600] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(470), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13625] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(472), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13650] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(474), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13675] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(476), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13700] = 12,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
ACTIONS(478), 1,
anon_sym_RPAREN,
STATE(356), 1,
sym__constructor_pattern,
STATE(494), 1,
sym__pattern,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[13745] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(480), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13770] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(482), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13795] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(484), 19,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[13820] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(7), 1,
anon_sym_if,
ACTIONS(9), 1,
anon_sym_import,
ACTIONS(11), 1,
anon_sym_pub,
ACTIONS(13), 1,
anon_sym_const,
ACTIONS(15), 1,
anon_sym_external,
ACTIONS(17), 1,
anon_sym_fn,
STATE(827), 1,
sym__external_function,
STATE(828), 1,
sym__external_type,
STATE(829), 1,
sym__constant,
STATE(786), 10,
sym__statement,
sym_target_group,
sym_import,
sym_public_constant,
sym_constant,
sym_public_external_type,
sym_external_type,
sym_public_external_function,
sym_external_function,
sym_function,
[13863] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(486), 1,
anon_sym_RBRACE,
ACTIONS(488), 1,
anon_sym_import,
ACTIONS(490), 1,
anon_sym_pub,
ACTIONS(492), 1,
anon_sym_const,
ACTIONS(494), 1,
anon_sym_external,
ACTIONS(496), 1,
anon_sym_fn,
STATE(715), 1,
sym__external_function,
STATE(717), 1,
sym__external_type,
STATE(720), 1,
sym__constant,
STATE(687), 9,
sym__statement,
sym_import,
sym_public_constant,
sym_constant,
sym_public_external_type,
sym_external_type,
sym_public_external_function,
sym_external_function,
sym_function,
[13905] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(385), 1,
sym__pattern,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[13947] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(406), 1,
anon_sym_POUND,
ACTIONS(408), 1,
anon_sym_LBRACK,
ACTIONS(412), 1,
anon_sym_LT_LT,
ACTIONS(418), 1,
sym__name,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(574), 1,
sym__pattern,
ACTIONS(416), 3,
sym_string,
sym_float,
sym_integer,
STATE(367), 7,
sym_var,
sym_discard_var,
sym_remote_constructor_pattern,
sym_constructor_pattern,
sym_tuple_pattern,
sym__pattern_bit_string,
sym_list_pattern,
[13989] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(488), 1,
anon_sym_import,
ACTIONS(490), 1,
anon_sym_pub,
ACTIONS(492), 1,
anon_sym_const,
ACTIONS(494), 1,
anon_sym_external,
ACTIONS(496), 1,
anon_sym_fn,
ACTIONS(498), 1,
anon_sym_RBRACE,
STATE(715), 1,
sym__external_function,
STATE(717), 1,
sym__external_type,
STATE(720), 1,
sym__constant,
STATE(614), 9,
sym__statement,
sym_import,
sym_public_constant,
sym_constant,
sym_public_external_type,
sym_external_type,
sym_public_external_function,
sym_external_function,
sym_function,
[14031] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(488), 1,
anon_sym_import,
ACTIONS(490), 1,
anon_sym_pub,
ACTIONS(492), 1,
anon_sym_const,
ACTIONS(494), 1,
anon_sym_external,
ACTIONS(496), 1,
anon_sym_fn,
ACTIONS(500), 1,
anon_sym_RBRACE,
STATE(715), 1,
sym__external_function,
STATE(717), 1,
sym__external_type,
STATE(720), 1,
sym__constant,
STATE(687), 9,
sym__statement,
sym_import,
sym_public_constant,
sym_constant,
sym_public_external_type,
sym_external_type,
sym_public_external_function,
sym_external_function,
sym_function,
[14073] = 10,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(488), 1,
anon_sym_import,
ACTIONS(490), 1,
anon_sym_pub,
ACTIONS(492), 1,
anon_sym_const,
ACTIONS(494), 1,
anon_sym_external,
ACTIONS(496), 1,
anon_sym_fn,
STATE(715), 1,
sym__external_function,
STATE(717), 1,
sym__external_type,
STATE(720), 1,
sym__constant,
STATE(687), 9,
sym__statement,
sym_import,
sym_public_constant,
sym_constant,
sym_public_external_type,
sym_external_type,
sym_public_external_function,
sym_external_function,
sym_function,
[14112] = 10,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(504), 1,
anon_sym_RPAREN,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(510), 1,
sym__name,
ACTIONS(512), 1,
sym__upname,
STATE(517), 1,
sym_external_function_parameter,
STATE(704), 1,
sym_identifier,
STATE(655), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14151] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(514), 1,
anon_sym_GT_GT,
ACTIONS(518), 1,
sym__name,
STATE(277), 1,
sym__constant_record,
STATE(497), 1,
sym_constant_bit_string_segment,
ACTIONS(516), 3,
sym_string,
sym_float,
sym_integer,
STATE(501), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14191] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(510), 1,
sym__name,
ACTIONS(512), 1,
sym__upname,
STATE(625), 1,
sym_external_function_parameter,
STATE(704), 1,
sym_identifier,
STATE(655), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14227] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
ACTIONS(520), 1,
anon_sym_GT_GT,
STATE(277), 1,
sym__constant_record,
STATE(533), 1,
sym_constant_bit_string_segment,
ACTIONS(516), 3,
sym_string,
sym_float,
sym_integer,
STATE(501), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14267] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
ACTIONS(522), 1,
anon_sym_GT_GT,
STATE(277), 1,
sym__constant_record,
STATE(503), 1,
sym_constant_bit_string_segment,
ACTIONS(516), 3,
sym_string,
sym_float,
sym_integer,
STATE(501), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14307] = 10,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
ACTIONS(524), 1,
anon_sym_RPAREN,
STATE(277), 1,
sym__constant_record,
ACTIONS(526), 3,
sym_string,
sym_float,
sym_integer,
STATE(545), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14344] = 8,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(528), 1,
anon_sym_RPAREN,
ACTIONS(530), 1,
sym__name,
STATE(579), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14377] = 10,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
ACTIONS(532), 1,
anon_sym_RBRACK,
STATE(277), 1,
sym__constant_record,
ACTIONS(534), 3,
sym_string,
sym_float,
sym_integer,
STATE(498), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14414] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(536), 1,
anon_sym_DOT,
ACTIONS(19), 14,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[14437] = 8,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
ACTIONS(538), 1,
anon_sym_RPAREN,
STATE(580), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14470] = 8,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
ACTIONS(540), 1,
anon_sym_RPAREN,
STATE(581), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14503] = 10,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
ACTIONS(542), 1,
anon_sym_RPAREN,
STATE(277), 1,
sym__constant_record,
ACTIONS(544), 3,
sym_string,
sym_float,
sym_integer,
STATE(528), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14540] = 10,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
STATE(277), 1,
sym__constant_record,
STATE(603), 1,
sym_constant_bit_string_segment,
ACTIONS(516), 3,
sym_string,
sym_float,
sym_integer,
STATE(501), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14577] = 10,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
ACTIONS(546), 1,
anon_sym_RBRACK,
STATE(277), 1,
sym__constant_record,
ACTIONS(548), 3,
sym_string,
sym_float,
sym_integer,
STATE(534), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14614] = 10,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
ACTIONS(550), 1,
anon_sym_RBRACK,
STATE(277), 1,
sym__constant_record,
ACTIONS(552), 3,
sym_string,
sym_float,
sym_integer,
STATE(499), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14651] = 10,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
ACTIONS(554), 1,
anon_sym_RPAREN,
STATE(277), 1,
sym__constant_record,
ACTIONS(556), 3,
sym_string,
sym_float,
sym_integer,
STATE(493), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14688] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(809), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14718] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(569), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14748] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(821), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14778] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(558), 1,
anon_sym_POUND,
ACTIONS(560), 1,
anon_sym_LBRACK,
ACTIONS(562), 1,
anon_sym_LT_LT,
ACTIONS(566), 1,
sym__name,
ACTIONS(568), 1,
sym__upname,
STATE(804), 1,
sym__constant_record,
ACTIONS(564), 3,
sym_string,
sym_float,
sym_integer,
STATE(701), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14812] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(635), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14842] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(558), 1,
anon_sym_POUND,
ACTIONS(560), 1,
anon_sym_LBRACK,
ACTIONS(562), 1,
anon_sym_LT_LT,
ACTIONS(566), 1,
sym__name,
ACTIONS(568), 1,
sym__upname,
STATE(804), 1,
sym__constant_record,
ACTIONS(570), 3,
sym_string,
sym_float,
sym_integer,
STATE(697), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14876] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
STATE(277), 1,
sym__constant_record,
ACTIONS(572), 3,
sym_string,
sym_float,
sym_integer,
STATE(572), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[14910] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(816), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14940] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(815), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[14970] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(428), 1,
anon_sym_POUND,
ACTIONS(430), 1,
anon_sym_LBRACK,
ACTIONS(432), 1,
anon_sym_LT_LT,
ACTIONS(438), 1,
sym__upname,
ACTIONS(518), 1,
sym__name,
STATE(277), 1,
sym__constant_record,
ACTIONS(574), 3,
sym_string,
sym_float,
sym_integer,
STATE(651), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[15004] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(822), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15034] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(802), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15064] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(576), 1,
anon_sym_POUND,
ACTIONS(578), 1,
anon_sym_LBRACK,
ACTIONS(580), 1,
anon_sym_LT_LT,
ACTIONS(584), 1,
sym__name,
ACTIONS(586), 1,
sym__upname,
STATE(766), 1,
sym__constant_record,
ACTIONS(582), 3,
sym_string,
sym_float,
sym_integer,
STATE(719), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[15098] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(811), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15128] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(588), 14,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[15148] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(757), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15178] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(421), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15208] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(645), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15238] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(431), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15268] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(576), 1,
anon_sym_POUND,
ACTIONS(578), 1,
anon_sym_LBRACK,
ACTIONS(580), 1,
anon_sym_LT_LT,
ACTIONS(584), 1,
sym__name,
ACTIONS(586), 1,
sym__upname,
STATE(766), 1,
sym__constant_record,
ACTIONS(590), 3,
sym_string,
sym_float,
sym_integer,
STATE(768), 5,
sym__constant_value,
sym__constant_tuple,
sym__constant_list,
sym__constant_bit_string,
sym__constant_remote_record,
[15302] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(592), 14,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[15322] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(592), 6,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(594), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[15344] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(596), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(592), 4,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(594), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[15368] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(598), 1,
anon_sym_AMP_AMP,
ACTIONS(596), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(592), 3,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
ACTIONS(594), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[15394] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(775), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15424] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(600), 14,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[15444] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(735), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15474] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(602), 14,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[15494] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(666), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15524] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(107), 14,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_POUND,
anon_sym_LBRACK,
anon_sym_LT_LT,
anon_sym_fn,
anon_sym_try,
anon_sym_todo,
anon_sym_case,
sym_string,
sym_float,
sym_integer,
sym__name,
sym__upname,
[15544] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(502), 1,
anon_sym_POUND,
ACTIONS(506), 1,
anon_sym_fn,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(512), 1,
sym__upname,
ACTIONS(530), 1,
sym__name,
STATE(748), 9,
sym__type,
sym_type_hole,
sym_tuple_type,
sym_function_type,
sym__type_name,
sym__remote_type_name,
sym_type_constructor,
sym_type,
sym_type_var,
[15574] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(606), 1,
anon_sym_LPAREN,
STATE(354), 1,
sym_pattern_constructor_args,
ACTIONS(604), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15597] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(598), 1,
anon_sym_AMP_AMP,
ACTIONS(608), 1,
anon_sym_DASH_GT,
ACTIONS(610), 1,
anon_sym_PIPE_PIPE,
ACTIONS(596), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(594), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[15624] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(598), 1,
anon_sym_AMP_AMP,
ACTIONS(610), 1,
anon_sym_PIPE_PIPE,
ACTIONS(612), 1,
anon_sym_RBRACE,
ACTIONS(596), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(594), 8,
anon_sym_LT,
anon_sym_LT_EQ,
anon_sym_LT_DOT,
anon_sym_LT_EQ_DOT,
anon_sym_GT,
anon_sym_GT_EQ,
anon_sym_GT_DOT,
anon_sym_GT_EQ_DOT,
[15651] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(614), 1,
anon_sym_DOT,
ACTIONS(19), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15671] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(616), 1,
anon_sym_POUND,
ACTIONS(618), 1,
anon_sym_RPAREN,
ACTIONS(620), 1,
sym__name,
ACTIONS(622), 1,
sym__upname,
STATE(560), 7,
sym__constant_type,
sym_constant_tuple_type,
sym__constant_type_name,
sym__constant_remote_type_name,
sym_constant_type_constructor,
sym_constant_type,
sym_type_hole,
[15699] = 7,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(616), 1,
anon_sym_POUND,
ACTIONS(620), 1,
sym__name,
ACTIONS(622), 1,
sym__upname,
ACTIONS(624), 1,
anon_sym_RPAREN,
STATE(564), 7,
sym__constant_type,
sym_constant_tuple_type,
sym__constant_type_name,
sym__constant_remote_type_name,
sym_constant_type_constructor,
sym_constant_type,
sym_type_hole,
[15727] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(626), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15744] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(628), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15761] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(630), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15778] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(632), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15795] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(634), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15812] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(636), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15829] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(638), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15846] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(640), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15863] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(642), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15880] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(644), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15897] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(646), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15914] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(616), 1,
anon_sym_POUND,
ACTIONS(620), 1,
sym__name,
ACTIONS(622), 1,
sym__upname,
STATE(654), 7,
sym__constant_type,
sym_constant_tuple_type,
sym__constant_type_name,
sym__constant_remote_type_name,
sym_constant_type_constructor,
sym_constant_type,
sym_type_hole,
[15939] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(508), 1,
sym__discard_name,
ACTIONS(616), 1,
anon_sym_POUND,
ACTIONS(620), 1,
sym__name,
ACTIONS(622), 1,
sym__upname,
STATE(760), 7,
sym__constant_type,
sym_constant_tuple_type,
sym__constant_type_name,
sym__constant_remote_type_name,
sym_constant_type_constructor,
sym_constant_type,
sym_type_hole,
[15964] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(648), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15981] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(650), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[15998] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(654), 1,
anon_sym_as,
ACTIONS(652), 10,
anon_sym_if,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16017] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(656), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16034] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(658), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16051] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(660), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16068] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(662), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16085] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(664), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16102] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(666), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16119] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(668), 11,
anon_sym_if,
anon_sym_COMMA,
anon_sym_as,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16136] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(670), 10,
anon_sym_if,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16152] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(672), 1,
anon_sym_RPAREN,
ACTIONS(674), 1,
sym__discard_name,
ACTIONS(676), 1,
sym__name,
STATE(386), 1,
sym_identifier,
STATE(415), 1,
sym__name_param,
STATE(416), 1,
sym__labelled_name_param,
STATE(429), 1,
sym__discard_param,
STATE(439), 1,
sym__labelled_discard_param,
STATE(476), 1,
sym_function_parameter,
STATE(688), 1,
sym_function_parameters,
[16186] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(674), 1,
sym__discard_name,
ACTIONS(676), 1,
sym__name,
ACTIONS(678), 1,
anon_sym_RPAREN,
STATE(386), 1,
sym_identifier,
STATE(415), 1,
sym__name_param,
STATE(416), 1,
sym__labelled_name_param,
STATE(429), 1,
sym__discard_param,
STATE(439), 1,
sym__labelled_discard_param,
STATE(476), 1,
sym_function_parameter,
STATE(835), 1,
sym_function_parameters,
[16220] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(674), 1,
sym__discard_name,
ACTIONS(676), 1,
sym__name,
ACTIONS(680), 1,
anon_sym_RPAREN,
STATE(386), 1,
sym_identifier,
STATE(415), 1,
sym__name_param,
STATE(416), 1,
sym__labelled_name_param,
STATE(429), 1,
sym__discard_param,
STATE(439), 1,
sym__labelled_discard_param,
STATE(476), 1,
sym_function_parameter,
STATE(825), 1,
sym_function_parameters,
[16254] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(674), 1,
sym__discard_name,
ACTIONS(676), 1,
sym__name,
ACTIONS(682), 1,
anon_sym_RPAREN,
STATE(386), 1,
sym_identifier,
STATE(415), 1,
sym__name_param,
STATE(416), 1,
sym__labelled_name_param,
STATE(429), 1,
sym__discard_param,
STATE(439), 1,
sym__labelled_discard_param,
STATE(476), 1,
sym_function_parameter,
STATE(830), 1,
sym_function_parameters,
[16288] = 11,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(674), 1,
sym__discard_name,
ACTIONS(676), 1,
sym__name,
ACTIONS(684), 1,
anon_sym_RPAREN,
STATE(386), 1,
sym_identifier,
STATE(415), 1,
sym__name_param,
STATE(416), 1,
sym__labelled_name_param,
STATE(429), 1,
sym__discard_param,
STATE(439), 1,
sym__labelled_discard_param,
STATE(476), 1,
sym_function_parameter,
STATE(750), 1,
sym_function_parameters,
[16322] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(420), 1,
sym__upname,
ACTIONS(686), 1,
anon_sym_RPAREN,
ACTIONS(688), 1,
anon_sym_DOT_DOT,
ACTIONS(690), 1,
sym__name,
STATE(356), 1,
sym__constructor_pattern,
STATE(483), 1,
sym_constructor_pattern,
STATE(745), 1,
sym_pattern_spread,
STATE(389), 2,
sym__pattern_constructor_arg,
sym_pattern_constructor_named_arg,
[16351] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(694), 1,
anon_sym_COMMA,
STATE(382), 1,
aux_sym_case_clause_pattern_repeat1,
ACTIONS(692), 6,
anon_sym_if,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16369] = 9,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(674), 1,
sym__discard_name,
ACTIONS(676), 1,
sym__name,
STATE(386), 1,
sym_identifier,
STATE(415), 1,
sym__name_param,
STATE(416), 1,
sym__labelled_name_param,
STATE(429), 1,
sym__discard_param,
STATE(439), 1,
sym__labelled_discard_param,
STATE(633), 1,
sym_function_parameter,
[16397] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(21), 7,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
sym__discard_name,
sym__name,
[16410] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(697), 7,
anon_sym_if,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_DOT_DOT,
anon_sym_PIPE,
[16423] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(676), 1,
sym__name,
ACTIONS(701), 1,
sym__discard_name,
STATE(540), 1,
sym_identifier,
ACTIONS(699), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
[16441] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(420), 1,
sym__upname,
ACTIONS(690), 1,
sym__name,
STATE(356), 1,
sym__constructor_pattern,
STATE(483), 1,
sym_constructor_pattern,
STATE(461), 2,
sym__pattern_constructor_arg,
sym_pattern_constructor_named_arg,
[16461] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(703), 1,
anon_sym_COMMA,
STATE(388), 1,
aux_sym_tuple_repeat1,
ACTIONS(308), 4,
anon_sym_LBRACE,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_DOT_DOT,
[16477] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(688), 1,
anon_sym_DOT_DOT,
ACTIONS(706), 1,
anon_sym_COMMA,
ACTIONS(708), 1,
anon_sym_RPAREN,
STATE(396), 1,
aux_sym_pattern_constructor_args_repeat1,
STATE(781), 1,
sym_pattern_spread,
[16496] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(712), 1,
anon_sym_COMMA,
STATE(400), 1,
aux_sym_case_clause_pattern_repeat1,
ACTIONS(710), 3,
anon_sym_if,
anon_sym_DASH_GT,
anon_sym_PIPE,
[16511] = 4,
ACTIONS(714), 1,
aux_sym_source_file_token1,
ACTIONS(718), 1,
anon_sym_SLASH,
STATE(391), 1,
aux_sym_module_repeat1,
ACTIONS(716), 3,
anon_sym_RBRACE,
anon_sym_DOT,
anon_sym_as,
[16526] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(13), 1,
anon_sym_const,
ACTIONS(15), 1,
anon_sym_external,
STATE(803), 1,
sym__external_function,
STATE(807), 1,
sym__external_type,
STATE(810), 1,
sym__constant,
[16545] = 4,
ACTIONS(721), 1,
aux_sym_source_file_token1,
ACTIONS(725), 1,
anon_sym_SLASH,
STATE(391), 1,
aux_sym_module_repeat1,
ACTIONS(723), 3,
anon_sym_RBRACE,
anon_sym_DOT,
anon_sym_as,
[16560] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(727), 1,
anon_sym_if,
ACTIONS(729), 1,
anon_sym_DASH_GT,
ACTIONS(731), 1,
anon_sym_PIPE,
STATE(398), 1,
aux_sym_case_clause_repeat1,
STATE(801), 1,
sym_case_clause_guard,
[16579] = 4,
ACTIONS(737), 1,
anon_sym_SLASH,
STATE(402), 1,
aux_sym_module_repeat1,
ACTIONS(733), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
ACTIONS(735), 2,
anon_sym_DOT,
anon_sym_as,
[16594] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(688), 1,
anon_sym_DOT_DOT,
ACTIONS(706), 1,
anon_sym_COMMA,
ACTIONS(739), 1,
anon_sym_RPAREN,
STATE(420), 1,
aux_sym_pattern_constructor_args_repeat1,
STATE(771), 1,
sym_pattern_spread,
[16613] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(743), 1,
anon_sym_LPAREN,
ACTIONS(741), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[16626] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(727), 1,
anon_sym_if,
ACTIONS(731), 1,
anon_sym_PIPE,
ACTIONS(745), 1,
anon_sym_DASH_GT,
STATE(433), 1,
aux_sym_case_clause_repeat1,
STATE(665), 1,
sym_case_clause_guard,
[16645] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(749), 1,
anon_sym_DOT,
ACTIONS(747), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[16658] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(712), 1,
anon_sym_COMMA,
STATE(382), 1,
aux_sym_case_clause_pattern_repeat1,
ACTIONS(751), 3,
anon_sym_if,
anon_sym_DASH_GT,
anon_sym_PIPE,
[16673] = 4,
ACTIONS(725), 1,
anon_sym_SLASH,
ACTIONS(733), 1,
aux_sym_source_file_token1,
STATE(393), 1,
aux_sym_module_repeat1,
ACTIONS(735), 3,
anon_sym_RBRACE,
anon_sym_DOT,
anon_sym_as,
[16688] = 4,
ACTIONS(737), 1,
anon_sym_SLASH,
STATE(406), 1,
aux_sym_module_repeat1,
ACTIONS(721), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
ACTIONS(723), 2,
anon_sym_DOT,
anon_sym_as,
[16703] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(414), 1,
anon_sym_DOT_DOT,
ACTIONS(712), 1,
anon_sym_COMMA,
ACTIONS(753), 1,
anon_sym_RBRACK,
STATE(405), 1,
aux_sym_case_clause_pattern_repeat1,
STATE(739), 1,
sym_list_pattern_tail,
[16722] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(492), 1,
anon_sym_const,
ACTIONS(494), 1,
anon_sym_external,
STATE(706), 1,
sym__external_function,
STATE(707), 1,
sym__external_type,
STATE(711), 1,
sym__constant,
[16741] = 6,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(414), 1,
anon_sym_DOT_DOT,
ACTIONS(712), 1,
anon_sym_COMMA,
ACTIONS(755), 1,
anon_sym_RBRACK,
STATE(382), 1,
aux_sym_case_clause_pattern_repeat1,
STATE(758), 1,
sym_list_pattern_tail,
[16760] = 4,
ACTIONS(757), 1,
anon_sym_SLASH,
STATE(406), 1,
aux_sym_module_repeat1,
ACTIONS(714), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
ACTIONS(716), 2,
anon_sym_DOT,
anon_sym_as,
[16775] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(762), 1,
anon_sym_LPAREN,
ACTIONS(760), 3,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[16787] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(764), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[16797] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(766), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[16807] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(770), 1,
anon_sym_DASH,
STATE(442), 1,
aux_sym_constant_bit_string_segment_options_repeat1,
ACTIONS(768), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[16821] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(772), 1,
anon_sym_RBRACK,
ACTIONS(774), 1,
anon_sym_DOT_DOT,
STATE(388), 1,
aux_sym_tuple_repeat1,
[16837] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(776), 1,
anon_sym_COMMA,
STATE(412), 1,
aux_sym__constant_tuple_repeat1,
ACTIONS(779), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[16851] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(781), 1,
anon_sym_RBRACK,
ACTIONS(783), 1,
anon_sym_DOT_DOT,
STATE(388), 1,
aux_sym_tuple_repeat1,
[16867] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(785), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[16877] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(789), 1,
anon_sym_COLON,
STATE(661), 1,
sym__type_annotation,
ACTIONS(787), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[16891] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(789), 1,
anon_sym_COLON,
STATE(657), 1,
sym__type_annotation,
ACTIONS(791), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[16905] = 2,
ACTIONS(714), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
ACTIONS(716), 3,
anon_sym_DOT,
anon_sym_as,
anon_sym_SLASH,
[16915] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(173), 1,
sym__upname,
ACTIONS(676), 1,
sym__name,
STATE(22), 1,
sym_record,
STATE(705), 1,
sym_identifier,
[16931] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(795), 1,
anon_sym_DASH,
STATE(423), 1,
aux_sym_pattern_bit_string_segment_options_repeat1,
ACTIONS(793), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[16945] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(797), 1,
anon_sym_COMMA,
STATE(420), 1,
aux_sym_pattern_constructor_args_repeat1,
ACTIONS(800), 2,
anon_sym_RPAREN,
anon_sym_DOT_DOT,
[16959] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(802), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[16969] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(806), 1,
anon_sym_DASH,
STATE(426), 1,
aux_sym_expression_bit_string_segment_options_repeat1,
ACTIONS(804), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[16983] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(795), 1,
anon_sym_DASH,
STATE(441), 1,
aux_sym_pattern_bit_string_segment_options_repeat1,
ACTIONS(808), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[16997] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(810), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[17007] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(812), 1,
anon_sym_RBRACK,
ACTIONS(814), 1,
anon_sym_DOT_DOT,
STATE(388), 1,
aux_sym_tuple_repeat1,
[17023] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(806), 1,
anon_sym_DASH,
STATE(443), 1,
aux_sym_expression_bit_string_segment_options_repeat1,
ACTIONS(816), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[17037] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(818), 1,
sym_integer,
ACTIONS(820), 1,
sym__name,
STATE(741), 1,
sym__pattern_bit_string_segment_arg,
STATE(743), 1,
sym_var,
[17053] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(824), 1,
anon_sym_DASH,
STATE(428), 1,
aux_sym_constant_bit_string_segment_options_repeat1,
ACTIONS(822), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[17067] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(789), 1,
anon_sym_COLON,
STATE(658), 1,
sym__type_annotation,
ACTIONS(827), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[17081] = 2,
ACTIONS(714), 1,
aux_sym_source_file_token1,
ACTIONS(716), 4,
anon_sym_RBRACE,
anon_sym_DOT,
anon_sym_as,
anon_sym_SLASH,
[17091] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(829), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[17101] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(831), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[17111] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(835), 1,
anon_sym_PIPE,
STATE(433), 1,
aux_sym_case_clause_repeat1,
ACTIONS(833), 2,
anon_sym_if,
anon_sym_DASH_GT,
[17125] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(838), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[17135] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(840), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[17145] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(842), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[17155] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(21), 1,
anon_sym_COLON,
ACTIONS(749), 1,
anon_sym_DOT,
ACTIONS(747), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[17169] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(294), 1,
sym__upname,
ACTIONS(676), 1,
sym__name,
STATE(234), 1,
sym_record,
STATE(797), 1,
sym_identifier,
[17185] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(789), 1,
anon_sym_COLON,
STATE(659), 1,
sym__type_annotation,
ACTIONS(844), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[17199] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(846), 4,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[17209] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(850), 1,
anon_sym_DASH,
STATE(441), 1,
aux_sym_pattern_bit_string_segment_options_repeat1,
ACTIONS(848), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[17223] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(770), 1,
anon_sym_DASH,
STATE(428), 1,
aux_sym_constant_bit_string_segment_options_repeat1,
ACTIONS(853), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[17237] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(857), 1,
anon_sym_DASH,
STATE(443), 1,
aux_sym_expression_bit_string_segment_options_repeat1,
ACTIONS(855), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[17251] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(129), 1,
sym__discard_name,
ACTIONS(820), 1,
sym__name,
STATE(738), 2,
sym_var,
sym_discard_var,
[17265] = 5,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(133), 1,
sym__upname,
ACTIONS(676), 1,
sym__name,
STATE(150), 1,
sym_record,
STATE(783), 1,
sym_identifier,
[17281] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(860), 1,
anon_sym_COMMA,
ACTIONS(863), 1,
anon_sym_RPAREN,
STATE(446), 1,
aux_sym_external_type_constructor_repeat1,
[17294] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(865), 3,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[17303] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(867), 1,
anon_sym_LBRACE,
STATE(388), 1,
aux_sym_tuple_repeat1,
[17316] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(869), 1,
anon_sym_COMMA,
ACTIONS(872), 1,
anon_sym_RPAREN,
STATE(449), 1,
aux_sym_arguments_repeat1,
[17329] = 3,
ACTIONS(876), 1,
anon_sym_DOT,
ACTIONS(878), 1,
anon_sym_as,
ACTIONS(874), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[17340] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(880), 1,
anon_sym_LBRACE,
STATE(388), 1,
aux_sym_tuple_repeat1,
[17353] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(882), 1,
anon_sym_EQ,
ACTIONS(884), 1,
anon_sym_COLON,
STATE(790), 1,
sym__constant_type_annotation,
[17366] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(855), 3,
anon_sym_COMMA,
anon_sym_GT_GT,
anon_sym_DASH,
[17375] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(886), 1,
sym__upname,
STATE(788), 2,
sym_external_type_constructor,
sym_type,
[17386] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(888), 1,
anon_sym_RBRACE,
ACTIONS(890), 1,
anon_sym_,
STATE(457), 1,
aux_sym_case_repeat1,
[17399] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(892), 1,
sym__name,
ACTIONS(894), 1,
sym__upname,
STATE(486), 1,
sym_unqualified_import,
[17412] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(896), 1,
anon_sym_RBRACE,
STATE(467), 1,
aux_sym_case_repeat1,
[17425] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(892), 1,
sym__name,
ACTIONS(894), 1,
sym__upname,
STATE(535), 1,
sym_unqualified_import,
[17438] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(420), 1,
sym__upname,
STATE(356), 1,
sym__constructor_pattern,
STATE(460), 1,
sym_constructor_pattern,
[17451] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(898), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DOT_DOT,
[17460] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(800), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DOT_DOT,
[17469] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(884), 1,
anon_sym_COLON,
ACTIONS(900), 1,
anon_sym_EQ,
STATE(691), 1,
sym__constant_type_annotation,
[17482] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(902), 1,
anon_sym_RBRACE,
STATE(467), 1,
aux_sym_case_repeat1,
[17495] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(904), 1,
anon_sym_COMMA,
ACTIONS(907), 1,
anon_sym_GT_GT,
STATE(464), 1,
aux_sym__pattern_bit_string_repeat1,
[17508] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(909), 1,
anon_sym_RBRACE,
STATE(463), 1,
aux_sym_case_repeat1,
[17521] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(911), 1,
anon_sym_RBRACE,
STATE(467), 1,
aux_sym_case_repeat1,
[17534] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(913), 1,
anon_sym_RBRACE,
ACTIONS(915), 1,
anon_sym_,
STATE(467), 1,
aux_sym_case_repeat1,
[17547] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(918), 1,
anon_sym_RBRACE,
STATE(466), 1,
aux_sym_case_repeat1,
[17560] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(920), 1,
anon_sym_RPAREN,
ACTIONS(922), 1,
sym__name,
STATE(548), 1,
sym_external_type_argument,
[17573] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(924), 1,
anon_sym_RPAREN,
STATE(388), 1,
aux_sym_tuple_repeat1,
[17586] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(712), 1,
anon_sym_COMMA,
ACTIONS(926), 1,
anon_sym_RPAREN,
STATE(382), 1,
aux_sym_case_clause_pattern_repeat1,
[17599] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(928), 1,
anon_sym_COMMA,
ACTIONS(930), 1,
anon_sym_GT_GT,
STATE(496), 1,
aux_sym__expression_bit_string_repeat1,
[17612] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(833), 3,
anon_sym_if,
anon_sym_DASH_GT,
anon_sym_PIPE,
[17621] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(932), 3,
anon_sym_COMMA,
anon_sym_GT_GT,
anon_sym_DASH,
[17630] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(934), 3,
anon_sym_COMMA,
anon_sym_GT_GT,
anon_sym_DASH,
[17639] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(936), 1,
anon_sym_COMMA,
ACTIONS(938), 1,
anon_sym_RPAREN,
STATE(519), 1,
aux_sym_function_parameters_repeat1,
[17652] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(928), 1,
anon_sym_COMMA,
ACTIONS(940), 1,
anon_sym_GT_GT,
STATE(472), 1,
aux_sym__expression_bit_string_repeat1,
[17665] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(942), 1,
anon_sym_COMMA,
ACTIONS(944), 1,
anon_sym_RPAREN,
STATE(449), 1,
aux_sym_arguments_repeat1,
[17678] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(946), 1,
anon_sym_RBRACE,
STATE(467), 1,
aux_sym_case_repeat1,
[17691] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(950), 1,
anon_sym_as,
ACTIONS(948), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[17702] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(952), 3,
anon_sym_COMMA,
anon_sym_GT_GT,
anon_sym_DASH,
[17711] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(954), 1,
anon_sym_COMMA,
ACTIONS(956), 1,
anon_sym_RPAREN,
STATE(559), 1,
aux_sym__constant_record_repeat1,
[17724] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(958), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DOT_DOT,
[17733] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(962), 1,
anon_sym_RPAREN,
STATE(412), 1,
aux_sym__constant_tuple_repeat1,
[17746] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(964), 1,
anon_sym_as,
ACTIONS(948), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[17757] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(966), 1,
anon_sym_RBRACE,
ACTIONS(968), 1,
anon_sym_COMMA,
STATE(543), 1,
aux_sym_import_repeat1,
[17770] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(848), 3,
anon_sym_COMMA,
anon_sym_GT_GT,
anon_sym_DASH,
[17779] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(954), 1,
anon_sym_COMMA,
ACTIONS(970), 1,
anon_sym_RPAREN,
STATE(482), 1,
aux_sym__constant_record_repeat1,
[17792] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(972), 1,
anon_sym_COMMA,
ACTIONS(974), 1,
anon_sym_GT_GT,
STATE(464), 1,
aux_sym__pattern_bit_string_repeat1,
[17805] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(976), 1,
anon_sym_COMMA,
ACTIONS(978), 1,
anon_sym_GT_GT,
STATE(573), 1,
aux_sym__constant_bit_string_repeat1,
[17818] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(438), 1,
sym__upname,
ACTIONS(980), 1,
sym_integer,
STATE(291), 1,
sym__constant_record,
[17831] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(982), 1,
anon_sym_RBRACK,
STATE(412), 1,
aux_sym__constant_tuple_repeat1,
[17844] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(984), 1,
anon_sym_RPAREN,
STATE(484), 1,
aux_sym__constant_tuple_repeat1,
[17857] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(712), 1,
anon_sym_COMMA,
ACTIONS(986), 1,
anon_sym_RPAREN,
STATE(471), 1,
aux_sym_case_clause_pattern_repeat1,
[17870] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(988), 1,
anon_sym_RPAREN,
ACTIONS(990), 1,
sym__name,
STATE(488), 1,
sym__constant_record_arg,
[17883] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(992), 1,
anon_sym_COMMA,
ACTIONS(995), 1,
anon_sym_GT_GT,
STATE(496), 1,
aux_sym__expression_bit_string_repeat1,
[17896] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(976), 1,
anon_sym_COMMA,
ACTIONS(997), 1,
anon_sym_GT_GT,
STATE(490), 1,
aux_sym__constant_bit_string_repeat1,
[17909] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(999), 1,
anon_sym_RBRACK,
STATE(492), 1,
aux_sym__constant_tuple_repeat1,
[17922] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(1001), 1,
anon_sym_RBRACK,
STATE(546), 1,
aux_sym__constant_tuple_repeat1,
[17935] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(1003), 1,
anon_sym_RPAREN,
STATE(388), 1,
aux_sym_tuple_repeat1,
[17948] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1007), 1,
anon_sym_COLON,
ACTIONS(1005), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[17959] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1009), 3,
anon_sym_COMMA,
anon_sym_GT_GT,
anon_sym_DASH,
[17968] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(976), 1,
anon_sym_COMMA,
ACTIONS(1011), 1,
anon_sym_GT_GT,
STATE(551), 1,
aux_sym__constant_bit_string_repeat1,
[17981] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1013), 1,
anon_sym_COMMA,
ACTIONS(1016), 1,
anon_sym_RPAREN,
STATE(504), 1,
aux_sym_tuple_type_repeat1,
[17994] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(1018), 1,
anon_sym_RBRACE,
STATE(467), 1,
aux_sym_case_repeat1,
[18007] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(822), 3,
anon_sym_COMMA,
anon_sym_GT_GT,
anon_sym_DASH,
[18016] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(1020), 1,
anon_sym_RBRACE,
STATE(505), 1,
aux_sym_case_repeat1,
[18029] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(1022), 1,
anon_sym_RBRACE,
STATE(467), 1,
aux_sym_case_repeat1,
[18042] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(990), 1,
sym__name,
ACTIONS(1024), 1,
anon_sym_RPAREN,
STATE(555), 1,
sym__constant_record_arg,
[18055] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(622), 1,
sym__upname,
STATE(561), 1,
sym_constant_type_constructor,
STATE(562), 1,
sym_constant_type,
[18068] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(1026), 1,
anon_sym_RBRACE,
STATE(508), 1,
aux_sym_case_repeat1,
[18081] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(1028), 1,
anon_sym_RPAREN,
STATE(388), 1,
aux_sym_tuple_repeat1,
[18094] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
STATE(823), 1,
sym_target,
ACTIONS(1030), 2,
anon_sym_erlang,
anon_sym_javascript,
[18105] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(928), 1,
anon_sym_COMMA,
ACTIONS(1032), 1,
anon_sym_GT_GT,
STATE(496), 1,
aux_sym__expression_bit_string_repeat1,
[18118] = 4,
ACTIONS(874), 1,
aux_sym_source_file_token1,
ACTIONS(1034), 1,
anon_sym_RBRACE,
ACTIONS(1036), 1,
anon_sym_DOT,
ACTIONS(1038), 1,
anon_sym_as,
[18131] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1040), 1,
anon_sym_LPAREN,
ACTIONS(1042), 1,
anon_sym_DASH_GT,
STATE(670), 1,
sym_function_parameter_types,
[18144] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1044), 1,
anon_sym_COMMA,
ACTIONS(1046), 1,
anon_sym_RPAREN,
STATE(567), 1,
aux_sym_external_function_parameters_repeat1,
[18157] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(928), 1,
anon_sym_COMMA,
ACTIONS(1048), 1,
anon_sym_GT_GT,
STATE(514), 1,
aux_sym__expression_bit_string_repeat1,
[18170] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(936), 1,
anon_sym_COMMA,
ACTIONS(1050), 1,
anon_sym_RPAREN,
STATE(568), 1,
aux_sym_function_parameters_repeat1,
[18183] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(954), 1,
anon_sym_COMMA,
ACTIONS(1052), 1,
anon_sym_RPAREN,
STATE(559), 1,
aux_sym__constant_record_repeat1,
[18196] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(1054), 1,
anon_sym_RPAREN,
STATE(412), 1,
aux_sym__constant_tuple_repeat1,
[18209] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1056), 1,
anon_sym_DOT,
ACTIONS(1058), 1,
anon_sym_LPAREN,
ACTIONS(1060), 1,
anon_sym_COLON,
[18222] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1062), 1,
anon_sym_COMMA,
ACTIONS(1064), 1,
anon_sym_RPAREN,
STATE(446), 1,
aux_sym_external_type_constructor_repeat1,
[18235] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(954), 1,
anon_sym_COMMA,
ACTIONS(1066), 1,
anon_sym_RPAREN,
STATE(520), 1,
aux_sym__constant_record_repeat1,
[18248] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(976), 1,
anon_sym_COMMA,
ACTIONS(1068), 1,
anon_sym_GT_GT,
STATE(573), 1,
aux_sym__constant_bit_string_repeat1,
[18261] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(942), 1,
anon_sym_COMMA,
ACTIONS(1070), 1,
anon_sym_RPAREN,
STATE(478), 1,
aux_sym_arguments_repeat1,
[18274] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(1072), 1,
anon_sym_RBRACK,
STATE(412), 1,
aux_sym__constant_tuple_repeat1,
[18287] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(1074), 1,
anon_sym_RPAREN,
STATE(521), 1,
aux_sym__constant_tuple_repeat1,
[18300] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(330), 1,
anon_sym_COMMA,
ACTIONS(1076), 1,
anon_sym_LBRACE,
STATE(388), 1,
aux_sym_tuple_repeat1,
[18313] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(968), 1,
anon_sym_COMMA,
ACTIONS(1078), 1,
anon_sym_RBRACE,
STATE(570), 1,
aux_sym_import_repeat1,
[18326] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1062), 1,
anon_sym_COMMA,
ACTIONS(1080), 1,
anon_sym_RPAREN,
STATE(523), 1,
aux_sym_external_type_constructor_repeat1,
[18339] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(990), 1,
sym__name,
ACTIONS(1082), 1,
anon_sym_RPAREN,
STATE(524), 1,
sym__constant_record_arg,
[18352] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(976), 1,
anon_sym_COMMA,
ACTIONS(1084), 1,
anon_sym_GT_GT,
STATE(525), 1,
aux_sym__constant_bit_string_repeat1,
[18365] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(1086), 1,
anon_sym_RBRACK,
STATE(527), 1,
aux_sym__constant_tuple_repeat1,
[18378] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(968), 1,
anon_sym_COMMA,
ACTIONS(1088), 1,
anon_sym_RBRACE,
STATE(530), 1,
aux_sym_import_repeat1,
[18391] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(922), 1,
sym__name,
ACTIONS(1090), 1,
anon_sym_RPAREN,
STATE(531), 1,
sym_external_type_argument,
[18404] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1092), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
[18413] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(972), 1,
anon_sym_COMMA,
ACTIONS(1094), 1,
anon_sym_GT_GT,
STATE(489), 1,
aux_sym__pattern_bit_string_repeat1,
[18426] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1098), 1,
anon_sym_COLON,
ACTIONS(1096), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[18437] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1100), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
[18446] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1102), 1,
sym__upname,
STATE(703), 2,
sym_external_type_constructor,
sym_type,
[18457] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(892), 1,
sym__name,
ACTIONS(894), 1,
sym__upname,
STATE(627), 1,
sym_unqualified_import,
[18470] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(968), 1,
anon_sym_COMMA,
ACTIONS(1104), 1,
anon_sym_RBRACE,
STATE(570), 1,
aux_sym_import_repeat1,
[18483] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(928), 1,
anon_sym_COMMA,
ACTIONS(1106), 1,
anon_sym_GT_GT,
STATE(496), 1,
aux_sym__expression_bit_string_repeat1,
[18496] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(1108), 1,
anon_sym_RPAREN,
STATE(571), 1,
aux_sym__constant_tuple_repeat1,
[18509] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(1110), 1,
anon_sym_RBRACK,
STATE(412), 1,
aux_sym__constant_tuple_repeat1,
[18522] = 4,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(890), 1,
anon_sym_,
ACTIONS(1112), 1,
anon_sym_RBRACE,
STATE(479), 1,
aux_sym_case_repeat1,
[18535] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1062), 1,
anon_sym_COMMA,
ACTIONS(1114), 1,
anon_sym_RPAREN,
STATE(565), 1,
aux_sym_external_type_constructor_repeat1,
[18548] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1116), 1,
anon_sym_COMMA,
ACTIONS(1118), 1,
anon_sym_RPAREN,
STATE(504), 1,
aux_sym_tuple_type_repeat1,
[18561] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1116), 1,
anon_sym_COMMA,
ACTIONS(1120), 1,
anon_sym_RPAREN,
STATE(504), 1,
aux_sym_tuple_type_repeat1,
[18574] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(976), 1,
anon_sym_COMMA,
ACTIONS(1122), 1,
anon_sym_GT_GT,
STATE(573), 1,
aux_sym__constant_bit_string_repeat1,
[18587] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1126), 1,
anon_sym_COLON,
ACTIONS(1124), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[18598] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1116), 1,
anon_sym_COMMA,
ACTIONS(1128), 1,
anon_sym_RPAREN,
STATE(504), 1,
aux_sym_tuple_type_repeat1,
[18611] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1130), 3,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[18620] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(954), 1,
anon_sym_COMMA,
ACTIONS(1132), 1,
anon_sym_RPAREN,
STATE(575), 1,
aux_sym__constant_record_repeat1,
[18633] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1134), 1,
anon_sym_COMMA,
ACTIONS(1137), 1,
anon_sym_RPAREN,
STATE(556), 1,
aux_sym_constant_tuple_type_repeat1,
[18646] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1139), 3,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[18655] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1141), 3,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[18664] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1143), 1,
anon_sym_COMMA,
ACTIONS(1146), 1,
anon_sym_RPAREN,
STATE(559), 1,
aux_sym__constant_record_repeat1,
[18677] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1148), 1,
anon_sym_COMMA,
ACTIONS(1150), 1,
anon_sym_RPAREN,
STATE(584), 1,
aux_sym_constant_tuple_type_repeat1,
[18690] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1152), 3,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[18699] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1154), 3,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[18708] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1156), 3,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[18717] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1148), 1,
anon_sym_COMMA,
ACTIONS(1158), 1,
anon_sym_RPAREN,
STATE(582), 1,
aux_sym_constant_tuple_type_repeat1,
[18730] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1062), 1,
anon_sym_COMMA,
ACTIONS(1160), 1,
anon_sym_RPAREN,
STATE(446), 1,
aux_sym_external_type_constructor_repeat1,
[18743] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(512), 1,
sym__upname,
STATE(408), 1,
sym_type_constructor,
STATE(435), 1,
sym_type,
[18756] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1044), 1,
anon_sym_COMMA,
ACTIONS(1162), 1,
anon_sym_RPAREN,
STATE(578), 1,
aux_sym_external_function_parameters_repeat1,
[18769] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1164), 1,
anon_sym_COMMA,
ACTIONS(1167), 1,
anon_sym_RPAREN,
STATE(568), 1,
aux_sym_function_parameters_repeat1,
[18782] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1169), 3,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[18791] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1171), 1,
anon_sym_RBRACE,
ACTIONS(1173), 1,
anon_sym_COMMA,
STATE(570), 1,
aux_sym_import_repeat1,
[18804] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(960), 1,
anon_sym_COMMA,
ACTIONS(1176), 1,
anon_sym_RPAREN,
STATE(412), 1,
aux_sym__constant_tuple_repeat1,
[18817] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(779), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[18826] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1178), 1,
anon_sym_COMMA,
ACTIONS(1181), 1,
anon_sym_GT_GT,
STATE(573), 1,
aux_sym__constant_bit_string_repeat1,
[18839] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(789), 1,
anon_sym_COLON,
ACTIONS(1183), 1,
anon_sym_EQ,
STATE(698), 1,
sym__type_annotation,
[18852] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(954), 1,
anon_sym_COMMA,
ACTIONS(1185), 1,
anon_sym_RPAREN,
STATE(559), 1,
aux_sym__constant_record_repeat1,
[18865] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(928), 1,
anon_sym_COMMA,
ACTIONS(1187), 1,
anon_sym_GT_GT,
STATE(544), 1,
aux_sym__expression_bit_string_repeat1,
[18878] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1191), 1,
anon_sym_COLON,
ACTIONS(1189), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[18889] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1193), 1,
anon_sym_COMMA,
ACTIONS(1196), 1,
anon_sym_RPAREN,
STATE(578), 1,
aux_sym_external_function_parameters_repeat1,
[18902] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1116), 1,
anon_sym_COMMA,
ACTIONS(1198), 1,
anon_sym_RPAREN,
STATE(549), 1,
aux_sym_tuple_type_repeat1,
[18915] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1116), 1,
anon_sym_COMMA,
ACTIONS(1200), 1,
anon_sym_RPAREN,
STATE(550), 1,
aux_sym_tuple_type_repeat1,
[18928] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1116), 1,
anon_sym_COMMA,
ACTIONS(1202), 1,
anon_sym_RPAREN,
STATE(553), 1,
aux_sym_tuple_type_repeat1,
[18941] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1148), 1,
anon_sym_COMMA,
ACTIONS(1204), 1,
anon_sym_RPAREN,
STATE(556), 1,
aux_sym_constant_tuple_type_repeat1,
[18954] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1206), 3,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_RPAREN,
[18963] = 4,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1148), 1,
anon_sym_COMMA,
ACTIONS(1208), 1,
anon_sym_RPAREN,
STATE(556), 1,
aux_sym_constant_tuple_type_repeat1,
[18976] = 3,
ACTIONS(1210), 1,
aux_sym_source_file_token1,
ACTIONS(1212), 1,
anon_sym_RBRACE,
ACTIONS(1214), 1,
anon_sym_as,
[18986] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1056), 1,
anon_sym_DOT,
ACTIONS(1058), 1,
anon_sym_LPAREN,
[18996] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1216), 1,
sym_string,
STATE(684), 1,
sym_external_function_body,
[19006] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(676), 1,
sym__name,
STATE(838), 1,
sym_identifier,
[19016] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1218), 1,
anon_sym_LPAREN,
STATE(824), 1,
sym_external_function_parameters,
[19026] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1220), 1,
sym__name,
STATE(450), 1,
sym_module,
[19036] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(863), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19044] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(676), 1,
sym__name,
STATE(452), 1,
sym_identifier,
[19054] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1222), 1,
anon_sym_type,
ACTIONS(1224), 1,
anon_sym_fn,
[19064] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(676), 1,
sym__name,
STATE(799), 1,
sym_identifier,
[19074] = 3,
ACTIONS(1226), 1,
ts_builtin_sym_end,
ACTIONS(1228), 1,
aux_sym_source_file_token1,
STATE(608), 1,
aux_sym_source_file_repeat1,
[19084] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1230), 1,
anon_sym_LBRACE,
ACTIONS(1232), 1,
anon_sym_DASH_GT,
[19094] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1234), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19102] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1236), 1,
anon_sym_LBRACE,
ACTIONS(1238), 1,
anon_sym_DASH_GT,
[19112] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1240), 1,
anon_sym_LBRACE,
ACTIONS(1242), 1,
anon_sym_DASH_GT,
[19122] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(990), 1,
sym__name,
STATE(652), 1,
sym__constant_record_arg,
[19132] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1244), 1,
anon_sym_LBRACE,
ACTIONS(1246), 1,
anon_sym_DASH_GT,
[19142] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1248), 1,
anon_sym_LBRACE,
ACTIONS(1250), 1,
anon_sym_DASH_GT,
[19152] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1181), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[19160] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1252), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[19168] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1254), 1,
anon_sym_LBRACE,
ACTIONS(1256), 1,
anon_sym_DASH_GT,
[19178] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(676), 1,
sym__name,
STATE(462), 1,
sym_identifier,
[19188] = 3,
ACTIONS(440), 1,
anon_sym_RBRACE,
ACTIONS(1258), 1,
aux_sym_source_file_token1,
ACTIONS(1260), 1,
anon_sym_LPAREN,
[19198] = 3,
ACTIONS(422), 1,
ts_builtin_sym_end,
ACTIONS(1262), 1,
aux_sym_source_file_token1,
STATE(613), 1,
aux_sym_source_file_repeat1,
[19208] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1264), 1,
sym__name,
STATE(778), 1,
sym_alias,
[19218] = 2,
ACTIONS(1268), 1,
anon_sym_LPAREN,
ACTIONS(1266), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19226] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(568), 1,
sym__upname,
STATE(782), 1,
sym__constant_record,
[19236] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1218), 1,
anon_sym_LPAREN,
STATE(752), 1,
sym_external_function_parameters,
[19246] = 3,
ACTIONS(1270), 1,
ts_builtin_sym_end,
ACTIONS(1272), 1,
aux_sym_source_file_token1,
STATE(613), 1,
aux_sym_source_file_repeat1,
[19256] = 3,
ACTIONS(1275), 1,
aux_sym_source_file_token1,
ACTIONS(1277), 1,
anon_sym_RBRACE,
STATE(621), 1,
aux_sym_target_group_repeat1,
[19266] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1279), 1,
anon_sym_type,
ACTIONS(1281), 1,
anon_sym_fn,
[19276] = 2,
ACTIONS(1283), 1,
anon_sym_LPAREN,
ACTIONS(1258), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19284] = 2,
ACTIONS(314), 1,
aux_sym_source_file_token1,
ACTIONS(913), 2,
anon_sym_RBRACE,
anon_sym_,
[19292] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(907), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[19300] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1285), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[19308] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1287), 1,
anon_sym_LBRACE,
ACTIONS(1289), 1,
anon_sym_DASH_GT,
[19318] = 3,
ACTIONS(486), 1,
anon_sym_RBRACE,
ACTIONS(1291), 1,
aux_sym_source_file_token1,
STATE(643), 1,
aux_sym_target_group_repeat1,
[19328] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1293), 1,
anon_sym_DOT,
ACTIONS(1295), 1,
anon_sym_LPAREN,
[19338] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1297), 1,
anon_sym_COMMA,
ACTIONS(1299), 1,
anon_sym_RPAREN,
[19348] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(19), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[19356] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1196), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19364] = 2,
ACTIONS(1301), 1,
anon_sym_as,
ACTIONS(1210), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19372] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1171), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[19380] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1264), 1,
sym__name,
STATE(736), 1,
sym_alias,
[19390] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1303), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[19398] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1305), 1,
anon_sym_LBRACE,
ACTIONS(1307), 1,
anon_sym_DASH_GT,
[19408] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(995), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[19416] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1264), 1,
sym__name,
STATE(722), 1,
sym_alias,
[19426] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1167), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19434] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1309), 2,
anon_sym_COMMA,
anon_sym_GT_GT,
[19442] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1016), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19450] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(586), 1,
sym__upname,
STATE(678), 1,
sym__constant_record,
[19460] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1311), 1,
anon_sym_DOT,
ACTIONS(1313), 1,
anon_sym_LPAREN,
[19470] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1315), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19478] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1317), 1,
anon_sym_LBRACE,
ACTIONS(1319), 1,
anon_sym_DASH_GT,
[19488] = 2,
ACTIONS(1323), 1,
anon_sym_as,
ACTIONS(1321), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19496] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1325), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19504] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(438), 1,
sym__upname,
STATE(291), 1,
sym__constant_record,
[19514] = 3,
ACTIONS(1327), 1,
aux_sym_source_file_token1,
ACTIONS(1330), 1,
anon_sym_RBRACE,
STATE(643), 1,
aux_sym_target_group_repeat1,
[19524] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1332), 1,
sym__name,
STATE(515), 1,
sym_module,
[19534] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1334), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19542] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1336), 1,
sym_string,
STATE(667), 1,
sym_external_function_body,
[19552] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(922), 1,
sym__name,
STATE(591), 1,
sym_external_type_argument,
[19562] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1338), 1,
sym__name,
STATE(833), 1,
sym_alias,
[19572] = 3,
ACTIONS(741), 1,
anon_sym_RBRACE,
ACTIONS(1266), 1,
aux_sym_source_file_token1,
ACTIONS(1340), 1,
anon_sym_LPAREN,
[19582] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1338), 1,
sym__name,
STATE(702), 1,
sym_alias,
[19592] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1342), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19600] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1146), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19608] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1344), 1,
anon_sym_LBRACE,
ACTIONS(1346), 1,
anon_sym_DASH_GT,
[19618] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1137), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19626] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1348), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19634] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(872), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19642] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1350), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19650] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1352), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19658] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1354), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19666] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(420), 1,
sym__upname,
STATE(368), 1,
sym__constructor_pattern,
[19676] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1356), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19684] = 3,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1338), 1,
sym__name,
STATE(673), 1,
sym_alias,
[19694] = 3,
ACTIONS(1321), 1,
aux_sym_source_file_token1,
ACTIONS(1358), 1,
anon_sym_RBRACE,
ACTIONS(1360), 1,
anon_sym_as,
[19704] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1362), 1,
anon_sym_RPAREN,
[19711] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1364), 1,
anon_sym_DASH_GT,
[19718] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1366), 1,
anon_sym_EQ,
[19725] = 2,
ACTIONS(1368), 1,
aux_sym_source_file_token1,
ACTIONS(1370), 1,
anon_sym_RBRACE,
[19732] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1372), 1,
anon_sym_DASH_GT,
[19739] = 1,
ACTIONS(1374), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19744] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1376), 1,
anon_sym_DASH_GT,
[19751] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1378), 1,
sym_integer,
[19758] = 1,
ACTIONS(1380), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19763] = 2,
ACTIONS(1382), 1,
aux_sym_source_file_token1,
ACTIONS(1384), 1,
anon_sym_RBRACE,
[19770] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1386), 1,
sym_integer,
[19777] = 1,
ACTIONS(1388), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19782] = 2,
ACTIONS(1390), 1,
aux_sym_source_file_token1,
ACTIONS(1392), 1,
anon_sym_RBRACE,
[19789] = 1,
ACTIONS(1394), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19794] = 1,
ACTIONS(1396), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19799] = 2,
ACTIONS(1398), 1,
aux_sym_source_file_token1,
ACTIONS(1400), 1,
anon_sym_RBRACE,
[19806] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1402), 1,
anon_sym_DASH_GT,
[19813] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1404), 1,
sym_string,
[19820] = 1,
ACTIONS(1406), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19825] = 1,
ACTIONS(1408), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19830] = 1,
ACTIONS(1368), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19835] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1410), 1,
sym__upname,
[19842] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1410), 1,
sym__name,
[19849] = 2,
ACTIONS(1330), 1,
anon_sym_RBRACE,
ACTIONS(1412), 1,
aux_sym_source_file_token1,
[19856] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1414), 1,
anon_sym_RPAREN,
[19863] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1416), 1,
sym__name,
[19870] = 1,
ACTIONS(1418), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[19875] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1420), 1,
anon_sym_EQ,
[19882] = 2,
ACTIONS(1380), 1,
aux_sym_source_file_token1,
ACTIONS(1422), 1,
anon_sym_RBRACE,
[19889] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1424), 1,
anon_sym_RBRACK,
[19896] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1426), 1,
anon_sym_DOT,
[19903] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1428), 1,
sym__name,
[19910] = 2,
ACTIONS(1430), 1,
aux_sym_source_file_token1,
ACTIONS(1432), 1,
anon_sym_RBRACE,
[19917] = 2,
ACTIONS(1434), 1,
aux_sym_source_file_token1,
ACTIONS(1436), 1,
anon_sym_RBRACE,
[19924] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1438), 1,
anon_sym_EQ,
[19931] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1440), 1,
anon_sym_RPAREN,
[19938] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1442), 1,
anon_sym_RPAREN,
[19945] = 2,
ACTIONS(1444), 1,
aux_sym_source_file_token1,
ACTIONS(1446), 1,
anon_sym_RBRACE,
[19952] = 2,
ACTIONS(1448), 1,
aux_sym_source_file_token1,
ACTIONS(1450), 1,
anon_sym_RBRACE,
[19959] = 2,
ACTIONS(1452), 1,
aux_sym_source_file_token1,
ACTIONS(1454), 1,
anon_sym_RBRACE,
[19966] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1456), 1,
anon_sym_COLON,
[19973] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1458), 1,
anon_sym_LPAREN,
[19980] = 2,
ACTIONS(1460), 1,
aux_sym_source_file_token1,
ACTIONS(1462), 1,
anon_sym_RBRACE,
[19987] = 2,
ACTIONS(1464), 1,
aux_sym_source_file_token1,
ACTIONS(1466), 1,
anon_sym_RBRACE,
[19994] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1468), 1,
sym_string,
[20001] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1470), 1,
anon_sym_DASH_GT,
[20008] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1472), 1,
anon_sym_LPAREN,
[20015] = 2,
ACTIONS(1474), 1,
aux_sym_source_file_token1,
ACTIONS(1476), 1,
anon_sym_RBRACE,
[20022] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1478), 1,
anon_sym_RPAREN,
[20029] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1480), 1,
anon_sym_RPAREN,
[20036] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1482), 1,
anon_sym_RPAREN,
[20043] = 2,
ACTIONS(1484), 1,
aux_sym_source_file_token1,
ACTIONS(1486), 1,
anon_sym_RBRACE,
[20050] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1488), 1,
anon_sym_DASH_GT,
[20057] = 2,
ACTIONS(1490), 1,
aux_sym_source_file_token1,
ACTIONS(1492), 1,
anon_sym_RBRACE,
[20064] = 1,
ACTIONS(1430), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20069] = 1,
ACTIONS(1434), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20074] = 2,
ACTIONS(1494), 1,
aux_sym_source_file_token1,
ACTIONS(1496), 1,
anon_sym_RBRACE,
[20081] = 1,
ACTIONS(1498), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20086] = 1,
ACTIONS(1500), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20091] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1502), 1,
anon_sym_RPAREN,
[20098] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1504), 1,
anon_sym_RPAREN,
[20105] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1506), 1,
anon_sym_LPAREN,
[20112] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1508), 1,
anon_sym_RPAREN,
[20119] = 2,
ACTIONS(464), 1,
anon_sym_RBRACE,
ACTIONS(1388), 1,
aux_sym_source_file_token1,
[20126] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1510), 1,
anon_sym_DASH_GT,
[20133] = 1,
ACTIONS(1512), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20138] = 1,
ACTIONS(1514), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20143] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1516), 1,
anon_sym_DOT,
[20150] = 1,
ACTIONS(1518), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20155] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1520), 1,
anon_sym_LPAREN,
[20162] = 2,
ACTIONS(466), 1,
anon_sym_RBRACE,
ACTIONS(1374), 1,
aux_sym_source_file_token1,
[20169] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1522), 1,
anon_sym_LBRACE,
[20176] = 1,
ACTIONS(1382), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20181] = 1,
ACTIONS(1524), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20186] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1526), 1,
anon_sym_RBRACK,
[20193] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1528), 1,
anon_sym_RBRACK,
[20200] = 2,
ACTIONS(472), 1,
anon_sym_RBRACE,
ACTIONS(1530), 1,
aux_sym_source_file_token1,
[20207] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1532), 1,
anon_sym_RPAREN,
[20214] = 2,
ACTIONS(456), 1,
anon_sym_RBRACE,
ACTIONS(1534), 1,
aux_sym_source_file_token1,
[20221] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1536), 1,
anon_sym_RPAREN,
[20228] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1538), 1,
anon_sym_COLON,
[20235] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(708), 1,
anon_sym_RPAREN,
[20242] = 2,
ACTIONS(476), 1,
anon_sym_RBRACE,
ACTIONS(1540), 1,
aux_sym_source_file_token1,
[20249] = 1,
ACTIONS(1542), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20254] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1544), 1,
anon_sym_LBRACE,
[20261] = 1,
ACTIONS(1546), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20266] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1548), 1,
anon_sym_RPAREN,
[20273] = 2,
ACTIONS(482), 1,
anon_sym_RBRACE,
ACTIONS(1550), 1,
aux_sym_source_file_token1,
[20280] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1552), 1,
anon_sym_DASH_GT,
[20287] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1554), 1,
anon_sym_LPAREN,
[20294] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1556), 1,
anon_sym_RPAREN,
[20301] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1558), 1,
anon_sym_RPAREN,
[20308] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1560), 1,
anon_sym_RPAREN,
[20315] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1562), 1,
anon_sym_LBRACE,
[20322] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1564), 1,
anon_sym_RBRACK,
[20329] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1566), 1,
anon_sym_LPAREN,
[20336] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1568), 1,
anon_sym_EQ,
[20343] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1570), 1,
anon_sym_DOT,
[20350] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1572), 1,
anon_sym_LPAREN,
[20357] = 1,
ACTIONS(1550), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20362] = 1,
ACTIONS(1390), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20367] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1574), 1,
anon_sym_RPAREN,
[20374] = 1,
ACTIONS(1576), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20379] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1578), 1,
sym_string,
[20386] = 1,
ACTIONS(1444), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20391] = 1,
ACTIONS(1540), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20396] = 2,
ACTIONS(468), 1,
anon_sym_RBRACE,
ACTIONS(1394), 1,
aux_sym_source_file_token1,
[20403] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1580), 1,
anon_sym_RPAREN,
[20410] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1582), 1,
anon_sym_RPAREN,
[20417] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1584), 1,
anon_sym_LPAREN,
[20424] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1586), 1,
anon_sym_DOT,
[20431] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1588), 1,
anon_sym_EQ,
[20438] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1590), 1,
anon_sym_LPAREN,
[20445] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1592), 1,
anon_sym_LPAREN,
[20452] = 1,
ACTIONS(1448), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20457] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1594), 1,
sym_string,
[20464] = 1,
ACTIONS(1596), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20469] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(739), 1,
anon_sym_RPAREN,
[20476] = 2,
ACTIONS(484), 1,
anon_sym_RBRACE,
ACTIONS(1396), 1,
aux_sym_source_file_token1,
[20483] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1598), 1,
anon_sym_LPAREN,
[20490] = 1,
ACTIONS(1600), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20495] = 2,
ACTIONS(480), 1,
anon_sym_RBRACE,
ACTIONS(1602), 1,
aux_sym_source_file_token1,
[20502] = 1,
ACTIONS(1270), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20507] = 2,
ACTIONS(458), 1,
anon_sym_RBRACE,
ACTIONS(1406), 1,
aux_sym_source_file_token1,
[20514] = 1,
ACTIONS(1452), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20519] = 2,
ACTIONS(474), 1,
anon_sym_RBRACE,
ACTIONS(1408), 1,
aux_sym_source_file_token1,
[20526] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1604), 1,
anon_sym_EQ,
[20533] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1606), 1,
anon_sym_LPAREN,
[20540] = 2,
ACTIONS(470), 1,
anon_sym_RBRACE,
ACTIONS(1512), 1,
aux_sym_source_file_token1,
[20547] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1608), 1,
anon_sym_LPAREN,
[20554] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1610), 1,
sym_string,
[20561] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1612), 1,
anon_sym_LBRACE,
[20568] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1614), 1,
sym__name,
[20575] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1616), 1,
anon_sym_LPAREN,
[20582] = 2,
ACTIONS(462), 1,
anon_sym_RBRACE,
ACTIONS(1518), 1,
aux_sym_source_file_token1,
[20589] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1618), 1,
anon_sym_LPAREN,
[20596] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1620), 1,
sym__name,
[20603] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1622), 1,
anon_sym_DASH_GT,
[20610] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1624), 1,
anon_sym_LBRACE,
[20617] = 1,
ACTIONS(1460), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20622] = 2,
ACTIONS(460), 1,
anon_sym_RBRACE,
ACTIONS(1576), 1,
aux_sym_source_file_token1,
[20629] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1626), 1,
anon_sym_LBRACE,
[20636] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1628), 1,
anon_sym_LPAREN,
[20643] = 1,
ACTIONS(1464), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20648] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1630), 1,
anon_sym_LPAREN,
[20655] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1632), 1,
anon_sym_LBRACE,
[20662] = 1,
ACTIONS(1474), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20667] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1634), 1,
anon_sym_LBRACE,
[20674] = 1,
ACTIONS(1534), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20679] = 1,
ACTIONS(1636), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20684] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1638), 1,
anon_sym_LPAREN,
[20691] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1640), 1,
anon_sym_LBRACE,
[20698] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1642), 1,
anon_sym_LBRACE,
[20705] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1644), 1,
anon_sym_RPAREN,
[20712] = 1,
ACTIONS(1530), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20717] = 2,
ACTIONS(1596), 1,
aux_sym_source_file_token1,
ACTIONS(1646), 1,
anon_sym_RBRACE,
[20724] = 2,
ACTIONS(1636), 1,
aux_sym_source_file_token1,
ACTIONS(1648), 1,
anon_sym_RBRACE,
[20731] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1650), 1,
anon_sym_LBRACE,
[20738] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1652), 1,
anon_sym_LBRACE,
[20745] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1654), 1,
anon_sym_LBRACE,
[20752] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1656), 1,
anon_sym_DASH_GT,
[20759] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1658), 1,
anon_sym_RPAREN,
[20766] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1660), 1,
anon_sym_LBRACE,
[20773] = 1,
ACTIONS(1484), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20778] = 1,
ACTIONS(1490), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20783] = 1,
ACTIONS(1494), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20788] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1662), 1,
anon_sym_RPAREN,
[20795] = 2,
ACTIONS(1514), 1,
aux_sym_source_file_token1,
ACTIONS(1664), 1,
anon_sym_RBRACE,
[20802] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1666), 1,
ts_builtin_sym_end,
[20809] = 2,
ACTIONS(1500), 1,
aux_sym_source_file_token1,
ACTIONS(1668), 1,
anon_sym_RBRACE,
[20816] = 2,
ACTIONS(1498), 1,
aux_sym_source_file_token1,
ACTIONS(1670), 1,
anon_sym_RBRACE,
[20823] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1672), 1,
anon_sym_RPAREN,
[20830] = 1,
ACTIONS(1602), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20835] = 2,
ACTIONS(1546), 1,
aux_sym_source_file_token1,
ACTIONS(1674), 1,
anon_sym_RBRACE,
[20842] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1676), 1,
anon_sym_LPAREN,
[20849] = 1,
ACTIONS(1398), 2,
ts_builtin_sym_end,
aux_sym_source_file_token1,
[20854] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1678), 1,
anon_sym_LPAREN,
[20861] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1680), 1,
anon_sym_LPAREN,
[20868] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1682), 1,
anon_sym_DASH_GT,
[20875] = 2,
ACTIONS(3), 1,
aux_sym_source_file_token1,
ACTIONS(1684), 1,
sym__name,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 49,
[SMALL_STATE(4)] = 97,
[SMALL_STATE(5)] = 145,
[SMALL_STATE(6)] = 190,
[SMALL_STATE(7)] = 235,
[SMALL_STATE(8)] = 280,
[SMALL_STATE(9)] = 325,
[SMALL_STATE(10)] = 370,
[SMALL_STATE(11)] = 415,
[SMALL_STATE(12)] = 460,
[SMALL_STATE(13)] = 505,
[SMALL_STATE(14)] = 550,
[SMALL_STATE(15)] = 595,
[SMALL_STATE(16)] = 640,
[SMALL_STATE(17)] = 685,
[SMALL_STATE(18)] = 730,
[SMALL_STATE(19)] = 775,
[SMALL_STATE(20)] = 820,
[SMALL_STATE(21)] = 865,
[SMALL_STATE(22)] = 910,
[SMALL_STATE(23)] = 955,
[SMALL_STATE(24)] = 1000,
[SMALL_STATE(25)] = 1045,
[SMALL_STATE(26)] = 1090,
[SMALL_STATE(27)] = 1135,
[SMALL_STATE(28)] = 1180,
[SMALL_STATE(29)] = 1225,
[SMALL_STATE(30)] = 1270,
[SMALL_STATE(31)] = 1315,
[SMALL_STATE(32)] = 1360,
[SMALL_STATE(33)] = 1405,
[SMALL_STATE(34)] = 1459,
[SMALL_STATE(35)] = 1511,
[SMALL_STATE(36)] = 1561,
[SMALL_STATE(37)] = 1605,
[SMALL_STATE(38)] = 1653,
[SMALL_STATE(39)] = 1695,
[SMALL_STATE(40)] = 1751,
[SMALL_STATE(41)] = 1793,
[SMALL_STATE(42)] = 1839,
[SMALL_STATE(43)] = 1895,
[SMALL_STATE(44)] = 1951,
[SMALL_STATE(45)] = 2023,
[SMALL_STATE(46)] = 2095,
[SMALL_STATE(47)] = 2167,
[SMALL_STATE(48)] = 2239,
[SMALL_STATE(49)] = 2311,
[SMALL_STATE(50)] = 2383,
[SMALL_STATE(51)] = 2455,
[SMALL_STATE(52)] = 2527,
[SMALL_STATE(53)] = 2599,
[SMALL_STATE(54)] = 2668,
[SMALL_STATE(55)] = 2737,
[SMALL_STATE(56)] = 2806,
[SMALL_STATE(57)] = 2875,
[SMALL_STATE(58)] = 2944,
[SMALL_STATE(59)] = 3013,
[SMALL_STATE(60)] = 3082,
[SMALL_STATE(61)] = 3151,
[SMALL_STATE(62)] = 3220,
[SMALL_STATE(63)] = 3289,
[SMALL_STATE(64)] = 3358,
[SMALL_STATE(65)] = 3427,
[SMALL_STATE(66)] = 3496,
[SMALL_STATE(67)] = 3565,
[SMALL_STATE(68)] = 3634,
[SMALL_STATE(69)] = 3703,
[SMALL_STATE(70)] = 3772,
[SMALL_STATE(71)] = 3841,
[SMALL_STATE(72)] = 3910,
[SMALL_STATE(73)] = 3979,
[SMALL_STATE(74)] = 4048,
[SMALL_STATE(75)] = 4117,
[SMALL_STATE(76)] = 4186,
[SMALL_STATE(77)] = 4255,
[SMALL_STATE(78)] = 4321,
[SMALL_STATE(79)] = 4387,
[SMALL_STATE(80)] = 4453,
[SMALL_STATE(81)] = 4519,
[SMALL_STATE(82)] = 4585,
[SMALL_STATE(83)] = 4651,
[SMALL_STATE(84)] = 4717,
[SMALL_STATE(85)] = 4783,
[SMALL_STATE(86)] = 4849,
[SMALL_STATE(87)] = 4915,
[SMALL_STATE(88)] = 4981,
[SMALL_STATE(89)] = 5047,
[SMALL_STATE(90)] = 5085,
[SMALL_STATE(91)] = 5151,
[SMALL_STATE(92)] = 5217,
[SMALL_STATE(93)] = 5283,
[SMALL_STATE(94)] = 5349,
[SMALL_STATE(95)] = 5415,
[SMALL_STATE(96)] = 5481,
[SMALL_STATE(97)] = 5547,
[SMALL_STATE(98)] = 5613,
[SMALL_STATE(99)] = 5679,
[SMALL_STATE(100)] = 5745,
[SMALL_STATE(101)] = 5811,
[SMALL_STATE(102)] = 5877,
[SMALL_STATE(103)] = 5940,
[SMALL_STATE(104)] = 6000,
[SMALL_STATE(105)] = 6060,
[SMALL_STATE(106)] = 6096,
[SMALL_STATE(107)] = 6156,
[SMALL_STATE(108)] = 6216,
[SMALL_STATE(109)] = 6252,
[SMALL_STATE(110)] = 6312,
[SMALL_STATE(111)] = 6372,
[SMALL_STATE(112)] = 6431,
[SMALL_STATE(113)] = 6466,
[SMALL_STATE(114)] = 6499,
[SMALL_STATE(115)] = 6532,
[SMALL_STATE(116)] = 6589,
[SMALL_STATE(117)] = 6646,
[SMALL_STATE(118)] = 6703,
[SMALL_STATE(119)] = 6760,
[SMALL_STATE(120)] = 6817,
[SMALL_STATE(121)] = 6874,
[SMALL_STATE(122)] = 6931,
[SMALL_STATE(123)] = 6988,
[SMALL_STATE(124)] = 7045,
[SMALL_STATE(125)] = 7102,
[SMALL_STATE(126)] = 7159,
[SMALL_STATE(127)] = 7216,
[SMALL_STATE(128)] = 7249,
[SMALL_STATE(129)] = 7282,
[SMALL_STATE(130)] = 7341,
[SMALL_STATE(131)] = 7398,
[SMALL_STATE(132)] = 7455,
[SMALL_STATE(133)] = 7512,
[SMALL_STATE(134)] = 7569,
[SMALL_STATE(135)] = 7626,
[SMALL_STATE(136)] = 7683,
[SMALL_STATE(137)] = 7740,
[SMALL_STATE(138)] = 7773,
[SMALL_STATE(139)] = 7806,
[SMALL_STATE(140)] = 7839,
[SMALL_STATE(141)] = 7896,
[SMALL_STATE(142)] = 7929,
[SMALL_STATE(143)] = 7962,
[SMALL_STATE(144)] = 8007,
[SMALL_STATE(145)] = 8064,
[SMALL_STATE(146)] = 8107,
[SMALL_STATE(147)] = 8148,
[SMALL_STATE(148)] = 8187,
[SMALL_STATE(149)] = 8244,
[SMALL_STATE(150)] = 8281,
[SMALL_STATE(151)] = 8314,
[SMALL_STATE(152)] = 8347,
[SMALL_STATE(153)] = 8404,
[SMALL_STATE(154)] = 8451,
[SMALL_STATE(155)] = 8508,
[SMALL_STATE(156)] = 8565,
[SMALL_STATE(157)] = 8598,
[SMALL_STATE(158)] = 8655,
[SMALL_STATE(159)] = 8688,
[SMALL_STATE(160)] = 8721,
[SMALL_STATE(161)] = 8754,
[SMALL_STATE(162)] = 8811,
[SMALL_STATE(163)] = 8870,
[SMALL_STATE(164)] = 8903,
[SMALL_STATE(165)] = 8936,
[SMALL_STATE(166)] = 8969,
[SMALL_STATE(167)] = 9026,
[SMALL_STATE(168)] = 9059,
[SMALL_STATE(169)] = 9116,
[SMALL_STATE(170)] = 9149,
[SMALL_STATE(171)] = 9182,
[SMALL_STATE(172)] = 9239,
[SMALL_STATE(173)] = 9272,
[SMALL_STATE(174)] = 9329,
[SMALL_STATE(175)] = 9386,
[SMALL_STATE(176)] = 9419,
[SMALL_STATE(177)] = 9452,
[SMALL_STATE(178)] = 9509,
[SMALL_STATE(179)] = 9566,
[SMALL_STATE(180)] = 9623,
[SMALL_STATE(181)] = 9680,
[SMALL_STATE(182)] = 9713,
[SMALL_STATE(183)] = 9770,
[SMALL_STATE(184)] = 9827,
[SMALL_STATE(185)] = 9860,
[SMALL_STATE(186)] = 9893,
[SMALL_STATE(187)] = 9926,
[SMALL_STATE(188)] = 9959,
[SMALL_STATE(189)] = 9992,
[SMALL_STATE(190)] = 10026,
[SMALL_STATE(191)] = 10082,
[SMALL_STATE(192)] = 10122,
[SMALL_STATE(193)] = 10162,
[SMALL_STATE(194)] = 10202,
[SMALL_STATE(195)] = 10254,
[SMALL_STATE(196)] = 10306,
[SMALL_STATE(197)] = 10358,
[SMALL_STATE(198)] = 10395,
[SMALL_STATE(199)] = 10432,
[SMALL_STATE(200)] = 10465,
[SMALL_STATE(201)] = 10514,
[SMALL_STATE(202)] = 10551,
[SMALL_STATE(203)] = 10600,
[SMALL_STATE(204)] = 10649,
[SMALL_STATE(205)] = 10682,
[SMALL_STATE(206)] = 10731,
[SMALL_STATE(207)] = 10780,
[SMALL_STATE(208)] = 10829,
[SMALL_STATE(209)] = 10863,
[SMALL_STATE(210)] = 10893,
[SMALL_STATE(211)] = 10937,
[SMALL_STATE(212)] = 10967,
[SMALL_STATE(213)] = 10997,
[SMALL_STATE(214)] = 11041,
[SMALL_STATE(215)] = 11071,
[SMALL_STATE(216)] = 11115,
[SMALL_STATE(217)] = 11159,
[SMALL_STATE(218)] = 11189,
[SMALL_STATE(219)] = 11219,
[SMALL_STATE(220)] = 11249,
[SMALL_STATE(221)] = 11279,
[SMALL_STATE(222)] = 11309,
[SMALL_STATE(223)] = 11341,
[SMALL_STATE(224)] = 11371,
[SMALL_STATE(225)] = 11413,
[SMALL_STATE(226)] = 11453,
[SMALL_STATE(227)] = 11483,
[SMALL_STATE(228)] = 11521,
[SMALL_STATE(229)] = 11551,
[SMALL_STATE(230)] = 11581,
[SMALL_STATE(231)] = 11611,
[SMALL_STATE(232)] = 11647,
[SMALL_STATE(233)] = 11677,
[SMALL_STATE(234)] = 11707,
[SMALL_STATE(235)] = 11737,
[SMALL_STATE(236)] = 11767,
[SMALL_STATE(237)] = 11797,
[SMALL_STATE(238)] = 11827,
[SMALL_STATE(239)] = 11871,
[SMALL_STATE(240)] = 11901,
[SMALL_STATE(241)] = 11931,
[SMALL_STATE(242)] = 11961,
[SMALL_STATE(243)] = 11991,
[SMALL_STATE(244)] = 12021,
[SMALL_STATE(245)] = 12051,
[SMALL_STATE(246)] = 12095,
[SMALL_STATE(247)] = 12125,
[SMALL_STATE(248)] = 12155,
[SMALL_STATE(249)] = 12185,
[SMALL_STATE(250)] = 12215,
[SMALL_STATE(251)] = 12258,
[SMALL_STATE(252)] = 12301,
[SMALL_STATE(253)] = 12344,
[SMALL_STATE(254)] = 12387,
[SMALL_STATE(255)] = 12430,
[SMALL_STATE(256)] = 12473,
[SMALL_STATE(257)] = 12516,
[SMALL_STATE(258)] = 12567,
[SMALL_STATE(259)] = 12613,
[SMALL_STATE(260)] = 12661,
[SMALL_STATE(261)] = 12709,
[SMALL_STATE(262)] = 12757,
[SMALL_STATE(263)] = 12801,
[SMALL_STATE(264)] = 12849,
[SMALL_STATE(265)] = 12877,
[SMALL_STATE(266)] = 12925,
[SMALL_STATE(267)] = 12969,
[SMALL_STATE(268)] = 13015,
[SMALL_STATE(269)] = 13063,
[SMALL_STATE(270)] = 13107,
[SMALL_STATE(271)] = 13151,
[SMALL_STATE(272)] = 13195,
[SMALL_STATE(273)] = 13243,
[SMALL_STATE(274)] = 13287,
[SMALL_STATE(275)] = 13335,
[SMALL_STATE(276)] = 13360,
[SMALL_STATE(277)] = 13385,
[SMALL_STATE(278)] = 13410,
[SMALL_STATE(279)] = 13435,
[SMALL_STATE(280)] = 13460,
[SMALL_STATE(281)] = 13485,
[SMALL_STATE(282)] = 13510,
[SMALL_STATE(283)] = 13555,
[SMALL_STATE(284)] = 13600,
[SMALL_STATE(285)] = 13625,
[SMALL_STATE(286)] = 13650,
[SMALL_STATE(287)] = 13675,
[SMALL_STATE(288)] = 13700,
[SMALL_STATE(289)] = 13745,
[SMALL_STATE(290)] = 13770,
[SMALL_STATE(291)] = 13795,
[SMALL_STATE(292)] = 13820,
[SMALL_STATE(293)] = 13863,
[SMALL_STATE(294)] = 13905,
[SMALL_STATE(295)] = 13947,
[SMALL_STATE(296)] = 13989,
[SMALL_STATE(297)] = 14031,
[SMALL_STATE(298)] = 14073,
[SMALL_STATE(299)] = 14112,
[SMALL_STATE(300)] = 14151,
[SMALL_STATE(301)] = 14191,
[SMALL_STATE(302)] = 14227,
[SMALL_STATE(303)] = 14267,
[SMALL_STATE(304)] = 14307,
[SMALL_STATE(305)] = 14344,
[SMALL_STATE(306)] = 14377,
[SMALL_STATE(307)] = 14414,
[SMALL_STATE(308)] = 14437,
[SMALL_STATE(309)] = 14470,
[SMALL_STATE(310)] = 14503,
[SMALL_STATE(311)] = 14540,
[SMALL_STATE(312)] = 14577,
[SMALL_STATE(313)] = 14614,
[SMALL_STATE(314)] = 14651,
[SMALL_STATE(315)] = 14688,
[SMALL_STATE(316)] = 14718,
[SMALL_STATE(317)] = 14748,
[SMALL_STATE(318)] = 14778,
[SMALL_STATE(319)] = 14812,
[SMALL_STATE(320)] = 14842,
[SMALL_STATE(321)] = 14876,
[SMALL_STATE(322)] = 14910,
[SMALL_STATE(323)] = 14940,
[SMALL_STATE(324)] = 14970,
[SMALL_STATE(325)] = 15004,
[SMALL_STATE(326)] = 15034,
[SMALL_STATE(327)] = 15064,
[SMALL_STATE(328)] = 15098,
[SMALL_STATE(329)] = 15128,
[SMALL_STATE(330)] = 15148,
[SMALL_STATE(331)] = 15178,
[SMALL_STATE(332)] = 15208,
[SMALL_STATE(333)] = 15238,
[SMALL_STATE(334)] = 15268,
[SMALL_STATE(335)] = 15302,
[SMALL_STATE(336)] = 15322,
[SMALL_STATE(337)] = 15344,
[SMALL_STATE(338)] = 15368,
[SMALL_STATE(339)] = 15394,
[SMALL_STATE(340)] = 15424,
[SMALL_STATE(341)] = 15444,
[SMALL_STATE(342)] = 15474,
[SMALL_STATE(343)] = 15494,
[SMALL_STATE(344)] = 15524,
[SMALL_STATE(345)] = 15544,
[SMALL_STATE(346)] = 15574,
[SMALL_STATE(347)] = 15597,
[SMALL_STATE(348)] = 15624,
[SMALL_STATE(349)] = 15651,
[SMALL_STATE(350)] = 15671,
[SMALL_STATE(351)] = 15699,
[SMALL_STATE(352)] = 15727,
[SMALL_STATE(353)] = 15744,
[SMALL_STATE(354)] = 15761,
[SMALL_STATE(355)] = 15778,
[SMALL_STATE(356)] = 15795,
[SMALL_STATE(357)] = 15812,
[SMALL_STATE(358)] = 15829,
[SMALL_STATE(359)] = 15846,
[SMALL_STATE(360)] = 15863,
[SMALL_STATE(361)] = 15880,
[SMALL_STATE(362)] = 15897,
[SMALL_STATE(363)] = 15914,
[SMALL_STATE(364)] = 15939,
[SMALL_STATE(365)] = 15964,
[SMALL_STATE(366)] = 15981,
[SMALL_STATE(367)] = 15998,
[SMALL_STATE(368)] = 16017,
[SMALL_STATE(369)] = 16034,
[SMALL_STATE(370)] = 16051,
[SMALL_STATE(371)] = 16068,
[SMALL_STATE(372)] = 16085,
[SMALL_STATE(373)] = 16102,
[SMALL_STATE(374)] = 16119,
[SMALL_STATE(375)] = 16136,
[SMALL_STATE(376)] = 16152,
[SMALL_STATE(377)] = 16186,
[SMALL_STATE(378)] = 16220,
[SMALL_STATE(379)] = 16254,
[SMALL_STATE(380)] = 16288,
[SMALL_STATE(381)] = 16322,
[SMALL_STATE(382)] = 16351,
[SMALL_STATE(383)] = 16369,
[SMALL_STATE(384)] = 16397,
[SMALL_STATE(385)] = 16410,
[SMALL_STATE(386)] = 16423,
[SMALL_STATE(387)] = 16441,
[SMALL_STATE(388)] = 16461,
[SMALL_STATE(389)] = 16477,
[SMALL_STATE(390)] = 16496,
[SMALL_STATE(391)] = 16511,
[SMALL_STATE(392)] = 16526,
[SMALL_STATE(393)] = 16545,
[SMALL_STATE(394)] = 16560,
[SMALL_STATE(395)] = 16579,
[SMALL_STATE(396)] = 16594,
[SMALL_STATE(397)] = 16613,
[SMALL_STATE(398)] = 16626,
[SMALL_STATE(399)] = 16645,
[SMALL_STATE(400)] = 16658,
[SMALL_STATE(401)] = 16673,
[SMALL_STATE(402)] = 16688,
[SMALL_STATE(403)] = 16703,
[SMALL_STATE(404)] = 16722,
[SMALL_STATE(405)] = 16741,
[SMALL_STATE(406)] = 16760,
[SMALL_STATE(407)] = 16775,
[SMALL_STATE(408)] = 16787,
[SMALL_STATE(409)] = 16797,
[SMALL_STATE(410)] = 16807,
[SMALL_STATE(411)] = 16821,
[SMALL_STATE(412)] = 16837,
[SMALL_STATE(413)] = 16851,
[SMALL_STATE(414)] = 16867,
[SMALL_STATE(415)] = 16877,
[SMALL_STATE(416)] = 16891,
[SMALL_STATE(417)] = 16905,
[SMALL_STATE(418)] = 16915,
[SMALL_STATE(419)] = 16931,
[SMALL_STATE(420)] = 16945,
[SMALL_STATE(421)] = 16959,
[SMALL_STATE(422)] = 16969,
[SMALL_STATE(423)] = 16983,
[SMALL_STATE(424)] = 16997,
[SMALL_STATE(425)] = 17007,
[SMALL_STATE(426)] = 17023,
[SMALL_STATE(427)] = 17037,
[SMALL_STATE(428)] = 17053,
[SMALL_STATE(429)] = 17067,
[SMALL_STATE(430)] = 17081,
[SMALL_STATE(431)] = 17091,
[SMALL_STATE(432)] = 17101,
[SMALL_STATE(433)] = 17111,
[SMALL_STATE(434)] = 17125,
[SMALL_STATE(435)] = 17135,
[SMALL_STATE(436)] = 17145,
[SMALL_STATE(437)] = 17155,
[SMALL_STATE(438)] = 17169,
[SMALL_STATE(439)] = 17185,
[SMALL_STATE(440)] = 17199,
[SMALL_STATE(441)] = 17209,
[SMALL_STATE(442)] = 17223,
[SMALL_STATE(443)] = 17237,
[SMALL_STATE(444)] = 17251,
[SMALL_STATE(445)] = 17265,
[SMALL_STATE(446)] = 17281,
[SMALL_STATE(447)] = 17294,
[SMALL_STATE(448)] = 17303,
[SMALL_STATE(449)] = 17316,
[SMALL_STATE(450)] = 17329,
[SMALL_STATE(451)] = 17340,
[SMALL_STATE(452)] = 17353,
[SMALL_STATE(453)] = 17366,
[SMALL_STATE(454)] = 17375,
[SMALL_STATE(455)] = 17386,
[SMALL_STATE(456)] = 17399,
[SMALL_STATE(457)] = 17412,
[SMALL_STATE(458)] = 17425,
[SMALL_STATE(459)] = 17438,
[SMALL_STATE(460)] = 17451,
[SMALL_STATE(461)] = 17460,
[SMALL_STATE(462)] = 17469,
[SMALL_STATE(463)] = 17482,
[SMALL_STATE(464)] = 17495,
[SMALL_STATE(465)] = 17508,
[SMALL_STATE(466)] = 17521,
[SMALL_STATE(467)] = 17534,
[SMALL_STATE(468)] = 17547,
[SMALL_STATE(469)] = 17560,
[SMALL_STATE(470)] = 17573,
[SMALL_STATE(471)] = 17586,
[SMALL_STATE(472)] = 17599,
[SMALL_STATE(473)] = 17612,
[SMALL_STATE(474)] = 17621,
[SMALL_STATE(475)] = 17630,
[SMALL_STATE(476)] = 17639,
[SMALL_STATE(477)] = 17652,
[SMALL_STATE(478)] = 17665,
[SMALL_STATE(479)] = 17678,
[SMALL_STATE(480)] = 17691,
[SMALL_STATE(481)] = 17702,
[SMALL_STATE(482)] = 17711,
[SMALL_STATE(483)] = 17724,
[SMALL_STATE(484)] = 17733,
[SMALL_STATE(485)] = 17746,
[SMALL_STATE(486)] = 17757,
[SMALL_STATE(487)] = 17770,
[SMALL_STATE(488)] = 17779,
[SMALL_STATE(489)] = 17792,
[SMALL_STATE(490)] = 17805,
[SMALL_STATE(491)] = 17818,
[SMALL_STATE(492)] = 17831,
[SMALL_STATE(493)] = 17844,
[SMALL_STATE(494)] = 17857,
[SMALL_STATE(495)] = 17870,
[SMALL_STATE(496)] = 17883,
[SMALL_STATE(497)] = 17896,
[SMALL_STATE(498)] = 17909,
[SMALL_STATE(499)] = 17922,
[SMALL_STATE(500)] = 17935,
[SMALL_STATE(501)] = 17948,
[SMALL_STATE(502)] = 17959,
[SMALL_STATE(503)] = 17968,
[SMALL_STATE(504)] = 17981,
[SMALL_STATE(505)] = 17994,
[SMALL_STATE(506)] = 18007,
[SMALL_STATE(507)] = 18016,
[SMALL_STATE(508)] = 18029,
[SMALL_STATE(509)] = 18042,
[SMALL_STATE(510)] = 18055,
[SMALL_STATE(511)] = 18068,
[SMALL_STATE(512)] = 18081,
[SMALL_STATE(513)] = 18094,
[SMALL_STATE(514)] = 18105,
[SMALL_STATE(515)] = 18118,
[SMALL_STATE(516)] = 18131,
[SMALL_STATE(517)] = 18144,
[SMALL_STATE(518)] = 18157,
[SMALL_STATE(519)] = 18170,
[SMALL_STATE(520)] = 18183,
[SMALL_STATE(521)] = 18196,
[SMALL_STATE(522)] = 18209,
[SMALL_STATE(523)] = 18222,
[SMALL_STATE(524)] = 18235,
[SMALL_STATE(525)] = 18248,
[SMALL_STATE(526)] = 18261,
[SMALL_STATE(527)] = 18274,
[SMALL_STATE(528)] = 18287,
[SMALL_STATE(529)] = 18300,
[SMALL_STATE(530)] = 18313,
[SMALL_STATE(531)] = 18326,
[SMALL_STATE(532)] = 18339,
[SMALL_STATE(533)] = 18352,
[SMALL_STATE(534)] = 18365,
[SMALL_STATE(535)] = 18378,
[SMALL_STATE(536)] = 18391,
[SMALL_STATE(537)] = 18404,
[SMALL_STATE(538)] = 18413,
[SMALL_STATE(539)] = 18426,
[SMALL_STATE(540)] = 18437,
[SMALL_STATE(541)] = 18446,
[SMALL_STATE(542)] = 18457,
[SMALL_STATE(543)] = 18470,
[SMALL_STATE(544)] = 18483,
[SMALL_STATE(545)] = 18496,
[SMALL_STATE(546)] = 18509,
[SMALL_STATE(547)] = 18522,
[SMALL_STATE(548)] = 18535,
[SMALL_STATE(549)] = 18548,
[SMALL_STATE(550)] = 18561,
[SMALL_STATE(551)] = 18574,
[SMALL_STATE(552)] = 18587,
[SMALL_STATE(553)] = 18598,
[SMALL_STATE(554)] = 18611,
[SMALL_STATE(555)] = 18620,
[SMALL_STATE(556)] = 18633,
[SMALL_STATE(557)] = 18646,
[SMALL_STATE(558)] = 18655,
[SMALL_STATE(559)] = 18664,
[SMALL_STATE(560)] = 18677,
[SMALL_STATE(561)] = 18690,
[SMALL_STATE(562)] = 18699,
[SMALL_STATE(563)] = 18708,
[SMALL_STATE(564)] = 18717,
[SMALL_STATE(565)] = 18730,
[SMALL_STATE(566)] = 18743,
[SMALL_STATE(567)] = 18756,
[SMALL_STATE(568)] = 18769,
[SMALL_STATE(569)] = 18782,
[SMALL_STATE(570)] = 18791,
[SMALL_STATE(571)] = 18804,
[SMALL_STATE(572)] = 18817,
[SMALL_STATE(573)] = 18826,
[SMALL_STATE(574)] = 18839,
[SMALL_STATE(575)] = 18852,
[SMALL_STATE(576)] = 18865,
[SMALL_STATE(577)] = 18878,
[SMALL_STATE(578)] = 18889,
[SMALL_STATE(579)] = 18902,
[SMALL_STATE(580)] = 18915,
[SMALL_STATE(581)] = 18928,
[SMALL_STATE(582)] = 18941,
[SMALL_STATE(583)] = 18954,
[SMALL_STATE(584)] = 18963,
[SMALL_STATE(585)] = 18976,
[SMALL_STATE(586)] = 18986,
[SMALL_STATE(587)] = 18996,
[SMALL_STATE(588)] = 19006,
[SMALL_STATE(589)] = 19016,
[SMALL_STATE(590)] = 19026,
[SMALL_STATE(591)] = 19036,
[SMALL_STATE(592)] = 19044,
[SMALL_STATE(593)] = 19054,
[SMALL_STATE(594)] = 19064,
[SMALL_STATE(595)] = 19074,
[SMALL_STATE(596)] = 19084,
[SMALL_STATE(597)] = 19094,
[SMALL_STATE(598)] = 19102,
[SMALL_STATE(599)] = 19112,
[SMALL_STATE(600)] = 19122,
[SMALL_STATE(601)] = 19132,
[SMALL_STATE(602)] = 19142,
[SMALL_STATE(603)] = 19152,
[SMALL_STATE(604)] = 19160,
[SMALL_STATE(605)] = 19168,
[SMALL_STATE(606)] = 19178,
[SMALL_STATE(607)] = 19188,
[SMALL_STATE(608)] = 19198,
[SMALL_STATE(609)] = 19208,
[SMALL_STATE(610)] = 19218,
[SMALL_STATE(611)] = 19226,
[SMALL_STATE(612)] = 19236,
[SMALL_STATE(613)] = 19246,
[SMALL_STATE(614)] = 19256,
[SMALL_STATE(615)] = 19266,
[SMALL_STATE(616)] = 19276,
[SMALL_STATE(617)] = 19284,
[SMALL_STATE(618)] = 19292,
[SMALL_STATE(619)] = 19300,
[SMALL_STATE(620)] = 19308,
[SMALL_STATE(621)] = 19318,
[SMALL_STATE(622)] = 19328,
[SMALL_STATE(623)] = 19338,
[SMALL_STATE(624)] = 19348,
[SMALL_STATE(625)] = 19356,
[SMALL_STATE(626)] = 19364,
[SMALL_STATE(627)] = 19372,
[SMALL_STATE(628)] = 19380,
[SMALL_STATE(629)] = 19390,
[SMALL_STATE(630)] = 19398,
[SMALL_STATE(631)] = 19408,
[SMALL_STATE(632)] = 19416,
[SMALL_STATE(633)] = 19426,
[SMALL_STATE(634)] = 19434,
[SMALL_STATE(635)] = 19442,
[SMALL_STATE(636)] = 19450,
[SMALL_STATE(637)] = 19460,
[SMALL_STATE(638)] = 19470,
[SMALL_STATE(639)] = 19478,
[SMALL_STATE(640)] = 19488,
[SMALL_STATE(641)] = 19496,
[SMALL_STATE(642)] = 19504,
[SMALL_STATE(643)] = 19514,
[SMALL_STATE(644)] = 19524,
[SMALL_STATE(645)] = 19534,
[SMALL_STATE(646)] = 19542,
[SMALL_STATE(647)] = 19552,
[SMALL_STATE(648)] = 19562,
[SMALL_STATE(649)] = 19572,
[SMALL_STATE(650)] = 19582,
[SMALL_STATE(651)] = 19592,
[SMALL_STATE(652)] = 19600,
[SMALL_STATE(653)] = 19608,
[SMALL_STATE(654)] = 19618,
[SMALL_STATE(655)] = 19626,
[SMALL_STATE(656)] = 19634,
[SMALL_STATE(657)] = 19642,
[SMALL_STATE(658)] = 19650,
[SMALL_STATE(659)] = 19658,
[SMALL_STATE(660)] = 19666,
[SMALL_STATE(661)] = 19676,
[SMALL_STATE(662)] = 19684,
[SMALL_STATE(663)] = 19694,
[SMALL_STATE(664)] = 19704,
[SMALL_STATE(665)] = 19711,
[SMALL_STATE(666)] = 19718,
[SMALL_STATE(667)] = 19725,
[SMALL_STATE(668)] = 19732,
[SMALL_STATE(669)] = 19739,
[SMALL_STATE(670)] = 19744,
[SMALL_STATE(671)] = 19751,
[SMALL_STATE(672)] = 19758,
[SMALL_STATE(673)] = 19763,
[SMALL_STATE(674)] = 19770,
[SMALL_STATE(675)] = 19777,
[SMALL_STATE(676)] = 19782,
[SMALL_STATE(677)] = 19789,
[SMALL_STATE(678)] = 19794,
[SMALL_STATE(679)] = 19799,
[SMALL_STATE(680)] = 19806,
[SMALL_STATE(681)] = 19813,
[SMALL_STATE(682)] = 19820,
[SMALL_STATE(683)] = 19825,
[SMALL_STATE(684)] = 19830,
[SMALL_STATE(685)] = 19835,
[SMALL_STATE(686)] = 19842,
[SMALL_STATE(687)] = 19849,
[SMALL_STATE(688)] = 19856,
[SMALL_STATE(689)] = 19863,
[SMALL_STATE(690)] = 19870,
[SMALL_STATE(691)] = 19875,
[SMALL_STATE(692)] = 19882,
[SMALL_STATE(693)] = 19889,
[SMALL_STATE(694)] = 19896,
[SMALL_STATE(695)] = 19903,
[SMALL_STATE(696)] = 19910,
[SMALL_STATE(697)] = 19917,
[SMALL_STATE(698)] = 19924,
[SMALL_STATE(699)] = 19931,
[SMALL_STATE(700)] = 19938,
[SMALL_STATE(701)] = 19945,
[SMALL_STATE(702)] = 19952,
[SMALL_STATE(703)] = 19959,
[SMALL_STATE(704)] = 19966,
[SMALL_STATE(705)] = 19973,
[SMALL_STATE(706)] = 19980,
[SMALL_STATE(707)] = 19987,
[SMALL_STATE(708)] = 19994,
[SMALL_STATE(709)] = 20001,
[SMALL_STATE(710)] = 20008,
[SMALL_STATE(711)] = 20015,
[SMALL_STATE(712)] = 20022,
[SMALL_STATE(713)] = 20029,
[SMALL_STATE(714)] = 20036,
[SMALL_STATE(715)] = 20043,
[SMALL_STATE(716)] = 20050,
[SMALL_STATE(717)] = 20057,
[SMALL_STATE(718)] = 20064,
[SMALL_STATE(719)] = 20069,
[SMALL_STATE(720)] = 20074,
[SMALL_STATE(721)] = 20081,
[SMALL_STATE(722)] = 20086,
[SMALL_STATE(723)] = 20091,
[SMALL_STATE(724)] = 20098,
[SMALL_STATE(725)] = 20105,
[SMALL_STATE(726)] = 20112,
[SMALL_STATE(727)] = 20119,
[SMALL_STATE(728)] = 20126,
[SMALL_STATE(729)] = 20133,
[SMALL_STATE(730)] = 20138,
[SMALL_STATE(731)] = 20143,
[SMALL_STATE(732)] = 20150,
[SMALL_STATE(733)] = 20155,
[SMALL_STATE(734)] = 20162,
[SMALL_STATE(735)] = 20169,
[SMALL_STATE(736)] = 20176,
[SMALL_STATE(737)] = 20181,
[SMALL_STATE(738)] = 20186,
[SMALL_STATE(739)] = 20193,
[SMALL_STATE(740)] = 20200,
[SMALL_STATE(741)] = 20207,
[SMALL_STATE(742)] = 20214,
[SMALL_STATE(743)] = 20221,
[SMALL_STATE(744)] = 20228,
[SMALL_STATE(745)] = 20235,
[SMALL_STATE(746)] = 20242,
[SMALL_STATE(747)] = 20249,
[SMALL_STATE(748)] = 20254,
[SMALL_STATE(749)] = 20261,
[SMALL_STATE(750)] = 20266,
[SMALL_STATE(751)] = 20273,
[SMALL_STATE(752)] = 20280,
[SMALL_STATE(753)] = 20287,
[SMALL_STATE(754)] = 20294,
[SMALL_STATE(755)] = 20301,
[SMALL_STATE(756)] = 20308,
[SMALL_STATE(757)] = 20315,
[SMALL_STATE(758)] = 20322,
[SMALL_STATE(759)] = 20329,
[SMALL_STATE(760)] = 20336,
[SMALL_STATE(761)] = 20343,
[SMALL_STATE(762)] = 20350,
[SMALL_STATE(763)] = 20357,
[SMALL_STATE(764)] = 20362,
[SMALL_STATE(765)] = 20367,
[SMALL_STATE(766)] = 20374,
[SMALL_STATE(767)] = 20379,
[SMALL_STATE(768)] = 20386,
[SMALL_STATE(769)] = 20391,
[SMALL_STATE(770)] = 20396,
[SMALL_STATE(771)] = 20403,
[SMALL_STATE(772)] = 20410,
[SMALL_STATE(773)] = 20417,
[SMALL_STATE(774)] = 20424,
[SMALL_STATE(775)] = 20431,
[SMALL_STATE(776)] = 20438,
[SMALL_STATE(777)] = 20445,
[SMALL_STATE(778)] = 20452,
[SMALL_STATE(779)] = 20457,
[SMALL_STATE(780)] = 20464,
[SMALL_STATE(781)] = 20469,
[SMALL_STATE(782)] = 20476,
[SMALL_STATE(783)] = 20483,
[SMALL_STATE(784)] = 20490,
[SMALL_STATE(785)] = 20495,
[SMALL_STATE(786)] = 20502,
[SMALL_STATE(787)] = 20507,
[SMALL_STATE(788)] = 20514,
[SMALL_STATE(789)] = 20519,
[SMALL_STATE(790)] = 20526,
[SMALL_STATE(791)] = 20533,
[SMALL_STATE(792)] = 20540,
[SMALL_STATE(793)] = 20547,
[SMALL_STATE(794)] = 20554,
[SMALL_STATE(795)] = 20561,
[SMALL_STATE(796)] = 20568,
[SMALL_STATE(797)] = 20575,
[SMALL_STATE(798)] = 20582,
[SMALL_STATE(799)] = 20589,
[SMALL_STATE(800)] = 20596,
[SMALL_STATE(801)] = 20603,
[SMALL_STATE(802)] = 20610,
[SMALL_STATE(803)] = 20617,
[SMALL_STATE(804)] = 20622,
[SMALL_STATE(805)] = 20629,
[SMALL_STATE(806)] = 20636,
[SMALL_STATE(807)] = 20643,
[SMALL_STATE(808)] = 20648,
[SMALL_STATE(809)] = 20655,
[SMALL_STATE(810)] = 20662,
[SMALL_STATE(811)] = 20667,
[SMALL_STATE(812)] = 20674,
[SMALL_STATE(813)] = 20679,
[SMALL_STATE(814)] = 20684,
[SMALL_STATE(815)] = 20691,
[SMALL_STATE(816)] = 20698,
[SMALL_STATE(817)] = 20705,
[SMALL_STATE(818)] = 20712,
[SMALL_STATE(819)] = 20717,
[SMALL_STATE(820)] = 20724,
[SMALL_STATE(821)] = 20731,
[SMALL_STATE(822)] = 20738,
[SMALL_STATE(823)] = 20745,
[SMALL_STATE(824)] = 20752,
[SMALL_STATE(825)] = 20759,
[SMALL_STATE(826)] = 20766,
[SMALL_STATE(827)] = 20773,
[SMALL_STATE(828)] = 20778,
[SMALL_STATE(829)] = 20783,
[SMALL_STATE(830)] = 20788,
[SMALL_STATE(831)] = 20795,
[SMALL_STATE(832)] = 20802,
[SMALL_STATE(833)] = 20809,
[SMALL_STATE(834)] = 20816,
[SMALL_STATE(835)] = 20823,
[SMALL_STATE(836)] = 20830,
[SMALL_STATE(837)] = 20835,
[SMALL_STATE(838)] = 20842,
[SMALL_STATE(839)] = 20849,
[SMALL_STATE(840)] = 20854,
[SMALL_STATE(841)] = 20861,
[SMALL_STATE(842)] = 20868,
[SMALL_STATE(843)] = 20875,
};
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 = false}}, SHIFT(513),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593),
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594),
[19] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var, 1),
[21] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 1),
[23] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 1),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44),
[27] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 1),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767),
[31] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 6, .production_id = 63),
[33] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 4),
[35] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, .production_id = 14),
[37] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 6, .production_id = 54),
[39] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 6, .production_id = 59),
[41] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 6, .production_id = 58),
[43] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 5, .production_id = 48),
[45] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 5),
[47] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 9, .production_id = 70),
[49] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4, .production_id = 14),
[51] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 8, .production_id = 67),
[53] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 5, .production_id = 56),
[55] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2),
[57] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 2),
[59] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_group, 3),
[61] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 4),
[63] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3),
[65] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_record, 3, .production_id = 36),
[67] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3),
[69] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 4, .production_id = 43),
[71] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 4),
[73] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 6, .production_id = 56),
[75] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 3),
[77] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 7, .production_id = 64),
[79] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 3),
[81] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 7, .production_id = 63),
[83] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 4),
[85] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 5, .production_id = 54),
[87] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binop, 3),
[89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136),
[91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135),
[93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133),
[95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132),
[97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131),
[99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130),
[101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try, 4, .production_id = 42),
[103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134),
[105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1),
[107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__expression_seq, 1),
[109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try, 5, .production_id = 53),
[111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95),
[113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777),
[115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29),
[117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109),
[119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111),
[121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840),
[123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105),
[125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148),
[127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
[129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366),
[131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89),
[133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108),
[135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16),
[137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7),
[139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218),
[141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237),
[143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170),
[145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151),
[147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139),
[149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239),
[151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81),
[153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834),
[155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753),
[157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107),
[159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162),
[161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725),
[163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295),
[165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4),
[167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166),
[169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40),
[171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2),
[173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3),
[175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19),
[177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219),
[179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220),
[181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226),
[183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233),
[185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28),
[187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764),
[189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13),
[191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837),
[193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676),
[195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813),
[197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9),
[199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127),
[201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820),
[203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175),
[205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185),
[207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15),
[209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187),
[211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188),
[213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(81),
[216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2),
[218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(753),
[221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(107),
[224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(162),
[227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(725),
[230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(295),
[233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(4),
[236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(166),
[239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(40),
[242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(2),
[245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_seq, 2), SHIFT_REPEAT(3),
[248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721),
[250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749),
[252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211),
[254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128),
[256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236),
[258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779),
[260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21),
[262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17),
[264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51),
[266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113),
[268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212),
[270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114),
[272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577),
[274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117),
[276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91),
[278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793),
[280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104),
[282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129),
[284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841),
[286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204),
[288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115),
[290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230),
[292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189),
[294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199),
[296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240),
[298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118),
[300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120),
[302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121),
[304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122),
[306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124),
[308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_repeat1, 2),
[310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119),
[312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18),
[314] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733),
[318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422),
[320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808),
[322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806),
[324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410),
[326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759),
[328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419),
[330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126),
[332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214),
[334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173),
[336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23),
[338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123),
[340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137),
[342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
[344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453),
[346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506),
[348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47),
[350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25),
[352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487),
[354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156),
[356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272),
[358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794),
[360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268),
[362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241),
[364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263),
[366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183),
[368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182),
[370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument, 3, .production_id = 22),
[372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 4, .production_id = 65),
[374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180),
[376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179),
[378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178),
[380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177),
[382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174),
[384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 3, .production_id = 62),
[386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 4, .production_id = 66),
[388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 5, .production_id = 69),
[390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument, 1),
[392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167),
[394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235),
[396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481),
[398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11),
[400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10),
[402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242),
[404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172),
[406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814),
[408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257),
[410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374),
[412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261),
[414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444),
[416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367),
[418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349),
[420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346),
[422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2),
[424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373),
[426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269),
[428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773),
[430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312),
[432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302),
[434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338),
[436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307),
[438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264),
[440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_record, 1),
[442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532),
[444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337),
[446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 3),
[448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348),
[450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336),
[452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347),
[454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335),
[456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 4),
[458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_list, 3),
[460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_value, 1, .production_id = 9),
[462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_list, 2),
[464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_record, 5),
[466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_tuple, 5),
[468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_record, 3),
[470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 2),
[472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_record, 4),
[474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_tuple, 3),
[476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_list, 4),
[478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365),
[480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 3),
[482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_tuple, 4),
[484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_remote_record, 3),
[486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690),
[488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644),
[490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404),
[492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606),
[494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615),
[496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588),
[498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784),
[500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737),
[502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710),
[504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709),
[506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516),
[508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409),
[510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437),
[512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397),
[514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792),
[516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501),
[518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694),
[520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284),
[522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729),
[524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683),
[526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545),
[528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440),
[530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399),
[532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798),
[534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498),
[536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491),
[538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716),
[540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414),
[542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286),
[544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528),
[546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278),
[548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534),
[550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732),
[552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499),
[554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789),
[556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493),
[558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791),
[560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306),
[562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300),
[564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701),
[566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731),
[568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607),
[570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697),
[572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572),
[574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651),
[576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776),
[578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313),
[580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303),
[582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719),
[584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774),
[586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616),
[588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_unit, 1, .production_id = 61),
[590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768),
[592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_binop, 3),
[594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273),
[596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270),
[598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266),
[600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_tuple_access, 3, .production_id = 68),
[602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_unit, 3),
[604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_pattern, 1),
[606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381),
[608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_guard, 2),
[610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262),
[612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342),
[614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660),
[616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762),
[618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558),
[620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761),
[622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407),
[624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563),
[626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 4, .production_id = 39),
[628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern_bit_string, 3),
[630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_pattern, 2),
[632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 5, .production_id = 60),
[634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_pattern, 1),
[636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 5, .production_id = 50),
[638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_constructor_args, 3),
[640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_constructor_args, 4),
[642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern_bit_string, 4),
[644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 4, .production_id = 50),
[646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 4, .production_id = 49),
[648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 3),
[650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_discard_var, 1),
[652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1),
[654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695),
[656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_constructor_pattern, 3),
[658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 3, .production_id = 39),
[660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_constructor_args, 5),
[662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_constructor_args, 2),
[664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 3),
[666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern_bit_string, 2),
[668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2),
[670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 3, .production_id = 40),
[672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639),
[674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429),
[676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384),
[678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598),
[680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605),
[682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601),
[684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620),
[686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371),
[688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623),
[690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744),
[692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 51),
[694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 51), SHIFT_REPEAT(294),
[697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 39),
[699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name_param, 1, .production_id = 14),
[701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537),
[703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_repeat1, 2), SHIFT_REPEAT(126),
[706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387),
[708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358),
[710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_pattern, 1, .production_id = 44),
[712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294),
[714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2),
[716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2),
[718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(689),
[721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 2),
[723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 2),
[725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689),
[727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271),
[729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116),
[731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282),
[733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1),
[735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 1),
[737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796),
[739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359),
[741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1),
[743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305),
[745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161),
[747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_var, 1),
[749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566),
[751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_pattern, 2, .production_id = 51),
[753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369),
[755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361),
[757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(796),
[760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_type, 1),
[762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351),
[764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_type_name, 3, .production_id = 24),
[766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_hole, 1),
[768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_bit_string_segment_options, 1),
[770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198),
[772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243),
[774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168),
[776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constant_tuple_repeat1, 2), SHIFT_REPEAT(321),
[779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__constant_tuple_repeat1, 2),
[781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31),
[783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154),
[785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3),
[787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter, 1, .production_id = 13),
[789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316),
[791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter, 1, .production_id = 12),
[793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_bit_string_segment_options, 1),
[795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201),
[797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pattern_constructor_args_repeat1, 2), SHIFT_REPEAT(387),
[800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pattern_constructor_args_repeat1, 2),
[802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 28),
[804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_bit_string_segment_options, 1),
[806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197),
[808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_bit_string_segment_options, 2),
[810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constructor, 4),
[812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158),
[814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144),
[816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_bit_string_segment_options, 2),
[818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743),
[820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624),
[822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_constant_bit_string_segment_options_repeat1, 2),
[824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constant_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(198),
[827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter, 1),
[829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, .production_id = 32),
[831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5),
[833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_clause_repeat1, 2),
[835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clause_repeat1, 2), SHIFT_REPEAT(282),
[838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4),
[840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_type_name, 3, .production_id = 25),
[842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constructor, 5),
[844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter, 1, .production_id = 11),
[846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constructor, 3),
[848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pattern_bit_string_segment_options_repeat1, 2),
[850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pattern_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(201),
[853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_bit_string_segment_options, 2),
[855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_bit_string_segment_options_repeat1, 2),
[857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expression_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(197),
[860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_external_type_constructor_repeat1, 2), SHIFT_REPEAT(647),
[863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_external_type_constructor_repeat1, 2),
[865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple_type, 4),
[867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274),
[869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_arguments_repeat1, 2), SHIFT_REPEAT(92),
[872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_arguments_repeat1, 2),
[874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 2, .production_id = 3),
[876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795),
[878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609),
[880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259),
[882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334),
[884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364),
[886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610),
[888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32),
[890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260),
[892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480),
[894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485),
[896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8),
[898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_constructor_named_arg, 3),
[900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318),
[902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223),
[904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__pattern_bit_string_repeat1, 2), SHIFT_REPEAT(283),
[907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__pattern_bit_string_repeat1, 2),
[909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229),
[911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232),
[913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_repeat1, 2),
[915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_repeat1, 2), SHIFT_REPEAT(260),
[918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209),
[920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718),
[922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638),
[924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244),
[926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355),
[928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190),
[930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246),
[932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bit_string_segment_option_unit, 4, .production_id = 47),
[934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string_segment_option_size, 4, .production_id = 46),
[936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383),
[938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 1),
[940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217),
[942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92),
[944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2),
[946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30),
[948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_import, 1),
[950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686),
[952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string_segment_option_size, 4, .production_id = 46),
[954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600),
[956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727),
[958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern_constructor_arg, 1, .production_id = 41),
[960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321),
[962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734),
[964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685),
[966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640),
[968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542),
[970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740),
[972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283),
[974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360),
[976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311),
[978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742),
[980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340),
[982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746),
[984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751),
[986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362),
[988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770),
[990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552),
[992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__expression_bit_string_repeat1, 2), SHIFT_REPEAT(190),
[995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__expression_bit_string_repeat1, 2),
[997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785),
[999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787),
[1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682),
[1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12),
[1005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_bit_string_segment, 1, .production_id = 15),
[1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192),
[1009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern_bit_string_segment_option_size, 4),
[1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836),
[1013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(319),
[1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_type_repeat1, 2),
[1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186),
[1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181),
[1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176),
[1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677),
[1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169),
[1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165),
[1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826),
[1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159),
[1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 2, .production_id = 3),
[1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805),
[1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650),
[1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308),
[1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331),
[1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301),
[1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668),
[1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138),
[1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 2),
[1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279),
[1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280),
[1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445),
[1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50),
[1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102),
[1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647),
[1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679),
[1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285),
[1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275),
[1070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 1),
[1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287),
[1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290),
[1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265),
[1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585),
[1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692),
[1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281),
[1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289),
[1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276),
[1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663),
[1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696),
[1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__labelled_discard_param, 2, .production_id = 22),
[1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353),
[1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_bit_string_segment, 1, .production_id = 34),
[1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193),
[1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__labelled_name_param, 2, .production_id = 23),
[1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649),
[1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626),
[1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6),
[1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763),
[1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769),
[1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5),
[1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672),
[1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319),
[1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436),
[1120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728),
[1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812),
[1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_record_arg, 1),
[1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324),
[1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432),
[1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_type_constructor, 5),
[1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818),
[1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constant_tuple_type_repeat1, 2), SHIFT_REPEAT(363),
[1137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_constant_tuple_type_repeat1, 2),
[1139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple_type, 5),
[1141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple_type, 3),
[1143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constant_record_repeat1, 2), SHIFT_REPEAT(600),
[1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__constant_record_repeat1, 2),
[1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363),
[1150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447),
[1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_remote_type_name, 3, .production_id = 24),
[1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_remote_type_name, 3, .production_id = 25),
[1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_type_constructor, 3),
[1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583),
[1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839),
[1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842),
[1164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_parameters_repeat1, 2), SHIFT_REPEAT(383),
[1167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_parameters_repeat1, 2),
[1169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_annotation, 2, .production_id = 10),
[1171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_repeat1, 2),
[1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_repeat1, 2), SHIFT_REPEAT(542),
[1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669),
[1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constant_bit_string_repeat1, 2), SHIFT_REPEAT(311),
[1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__constant_bit_string_repeat1, 2),
[1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125),
[1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675),
[1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27),
[1189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_bit_string_segment, 1, .production_id = 15),
[1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191),
[1193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_external_function_parameters_repeat1, 2), SHIFT_REPEAT(301),
[1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_external_function_parameters_repeat1, 2),
[1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424),
[1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680),
[1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434),
[1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554),
[1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_type_constructor, 4),
[1208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557),
[1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 7, .production_id = 3),
[1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 7, .production_id = 3),
[1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648),
[1216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681),
[1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299),
[1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395),
[1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454),
[1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800),
[1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1),
[1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[1230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84),
[1232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325),
[1234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument, 3, .production_id = 55),
[1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85),
[1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317),
[1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98),
[1242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322),
[1244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99),
[1246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323),
[1248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88),
[1250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328),
[1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_bit_string_segment, 3, .production_id = 27),
[1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101),
[1256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315),
[1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_record, 1),
[1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495),
[1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[1264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780),
[1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1),
[1268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469),
[1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2),
[1272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(292),
[1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
[1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747),
[1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541),
[1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843),
[1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509),
[1285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_bit_string_segment, 3, .production_id = 52),
[1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94),
[1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341),
[1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438),
[1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48),
[1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772),
[1299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_spread, 1),
[1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632),
[1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_import, 3, .production_id = 26),
[1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90),
[1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326),
[1309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_bit_string_segment, 3, .production_id = 27),
[1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418),
[1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46),
[1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type_argument, 1),
[1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96),
[1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330),
[1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 6, .production_id = 3),
[1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628),
[1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument, 1, .production_id = 35),
[1327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(298),
[1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_target_group_repeat1, 2),
[1332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401),
[1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function_parameter, 3, .production_id = 29),
[1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708),
[1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819),
[1340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536),
[1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_record_arg, 3),
[1344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78),
[1346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345),
[1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function_parameter, 1, .production_id = 17),
[1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter, 2, .production_id = 20),
[1352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter, 2, .production_id = 19),
[1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter, 2, .production_id = 18),
[1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter, 2, .production_id = 21),
[1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 6, .production_id = 3),
[1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662),
[1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14),
[1364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155),
[1366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587),
[1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__external_function, 8, .production_id = 33),
[1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__external_function, 8, .production_id = 33),
[1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function_parameters, 3),
[1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_tuple, 5),
[1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333),
[1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723),
[1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type_constructor, 4),
[1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 8, .production_id = 31),
[1384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 8, .production_id = 31),
[1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726),
[1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_record, 5),
[1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 7, .production_id = 30),
[1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 7, .production_id = 30),
[1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_record, 3),
[1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_remote_record, 3),
[1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type_constructor, 5),
[1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type_constructor, 5),
[1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter_types, 3),
[1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730),
[1406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_list, 3),
[1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_tuple, 3),
[1410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629),
[1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2),
[1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630),
[1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430),
[1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target_group, 6, .production_id = 6),
[1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320),
[1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type_constructor, 4),
[1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372),
[1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642),
[1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375),
[1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type_constructor, 3),
[1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type_constructor, 3),
[1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant, 5, .production_id = 16),
[1436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant, 5, .production_id = 16),
[1438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171),
[1440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24),
[1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20),
[1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant, 4, .production_id = 8),
[1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant, 4, .production_id = 8),
[1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 4, .production_id = 7),
[1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 4, .production_id = 7),
[1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__external_type, 3),
[1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__external_type, 3),
[1456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332),
[1458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45),
[1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_external_function, 2, .production_id = 5),
[1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_public_external_function, 2, .production_id = 5),
[1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_external_type, 2),
[1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_public_external_type, 2),
[1468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831),
[1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function_parameters, 2),
[1472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309),
[1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_constant, 2, .production_id = 4),
[1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_public_constant, 2, .production_id = 4),
[1478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160),
[1480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163),
[1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164),
[1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function, 1, .production_id = 2),
[1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function, 1, .production_id = 2),
[1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter_types, 2),
[1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type, 1),
[1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type, 1),
[1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 1, .production_id = 1),
[1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 1, .production_id = 1),
[1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 8, .production_id = 37),
[1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 9, .production_id = 38),
[1502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475),
[1504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184),
[1506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376),
[1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474),
[1510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameter_types, 4),
[1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 2),
[1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_body, 2),
[1516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611),
[1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_list, 2),
[1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152),
[1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77),
[1524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target_group, 7, .production_id = 6),
[1526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern_tail, 2),
[1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352),
[1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_record, 4),
[1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502),
[1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 4),
[1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern_bit_string_segment_arg, 1),
[1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459),
[1540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_list, 4),
[1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target_group, 5, .production_id = 6),
[1544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79),
[1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 9, .production_id = 45),
[1548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653),
[1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_tuple, 4),
[1552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343),
[1554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106),
[1556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248),
[1558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249),
[1560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247),
[1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80),
[1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357),
[1566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427),
[1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_type_annotation, 2, .production_id = 10),
[1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510),
[1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350),
[1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228),
[1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_value, 1, .production_id = 9),
[1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699),
[1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370),
[1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_spread, 2),
[1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310),
[1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636),
[1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646),
[1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304),
[1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103),
[1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712),
[1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias, 1),
[1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49),
[1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target_group, 4, .production_id = 6),
[1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 3),
[1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327),
[1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314),
[1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110),
[1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754),
[1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456),
[1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417),
[1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52),
[1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380),
[1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612),
[1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157),
[1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86),
[1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458),
[1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671),
[1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674),
[1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83),
[1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100),
[1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 10, .production_id = 57),
[1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288),
[1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97),
[1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93),
[1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26),
[1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias, 1),
[1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 10, .production_id = 57),
[1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82),
[1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87),
[1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296),
[1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339),
[1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602),
[1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 1),
[1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599),
[1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function_body, 2),
[1666] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 9, .production_id = 38),
[1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 8, .production_id = 37),
[1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596),
[1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 9, .production_id = 45),
[1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378),
[1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379),
[1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377),
[1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function_parameters, 4),
[1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589),
};
#ifdef __cplusplus
extern "C" {
#endif
#ifdef _WIN32
#define extern __declspec(dllexport)
#endif
extern const TSLanguage *tree_sitter_gleam(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,
};
return &language;
}
#ifdef __cplusplus
}
#endif