diff --git a/src/grammar.json b/src/grammar.json index 50be67c3e..d59c7e4de 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1981,6 +1981,10 @@ { "type": "SYMBOL", "name": "use" + }, + { + "type": "SYMBOL", + "name": "assert" } ] }, @@ -2834,10 +2838,6 @@ "type": "SYMBOL", "name": "case" }, - { - "type": "SYMBOL", - "name": "assert" - }, { "type": "SYMBOL", "name": "boolean_negation" @@ -4635,6 +4635,48 @@ } ] }, + "assert": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "assert" + }, + { + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "_expression" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "as" + }, + { + "type": "FIELD", + "name": "message", + "content": { + "type": "SYMBOL", + "name": "_expression" + } + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + }, "let": { "type": "SEQ", "members": [ @@ -4743,19 +4785,6 @@ } ] }, - "assert": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "assert" - }, - { - "type": "SYMBOL", - "name": "_assignment" - } - ] - }, "boolean_negation": { "type": "SEQ", "members": [ diff --git a/src/node-types.json b/src/node-types.json index 3ff10ef74..383d211a1 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -73,10 +73,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -188,44 +184,50 @@ "type": "assert", "named": true, "fields": { - "assign": { - "multiple": true, + "message": { + "multiple": false, "required": false, "types": [ { - "type": "as", - "named": false + "type": "anonymous_function", + "named": true }, { - "type": "identifier", + "type": "binary_expression", "named": true - } - ] - }, - "pattern": { - "multiple": true, - "required": true, - "types": [ + }, { - "type": "as", - "named": false + "type": "bit_string", + "named": true }, { - "type": "binary_expression", + "type": "block", "named": true }, { - "type": "bit_string_pattern", + "type": "boolean_negation", "named": true }, { - "type": "discard", + "type": "case", + "named": true + }, + { + "type": "echo", + "named": true + }, + { + "type": "field_access", "named": true }, { "type": "float", "named": true }, + { + "type": "function_call", + "named": true + }, { "type": "identifier", "named": true @@ -235,45 +237,39 @@ "named": true }, { - "type": "list_pattern", + "type": "integer_negation", "named": true }, { - "type": "record_pattern", + "type": "list", "named": true }, { - "type": "string", + "type": "panic", "named": true }, { - "type": "tuple_pattern", + "type": "record", "named": true - } - ] - }, - "type": { - "multiple": false, - "required": false, - "types": [ + }, { - "type": "function_type", + "type": "record_update", "named": true }, { - "type": "tuple_type", + "type": "string", "named": true }, { - "type": "type", + "type": "todo", "named": true }, { - "type": "type_hole", + "type": "tuple", "named": true }, { - "type": "type_var", + "type": "tuple_access", "named": true } ] @@ -286,10 +282,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -512,10 +504,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -736,10 +724,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -930,10 +914,6 @@ "type": "as", "named": false }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -1050,10 +1030,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -1279,10 +1255,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "bit_string", "named": true @@ -1420,10 +1392,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -1675,10 +1643,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -1972,10 +1936,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -2557,10 +2517,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "bit_string", "named": true @@ -2747,10 +2703,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -2861,10 +2813,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -3031,10 +2979,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -3131,10 +3075,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -3226,10 +3166,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -3419,10 +3355,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -3712,10 +3644,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -3822,10 +3750,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -4214,10 +4138,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -4314,10 +4234,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true @@ -4830,10 +4746,6 @@ "type": "anonymous_function", "named": true }, - { - "type": "assert", - "named": true - }, { "type": "binary_expression", "named": true diff --git a/src/parser.c b/src/parser.c index cd6dee7c4..b795ecc87 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,7 +14,7 @@ #endif #define LANGUAGE_VERSION 13 -#define STATE_COUNT 1920 +#define STATE_COUNT 1888 #define LARGE_STATE_COUNT 14 #define SYMBOL_COUNT 274 #define ALIAS_COUNT 0 @@ -22,7 +22,7 @@ #define EXTERNAL_TOKEN_COUNT 1 #define FIELD_COUNT 32 #define MAX_ALIAS_SEQUENCE_LENGTH 9 -#define PRODUCTION_ID_COUNT 78 +#define PRODUCTION_ID_COUNT 80 enum { sym_module_comment = 1, @@ -199,11 +199,11 @@ enum { sym__case_clause_guard_unit = 172, sym__case_clause_tuple_access = 173, sym_let_assert = 174, - sym_let = 175, - sym_use = 176, - sym_use_assignments = 177, - sym_use_assignment = 178, - sym_assert = 179, + sym_assert = 175, + sym_let = 176, + sym_use = 177, + sym_use_assignments = 178, + sym_use_assignment = 179, sym_boolean_negation = 180, sym_integer_negation = 181, sym__assignment = 182, @@ -476,11 +476,11 @@ static const char * const ts_symbol_names[] = { [sym__case_clause_guard_unit] = "_case_clause_guard_unit", [sym__case_clause_tuple_access] = "tuple_access", [sym_let_assert] = "let_assert", + [sym_assert] = "assert", [sym_let] = "let", [sym_use] = "use", [sym_use_assignments] = "use_assignments", [sym_use_assignment] = "use_assignment", - [sym_assert] = "assert", [sym_boolean_negation] = "boolean_negation", [sym_integer_negation] = "integer_negation", [sym__assignment] = "_assignment", @@ -753,11 +753,11 @@ static const TSSymbol ts_symbol_map[] = { [sym__case_clause_guard_unit] = sym__case_clause_guard_unit, [sym__case_clause_tuple_access] = sym_tuple_access, [sym_let_assert] = sym_let_assert, + [sym_assert] = sym_assert, [sym_let] = sym_let, [sym_use] = sym_use, [sym_use_assignments] = sym_use_assignments, [sym_use_assignment] = sym_use_assignment, - [sym_assert] = sym_assert, [sym_boolean_negation] = sym_boolean_negation, [sym_integer_negation] = sym_integer_negation, [sym__assignment] = sym__assignment, @@ -1555,6 +1555,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_assert] = { + .visible = true, + .named = true, + }, [sym_let] = { .visible = true, .named = true, @@ -1571,10 +1575,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_assert] = { - .visible = true, - .named = true, - }, [sym_boolean_negation] = { .visible = true, .named = true, @@ -2032,76 +2032,78 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [5] = {.index = 4, .length = 4}, [6] = {.index = 8, .length = 3}, [7] = {.index = 11, .length = 1}, - [8] = {.index = 12, .length = 2}, - [9] = {.index = 14, .length = 2}, - [10] = {.index = 16, .length = 2}, - [11] = {.index = 18, .length = 2}, - [12] = {.index = 20, .length = 1}, - [13] = {.index = 21, .length = 2}, - [14] = {.index = 23, .length = 2}, - [15] = {.index = 25, .length = 1}, - [16] = {.index = 26, .length = 2}, - [17] = {.index = 28, .length = 4}, - [18] = {.index = 32, .length = 1}, - [19] = {.index = 33, .length = 2}, - [20] = {.index = 35, .length = 3}, - [21] = {.index = 38, .length = 2}, - [22] = {.index = 40, .length = 2}, - [23] = {.index = 42, .length = 2}, - [24] = {.index = 44, .length = 1}, - [25] = {.index = 45, .length = 2}, - [26] = {.index = 47, .length = 2}, - [27] = {.index = 49, .length = 1}, - [28] = {.index = 50, .length = 2}, - [29] = {.index = 52, .length = 3}, - [30] = {.index = 55, .length = 2}, - [31] = {.index = 57, .length = 2}, - [32] = {.index = 59, .length = 3}, - [33] = {.index = 62, .length = 1}, + [8] = {.index = 12, .length = 1}, + [9] = {.index = 13, .length = 2}, + [10] = {.index = 15, .length = 2}, + [11] = {.index = 17, .length = 2}, + [12] = {.index = 19, .length = 2}, + [13] = {.index = 21, .length = 1}, + [14] = {.index = 22, .length = 2}, + [15] = {.index = 24, .length = 2}, + [16] = {.index = 26, .length = 1}, + [17] = {.index = 27, .length = 2}, + [18] = {.index = 29, .length = 4}, + [19] = {.index = 33, .length = 1}, + [20] = {.index = 34, .length = 2}, + [21] = {.index = 36, .length = 3}, + [22] = {.index = 39, .length = 2}, + [23] = {.index = 41, .length = 2}, + [24] = {.index = 43, .length = 2}, + [25] = {.index = 45, .length = 1}, + [26] = {.index = 46, .length = 2}, + [27] = {.index = 48, .length = 2}, + [28] = {.index = 50, .length = 1}, + [29] = {.index = 51, .length = 2}, + [30] = {.index = 53, .length = 3}, + [31] = {.index = 56, .length = 2}, + [32] = {.index = 58, .length = 2}, + [33] = {.index = 60, .length = 3}, [34] = {.index = 63, .length = 1}, - [35] = {.index = 64, .length = 2}, - [36] = {.index = 66, .length = 3}, - [37] = {.index = 69, .length = 2}, - [38] = {.index = 71, .length = 2}, - [39] = {.index = 73, .length = 2}, - [40] = {.index = 75, .length = 1}, - [41] = {.index = 76, .length = 3}, - [42] = {.index = 79, .length = 1}, - [43] = {.index = 80, .length = 3}, - [44] = {.index = 83, .length = 3}, - [45] = {.index = 86, .length = 2}, - [46] = {.index = 88, .length = 3}, - [47] = {.index = 91, .length = 1}, - [48] = {.index = 92, .length = 2}, - [49] = {.index = 94, .length = 2}, - [50] = {.index = 96, .length = 1}, + [35] = {.index = 64, .length = 1}, + [36] = {.index = 65, .length = 2}, + [37] = {.index = 67, .length = 3}, + [38] = {.index = 70, .length = 2}, + [39] = {.index = 72, .length = 2}, + [40] = {.index = 74, .length = 2}, + [41] = {.index = 76, .length = 2}, + [42] = {.index = 78, .length = 1}, + [43] = {.index = 79, .length = 3}, + [44] = {.index = 82, .length = 1}, + [45] = {.index = 83, .length = 3}, + [46] = {.index = 86, .length = 3}, + [47] = {.index = 89, .length = 2}, + [48] = {.index = 91, .length = 3}, + [49] = {.index = 94, .length = 1}, + [50] = {.index = 95, .length = 2}, [51] = {.index = 97, .length = 2}, - [52] = {.index = 99, .length = 4}, - [53] = {.index = 103, .length = 5}, - [54] = {.index = 108, .length = 4}, - [55] = {.index = 112, .length = 2}, - [56] = {.index = 114, .length = 3}, - [57] = {.index = 117, .length = 2}, - [58] = {.index = 119, .length = 3}, - [59] = {.index = 122, .length = 1}, - [60] = {.index = 123, .length = 1}, - [61] = {.index = 124, .length = 4}, - [62] = {.index = 128, .length = 2}, - [63] = {.index = 130, .length = 2}, - [64] = {.index = 132, .length = 2}, - [65] = {.index = 134, .length = 3}, - [66] = {.index = 137, .length = 3}, - [67] = {.index = 140, .length = 3}, - [68] = {.index = 143, .length = 2}, - [69] = {.index = 145, .length = 2}, - [70] = {.index = 147, .length = 1}, + [52] = {.index = 99, .length = 1}, + [53] = {.index = 100, .length = 2}, + [54] = {.index = 102, .length = 4}, + [55] = {.index = 106, .length = 5}, + [56] = {.index = 111, .length = 4}, + [57] = {.index = 115, .length = 2}, + [58] = {.index = 117, .length = 3}, + [59] = {.index = 120, .length = 2}, + [60] = {.index = 122, .length = 3}, + [61] = {.index = 125, .length = 1}, + [62] = {.index = 126, .length = 1}, + [63] = {.index = 127, .length = 4}, + [64] = {.index = 131, .length = 2}, + [65] = {.index = 133, .length = 2}, + [66] = {.index = 135, .length = 2}, + [67] = {.index = 137, .length = 3}, + [68] = {.index = 140, .length = 3}, + [69] = {.index = 143, .length = 3}, + [70] = {.index = 146, .length = 2}, [71] = {.index = 148, .length = 2}, - [72] = {.index = 150, .length = 3}, - [73] = {.index = 153, .length = 4}, - [74] = {.index = 157, .length = 3}, - [75] = {.index = 160, .length = 2}, - [76] = {.index = 162, .length = 4}, - [77] = {.index = 166, .length = 4}, + [72] = {.index = 150, .length = 1}, + [73] = {.index = 151, .length = 2}, + [74] = {.index = 153, .length = 3}, + [75] = {.index = 156, .length = 4}, + [76] = {.index = 160, .length = 3}, + [77] = {.index = 163, .length = 2}, + [78] = {.index = 165, .length = 4}, + [79] = {.index = 169, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -2123,231 +2125,236 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_operator, 0, .inherited = true}, {field_right, 0, .inherited = true}, [11] = - {field_assign, 0, .inherited = true}, + {field_value, 1}, [12] = + {field_assign, 0, .inherited = true}, + [13] = {field_arguments, 1}, {field_function, 0}, - [14] = + [15] = {field_arguments, 1}, {field_name, 0}, - [16] = + [17] = {field_arguments, 2}, {field_name, 1}, - [18] = + [19] = {field_name, 0}, {field_parameters, 1}, - [20] = - {field_name, 0, .inherited = true}, [21] = + {field_name, 0, .inherited = true}, + [22] = {field_body, 2}, {field_parameters, 1}, - [23] = + [24] = {field_name, 1}, {field_parameters, 2}, - [25] = - {field_message, 2}, [26] = + {field_message, 2}, + [27] = {field_assign, 0, .inherited = true}, {field_value, 0}, - [28] = + [29] = {field_assign, 2, .inherited = true}, {field_pattern, 2, .inherited = true}, {field_type, 2, .inherited = true}, {field_value, 2, .inherited = true}, - [32] = - {field_value, 2}, [33] = + {field_value, 2}, + [34] = {field_assign, 0, .inherited = true}, {field_type, 1, .inherited = true}, - [35] = + [36] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, - [38] = + [39] = {field_index, 2}, {field_tuple, 0}, - [40] = + [41] = {field_field, 2}, {field_record, 0}, - [42] = + [43] = {field_module, 0}, {field_name, 2}, - [44] = - {field_target, 1}, [45] = + {field_target, 1}, + [46] = {field_imports, 3}, {field_module, 1}, - [47] = + [48] = {field_alias, 3}, {field_module, 1}, - [49] = - {field_type, 1}, [50] = + {field_type, 1}, + [51] = {field_name, 1}, {field_value, 3}, - [52] = + [53] = {field_options, 1}, {field_options, 2}, {field_value, 0}, - [55] = + [56] = {field_name, 0, .inherited = true}, {field_type, 1, .inherited = true}, - [57] = + [58] = {field_label, 0, .inherited = true}, {field_name, 0, .inherited = true}, - [59] = + [60] = {field_body, 3}, {field_name, 1}, {field_parameters, 2}, - [62] = - {field_subjects, 1}, [63] = - {field_assign, 1, .inherited = true}, + {field_subjects, 1}, [64] = + {field_assign, 1, .inherited = true}, + [65] = {field_assign, 1}, {field_assign, 2}, - [66] = + [67] = {field_assign, 0, .inherited = true}, {field_pattern, 0}, {field_value, 2}, - [69] = + [70] = {field_assign, 0, .inherited = true}, {field_pattern, 0}, - [71] = + [72] = + {field_message, 3}, + {field_value, 1}, + [74] = {field_assignments, 1}, {field_value, 3}, - [73] = + [76] = {field_name, 2}, {field_parameters, 3}, - [75] = + [78] = {field_label, 0}, - [76] = + [79] = {field_name, 1}, {field_type, 2, .inherited = true}, {field_value, 4}, - [79] = + [82] = {field_spread, 3}, - [80] = + [83] = {field_body, 4}, {field_parameters, 1}, {field_return_type, 3}, - [83] = + [86] = {field_label, 0, .inherited = true}, {field_name, 0, .inherited = true}, {field_type, 1, .inherited = true}, - [86] = + [89] = {field_label, 0}, {field_name, 1}, - [88] = + [91] = {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, - [91] = + [94] = {field_type, 0}, - [92] = + [95] = {field_clauses, 3}, {field_subjects, 1}, - [94] = + [97] = {field_assign, 0, .inherited = true}, {field_assign, 1, .inherited = true}, - [96] = + [99] = {field_assign, 2, .inherited = true}, - [97] = + [100] = {field_assign, 1, .inherited = true}, {field_assign, 2, .inherited = true}, - [99] = + [102] = {field_assign, 0, .inherited = true}, {field_options, 1}, {field_options, 2}, {field_value, 0}, - [103] = + [106] = {field_assign, 2, .inherited = true}, {field_message, 4}, {field_pattern, 2, .inherited = true}, {field_type, 2, .inherited = true}, {field_value, 2, .inherited = true}, - [108] = + [111] = {field_assign, 0, .inherited = true}, {field_pattern, 0}, {field_type, 1, .inherited = true}, {field_value, 3}, - [112] = + [115] = {field_name, 2}, {field_value, 4}, - [114] = + [117] = {field_body, 4}, {field_name, 2}, {field_parameters, 3}, - [117] = + [120] = {field_label, 0}, {field_value, 2}, - [119] = + [122] = {field_alias, 5}, {field_imports, 3}, {field_module, 1}, - [122] = + [125] = {field_return_type, 2}, - [123] = + [126] = {field_spread, 4}, - [124] = + [127] = {field_body, 5}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, - [128] = + [131] = {field_index, 0, .inherited = true}, {field_tuple, 0, .inherited = true}, - [130] = + [133] = {field_patterns, 0}, {field_value, 2}, - [132] = + [135] = {field_assign, 2, .inherited = true}, {field_assign, 3, .inherited = true}, - [134] = + [137] = {field_assign, 2, .inherited = true}, {field_label, 0}, {field_pattern, 2}, - [137] = + [140] = {field_name, 2}, {field_type, 3, .inherited = true}, {field_value, 5}, - [140] = + [143] = {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, - [143] = + [146] = {field_alias, 2}, {field_name, 0}, - [145] = + [148] = {field_parameter_types, 1}, {field_return_type, 3}, - [147] = + [150] = {field_spread, 5}, - [148] = + [151] = {field_name, 0}, {field_type, 2}, - [150] = + [153] = {field_guard, 1}, {field_patterns, 0}, {field_value, 3}, - [153] = + [156] = {field_body, 6}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, - [157] = + [160] = {field_arguments, 5}, {field_constructor, 0}, {field_spread, 3}, - [160] = + [163] = {field_alias, 3}, {field_name, 1}, - [162] = + [165] = {field_body, 7}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, - [166] = + [169] = {field_body, 8}, {field_name, 3}, {field_parameters, 4}, @@ -2906,7 +2913,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '[') ADVANCE(209); if (lookahead == ']') ADVANCE(210); if (lookahead == '_') ADVANCE(318); - if (lookahead == 'a') ADVANCE(439); if (lookahead == 'c') ADVANCE(326); if (lookahead == 'e') ADVANCE(338); if (lookahead == 'f') ADVANCE(392); @@ -2916,7 +2922,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '|') ADVANCE(16); if (lookahead == '}') ADVANCE(184); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(275); - if (('b' <= lookahead && lookahead <= 'z')) ADVANCE(462); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); END_STATE(); case 143: @@ -3020,7 +3026,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(236); if (lookahead == '[') ADVANCE(209); if (lookahead == '_') ADVANCE(316); - if (lookahead == 'a') ADVANCE(439); if (lookahead == 'c') ADVANCE(326); if (lookahead == 'e') ADVANCE(338); if (lookahead == 'f') ADVANCE(392); @@ -3030,7 +3035,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '|') ADVANCE(16); if (lookahead == '}') ADVANCE(184); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(275); - if (('b' <= lookahead && lookahead <= 'z')) ADVANCE(462); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); END_STATE(); case 146: @@ -3053,7 +3058,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(236); if (lookahead == '[') ADVANCE(209); if (lookahead == '_') ADVANCE(318); - if (lookahead == 'a') ADVANCE(439); if (lookahead == 'c') ADVANCE(326); if (lookahead == 'e') ADVANCE(338); if (lookahead == 'f') ADVANCE(392); @@ -3062,7 +3066,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '{') ADVANCE(183); if (lookahead == '|') ADVANCE(16); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(275); - if (('b' <= lookahead && lookahead <= 'z')) ADVANCE(462); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); END_STATE(); case 147: @@ -3351,7 +3355,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '(') ADVANCE(190); if (lookahead == ')') ADVANCE(192); if (lookahead == ',') ADVANCE(191); - if (lookahead == '-') ADVANCE(213); + if (lookahead == '-') ADVANCE(14); if (lookahead == '.') ADVANCE(197); if (lookahead == '/') ADVANCE(7); if (lookahead == ':') ADVANCE(193); @@ -3364,11 +3368,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'c') ADVANCE(84); if (lookahead == 'e') ADVANCE(132); if (lookahead == 'f') ADVANCE(73); - if (lookahead == 'i') ADVANCE(71); + if (lookahead == 'i') ADVANCE(50); if (lookahead == 'o') ADVANCE(94); if (lookahead == 'p') ADVANCE(128); if (lookahead == 't') ADVANCE(134); if (lookahead == '{') ADVANCE(183); + if (lookahead == '|') ADVANCE(255); if (lookahead == '}') ADVANCE(184); END_STATE(); case 158: @@ -3379,7 +3384,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '(') ADVANCE(190); if (lookahead == ')') ADVANCE(192); if (lookahead == ',') ADVANCE(191); - if (lookahead == '-') ADVANCE(14); + if (lookahead == '-') ADVANCE(213); if (lookahead == '.') ADVANCE(197); if (lookahead == '/') ADVANCE(7); if (lookahead == ':') ADVANCE(193); @@ -3392,11 +3397,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'c') ADVANCE(84); if (lookahead == 'e') ADVANCE(132); if (lookahead == 'f') ADVANCE(73); - if (lookahead == 'i') ADVANCE(50); + if (lookahead == 'i') ADVANCE(71); if (lookahead == 'o') ADVANCE(94); if (lookahead == 'p') ADVANCE(128); if (lookahead == 't') ADVANCE(134); - if (lookahead == '|') ADVANCE(255); if (lookahead == '}') ADVANCE(184); END_STATE(); case 159: @@ -5437,9 +5441,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1] = {.lex_state = 171}, [2] = {.lex_state = 174}, [3] = {.lex_state = 171}, - [4] = {.lex_state = 142}, + [4] = {.lex_state = 171}, [5] = {.lex_state = 171}, - [6] = {.lex_state = 171}, + [6] = {.lex_state = 142}, [7] = {.lex_state = 143}, [8] = {.lex_state = 144}, [9] = {.lex_state = 145}, @@ -5448,269 +5452,269 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [12] = {.lex_state = 171}, [13] = {.lex_state = 171}, [14] = {.lex_state = 174}, - [15] = {.lex_state = 174}, + [15] = {.lex_state = 144}, [16] = {.lex_state = 174}, - [17] = {.lex_state = 144}, + [17] = {.lex_state = 174}, [18] = {.lex_state = 144}, - [19] = {.lex_state = 144}, + [19] = {.lex_state = 174}, [20] = {.lex_state = 174}, [21] = {.lex_state = 144}, - [22] = {.lex_state = 144}, - [23] = {.lex_state = 174}, - [24] = {.lex_state = 174}, - [25] = {.lex_state = 144}, - [26] = {.lex_state = 144}, - [27] = {.lex_state = 174}, - [28] = {.lex_state = 144}, + [22] = {.lex_state = 174}, + [23] = {.lex_state = 144}, + [24] = {.lex_state = 144}, + [25] = {.lex_state = 174}, + [26] = {.lex_state = 174}, + [27] = {.lex_state = 144}, + [28] = {.lex_state = 174}, [29] = {.lex_state = 144}, - [30] = {.lex_state = 174}, - [31] = {.lex_state = 174}, + [30] = {.lex_state = 144}, + [31] = {.lex_state = 144}, [32] = {.lex_state = 144}, [33] = {.lex_state = 174}, - [34] = {.lex_state = 174}, + [34] = {.lex_state = 144}, [35] = {.lex_state = 174}, [36] = {.lex_state = 144}, [37] = {.lex_state = 174}, [38] = {.lex_state = 174}, - [39] = {.lex_state = 171}, + [39] = {.lex_state = 174}, [40] = {.lex_state = 144}, - [41] = {.lex_state = 174}, + [41] = {.lex_state = 171}, [42] = {.lex_state = 174}, - [43] = {.lex_state = 144}, - [44] = {.lex_state = 144}, + [43] = {.lex_state = 174}, + [44] = {.lex_state = 174}, [45] = {.lex_state = 144}, [46] = {.lex_state = 174}, - [47] = {.lex_state = 174}, + [47] = {.lex_state = 144}, [48] = {.lex_state = 174}, [49] = {.lex_state = 174}, - [50] = {.lex_state = 174}, - [51] = {.lex_state = 174}, + [50] = {.lex_state = 171}, + [51] = {.lex_state = 171}, [52] = {.lex_state = 171}, [53] = {.lex_state = 171}, - [54] = {.lex_state = 174}, - [55] = {.lex_state = 174}, - [56] = {.lex_state = 174}, - [57] = {.lex_state = 171}, + [54] = {.lex_state = 171}, + [55] = {.lex_state = 171}, + [56] = {.lex_state = 171}, + [57] = {.lex_state = 174}, [58] = {.lex_state = 174}, [59] = {.lex_state = 174}, - [60] = {.lex_state = 174}, + [60] = {.lex_state = 171}, [61] = {.lex_state = 171}, - [62] = {.lex_state = 171}, - [63] = {.lex_state = 174}, - [64] = {.lex_state = 171}, - [65] = {.lex_state = 171}, - [66] = {.lex_state = 171}, + [62] = {.lex_state = 174}, + [63] = {.lex_state = 171}, + [64] = {.lex_state = 174}, + [65] = {.lex_state = 174}, + [66] = {.lex_state = 174}, [67] = {.lex_state = 171}, [68] = {.lex_state = 171}, [69] = {.lex_state = 171}, - [70] = {.lex_state = 171}, - [71] = {.lex_state = 171}, + [70] = {.lex_state = 174}, + [71] = {.lex_state = 174}, [72] = {.lex_state = 174}, [73] = {.lex_state = 174}, - [74] = {.lex_state = 174}, - [75] = {.lex_state = 174}, + [74] = {.lex_state = 171}, + [75] = {.lex_state = 171}, [76] = {.lex_state = 171}, - [77] = {.lex_state = 174}, - [78] = {.lex_state = 174}, + [77] = {.lex_state = 171}, + [78] = {.lex_state = 171}, [79] = {.lex_state = 171}, - [80] = {.lex_state = 171}, - [81] = {.lex_state = 171}, - [82] = {.lex_state = 171}, - [83] = {.lex_state = 171}, - [84] = {.lex_state = 174}, - [85] = {.lex_state = 174}, - [86] = {.lex_state = 145}, + [80] = {.lex_state = 174}, + [81] = {.lex_state = 174}, + [82] = {.lex_state = 174}, + [83] = {.lex_state = 174}, + [84] = {.lex_state = 171}, + [85] = {.lex_state = 171}, + [86] = {.lex_state = 174}, [87] = {.lex_state = 174}, [88] = {.lex_state = 174}, [89] = {.lex_state = 174}, - [90] = {.lex_state = 145}, - [91] = {.lex_state = 171}, + [90] = {.lex_state = 174}, + [91] = {.lex_state = 174}, [92] = {.lex_state = 174}, - [93] = {.lex_state = 145}, - [94] = {.lex_state = 174}, + [93] = {.lex_state = 174}, + [94] = {.lex_state = 171}, [95] = {.lex_state = 174}, [96] = {.lex_state = 174}, [97] = {.lex_state = 174}, [98] = {.lex_state = 174}, - [99] = {.lex_state = 145}, + [99] = {.lex_state = 174}, [100] = {.lex_state = 174}, - [101] = {.lex_state = 171}, + [101] = {.lex_state = 174}, [102] = {.lex_state = 174}, - [103] = {.lex_state = 174}, + [103] = {.lex_state = 171}, [104] = {.lex_state = 174}, [105] = {.lex_state = 171}, - [106] = {.lex_state = 145}, - [107] = {.lex_state = 174}, - [108] = {.lex_state = 171}, - [109] = {.lex_state = 163}, + [106] = {.lex_state = 174}, + [107] = {.lex_state = 171}, + [108] = {.lex_state = 174}, + [109] = {.lex_state = 174}, [110] = {.lex_state = 174}, [111] = {.lex_state = 171}, [112] = {.lex_state = 174}, - [113] = {.lex_state = 174}, + [113] = {.lex_state = 171}, [114] = {.lex_state = 174}, - [115] = {.lex_state = 171}, + [115] = {.lex_state = 174}, [116] = {.lex_state = 174}, - [117] = {.lex_state = 174}, - [118] = {.lex_state = 174}, - [119] = {.lex_state = 145}, - [120] = {.lex_state = 145}, - [121] = {.lex_state = 171}, + [117] = {.lex_state = 171}, + [118] = {.lex_state = 171}, + [119] = {.lex_state = 174}, + [120] = {.lex_state = 174}, + [121] = {.lex_state = 174}, [122] = {.lex_state = 174}, [123] = {.lex_state = 174}, - [124] = {.lex_state = 171}, - [125] = {.lex_state = 171}, + [124] = {.lex_state = 163}, + [125] = {.lex_state = 174}, [126] = {.lex_state = 171}, [127] = {.lex_state = 174}, - [128] = {.lex_state = 174}, - [129] = {.lex_state = 174}, - [130] = {.lex_state = 174}, - [131] = {.lex_state = 174}, - [132] = {.lex_state = 174}, - [133] = {.lex_state = 174}, + [128] = {.lex_state = 171}, + [129] = {.lex_state = 171}, + [130] = {.lex_state = 171}, + [131] = {.lex_state = 171}, + [132] = {.lex_state = 171}, + [133] = {.lex_state = 171}, [134] = {.lex_state = 171}, [135] = {.lex_state = 171}, [136] = {.lex_state = 171}, [137] = {.lex_state = 171}, - [138] = {.lex_state = 145}, + [138] = {.lex_state = 171}, [139] = {.lex_state = 171}, [140] = {.lex_state = 171}, - [141] = {.lex_state = 145}, + [141] = {.lex_state = 171}, [142] = {.lex_state = 171}, [143] = {.lex_state = 171}, - [144] = {.lex_state = 145}, - [145] = {.lex_state = 145}, - [146] = {.lex_state = 145}, + [144] = {.lex_state = 171}, + [145] = {.lex_state = 171}, + [146] = {.lex_state = 171}, [147] = {.lex_state = 171}, [148] = {.lex_state = 171}, [149] = {.lex_state = 171}, - [150] = {.lex_state = 145}, - [151] = {.lex_state = 145}, + [150] = {.lex_state = 171}, + [151] = {.lex_state = 171}, [152] = {.lex_state = 171}, - [153] = {.lex_state = 145}, + [153] = {.lex_state = 171}, [154] = {.lex_state = 171}, [155] = {.lex_state = 171}, [156] = {.lex_state = 171}, [157] = {.lex_state = 171}, - [158] = {.lex_state = 145}, + [158] = {.lex_state = 171}, [159] = {.lex_state = 171}, [160] = {.lex_state = 171}, - [161] = {.lex_state = 145}, - [162] = {.lex_state = 145}, + [161] = {.lex_state = 171}, + [162] = {.lex_state = 171}, [163] = {.lex_state = 171}, - [164] = {.lex_state = 171}, - [165] = {.lex_state = 171}, - [166] = {.lex_state = 145}, - [167] = {.lex_state = 171}, + [164] = {.lex_state = 145}, + [165] = {.lex_state = 145}, + [166] = {.lex_state = 144}, + [167] = {.lex_state = 144}, [168] = {.lex_state = 145}, - [169] = {.lex_state = 171}, - [170] = {.lex_state = 171}, - [171] = {.lex_state = 171}, - [172] = {.lex_state = 145}, + [169] = {.lex_state = 144}, + [170] = {.lex_state = 145}, + [171] = {.lex_state = 145}, + [172] = {.lex_state = 144}, [173] = {.lex_state = 145}, [174] = {.lex_state = 145}, - [175] = {.lex_state = 171}, + [175] = {.lex_state = 145}, [176] = {.lex_state = 145}, - [177] = {.lex_state = 171}, + [177] = {.lex_state = 145}, [178] = {.lex_state = 145}, [179] = {.lex_state = 145}, - [180] = {.lex_state = 171}, - [181] = {.lex_state = 171}, - [182] = {.lex_state = 171}, + [180] = {.lex_state = 145}, + [181] = {.lex_state = 145}, + [182] = {.lex_state = 145}, [183] = {.lex_state = 145}, - [184] = {.lex_state = 171}, - [185] = {.lex_state = 171}, - [186] = {.lex_state = 171}, - [187] = {.lex_state = 171}, - [188] = {.lex_state = 171}, + [184] = {.lex_state = 145}, + [185] = {.lex_state = 145}, + [186] = {.lex_state = 145}, + [187] = {.lex_state = 145}, + [188] = {.lex_state = 145}, [189] = {.lex_state = 145}, - [190] = {.lex_state = 171}, - [191] = {.lex_state = 171}, - [192] = {.lex_state = 144}, + [190] = {.lex_state = 145}, + [191] = {.lex_state = 145}, + [192] = {.lex_state = 145}, [193] = {.lex_state = 145}, - [194] = {.lex_state = 144}, + [194] = {.lex_state = 145}, [195] = {.lex_state = 144}, - [196] = {.lex_state = 144}, + [196] = {.lex_state = 145}, [197] = {.lex_state = 145}, [198] = {.lex_state = 144}, [199] = {.lex_state = 144}, [200] = {.lex_state = 144}, - [201] = {.lex_state = 142}, + [201] = {.lex_state = 144}, [202] = {.lex_state = 144}, [203] = {.lex_state = 144}, [204] = {.lex_state = 144}, - [205] = {.lex_state = 142}, - [206] = {.lex_state = 142}, + [205] = {.lex_state = 144}, + [206] = {.lex_state = 144}, [207] = {.lex_state = 144}, - [208] = {.lex_state = 142}, + [208] = {.lex_state = 144}, [209] = {.lex_state = 144}, - [210] = {.lex_state = 142}, - [211] = {.lex_state = 142}, - [212] = {.lex_state = 142}, + [210] = {.lex_state = 145}, + [211] = {.lex_state = 144}, + [212] = {.lex_state = 144}, [213] = {.lex_state = 144}, - [214] = {.lex_state = 142}, + [214] = {.lex_state = 144}, [215] = {.lex_state = 144}, - [216] = {.lex_state = 142}, - [217] = {.lex_state = 142}, - [218] = {.lex_state = 142}, + [216] = {.lex_state = 144}, + [217] = {.lex_state = 144}, + [218] = {.lex_state = 144}, [219] = {.lex_state = 144}, [220] = {.lex_state = 144}, - [221] = {.lex_state = 142}, - [222] = {.lex_state = 142}, - [223] = {.lex_state = 142}, - [224] = {.lex_state = 144}, + [221] = {.lex_state = 144}, + [222] = {.lex_state = 144}, + [223] = {.lex_state = 144}, + [224] = {.lex_state = 143}, [225] = {.lex_state = 144}, [226] = {.lex_state = 144}, - [227] = {.lex_state = 142}, - [228] = {.lex_state = 144}, - [229] = {.lex_state = 144}, + [227] = {.lex_state = 143}, + [228] = {.lex_state = 143}, + [229] = {.lex_state = 143}, [230] = {.lex_state = 142}, [231] = {.lex_state = 142}, - [232] = {.lex_state = 144}, - [233] = {.lex_state = 144}, - [234] = {.lex_state = 144}, + [232] = {.lex_state = 143}, + [233] = {.lex_state = 143}, + [234] = {.lex_state = 143}, [235] = {.lex_state = 142}, - [236] = {.lex_state = 142}, - [237] = {.lex_state = 142}, - [238] = {.lex_state = 142}, - [239] = {.lex_state = 144}, - [240] = {.lex_state = 142}, - [241] = {.lex_state = 142}, - [242] = {.lex_state = 142}, - [243] = {.lex_state = 144}, + [236] = {.lex_state = 144}, + [237] = {.lex_state = 143}, + [238] = {.lex_state = 144}, + [239] = {.lex_state = 143}, + [240] = {.lex_state = 144}, + [241] = {.lex_state = 144}, + [242] = {.lex_state = 144}, + [243] = {.lex_state = 143}, [244] = {.lex_state = 143}, - [245] = {.lex_state = 142}, + [245] = {.lex_state = 144}, [246] = {.lex_state = 142}, - [247] = {.lex_state = 142}, - [248] = {.lex_state = 142}, - [249] = {.lex_state = 142}, - [250] = {.lex_state = 142}, - [251] = {.lex_state = 142}, + [247] = {.lex_state = 143}, + [248] = {.lex_state = 144}, + [249] = {.lex_state = 143}, + [250] = {.lex_state = 144}, + [251] = {.lex_state = 144}, [252] = {.lex_state = 144}, - [253] = {.lex_state = 142}, - [254] = {.lex_state = 142}, - [255] = {.lex_state = 144}, + [253] = {.lex_state = 143}, + [254] = {.lex_state = 143}, + [255] = {.lex_state = 142}, [256] = {.lex_state = 142}, - [257] = {.lex_state = 142}, + [257] = {.lex_state = 143}, [258] = {.lex_state = 142}, - [259] = {.lex_state = 144}, - [260] = {.lex_state = 142}, - [261] = {.lex_state = 142}, + [259] = {.lex_state = 142}, + [260] = {.lex_state = 143}, + [261] = {.lex_state = 143}, [262] = {.lex_state = 142}, [263] = {.lex_state = 142}, - [264] = {.lex_state = 144}, + [264] = {.lex_state = 142}, [265] = {.lex_state = 142}, [266] = {.lex_state = 142}, - [267] = {.lex_state = 144}, + [267] = {.lex_state = 143}, [268] = {.lex_state = 142}, - [269] = {.lex_state = 142}, - [270] = {.lex_state = 142}, + [269] = {.lex_state = 143}, + [270] = {.lex_state = 144}, [271] = {.lex_state = 142}, - [272] = {.lex_state = 142}, - [273] = {.lex_state = 142}, - [274] = {.lex_state = 142}, - [275] = {.lex_state = 142}, - [276] = {.lex_state = 142}, - [277] = {.lex_state = 142}, + [272] = {.lex_state = 144}, + [273] = {.lex_state = 144}, + [274] = {.lex_state = 144}, + [275] = {.lex_state = 144}, + [276] = {.lex_state = 143}, + [277] = {.lex_state = 143}, [278] = {.lex_state = 142}, [279] = {.lex_state = 142}, [280] = {.lex_state = 142}, @@ -5722,7 +5726,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [286] = {.lex_state = 142}, [287] = {.lex_state = 142}, [288] = {.lex_state = 142}, - [289] = {.lex_state = 143}, + [289] = {.lex_state = 142}, [290] = {.lex_state = 142}, [291] = {.lex_state = 142}, [292] = {.lex_state = 142}, @@ -5730,16 +5734,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [294] = {.lex_state = 142}, [295] = {.lex_state = 142}, [296] = {.lex_state = 142}, - [297] = {.lex_state = 142}, - [298] = {.lex_state = 142}, + [297] = {.lex_state = 143}, + [298] = {.lex_state = 143}, [299] = {.lex_state = 142}, - [300] = {.lex_state = 142}, + [300] = {.lex_state = 143}, [301] = {.lex_state = 142}, - [302] = {.lex_state = 142}, + [302] = {.lex_state = 143}, [303] = {.lex_state = 142}, [304] = {.lex_state = 142}, [305] = {.lex_state = 142}, - [306] = {.lex_state = 142}, + [306] = {.lex_state = 143}, [307] = {.lex_state = 142}, [308] = {.lex_state = 142}, [309] = {.lex_state = 142}, @@ -5747,25 +5751,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [311] = {.lex_state = 142}, [312] = {.lex_state = 142}, [313] = {.lex_state = 142}, - [314] = {.lex_state = 142}, + [314] = {.lex_state = 143}, [315] = {.lex_state = 142}, [316] = {.lex_state = 142}, - [317] = {.lex_state = 142}, + [317] = {.lex_state = 144}, [318] = {.lex_state = 142}, - [319] = {.lex_state = 142}, - [320] = {.lex_state = 142}, - [321] = {.lex_state = 142}, + [319] = {.lex_state = 143}, + [320] = {.lex_state = 143}, + [321] = {.lex_state = 143}, [322] = {.lex_state = 142}, [323] = {.lex_state = 142}, [324] = {.lex_state = 142}, [325] = {.lex_state = 142}, [326] = {.lex_state = 142}, - [327] = {.lex_state = 142}, - [328] = {.lex_state = 142}, + [327] = {.lex_state = 143}, + [328] = {.lex_state = 143}, [329] = {.lex_state = 142}, - [330] = {.lex_state = 142}, + [330] = {.lex_state = 143}, [331] = {.lex_state = 142}, - [332] = {.lex_state = 142}, + [332] = {.lex_state = 143}, [333] = {.lex_state = 142}, [334] = {.lex_state = 142}, [335] = {.lex_state = 142}, @@ -5777,59 +5781,59 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [341] = {.lex_state = 142}, [342] = {.lex_state = 142}, [343] = {.lex_state = 142}, - [344] = {.lex_state = 144}, + [344] = {.lex_state = 142}, [345] = {.lex_state = 142}, - [346] = {.lex_state = 144}, + [346] = {.lex_state = 142}, [347] = {.lex_state = 142}, [348] = {.lex_state = 142}, [349] = {.lex_state = 142}, [350] = {.lex_state = 142}, - [351] = {.lex_state = 144}, - [352] = {.lex_state = 144}, + [351] = {.lex_state = 142}, + [352] = {.lex_state = 142}, [353] = {.lex_state = 142}, - [354] = {.lex_state = 144}, + [354] = {.lex_state = 143}, [355] = {.lex_state = 142}, - [356] = {.lex_state = 142}, + [356] = {.lex_state = 143}, [357] = {.lex_state = 142}, - [358] = {.lex_state = 142}, + [358] = {.lex_state = 143}, [359] = {.lex_state = 142}, - [360] = {.lex_state = 142}, - [361] = {.lex_state = 144}, - [362] = {.lex_state = 144}, - [363] = {.lex_state = 144}, - [364] = {.lex_state = 144}, - [365] = {.lex_state = 143}, - [366] = {.lex_state = 143}, - [367] = {.lex_state = 143}, + [360] = {.lex_state = 143}, + [361] = {.lex_state = 142}, + [362] = {.lex_state = 142}, + [363] = {.lex_state = 142}, + [364] = {.lex_state = 142}, + [365] = {.lex_state = 142}, + [366] = {.lex_state = 142}, + [367] = {.lex_state = 142}, [368] = {.lex_state = 142}, [369] = {.lex_state = 142}, - [370] = {.lex_state = 143}, + [370] = {.lex_state = 142}, [371] = {.lex_state = 142}, [372] = {.lex_state = 142}, [373] = {.lex_state = 142}, [374] = {.lex_state = 142}, [375] = {.lex_state = 142}, [376] = {.lex_state = 142}, - [377] = {.lex_state = 144}, - [378] = {.lex_state = 142}, - [379] = {.lex_state = 142}, - [380] = {.lex_state = 144}, - [381] = {.lex_state = 143}, - [382] = {.lex_state = 142}, + [377] = {.lex_state = 142}, + [378] = {.lex_state = 143}, + [379] = {.lex_state = 143}, + [380] = {.lex_state = 143}, + [381] = {.lex_state = 142}, + [382] = {.lex_state = 143}, [383] = {.lex_state = 142}, [384] = {.lex_state = 142}, [385] = {.lex_state = 142}, - [386] = {.lex_state = 143}, - [387] = {.lex_state = 143}, + [386] = {.lex_state = 142}, + [387] = {.lex_state = 142}, [388] = {.lex_state = 142}, [389] = {.lex_state = 142}, [390] = {.lex_state = 142}, [391] = {.lex_state = 142}, - [392] = {.lex_state = 142}, - [393] = {.lex_state = 143}, - [394] = {.lex_state = 143}, + [392] = {.lex_state = 143}, + [393] = {.lex_state = 142}, + [394] = {.lex_state = 142}, [395] = {.lex_state = 142}, - [396] = {.lex_state = 142}, + [396] = {.lex_state = 143}, [397] = {.lex_state = 142}, [398] = {.lex_state = 142}, [399] = {.lex_state = 142}, @@ -5837,34 +5841,34 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [401] = {.lex_state = 142}, [402] = {.lex_state = 142}, [403] = {.lex_state = 142}, - [404] = {.lex_state = 143}, - [405] = {.lex_state = 144}, + [404] = {.lex_state = 142}, + [405] = {.lex_state = 142}, [406] = {.lex_state = 142}, - [407] = {.lex_state = 144}, + [407] = {.lex_state = 142}, [408] = {.lex_state = 142}, [409] = {.lex_state = 142}, - [410] = {.lex_state = 144}, + [410] = {.lex_state = 142}, [411] = {.lex_state = 142}, - [412] = {.lex_state = 144}, + [412] = {.lex_state = 143}, [413] = {.lex_state = 142}, - [414] = {.lex_state = 144}, - [415] = {.lex_state = 144}, + [414] = {.lex_state = 142}, + [415] = {.lex_state = 142}, [416] = {.lex_state = 142}, [417] = {.lex_state = 142}, [418] = {.lex_state = 142}, [419] = {.lex_state = 142}, - [420] = {.lex_state = 143}, - [421] = {.lex_state = 142}, - [422] = {.lex_state = 143}, - [423] = {.lex_state = 142}, + [420] = {.lex_state = 142}, + [421] = {.lex_state = 143}, + [422] = {.lex_state = 142}, + [423] = {.lex_state = 143}, [424] = {.lex_state = 142}, [425] = {.lex_state = 142}, [426] = {.lex_state = 142}, - [427] = {.lex_state = 143}, - [428] = {.lex_state = 143}, + [427] = {.lex_state = 142}, + [428] = {.lex_state = 142}, [429] = {.lex_state = 142}, [430] = {.lex_state = 142}, - [431] = {.lex_state = 143}, + [431] = {.lex_state = 142}, [432] = {.lex_state = 142}, [433] = {.lex_state = 142}, [434] = {.lex_state = 142}, @@ -5872,7 +5876,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [436] = {.lex_state = 142}, [437] = {.lex_state = 142}, [438] = {.lex_state = 142}, - [439] = {.lex_state = 142}, + [439] = {.lex_state = 143}, [440] = {.lex_state = 142}, [441] = {.lex_state = 142}, [442] = {.lex_state = 142}, @@ -5882,47 +5886,47 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [446] = {.lex_state = 142}, [447] = {.lex_state = 142}, [448] = {.lex_state = 142}, - [449] = {.lex_state = 142}, + [449] = {.lex_state = 143}, [450] = {.lex_state = 142}, [451] = {.lex_state = 142}, - [452] = {.lex_state = 142}, - [453] = {.lex_state = 142}, + [452] = {.lex_state = 143}, + [453] = {.lex_state = 143}, [454] = {.lex_state = 142}, - [455] = {.lex_state = 142}, - [456] = {.lex_state = 142}, - [457] = {.lex_state = 143}, + [455] = {.lex_state = 143}, + [456] = {.lex_state = 143}, + [457] = {.lex_state = 142}, [458] = {.lex_state = 142}, [459] = {.lex_state = 142}, [460] = {.lex_state = 143}, [461] = {.lex_state = 142}, [462] = {.lex_state = 142}, - [463] = {.lex_state = 143}, + [463] = {.lex_state = 142}, [464] = {.lex_state = 142}, [465] = {.lex_state = 142}, - [466] = {.lex_state = 143}, - [467] = {.lex_state = 143}, - [468] = {.lex_state = 143}, + [466] = {.lex_state = 142}, + [467] = {.lex_state = 142}, + [468] = {.lex_state = 142}, [469] = {.lex_state = 143}, [470] = {.lex_state = 143}, - [471] = {.lex_state = 143}, - [472] = {.lex_state = 143}, - [473] = {.lex_state = 143}, - [474] = {.lex_state = 143}, - [475] = {.lex_state = 143}, - [476] = {.lex_state = 143}, - [477] = {.lex_state = 143}, - [478] = {.lex_state = 143}, + [471] = {.lex_state = 142}, + [472] = {.lex_state = 142}, + [473] = {.lex_state = 142}, + [474] = {.lex_state = 142}, + [475] = {.lex_state = 142}, + [476] = {.lex_state = 142}, + [477] = {.lex_state = 142}, + [478] = {.lex_state = 142}, [479] = {.lex_state = 142}, - [480] = {.lex_state = 143}, - [481] = {.lex_state = 144}, - [482] = {.lex_state = 143}, + [480] = {.lex_state = 142}, + [481] = {.lex_state = 142}, + [482] = {.lex_state = 142}, [483] = {.lex_state = 142}, - [484] = {.lex_state = 143}, - [485] = {.lex_state = 143}, + [484] = {.lex_state = 142}, + [485] = {.lex_state = 142}, [486] = {.lex_state = 143}, - [487] = {.lex_state = 143}, - [488] = {.lex_state = 143}, - [489] = {.lex_state = 143}, + [487] = {.lex_state = 142}, + [488] = {.lex_state = 142}, + [489] = {.lex_state = 142}, [490] = {.lex_state = 143}, [491] = {.lex_state = 142}, [492] = {.lex_state = 143}, @@ -5931,67 +5935,67 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [495] = {.lex_state = 142}, [496] = {.lex_state = 143}, [497] = {.lex_state = 143}, - [498] = {.lex_state = 143}, - [499] = {.lex_state = 142}, - [500] = {.lex_state = 142}, - [501] = {.lex_state = 143}, + [498] = {.lex_state = 142}, + [499] = {.lex_state = 143}, + [500] = {.lex_state = 143}, + [501] = {.lex_state = 142}, [502] = {.lex_state = 142}, [503] = {.lex_state = 142}, [504] = {.lex_state = 143}, [505] = {.lex_state = 143}, [506] = {.lex_state = 142}, [507] = {.lex_state = 143}, - [508] = {.lex_state = 143}, - [509] = {.lex_state = 142}, - [510] = {.lex_state = 143}, - [511] = {.lex_state = 143}, - [512] = {.lex_state = 142}, - [513] = {.lex_state = 143}, - [514] = {.lex_state = 143}, - [515] = {.lex_state = 143}, - [516] = {.lex_state = 142}, - [517] = {.lex_state = 142}, - [518] = {.lex_state = 143}, + [508] = {.lex_state = 142}, + [509] = {.lex_state = 144}, + [510] = {.lex_state = 144}, + [511] = {.lex_state = 144}, + [512] = {.lex_state = 144}, + [513] = {.lex_state = 144}, + [514] = {.lex_state = 144}, + [515] = {.lex_state = 144}, + [516] = {.lex_state = 144}, + [517] = {.lex_state = 144}, + [518] = {.lex_state = 144}, [519] = {.lex_state = 142}, - [520] = {.lex_state = 143}, - [521] = {.lex_state = 143}, - [522] = {.lex_state = 143}, - [523] = {.lex_state = 142}, - [524] = {.lex_state = 143}, - [525] = {.lex_state = 143}, - [526] = {.lex_state = 142}, - [527] = {.lex_state = 142}, - [528] = {.lex_state = 143}, - [529] = {.lex_state = 143}, - [530] = {.lex_state = 143}, - [531] = {.lex_state = 143}, - [532] = {.lex_state = 143}, - [533] = {.lex_state = 144}, - [534] = {.lex_state = 144}, - [535] = {.lex_state = 144}, - [536] = {.lex_state = 144}, - [537] = {.lex_state = 144}, - [538] = {.lex_state = 144}, - [539] = {.lex_state = 144}, - [540] = {.lex_state = 144}, - [541] = {.lex_state = 144}, - [542] = {.lex_state = 144}, - [543] = {.lex_state = 144}, - [544] = {.lex_state = 144}, - [545] = {.lex_state = 144}, - [546] = {.lex_state = 144}, - [547] = {.lex_state = 144}, - [548] = {.lex_state = 144}, - [549] = {.lex_state = 144}, + [520] = {.lex_state = 144}, + [521] = {.lex_state = 144}, + [522] = {.lex_state = 144}, + [523] = {.lex_state = 144}, + [524] = {.lex_state = 144}, + [525] = {.lex_state = 144}, + [526] = {.lex_state = 144}, + [527] = {.lex_state = 144}, + [528] = {.lex_state = 142}, + [529] = {.lex_state = 142}, + [530] = {.lex_state = 142}, + [531] = {.lex_state = 142}, + [532] = {.lex_state = 142}, + [533] = {.lex_state = 142}, + [534] = {.lex_state = 142}, + [535] = {.lex_state = 142}, + [536] = {.lex_state = 142}, + [537] = {.lex_state = 142}, + [538] = {.lex_state = 142}, + [539] = {.lex_state = 142}, + [540] = {.lex_state = 142}, + [541] = {.lex_state = 142}, + [542] = {.lex_state = 142}, + [543] = {.lex_state = 142}, + [544] = {.lex_state = 142}, + [545] = {.lex_state = 142}, + [546] = {.lex_state = 147}, + [547] = {.lex_state = 147}, + [548] = {.lex_state = 147}, + [549] = {.lex_state = 147}, [550] = {.lex_state = 147}, - [551] = {.lex_state = 147}, - [552] = {.lex_state = 147}, + [551] = {.lex_state = 149}, + [552] = {.lex_state = 149}, [553] = {.lex_state = 147}, - [554] = {.lex_state = 147}, - [555] = {.lex_state = 149}, - [556] = {.lex_state = 149}, - [557] = {.lex_state = 147}, - [558] = {.lex_state = 149}, + [554] = {.lex_state = 149}, + [555] = {.lex_state = 150}, + [556] = {.lex_state = 164}, + [557] = {.lex_state = 150}, + [558] = {.lex_state = 150}, [559] = {.lex_state = 150}, [560] = {.lex_state = 150}, [561] = {.lex_state = 150}, @@ -6004,11 +6008,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [568] = {.lex_state = 150}, [569] = {.lex_state = 150}, [570] = {.lex_state = 150}, - [571] = {.lex_state = 151}, + [571] = {.lex_state = 150}, [572] = {.lex_state = 150}, [573] = {.lex_state = 150}, [574] = {.lex_state = 150}, - [575] = {.lex_state = 164}, + [575] = {.lex_state = 151}, [576] = {.lex_state = 151}, [577] = {.lex_state = 150}, [578] = {.lex_state = 150}, @@ -6024,550 +6028,550 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [588] = {.lex_state = 150}, [589] = {.lex_state = 150}, [590] = {.lex_state = 150}, - [591] = {.lex_state = 150}, + [591] = {.lex_state = 164}, [592] = {.lex_state = 150}, - [593] = {.lex_state = 150}, + [593] = {.lex_state = 164}, [594] = {.lex_state = 150}, - [595] = {.lex_state = 164}, - [596] = {.lex_state = 164}, + [595] = {.lex_state = 150}, + [596] = {.lex_state = 150}, [597] = {.lex_state = 164}, [598] = {.lex_state = 164}, - [599] = {.lex_state = 164}, + [599] = {.lex_state = 150}, [600] = {.lex_state = 164}, [601] = {.lex_state = 150}, - [602] = {.lex_state = 150}, - [603] = {.lex_state = 164}, - [604] = {.lex_state = 150}, - [605] = {.lex_state = 164}, - [606] = {.lex_state = 150}, - [607] = {.lex_state = 150}, - [608] = {.lex_state = 164}, - [609] = {.lex_state = 150}, + [602] = {.lex_state = 164}, + [603] = {.lex_state = 150}, + [604] = {.lex_state = 164}, + [605] = {.lex_state = 150}, + [606] = {.lex_state = 164}, + [607] = {.lex_state = 164}, + [608] = {.lex_state = 150}, + [609] = {.lex_state = 164}, [610] = {.lex_state = 164}, - [611] = {.lex_state = 150}, + [611] = {.lex_state = 164}, [612] = {.lex_state = 150}, [613] = {.lex_state = 164}, - [614] = {.lex_state = 164}, + [614] = {.lex_state = 150}, [615] = {.lex_state = 164}, - [616] = {.lex_state = 150}, - [617] = {.lex_state = 150}, + [616] = {.lex_state = 164}, + [617] = {.lex_state = 164}, [618] = {.lex_state = 150}, - [619] = {.lex_state = 164}, + [619] = {.lex_state = 150}, [620] = {.lex_state = 150}, [621] = {.lex_state = 150}, [622] = {.lex_state = 150}, - [623] = {.lex_state = 164}, + [623] = {.lex_state = 150}, [624] = {.lex_state = 150}, [625] = {.lex_state = 150}, [626] = {.lex_state = 150}, [627] = {.lex_state = 150}, - [628] = {.lex_state = 150}, - [629] = {.lex_state = 164}, + [628] = {.lex_state = 164}, + [629] = {.lex_state = 150}, [630] = {.lex_state = 150}, [631] = {.lex_state = 150}, [632] = {.lex_state = 150}, [633] = {.lex_state = 150}, [634] = {.lex_state = 150}, - [635] = {.lex_state = 150}, + [635] = {.lex_state = 164}, [636] = {.lex_state = 150}, [637] = {.lex_state = 150}, - [638] = {.lex_state = 150}, - [639] = {.lex_state = 164}, - [640] = {.lex_state = 150}, - [641] = {.lex_state = 150}, - [642] = {.lex_state = 150}, - [643] = {.lex_state = 150}, - [644] = {.lex_state = 164}, - [645] = {.lex_state = 174}, - [646] = {.lex_state = 174}, + [638] = {.lex_state = 174}, + [639] = {.lex_state = 174}, + [640] = {.lex_state = 174}, + [641] = {.lex_state = 149}, + [642] = {.lex_state = 174}, + [643] = {.lex_state = 172}, + [644] = {.lex_state = 171}, + [645] = {.lex_state = 149}, + [646] = {.lex_state = 171}, [647] = {.lex_state = 174}, - [648] = {.lex_state = 174}, - [649] = {.lex_state = 172}, + [648] = {.lex_state = 172}, + [649] = {.lex_state = 173}, [650] = {.lex_state = 149}, - [651] = {.lex_state = 149}, + [651] = {.lex_state = 171}, [652] = {.lex_state = 149}, - [653] = {.lex_state = 149}, + [653] = {.lex_state = 172}, [654] = {.lex_state = 149}, [655] = {.lex_state = 149}, - [656] = {.lex_state = 173}, + [656] = {.lex_state = 149}, [657] = {.lex_state = 149}, [658] = {.lex_state = 149}, - [659] = {.lex_state = 172}, - [660] = {.lex_state = 174}, - [661] = {.lex_state = 173}, - [662] = {.lex_state = 149}, - [663] = {.lex_state = 171}, - [664] = {.lex_state = 149}, - [665] = {.lex_state = 171}, + [659] = {.lex_state = 149}, + [660] = {.lex_state = 149}, + [661] = {.lex_state = 149}, + [662] = {.lex_state = 173}, + [663] = {.lex_state = 149}, + [664] = {.lex_state = 150}, + [665] = {.lex_state = 149}, [666] = {.lex_state = 172}, - [667] = {.lex_state = 149}, - [668] = {.lex_state = 149}, - [669] = {.lex_state = 171}, + [667] = {.lex_state = 172}, + [668] = {.lex_state = 150}, + [669] = {.lex_state = 172}, [670] = {.lex_state = 149}, - [671] = {.lex_state = 150}, - [672] = {.lex_state = 149}, - [673] = {.lex_state = 171}, - [674] = {.lex_state = 150}, - [675] = {.lex_state = 174}, - [676] = {.lex_state = 172}, - [677] = {.lex_state = 172}, - [678] = {.lex_state = 173}, - [679] = {.lex_state = 174}, - [680] = {.lex_state = 174}, - [681] = {.lex_state = 172}, - [682] = {.lex_state = 174}, + [671] = {.lex_state = 149}, + [672] = {.lex_state = 173}, + [673] = {.lex_state = 150}, + [674] = {.lex_state = 149}, + [675] = {.lex_state = 149}, + [676] = {.lex_state = 149}, + [677] = {.lex_state = 171}, + [678] = {.lex_state = 174}, + [679] = {.lex_state = 172}, + [680] = {.lex_state = 150}, + [681] = {.lex_state = 174}, + [682] = {.lex_state = 171}, [683] = {.lex_state = 172}, - [684] = {.lex_state = 171}, + [684] = {.lex_state = 150}, [685] = {.lex_state = 150}, [686] = {.lex_state = 150}, - [687] = {.lex_state = 172}, - [688] = {.lex_state = 174}, - [689] = {.lex_state = 174}, - [690] = {.lex_state = 150}, - [691] = {.lex_state = 173}, - [692] = {.lex_state = 173}, - [693] = {.lex_state = 171}, - [694] = {.lex_state = 149}, - [695] = {.lex_state = 149}, - [696] = {.lex_state = 150}, - [697] = {.lex_state = 149}, - [698] = {.lex_state = 150}, + [687] = {.lex_state = 174}, + [688] = {.lex_state = 149}, + [689] = {.lex_state = 173}, + [690] = {.lex_state = 171}, + [691] = {.lex_state = 149}, + [692] = {.lex_state = 171}, + [693] = {.lex_state = 173}, + [694] = {.lex_state = 174}, + [695] = {.lex_state = 173}, + [696] = {.lex_state = 149}, + [697] = {.lex_state = 174}, + [698] = {.lex_state = 172}, [699] = {.lex_state = 149}, [700] = {.lex_state = 149}, - [701] = {.lex_state = 149}, + [701] = {.lex_state = 172}, [702] = {.lex_state = 149}, [703] = {.lex_state = 149}, - [704] = {.lex_state = 171}, - [705] = {.lex_state = 149}, - [706] = {.lex_state = 149}, - [707] = {.lex_state = 149}, - [708] = {.lex_state = 172}, - [709] = {.lex_state = 173}, - [710] = {.lex_state = 149}, - [711] = {.lex_state = 172}, - [712] = {.lex_state = 149}, + [704] = {.lex_state = 174}, + [705] = {.lex_state = 171}, + [706] = {.lex_state = 171}, + [707] = {.lex_state = 171}, + [708] = {.lex_state = 171}, + [709] = {.lex_state = 147}, + [710] = {.lex_state = 171}, + [711] = {.lex_state = 171}, + [712] = {.lex_state = 171}, [713] = {.lex_state = 171}, - [714] = {.lex_state = 149}, + [714] = {.lex_state = 171}, [715] = {.lex_state = 147}, - [716] = {.lex_state = 149}, - [717] = {.lex_state = 149}, + [716] = {.lex_state = 171}, + [717] = {.lex_state = 171}, [718] = {.lex_state = 171}, - [719] = {.lex_state = 149}, - [720] = {.lex_state = 149}, + [719] = {.lex_state = 171}, + [720] = {.lex_state = 171}, [721] = {.lex_state = 171}, [722] = {.lex_state = 171}, [723] = {.lex_state = 171}, [724] = {.lex_state = 171}, - [725] = {.lex_state = 171}, + [725] = {.lex_state = 149}, [726] = {.lex_state = 149}, - [727] = {.lex_state = 147}, - [728] = {.lex_state = 171}, + [727] = {.lex_state = 149}, + [728] = {.lex_state = 149}, [729] = {.lex_state = 171}, - [730] = {.lex_state = 171}, + [730] = {.lex_state = 149}, [731] = {.lex_state = 171}, [732] = {.lex_state = 171}, - [733] = {.lex_state = 171}, + [733] = {.lex_state = 149}, [734] = {.lex_state = 149}, [735] = {.lex_state = 171}, - [736] = {.lex_state = 171}, - [737] = {.lex_state = 171}, - [738] = {.lex_state = 147}, - [739] = {.lex_state = 150}, + [736] = {.lex_state = 149}, + [737] = {.lex_state = 150}, + [738] = {.lex_state = 171}, + [739] = {.lex_state = 171}, [740] = {.lex_state = 171}, - [741] = {.lex_state = 171}, + [741] = {.lex_state = 149}, [742] = {.lex_state = 171}, - [743] = {.lex_state = 149}, - [744] = {.lex_state = 149}, + [743] = {.lex_state = 147}, + [744] = {.lex_state = 150}, [745] = {.lex_state = 171}, - [746] = {.lex_state = 171}, + [746] = {.lex_state = 150}, [747] = {.lex_state = 171}, [748] = {.lex_state = 171}, [749] = {.lex_state = 171}, - [750] = {.lex_state = 147}, - [751] = {.lex_state = 150}, + [750] = {.lex_state = 171}, + [751] = {.lex_state = 149}, [752] = {.lex_state = 171}, - [753] = {.lex_state = 171}, + [753] = {.lex_state = 149}, [754] = {.lex_state = 171}, - [755] = {.lex_state = 149}, - [756] = {.lex_state = 171}, + [755] = {.lex_state = 171}, + [756] = {.lex_state = 147}, [757] = {.lex_state = 171}, - [758] = {.lex_state = 149}, + [758] = {.lex_state = 171}, [759] = {.lex_state = 149}, - [760] = {.lex_state = 171}, - [761] = {.lex_state = 149}, - [762] = {.lex_state = 149}, + [760] = {.lex_state = 149}, + [761] = {.lex_state = 171}, + [762] = {.lex_state = 171}, [763] = {.lex_state = 171}, [764] = {.lex_state = 171}, - [765] = {.lex_state = 150}, - [766] = {.lex_state = 150}, - [767] = {.lex_state = 171}, - [768] = {.lex_state = 149}, - [769] = {.lex_state = 171}, - [770] = {.lex_state = 149}, - [771] = {.lex_state = 149}, + [765] = {.lex_state = 149}, + [766] = {.lex_state = 171}, + [767] = {.lex_state = 149}, + [768] = {.lex_state = 171}, + [769] = {.lex_state = 149}, + [770] = {.lex_state = 147}, + [771] = {.lex_state = 171}, [772] = {.lex_state = 171}, [773] = {.lex_state = 149}, [774] = {.lex_state = 171}, [775] = {.lex_state = 147}, [776] = {.lex_state = 171}, - [777] = {.lex_state = 147}, + [777] = {.lex_state = 171}, [778] = {.lex_state = 171}, [779] = {.lex_state = 171}, [780] = {.lex_state = 171}, - [781] = {.lex_state = 171}, + [781] = {.lex_state = 149}, [782] = {.lex_state = 171}, [783] = {.lex_state = 171}, - [784] = {.lex_state = 171}, + [784] = {.lex_state = 150}, [785] = {.lex_state = 171}, - [786] = {.lex_state = 171}, + [786] = {.lex_state = 150}, [787] = {.lex_state = 171}, [788] = {.lex_state = 171}, [789] = {.lex_state = 171}, [790] = {.lex_state = 171}, [791] = {.lex_state = 171}, [792] = {.lex_state = 171}, - [793] = {.lex_state = 171}, - [794] = {.lex_state = 171}, - [795] = {.lex_state = 150}, - [796] = {.lex_state = 171}, - [797] = {.lex_state = 171}, - [798] = {.lex_state = 171}, - [799] = {.lex_state = 171}, - [800] = {.lex_state = 171}, - [801] = {.lex_state = 149}, - [802] = {.lex_state = 149}, + [793] = {.lex_state = 152}, + [794] = {.lex_state = 149}, + [795] = {.lex_state = 152}, + [796] = {.lex_state = 152}, + [797] = {.lex_state = 152}, + [798] = {.lex_state = 152}, + [799] = {.lex_state = 152}, + [800] = {.lex_state = 147}, + [801] = {.lex_state = 147}, + [802] = {.lex_state = 152}, [803] = {.lex_state = 152}, [804] = {.lex_state = 152}, [805] = {.lex_state = 147}, [806] = {.lex_state = 152}, - [807] = {.lex_state = 152}, + [807] = {.lex_state = 149}, [808] = {.lex_state = 152}, [809] = {.lex_state = 152}, - [810] = {.lex_state = 149}, + [810] = {.lex_state = 152}, [811] = {.lex_state = 152}, - [812] = {.lex_state = 149}, - [813] = {.lex_state = 152}, - [814] = {.lex_state = 149}, + [812] = {.lex_state = 152}, + [813] = {.lex_state = 149}, + [814] = {.lex_state = 153}, [815] = {.lex_state = 149}, - [816] = {.lex_state = 152}, - [817] = {.lex_state = 153}, + [816] = {.lex_state = 149}, + [817] = {.lex_state = 149}, [818] = {.lex_state = 149}, [819] = {.lex_state = 149}, [820] = {.lex_state = 149}, [821] = {.lex_state = 149}, - [822] = {.lex_state = 149}, - [823] = {.lex_state = 152}, - [824] = {.lex_state = 149}, - [825] = {.lex_state = 152}, - [826] = {.lex_state = 152}, - [827] = {.lex_state = 152}, - [828] = {.lex_state = 147}, + [822] = {.lex_state = 154}, + [823] = {.lex_state = 154}, + [824] = {.lex_state = 154}, + [825] = {.lex_state = 147}, + [826] = {.lex_state = 150}, + [827] = {.lex_state = 150}, + [828] = {.lex_state = 154}, [829] = {.lex_state = 147}, - [830] = {.lex_state = 152}, - [831] = {.lex_state = 152}, - [832] = {.lex_state = 150}, - [833] = {.lex_state = 147}, - [834] = {.lex_state = 147}, - [835] = {.lex_state = 150}, - [836] = {.lex_state = 154}, - [837] = {.lex_state = 154}, + [830] = {.lex_state = 155}, + [831] = {.lex_state = 150}, + [832] = {.lex_state = 147}, + [833] = {.lex_state = 155}, + [834] = {.lex_state = 150}, + [835] = {.lex_state = 156}, + [836] = {.lex_state = 155}, + [837] = {.lex_state = 155}, [838] = {.lex_state = 150}, [839] = {.lex_state = 150}, - [840] = {.lex_state = 147}, - [841] = {.lex_state = 155}, - [842] = {.lex_state = 154}, - [843] = {.lex_state = 154}, - [844] = {.lex_state = 155}, - [845] = {.lex_state = 155}, - [846] = {.lex_state = 150}, - [847] = {.lex_state = 150}, - [848] = {.lex_state = 155}, - [849] = {.lex_state = 156}, - [850] = {.lex_state = 150}, - [851] = {.lex_state = 150}, - [852] = {.lex_state = 156}, - [853] = {.lex_state = 164}, - [854] = {.lex_state = 149}, - [855] = {.lex_state = 150}, - [856] = {.lex_state = 149}, - [857] = {.lex_state = 150}, - [858] = {.lex_state = 150}, - [859] = {.lex_state = 149}, - [860] = {.lex_state = 150}, + [840] = {.lex_state = 156}, + [841] = {.lex_state = 150}, + [842] = {.lex_state = 150}, + [843] = {.lex_state = 150}, + [844] = {.lex_state = 150}, + [845] = {.lex_state = 150}, + [846] = {.lex_state = 149}, + [847] = {.lex_state = 149}, + [848] = {.lex_state = 150}, + [849] = {.lex_state = 149}, + [850] = {.lex_state = 149}, + [851] = {.lex_state = 149}, + [852] = {.lex_state = 150}, + [853] = {.lex_state = 149}, + [854] = {.lex_state = 150}, + [855] = {.lex_state = 149}, + [856] = {.lex_state = 150}, + [857] = {.lex_state = 149}, + [858] = {.lex_state = 164}, + [859] = {.lex_state = 150}, + [860] = {.lex_state = 149}, [861] = {.lex_state = 149}, [862] = {.lex_state = 149}, - [863] = {.lex_state = 150}, - [864] = {.lex_state = 150}, - [865] = {.lex_state = 150}, + [863] = {.lex_state = 164}, + [864] = {.lex_state = 152}, + [865] = {.lex_state = 152}, [866] = {.lex_state = 149}, - [867] = {.lex_state = 149}, - [868] = {.lex_state = 150}, - [869] = {.lex_state = 150}, + [867] = {.lex_state = 152}, + [868] = {.lex_state = 152}, + [869] = {.lex_state = 149}, [870] = {.lex_state = 149}, - [871] = {.lex_state = 150}, - [872] = {.lex_state = 150}, + [871] = {.lex_state = 152}, + [872] = {.lex_state = 152}, [873] = {.lex_state = 149}, - [874] = {.lex_state = 150}, + [874] = {.lex_state = 164}, [875] = {.lex_state = 149}, - [876] = {.lex_state = 150}, - [877] = {.lex_state = 150}, - [878] = {.lex_state = 150}, - [879] = {.lex_state = 150}, - [880] = {.lex_state = 150}, - [881] = {.lex_state = 149}, - [882] = {.lex_state = 152}, + [876] = {.lex_state = 152}, + [877] = {.lex_state = 164}, + [878] = {.lex_state = 164}, + [879] = {.lex_state = 164}, + [880] = {.lex_state = 164}, + [881] = {.lex_state = 164}, + [882] = {.lex_state = 164}, [883] = {.lex_state = 150}, - [884] = {.lex_state = 152}, - [885] = {.lex_state = 164}, + [884] = {.lex_state = 164}, + [885] = {.lex_state = 152}, [886] = {.lex_state = 164}, - [887] = {.lex_state = 152}, - [888] = {.lex_state = 164}, + [887] = {.lex_state = 164}, + [888] = {.lex_state = 149}, [889] = {.lex_state = 152}, - [890] = {.lex_state = 149}, - [891] = {.lex_state = 152}, - [892] = {.lex_state = 152}, - [893] = {.lex_state = 164}, - [894] = {.lex_state = 149}, + [890] = {.lex_state = 152}, + [891] = {.lex_state = 164}, + [892] = {.lex_state = 164}, + [893] = {.lex_state = 150}, + [894] = {.lex_state = 164}, [895] = {.lex_state = 149}, - [896] = {.lex_state = 149}, - [897] = {.lex_state = 149}, - [898] = {.lex_state = 164}, - [899] = {.lex_state = 152}, + [896] = {.lex_state = 152}, + [897] = {.lex_state = 152}, + [898] = {.lex_state = 152}, + [899] = {.lex_state = 164}, [900] = {.lex_state = 164}, - [901] = {.lex_state = 149}, + [901] = {.lex_state = 164}, [902] = {.lex_state = 164}, - [903] = {.lex_state = 152}, + [903] = {.lex_state = 164}, [904] = {.lex_state = 164}, - [905] = {.lex_state = 150}, - [906] = {.lex_state = 149}, - [907] = {.lex_state = 164}, - [908] = {.lex_state = 164}, - [909] = {.lex_state = 164}, - [910] = {.lex_state = 164}, - [911] = {.lex_state = 164}, + [905] = {.lex_state = 152}, + [906] = {.lex_state = 152}, + [907] = {.lex_state = 152}, + [908] = {.lex_state = 149}, + [909] = {.lex_state = 149}, + [910] = {.lex_state = 149}, + [911] = {.lex_state = 152}, [912] = {.lex_state = 164}, [913] = {.lex_state = 152}, - [914] = {.lex_state = 152}, - [915] = {.lex_state = 164}, + [914] = {.lex_state = 149}, + [915] = {.lex_state = 152}, [916] = {.lex_state = 152}, - [917] = {.lex_state = 164}, - [918] = {.lex_state = 152}, - [919] = {.lex_state = 164}, - [920] = {.lex_state = 164}, - [921] = {.lex_state = 164}, + [917] = {.lex_state = 149}, + [918] = {.lex_state = 149}, + [919] = {.lex_state = 149}, + [920] = {.lex_state = 149}, + [921] = {.lex_state = 149}, [922] = {.lex_state = 152}, - [923] = {.lex_state = 164}, - [924] = {.lex_state = 149}, - [925] = {.lex_state = 164}, + [923] = {.lex_state = 152}, + [924] = {.lex_state = 150}, + [925] = {.lex_state = 149}, [926] = {.lex_state = 164}, [927] = {.lex_state = 149}, - [928] = {.lex_state = 152}, - [929] = {.lex_state = 164}, - [930] = {.lex_state = 152}, + [928] = {.lex_state = 164}, + [929] = {.lex_state = 149}, + [930] = {.lex_state = 150}, [931] = {.lex_state = 164}, - [932] = {.lex_state = 150}, - [933] = {.lex_state = 152}, - [934] = {.lex_state = 152}, - [935] = {.lex_state = 164}, - [936] = {.lex_state = 164}, + [932] = {.lex_state = 164}, + [933] = {.lex_state = 164}, + [934] = {.lex_state = 164}, + [935] = {.lex_state = 152}, + [936] = {.lex_state = 152}, [937] = {.lex_state = 152}, - [938] = {.lex_state = 164}, - [939] = {.lex_state = 150}, - [940] = {.lex_state = 149}, - [941] = {.lex_state = 149}, + [938] = {.lex_state = 152}, + [939] = {.lex_state = 164}, + [940] = {.lex_state = 164}, + [941] = {.lex_state = 164}, [942] = {.lex_state = 152}, - [943] = {.lex_state = 149}, - [944] = {.lex_state = 149}, + [943] = {.lex_state = 164}, + [944] = {.lex_state = 150}, [945] = {.lex_state = 149}, - [946] = {.lex_state = 149}, - [947] = {.lex_state = 152}, - [948] = {.lex_state = 149}, + [946] = {.lex_state = 164}, + [947] = {.lex_state = 149}, + [948] = {.lex_state = 152}, [949] = {.lex_state = 152}, - [950] = {.lex_state = 149}, + [950] = {.lex_state = 164}, [951] = {.lex_state = 149}, - [952] = {.lex_state = 152}, - [953] = {.lex_state = 149}, - [954] = {.lex_state = 149}, - [955] = {.lex_state = 164}, - [956] = {.lex_state = 152}, - [957] = {.lex_state = 152}, - [958] = {.lex_state = 152}, - [959] = {.lex_state = 152}, + [952] = {.lex_state = 149}, + [953] = {.lex_state = 164}, + [954] = {.lex_state = 164}, + [955] = {.lex_state = 149}, + [956] = {.lex_state = 149}, + [957] = {.lex_state = 149}, + [958] = {.lex_state = 164}, + [959] = {.lex_state = 149}, [960] = {.lex_state = 164}, - [961] = {.lex_state = 149}, + [961] = {.lex_state = 152}, [962] = {.lex_state = 164}, - [963] = {.lex_state = 152}, - [964] = {.lex_state = 150}, + [963] = {.lex_state = 149}, + [964] = {.lex_state = 149}, [965] = {.lex_state = 149}, - [966] = {.lex_state = 164}, - [967] = {.lex_state = 149}, - [968] = {.lex_state = 149}, + [966] = {.lex_state = 149}, + [967] = {.lex_state = 164}, + [968] = {.lex_state = 152}, [969] = {.lex_state = 164}, - [970] = {.lex_state = 164}, + [970] = {.lex_state = 149}, [971] = {.lex_state = 164}, - [972] = {.lex_state = 149}, - [973] = {.lex_state = 164}, + [972] = {.lex_state = 164}, + [973] = {.lex_state = 149}, [974] = {.lex_state = 164}, - [975] = {.lex_state = 149}, - [976] = {.lex_state = 152}, + [975] = {.lex_state = 164}, + [976] = {.lex_state = 149}, [977] = {.lex_state = 149}, - [978] = {.lex_state = 164}, - [979] = {.lex_state = 164}, + [978] = {.lex_state = 152}, + [979] = {.lex_state = 152}, [980] = {.lex_state = 152}, - [981] = {.lex_state = 164}, - [982] = {.lex_state = 164}, + [981] = {.lex_state = 149}, + [982] = {.lex_state = 152}, [983] = {.lex_state = 164}, [984] = {.lex_state = 164}, [985] = {.lex_state = 164}, - [986] = {.lex_state = 149}, + [986] = {.lex_state = 164}, [987] = {.lex_state = 164}, - [988] = {.lex_state = 152}, - [989] = {.lex_state = 152}, - [990] = {.lex_state = 152}, - [991] = {.lex_state = 152}, - [992] = {.lex_state = 164}, - [993] = {.lex_state = 164}, - [994] = {.lex_state = 152}, + [988] = {.lex_state = 149}, + [989] = {.lex_state = 143}, + [990] = {.lex_state = 164}, + [991] = {.lex_state = 149}, + [992] = {.lex_state = 152}, + [993] = {.lex_state = 149}, + [994] = {.lex_state = 164}, [995] = {.lex_state = 164}, - [996] = {.lex_state = 149}, - [997] = {.lex_state = 149}, + [996] = {.lex_state = 164}, + [997] = {.lex_state = 152}, [998] = {.lex_state = 149}, - [999] = {.lex_state = 149}, + [999] = {.lex_state = 164}, [1000] = {.lex_state = 149}, [1001] = {.lex_state = 149}, [1002] = {.lex_state = 164}, - [1003] = {.lex_state = 149}, + [1003] = {.lex_state = 152}, [1004] = {.lex_state = 152}, - [1005] = {.lex_state = 164}, - [1006] = {.lex_state = 152}, - [1007] = {.lex_state = 149}, + [1005] = {.lex_state = 149}, + [1006] = {.lex_state = 149}, + [1007] = {.lex_state = 152}, [1008] = {.lex_state = 149}, [1009] = {.lex_state = 149}, - [1010] = {.lex_state = 164}, + [1010] = {.lex_state = 152}, [1011] = {.lex_state = 149}, - [1012] = {.lex_state = 152}, - [1013] = {.lex_state = 149}, - [1014] = {.lex_state = 149}, - [1015] = {.lex_state = 164}, - [1016] = {.lex_state = 149}, + [1012] = {.lex_state = 164}, + [1013] = {.lex_state = 164}, + [1014] = {.lex_state = 164}, + [1015] = {.lex_state = 152}, + [1016] = {.lex_state = 164}, [1017] = {.lex_state = 164}, - [1018] = {.lex_state = 149}, + [1018] = {.lex_state = 152}, [1019] = {.lex_state = 149}, [1020] = {.lex_state = 152}, - [1021] = {.lex_state = 149}, - [1022] = {.lex_state = 149}, - [1023] = {.lex_state = 164}, - [1024] = {.lex_state = 143}, + [1021] = {.lex_state = 152}, + [1022] = {.lex_state = 152}, + [1023] = {.lex_state = 149}, + [1024] = {.lex_state = 149}, [1025] = {.lex_state = 152}, - [1026] = {.lex_state = 149}, + [1026] = {.lex_state = 152}, [1027] = {.lex_state = 152}, [1028] = {.lex_state = 149}, - [1029] = {.lex_state = 149}, - [1030] = {.lex_state = 164}, + [1029] = {.lex_state = 144}, + [1030] = {.lex_state = 152}, [1031] = {.lex_state = 152}, [1032] = {.lex_state = 152}, - [1033] = {.lex_state = 164}, + [1033] = {.lex_state = 152}, [1034] = {.lex_state = 152}, - [1035] = {.lex_state = 164}, - [1036] = {.lex_state = 149}, - [1037] = {.lex_state = 152}, - [1038] = {.lex_state = 149}, + [1035] = {.lex_state = 152}, + [1036] = {.lex_state = 152}, + [1037] = {.lex_state = 164}, + [1038] = {.lex_state = 164}, [1039] = {.lex_state = 164}, - [1040] = {.lex_state = 152}, - [1041] = {.lex_state = 164}, - [1042] = {.lex_state = 164}, + [1040] = {.lex_state = 164}, + [1041] = {.lex_state = 149}, + [1042] = {.lex_state = 149}, [1043] = {.lex_state = 149}, [1044] = {.lex_state = 164}, [1045] = {.lex_state = 164}, [1046] = {.lex_state = 164}, - [1047] = {.lex_state = 164}, - [1048] = {.lex_state = 152}, - [1049] = {.lex_state = 152}, - [1050] = {.lex_state = 152}, - [1051] = {.lex_state = 152}, - [1052] = {.lex_state = 164}, - [1053] = {.lex_state = 152}, - [1054] = {.lex_state = 144}, - [1055] = {.lex_state = 152}, - [1056] = {.lex_state = 152}, - [1057] = {.lex_state = 152}, - [1058] = {.lex_state = 152}, + [1047] = {.lex_state = 149}, + [1048] = {.lex_state = 149}, + [1049] = {.lex_state = 164}, + [1050] = {.lex_state = 149}, + [1051] = {.lex_state = 164}, + [1052] = {.lex_state = 149}, + [1053] = {.lex_state = 149}, + [1054] = {.lex_state = 149}, + [1055] = {.lex_state = 149}, + [1056] = {.lex_state = 149}, + [1057] = {.lex_state = 149}, + [1058] = {.lex_state = 149}, [1059] = {.lex_state = 149}, - [1060] = {.lex_state = 152}, - [1061] = {.lex_state = 152}, + [1060] = {.lex_state = 149}, + [1061] = {.lex_state = 149}, [1062] = {.lex_state = 149}, [1063] = {.lex_state = 149}, [1064] = {.lex_state = 149}, - [1065] = {.lex_state = 149}, + [1065] = {.lex_state = 164}, [1066] = {.lex_state = 149}, [1067] = {.lex_state = 149}, [1068] = {.lex_state = 149}, [1069] = {.lex_state = 149}, [1070] = {.lex_state = 149}, [1071] = {.lex_state = 149}, - [1072] = {.lex_state = 149}, + [1072] = {.lex_state = 157}, [1073] = {.lex_state = 149}, [1074] = {.lex_state = 149}, - [1075] = {.lex_state = 157}, - [1076] = {.lex_state = 149}, - [1077] = {.lex_state = 149}, + [1075] = {.lex_state = 149}, + [1076] = {.lex_state = 164}, + [1077] = {.lex_state = 158}, [1078] = {.lex_state = 149}, - [1079] = {.lex_state = 149}, + [1079] = {.lex_state = 164}, [1080] = {.lex_state = 149}, - [1081] = {.lex_state = 149}, - [1082] = {.lex_state = 149}, - [1083] = {.lex_state = 149}, - [1084] = {.lex_state = 149}, - [1085] = {.lex_state = 149}, - [1086] = {.lex_state = 149}, - [1087] = {.lex_state = 164}, - [1088] = {.lex_state = 149}, - [1089] = {.lex_state = 149}, - [1090] = {.lex_state = 164}, - [1091] = {.lex_state = 164}, - [1092] = {.lex_state = 164}, - [1093] = {.lex_state = 149}, - [1094] = {.lex_state = 164}, - [1095] = {.lex_state = 149}, - [1096] = {.lex_state = 158}, - [1097] = {.lex_state = 149}, - [1098] = {.lex_state = 164}, - [1099] = {.lex_state = 164}, - [1100] = {.lex_state = 164}, - [1101] = {.lex_state = 149}, - [1102] = {.lex_state = 164}, - [1103] = {.lex_state = 164}, - [1104] = {.lex_state = 164}, - [1105] = {.lex_state = 147}, - [1106] = {.lex_state = 147}, - [1107] = {.lex_state = 147}, + [1081] = {.lex_state = 147}, + [1082] = {.lex_state = 147}, + [1083] = {.lex_state = 147}, + [1084] = {.lex_state = 159}, + [1085] = {.lex_state = 159}, + [1086] = {.lex_state = 159}, + [1087] = {.lex_state = 159}, + [1088] = {.lex_state = 159}, + [1089] = {.lex_state = 159}, + [1090] = {.lex_state = 159}, + [1091] = {.lex_state = 159}, + [1092] = {.lex_state = 157}, + [1093] = {.lex_state = 157}, + [1094] = {.lex_state = 159}, + [1095] = {.lex_state = 159}, + [1096] = {.lex_state = 159}, + [1097] = {.lex_state = 159}, + [1098] = {.lex_state = 159}, + [1099] = {.lex_state = 157}, + [1100] = {.lex_state = 159}, + [1101] = {.lex_state = 159}, + [1102] = {.lex_state = 159}, + [1103] = {.lex_state = 159}, + [1104] = {.lex_state = 159}, + [1105] = {.lex_state = 159}, + [1106] = {.lex_state = 159}, + [1107] = {.lex_state = 157}, [1108] = {.lex_state = 159}, - [1109] = {.lex_state = 159}, + [1109] = {.lex_state = 157}, [1110] = {.lex_state = 159}, [1111] = {.lex_state = 159}, - [1112] = {.lex_state = 157}, + [1112] = {.lex_state = 159}, [1113] = {.lex_state = 159}, [1114] = {.lex_state = 159}, [1115] = {.lex_state = 159}, [1116] = {.lex_state = 159}, [1117] = {.lex_state = 159}, - [1118] = {.lex_state = 157}, + [1118] = {.lex_state = 159}, [1119] = {.lex_state = 159}, [1120] = {.lex_state = 159}, - [1121] = {.lex_state = 159}, + [1121] = {.lex_state = 157}, [1122] = {.lex_state = 157}, [1123] = {.lex_state = 159}, - [1124] = {.lex_state = 159}, + [1124] = {.lex_state = 157}, [1125] = {.lex_state = 159}, [1126] = {.lex_state = 159}, - [1127] = {.lex_state = 157}, + [1127] = {.lex_state = 159}, [1128] = {.lex_state = 159}, [1129] = {.lex_state = 159}, [1130] = {.lex_state = 159}, [1131] = {.lex_state = 159}, [1132] = {.lex_state = 159}, - [1133] = {.lex_state = 158}, - [1134] = {.lex_state = 159}, + [1133] = {.lex_state = 157}, + [1134] = {.lex_state = 157}, [1135] = {.lex_state = 159}, [1136] = {.lex_state = 159}, [1137] = {.lex_state = 159}, @@ -6584,399 +6588,399 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1148] = {.lex_state = 159}, [1149] = {.lex_state = 159}, [1150] = {.lex_state = 159}, - [1151] = {.lex_state = 159}, - [1152] = {.lex_state = 159}, - [1153] = {.lex_state = 159}, - [1154] = {.lex_state = 159}, + [1151] = {.lex_state = 157}, + [1152] = {.lex_state = 157}, + [1153] = {.lex_state = 157}, + [1154] = {.lex_state = 157}, [1155] = {.lex_state = 159}, - [1156] = {.lex_state = 157}, - [1157] = {.lex_state = 157}, - [1158] = {.lex_state = 159}, + [1156] = {.lex_state = 159}, + [1157] = {.lex_state = 159}, + [1158] = {.lex_state = 157}, [1159] = {.lex_state = 159}, [1160] = {.lex_state = 157}, - [1161] = {.lex_state = 159}, + [1161] = {.lex_state = 157}, [1162] = {.lex_state = 159}, - [1163] = {.lex_state = 157}, + [1163] = {.lex_state = 159}, [1164] = {.lex_state = 157}, - [1165] = {.lex_state = 159}, + [1165] = {.lex_state = 157}, [1166] = {.lex_state = 159}, - [1167] = {.lex_state = 159}, + [1167] = {.lex_state = 157}, [1168] = {.lex_state = 159}, - [1169] = {.lex_state = 159}, + [1169] = {.lex_state = 147}, [1170] = {.lex_state = 159}, - [1171] = {.lex_state = 159}, - [1172] = {.lex_state = 159}, - [1173] = {.lex_state = 159}, - [1174] = {.lex_state = 159}, - [1175] = {.lex_state = 159}, + [1171] = {.lex_state = 157}, + [1172] = {.lex_state = 147}, + [1173] = {.lex_state = 157}, + [1174] = {.lex_state = 157}, + [1175] = {.lex_state = 157}, [1176] = {.lex_state = 157}, - [1177] = {.lex_state = 159}, - [1178] = {.lex_state = 159}, + [1177] = {.lex_state = 157}, + [1178] = {.lex_state = 157}, [1179] = {.lex_state = 157}, [1180] = {.lex_state = 157}, - [1181] = {.lex_state = 159}, - [1182] = {.lex_state = 159}, + [1181] = {.lex_state = 157}, + [1182] = {.lex_state = 157}, [1183] = {.lex_state = 157}, [1184] = {.lex_state = 157}, [1185] = {.lex_state = 157}, [1186] = {.lex_state = 157}, - [1187] = {.lex_state = 159}, - [1188] = {.lex_state = 158}, - [1189] = {.lex_state = 158}, - [1190] = {.lex_state = 158}, - [1191] = {.lex_state = 158}, - [1192] = {.lex_state = 158}, - [1193] = {.lex_state = 158}, - [1194] = {.lex_state = 158}, - [1195] = {.lex_state = 158}, - [1196] = {.lex_state = 158}, - [1197] = {.lex_state = 158}, - [1198] = {.lex_state = 159}, - [1199] = {.lex_state = 158}, - [1200] = {.lex_state = 158}, - [1201] = {.lex_state = 159}, - [1202] = {.lex_state = 158}, - [1203] = {.lex_state = 158}, - [1204] = {.lex_state = 147}, - [1205] = {.lex_state = 158}, - [1206] = {.lex_state = 158}, - [1207] = {.lex_state = 158}, - [1208] = {.lex_state = 158}, - [1209] = {.lex_state = 158}, - [1210] = {.lex_state = 158}, + [1187] = {.lex_state = 157}, + [1188] = {.lex_state = 157}, + [1189] = {.lex_state = 157}, + [1190] = {.lex_state = 157}, + [1191] = {.lex_state = 157}, + [1192] = {.lex_state = 157}, + [1193] = {.lex_state = 157}, + [1194] = {.lex_state = 157}, + [1195] = {.lex_state = 157}, + [1196] = {.lex_state = 147}, + [1197] = {.lex_state = 159}, + [1198] = {.lex_state = 157}, + [1199] = {.lex_state = 157}, + [1200] = {.lex_state = 164}, + [1201] = {.lex_state = 147}, + [1202] = {.lex_state = 164}, + [1203] = {.lex_state = 157}, + [1204] = {.lex_state = 160}, + [1205] = {.lex_state = 160}, + [1206] = {.lex_state = 157}, + [1207] = {.lex_state = 160}, + [1208] = {.lex_state = 160}, + [1209] = {.lex_state = 164}, + [1210] = {.lex_state = 160}, [1211] = {.lex_state = 157}, - [1212] = {.lex_state = 158}, - [1213] = {.lex_state = 147}, - [1214] = {.lex_state = 158}, - [1215] = {.lex_state = 158}, + [1212] = {.lex_state = 157}, + [1213] = {.lex_state = 157}, + [1214] = {.lex_state = 157}, + [1215] = {.lex_state = 164}, [1216] = {.lex_state = 147}, - [1217] = {.lex_state = 158}, - [1218] = {.lex_state = 158}, - [1219] = {.lex_state = 158}, - [1220] = {.lex_state = 159}, - [1221] = {.lex_state = 158}, - [1222] = {.lex_state = 159}, - [1223] = {.lex_state = 158}, + [1217] = {.lex_state = 147}, + [1218] = {.lex_state = 157}, + [1219] = {.lex_state = 157}, + [1220] = {.lex_state = 147}, + [1221] = {.lex_state = 164}, + [1222] = {.lex_state = 160}, + [1223] = {.lex_state = 147}, [1224] = {.lex_state = 164}, - [1225] = {.lex_state = 164}, + [1225] = {.lex_state = 147}, [1226] = {.lex_state = 147}, - [1227] = {.lex_state = 147}, - [1228] = {.lex_state = 164}, - [1229] = {.lex_state = 158}, - [1230] = {.lex_state = 160}, - [1231] = {.lex_state = 164}, - [1232] = {.lex_state = 160}, - [1233] = {.lex_state = 157}, - [1234] = {.lex_state = 164}, - [1235] = {.lex_state = 160}, + [1227] = {.lex_state = 157}, + [1228] = {.lex_state = 147}, + [1229] = {.lex_state = 161}, + [1230] = {.lex_state = 147}, + [1231] = {.lex_state = 161}, + [1232] = {.lex_state = 147}, + [1233] = {.lex_state = 160}, + [1234] = {.lex_state = 147}, + [1235] = {.lex_state = 147}, [1236] = {.lex_state = 147}, - [1237] = {.lex_state = 147}, - [1238] = {.lex_state = 160}, - [1239] = {.lex_state = 157}, + [1237] = {.lex_state = 157}, + [1238] = {.lex_state = 147}, + [1239] = {.lex_state = 147}, [1240] = {.lex_state = 147}, [1241] = {.lex_state = 157}, - [1242] = {.lex_state = 157}, + [1242] = {.lex_state = 147}, [1243] = {.lex_state = 157}, - [1244] = {.lex_state = 164}, - [1245] = {.lex_state = 157}, - [1246] = {.lex_state = 160}, - [1247] = {.lex_state = 160}, - [1248] = {.lex_state = 157}, + [1244] = {.lex_state = 147}, + [1245] = {.lex_state = 147}, + [1246] = {.lex_state = 147}, + [1247] = {.lex_state = 147}, + [1248] = {.lex_state = 147}, [1249] = {.lex_state = 147}, - [1250] = {.lex_state = 161}, - [1251] = {.lex_state = 147}, + [1250] = {.lex_state = 157}, + [1251] = {.lex_state = 161}, [1252] = {.lex_state = 147}, [1253] = {.lex_state = 147}, - [1254] = {.lex_state = 161}, + [1254] = {.lex_state = 147}, [1255] = {.lex_state = 157}, [1256] = {.lex_state = 147}, - [1257] = {.lex_state = 160}, + [1257] = {.lex_state = 147}, [1258] = {.lex_state = 147}, - [1259] = {.lex_state = 157}, - [1260] = {.lex_state = 158}, + [1259] = {.lex_state = 147}, + [1260] = {.lex_state = 147}, [1261] = {.lex_state = 147}, - [1262] = {.lex_state = 158}, + [1262] = {.lex_state = 147}, [1263] = {.lex_state = 147}, [1264] = {.lex_state = 147}, [1265] = {.lex_state = 147}, - [1266] = {.lex_state = 147}, - [1267] = {.lex_state = 158}, - [1268] = {.lex_state = 147}, - [1269] = {.lex_state = 147}, - [1270] = {.lex_state = 147}, - [1271] = {.lex_state = 147}, - [1272] = {.lex_state = 147}, - [1273] = {.lex_state = 147}, - [1274] = {.lex_state = 147}, - [1275] = {.lex_state = 147}, - [1276] = {.lex_state = 147}, - [1277] = {.lex_state = 147}, - [1278] = {.lex_state = 157}, - [1279] = {.lex_state = 147}, - [1280] = {.lex_state = 147}, - [1281] = {.lex_state = 158}, - [1282] = {.lex_state = 161}, - [1283] = {.lex_state = 147}, - [1284] = {.lex_state = 147}, - [1285] = {.lex_state = 147}, - [1286] = {.lex_state = 147}, - [1287] = {.lex_state = 147}, - [1288] = {.lex_state = 147}, + [1266] = {.lex_state = 157}, + [1267] = {.lex_state = 157}, + [1268] = {.lex_state = 160}, + [1269] = {.lex_state = 160}, + [1270] = {.lex_state = 157}, + [1271] = {.lex_state = 160}, + [1272] = {.lex_state = 157}, + [1273] = {.lex_state = 157}, + [1274] = {.lex_state = 157}, + [1275] = {.lex_state = 162}, + [1276] = {.lex_state = 162}, + [1277] = {.lex_state = 162}, + [1278] = {.lex_state = 160}, + [1279] = {.lex_state = 162}, + [1280] = {.lex_state = 162}, + [1281] = {.lex_state = 162}, + [1282] = {.lex_state = 147}, + [1283] = {.lex_state = 162}, + [1284] = {.lex_state = 161}, + [1285] = {.lex_state = 161}, + [1286] = {.lex_state = 147, .external_lex_state = 1}, + [1287] = {.lex_state = 147, .external_lex_state = 1}, + [1288] = {.lex_state = 147, .external_lex_state = 1}, [1289] = {.lex_state = 147}, [1290] = {.lex_state = 147}, - [1291] = {.lex_state = 160}, - [1292] = {.lex_state = 158}, - [1293] = {.lex_state = 160}, - [1294] = {.lex_state = 158}, - [1295] = {.lex_state = 160}, - [1296] = {.lex_state = 158}, - [1297] = {.lex_state = 158}, - [1298] = {.lex_state = 162}, - [1299] = {.lex_state = 162}, - [1300] = {.lex_state = 162}, - [1301] = {.lex_state = 162}, - [1302] = {.lex_state = 158}, - [1303] = {.lex_state = 162}, - [1304] = {.lex_state = 160}, - [1305] = {.lex_state = 162}, - [1306] = {.lex_state = 161}, - [1307] = {.lex_state = 147}, - [1308] = {.lex_state = 161}, - [1309] = {.lex_state = 162}, - [1310] = {.lex_state = 147, .external_lex_state = 1}, + [1291] = {.lex_state = 147, .external_lex_state = 1}, + [1292] = {.lex_state = 161}, + [1293] = {.lex_state = 147, .external_lex_state = 1}, + [1294] = {.lex_state = 161}, + [1295] = {.lex_state = 147, .external_lex_state = 1}, + [1296] = {.lex_state = 147, .external_lex_state = 1}, + [1297] = {.lex_state = 147, .external_lex_state = 1}, + [1298] = {.lex_state = 147}, + [1299] = {.lex_state = 147}, + [1300] = {.lex_state = 147, .external_lex_state = 1}, + [1301] = {.lex_state = 147, .external_lex_state = 1}, + [1302] = {.lex_state = 147}, + [1303] = {.lex_state = 161}, + [1304] = {.lex_state = 161}, + [1305] = {.lex_state = 147}, + [1306] = {.lex_state = 147, .external_lex_state = 1}, + [1307] = {.lex_state = 147, .external_lex_state = 1}, + [1308] = {.lex_state = 147, .external_lex_state = 1}, + [1309] = {.lex_state = 147, .external_lex_state = 1}, + [1310] = {.lex_state = 147}, [1311] = {.lex_state = 147, .external_lex_state = 1}, - [1312] = {.lex_state = 158}, + [1312] = {.lex_state = 147, .external_lex_state = 1}, [1313] = {.lex_state = 161}, - [1314] = {.lex_state = 147, .external_lex_state = 1}, - [1315] = {.lex_state = 147, .external_lex_state = 1}, - [1316] = {.lex_state = 147, .external_lex_state = 1}, - [1317] = {.lex_state = 147}, - [1318] = {.lex_state = 147}, - [1319] = {.lex_state = 161}, - [1320] = {.lex_state = 147}, + [1314] = {.lex_state = 161}, + [1315] = {.lex_state = 147}, + [1316] = {.lex_state = 147}, + [1317] = {.lex_state = 161}, + [1318] = {.lex_state = 0}, + [1319] = {.lex_state = 157}, + [1320] = {.lex_state = 161}, [1321] = {.lex_state = 161}, [1322] = {.lex_state = 147, .external_lex_state = 1}, - [1323] = {.lex_state = 0}, - [1324] = {.lex_state = 147, .external_lex_state = 1}, - [1325] = {.lex_state = 147, .external_lex_state = 1}, - [1326] = {.lex_state = 147, .external_lex_state = 1}, - [1327] = {.lex_state = 161}, - [1328] = {.lex_state = 147, .external_lex_state = 1}, - [1329] = {.lex_state = 161}, - [1330] = {.lex_state = 147}, - [1331] = {.lex_state = 147, .external_lex_state = 1}, - [1332] = {.lex_state = 147}, - [1333] = {.lex_state = 147}, - [1334] = {.lex_state = 147, .external_lex_state = 1}, - [1335] = {.lex_state = 147}, - [1336] = {.lex_state = 161}, - [1337] = {.lex_state = 147, .external_lex_state = 1}, - [1338] = {.lex_state = 147, .external_lex_state = 1}, - [1339] = {.lex_state = 147}, - [1340] = {.lex_state = 147}, - [1341] = {.lex_state = 147, .external_lex_state = 1}, - [1342] = {.lex_state = 161}, - [1343] = {.lex_state = 161}, - [1344] = {.lex_state = 161}, - [1345] = {.lex_state = 161}, - [1346] = {.lex_state = 147, .external_lex_state = 1}, - [1347] = {.lex_state = 147, .external_lex_state = 1}, - [1348] = {.lex_state = 0}, - [1349] = {.lex_state = 160}, - [1350] = {.lex_state = 0}, - [1351] = {.lex_state = 158}, - [1352] = {.lex_state = 0}, - [1353] = {.lex_state = 157}, - [1354] = {.lex_state = 158}, - [1355] = {.lex_state = 0}, - [1356] = {.lex_state = 0}, - [1357] = {.lex_state = 160}, - [1358] = {.lex_state = 0}, - [1359] = {.lex_state = 0}, + [1323] = {.lex_state = 161}, + [1324] = {.lex_state = 0}, + [1325] = {.lex_state = 157}, + [1326] = {.lex_state = 0}, + [1327] = {.lex_state = 0}, + [1328] = {.lex_state = 0}, + [1329] = {.lex_state = 147}, + [1330] = {.lex_state = 0}, + [1331] = {.lex_state = 0}, + [1332] = {.lex_state = 0}, + [1333] = {.lex_state = 160}, + [1334] = {.lex_state = 157}, + [1335] = {.lex_state = 157}, + [1336] = {.lex_state = 157}, + [1337] = {.lex_state = 147}, + [1338] = {.lex_state = 0}, + [1339] = {.lex_state = 160}, + [1340] = {.lex_state = 0}, + [1341] = {.lex_state = 147}, + [1342] = {.lex_state = 0}, + [1343] = {.lex_state = 147}, + [1344] = {.lex_state = 0}, + [1345] = {.lex_state = 0}, + [1346] = {.lex_state = 0}, + [1347] = {.lex_state = 0}, + [1348] = {.lex_state = 172}, + [1349] = {.lex_state = 147}, + [1350] = {.lex_state = 157}, + [1351] = {.lex_state = 161}, + [1352] = {.lex_state = 161}, + [1353] = {.lex_state = 160}, + [1354] = {.lex_state = 147}, + [1355] = {.lex_state = 161}, + [1356] = {.lex_state = 161}, + [1357] = {.lex_state = 161}, + [1358] = {.lex_state = 161}, + [1359] = {.lex_state = 161}, [1360] = {.lex_state = 147}, - [1361] = {.lex_state = 0}, - [1362] = {.lex_state = 0}, - [1363] = {.lex_state = 0}, - [1364] = {.lex_state = 147}, - [1365] = {.lex_state = 147}, - [1366] = {.lex_state = 158}, + [1361] = {.lex_state = 160}, + [1362] = {.lex_state = 161}, + [1363] = {.lex_state = 160}, + [1364] = {.lex_state = 172}, + [1365] = {.lex_state = 161}, + [1366] = {.lex_state = 147}, [1367] = {.lex_state = 147}, - [1368] = {.lex_state = 0}, - [1369] = {.lex_state = 0}, - [1370] = {.lex_state = 172}, - [1371] = {.lex_state = 0}, + [1368] = {.lex_state = 161}, + [1369] = {.lex_state = 147}, + [1370] = {.lex_state = 147, .external_lex_state = 1}, + [1371] = {.lex_state = 147}, [1372] = {.lex_state = 0}, - [1373] = {.lex_state = 172}, - [1374] = {.lex_state = 0}, - [1375] = {.lex_state = 161}, - [1376] = {.lex_state = 160}, - [1377] = {.lex_state = 147}, - [1378] = {.lex_state = 161}, - [1379] = {.lex_state = 147}, - [1380] = {.lex_state = 160}, - [1381] = {.lex_state = 147}, - [1382] = {.lex_state = 161}, - [1383] = {.lex_state = 147}, + [1373] = {.lex_state = 0}, + [1374] = {.lex_state = 160}, + [1375] = {.lex_state = 147}, + [1376] = {.lex_state = 0}, + [1377] = {.lex_state = 0}, + [1378] = {.lex_state = 0}, + [1379] = {.lex_state = 0}, + [1380] = {.lex_state = 147}, + [1381] = {.lex_state = 0}, + [1382] = {.lex_state = 147}, + [1383] = {.lex_state = 0}, [1384] = {.lex_state = 0}, - [1385] = {.lex_state = 161}, + [1385] = {.lex_state = 0}, [1386] = {.lex_state = 147}, - [1387] = {.lex_state = 161}, - [1388] = {.lex_state = 161}, - [1389] = {.lex_state = 160}, + [1387] = {.lex_state = 0}, + [1388] = {.lex_state = 147}, + [1389] = {.lex_state = 157}, [1390] = {.lex_state = 147}, [1391] = {.lex_state = 0}, - [1392] = {.lex_state = 161}, - [1393] = {.lex_state = 158}, - [1394] = {.lex_state = 161}, - [1395] = {.lex_state = 161}, - [1396] = {.lex_state = 147}, - [1397] = {.lex_state = 160}, + [1392] = {.lex_state = 147}, + [1393] = {.lex_state = 147}, + [1394] = {.lex_state = 0}, + [1395] = {.lex_state = 0}, + [1396] = {.lex_state = 0}, + [1397] = {.lex_state = 172}, [1398] = {.lex_state = 0}, - [1399] = {.lex_state = 0}, - [1400] = {.lex_state = 147}, + [1399] = {.lex_state = 160}, + [1400] = {.lex_state = 161}, [1401] = {.lex_state = 147}, - [1402] = {.lex_state = 147}, - [1403] = {.lex_state = 161}, - [1404] = {.lex_state = 0}, - [1405] = {.lex_state = 0}, - [1406] = {.lex_state = 0}, - [1407] = {.lex_state = 160}, + [1402] = {.lex_state = 161}, + [1403] = {.lex_state = 0}, + [1404] = {.lex_state = 157}, + [1405] = {.lex_state = 147}, + [1406] = {.lex_state = 161}, + [1407] = {.lex_state = 0}, [1408] = {.lex_state = 0}, - [1409] = {.lex_state = 147}, + [1409] = {.lex_state = 0}, [1410] = {.lex_state = 0}, - [1411] = {.lex_state = 147}, - [1412] = {.lex_state = 147, .external_lex_state = 1}, - [1413] = {.lex_state = 0}, + [1411] = {.lex_state = 0}, + [1412] = {.lex_state = 0}, + [1413] = {.lex_state = 172}, [1414] = {.lex_state = 0}, - [1415] = {.lex_state = 0}, - [1416] = {.lex_state = 0}, + [1415] = {.lex_state = 147}, + [1416] = {.lex_state = 171}, [1417] = {.lex_state = 147}, [1418] = {.lex_state = 161}, - [1419] = {.lex_state = 147}, - [1420] = {.lex_state = 147}, - [1421] = {.lex_state = 147}, - [1422] = {.lex_state = 147}, - [1423] = {.lex_state = 158}, - [1424] = {.lex_state = 0}, - [1425] = {.lex_state = 158}, - [1426] = {.lex_state = 161}, + [1419] = {.lex_state = 0}, + [1420] = {.lex_state = 172}, + [1421] = {.lex_state = 172}, + [1422] = {.lex_state = 161}, + [1423] = {.lex_state = 147}, + [1424] = {.lex_state = 147}, + [1425] = {.lex_state = 0}, + [1426] = {.lex_state = 172}, [1427] = {.lex_state = 0}, - [1428] = {.lex_state = 161}, + [1428] = {.lex_state = 0}, [1429] = {.lex_state = 0}, - [1430] = {.lex_state = 172}, + [1430] = {.lex_state = 0}, [1431] = {.lex_state = 0}, - [1432] = {.lex_state = 147}, - [1433] = {.lex_state = 161}, - [1434] = {.lex_state = 0}, - [1435] = {.lex_state = 172}, - [1436] = {.lex_state = 0}, + [1432] = {.lex_state = 0}, + [1433] = {.lex_state = 0}, + [1434] = {.lex_state = 171}, + [1435] = {.lex_state = 147}, + [1436] = {.lex_state = 172}, [1437] = {.lex_state = 0}, - [1438] = {.lex_state = 0}, + [1438] = {.lex_state = 172}, [1439] = {.lex_state = 0}, - [1440] = {.lex_state = 147}, + [1440] = {.lex_state = 172}, [1441] = {.lex_state = 0}, [1442] = {.lex_state = 0}, [1443] = {.lex_state = 0}, - [1444] = {.lex_state = 172}, - [1445] = {.lex_state = 172}, - [1446] = {.lex_state = 172}, + [1444] = {.lex_state = 0}, + [1445] = {.lex_state = 0}, + [1446] = {.lex_state = 0}, [1447] = {.lex_state = 0}, - [1448] = {.lex_state = 0}, - [1449] = {.lex_state = 0}, - [1450] = {.lex_state = 0}, + [1448] = {.lex_state = 161}, + [1449] = {.lex_state = 172}, + [1450] = {.lex_state = 172}, [1451] = {.lex_state = 0}, [1452] = {.lex_state = 0}, - [1453] = {.lex_state = 172}, + [1453] = {.lex_state = 0}, [1454] = {.lex_state = 0}, [1455] = {.lex_state = 0}, [1456] = {.lex_state = 0}, [1457] = {.lex_state = 0}, [1458] = {.lex_state = 0}, [1459] = {.lex_state = 0}, - [1460] = {.lex_state = 172}, + [1460] = {.lex_state = 164}, [1461] = {.lex_state = 0}, - [1462] = {.lex_state = 0}, + [1462] = {.lex_state = 147}, [1463] = {.lex_state = 0}, - [1464] = {.lex_state = 172}, - [1465] = {.lex_state = 0}, + [1464] = {.lex_state = 0}, + [1465] = {.lex_state = 172}, [1466] = {.lex_state = 0}, - [1467] = {.lex_state = 0}, + [1467] = {.lex_state = 161}, [1468] = {.lex_state = 0}, [1469] = {.lex_state = 0}, [1470] = {.lex_state = 0}, [1471] = {.lex_state = 0}, - [1472] = {.lex_state = 164}, - [1473] = {.lex_state = 0}, + [1472] = {.lex_state = 0}, + [1473] = {.lex_state = 147}, [1474] = {.lex_state = 0}, [1475] = {.lex_state = 0}, [1476] = {.lex_state = 0}, [1477] = {.lex_state = 0}, [1478] = {.lex_state = 0}, - [1479] = {.lex_state = 161}, - [1480] = {.lex_state = 161}, + [1479] = {.lex_state = 0}, + [1480] = {.lex_state = 0}, [1481] = {.lex_state = 0}, [1482] = {.lex_state = 0}, [1483] = {.lex_state = 0}, [1484] = {.lex_state = 0}, - [1485] = {.lex_state = 0}, + [1485] = {.lex_state = 161}, [1486] = {.lex_state = 0}, [1487] = {.lex_state = 0}, [1488] = {.lex_state = 0}, - [1489] = {.lex_state = 172}, + [1489] = {.lex_state = 0}, [1490] = {.lex_state = 0}, [1491] = {.lex_state = 0}, [1492] = {.lex_state = 0}, [1493] = {.lex_state = 0}, - [1494] = {.lex_state = 0}, + [1494] = {.lex_state = 147}, [1495] = {.lex_state = 172}, [1496] = {.lex_state = 0}, [1497] = {.lex_state = 0}, - [1498] = {.lex_state = 0}, - [1499] = {.lex_state = 161}, - [1500] = {.lex_state = 0}, + [1498] = {.lex_state = 161}, + [1499] = {.lex_state = 0}, + [1500] = {.lex_state = 147}, [1501] = {.lex_state = 0}, - [1502] = {.lex_state = 0}, + [1502] = {.lex_state = 171}, [1503] = {.lex_state = 147}, - [1504] = {.lex_state = 147}, + [1504] = {.lex_state = 0}, [1505] = {.lex_state = 0}, [1506] = {.lex_state = 0}, - [1507] = {.lex_state = 0}, - [1508] = {.lex_state = 172}, - [1509] = {.lex_state = 172}, - [1510] = {.lex_state = 0}, + [1507] = {.lex_state = 172}, + [1508] = {.lex_state = 0}, + [1509] = {.lex_state = 0}, + [1510] = {.lex_state = 171}, [1511] = {.lex_state = 0}, [1512] = {.lex_state = 0}, [1513] = {.lex_state = 0}, [1514] = {.lex_state = 172}, [1515] = {.lex_state = 0}, - [1516] = {.lex_state = 171}, + [1516] = {.lex_state = 0}, [1517] = {.lex_state = 0}, - [1518] = {.lex_state = 171}, + [1518] = {.lex_state = 161}, [1519] = {.lex_state = 0}, [1520] = {.lex_state = 0}, - [1521] = {.lex_state = 147}, + [1521] = {.lex_state = 172}, [1522] = {.lex_state = 0}, [1523] = {.lex_state = 0}, - [1524] = {.lex_state = 171}, - [1525] = {.lex_state = 147}, - [1526] = {.lex_state = 172}, + [1524] = {.lex_state = 0}, + [1525] = {.lex_state = 0}, + [1526] = {.lex_state = 0}, [1527] = {.lex_state = 0}, - [1528] = {.lex_state = 0}, - [1529] = {.lex_state = 147}, + [1528] = {.lex_state = 172}, + [1529] = {.lex_state = 0}, [1530] = {.lex_state = 0}, - [1531] = {.lex_state = 172}, - [1532] = {.lex_state = 172}, - [1533] = {.lex_state = 172}, - [1534] = {.lex_state = 172}, - [1535] = {.lex_state = 0}, + [1531] = {.lex_state = 0}, + [1532] = {.lex_state = 0}, + [1533] = {.lex_state = 0}, + [1534] = {.lex_state = 0}, + [1535] = {.lex_state = 172}, [1536] = {.lex_state = 0}, - [1537] = {.lex_state = 172}, - [1538] = {.lex_state = 0}, - [1539] = {.lex_state = 161}, - [1540] = {.lex_state = 147}, + [1537] = {.lex_state = 0}, + [1538] = {.lex_state = 172}, + [1539] = {.lex_state = 0}, + [1540] = {.lex_state = 0}, [1541] = {.lex_state = 0}, [1542] = {.lex_state = 0}, - [1543] = {.lex_state = 0}, + [1543] = {.lex_state = 147}, [1544] = {.lex_state = 0}, [1545] = {.lex_state = 0}, [1546] = {.lex_state = 0}, @@ -6985,21 +6989,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1549] = {.lex_state = 0}, [1550] = {.lex_state = 0}, [1551] = {.lex_state = 0}, - [1552] = {.lex_state = 0}, + [1552] = {.lex_state = 172}, [1553] = {.lex_state = 0}, - [1554] = {.lex_state = 172}, + [1554] = {.lex_state = 0}, [1555] = {.lex_state = 0}, [1556] = {.lex_state = 0}, - [1557] = {.lex_state = 147}, - [1558] = {.lex_state = 171}, + [1557] = {.lex_state = 0}, + [1558] = {.lex_state = 0}, [1559] = {.lex_state = 0}, - [1560] = {.lex_state = 0}, + [1560] = {.lex_state = 147}, [1561] = {.lex_state = 0}, [1562] = {.lex_state = 0}, [1563] = {.lex_state = 0}, - [1564] = {.lex_state = 172}, + [1564] = {.lex_state = 0}, [1565] = {.lex_state = 172}, - [1566] = {.lex_state = 0}, + [1566] = {.lex_state = 172}, [1567] = {.lex_state = 0}, [1568] = {.lex_state = 0}, [1569] = {.lex_state = 0}, @@ -7010,116 +7014,116 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1574] = {.lex_state = 0}, [1575] = {.lex_state = 0}, [1576] = {.lex_state = 0}, - [1577] = {.lex_state = 172}, + [1577] = {.lex_state = 0}, [1578] = {.lex_state = 0}, - [1579] = {.lex_state = 0}, + [1579] = {.lex_state = 157}, [1580] = {.lex_state = 0}, [1581] = {.lex_state = 0}, [1582] = {.lex_state = 0}, - [1583] = {.lex_state = 0}, + [1583] = {.lex_state = 172}, [1584] = {.lex_state = 0}, [1585] = {.lex_state = 0}, [1586] = {.lex_state = 0}, - [1587] = {.lex_state = 147}, + [1587] = {.lex_state = 0}, [1588] = {.lex_state = 0}, [1589] = {.lex_state = 0}, [1590] = {.lex_state = 0}, - [1591] = {.lex_state = 161}, - [1592] = {.lex_state = 172}, + [1591] = {.lex_state = 0}, + [1592] = {.lex_state = 0}, [1593] = {.lex_state = 0}, [1594] = {.lex_state = 0}, [1595] = {.lex_state = 0}, [1596] = {.lex_state = 0}, [1597] = {.lex_state = 0}, - [1598] = {.lex_state = 147}, - [1599] = {.lex_state = 147}, + [1598] = {.lex_state = 0}, + [1599] = {.lex_state = 161}, [1600] = {.lex_state = 0}, [1601] = {.lex_state = 0}, - [1602] = {.lex_state = 0}, - [1603] = {.lex_state = 0}, - [1604] = {.lex_state = 172}, + [1602] = {.lex_state = 161}, + [1603] = {.lex_state = 147}, + [1604] = {.lex_state = 0}, [1605] = {.lex_state = 0}, [1606] = {.lex_state = 0}, - [1607] = {.lex_state = 0}, + [1607] = {.lex_state = 161}, [1608] = {.lex_state = 0}, - [1609] = {.lex_state = 0}, - [1610] = {.lex_state = 0}, + [1609] = {.lex_state = 161}, + [1610] = {.lex_state = 161}, [1611] = {.lex_state = 0}, [1612] = {.lex_state = 0}, - [1613] = {.lex_state = 172}, - [1614] = {.lex_state = 0}, + [1613] = {.lex_state = 0}, + [1614] = {.lex_state = 161}, [1615] = {.lex_state = 0}, - [1616] = {.lex_state = 0}, - [1617] = {.lex_state = 0}, - [1618] = {.lex_state = 158}, - [1619] = {.lex_state = 161}, - [1620] = {.lex_state = 0}, - [1621] = {.lex_state = 0}, + [1616] = {.lex_state = 147}, + [1617] = {.lex_state = 147}, + [1618] = {.lex_state = 0}, + [1619] = {.lex_state = 0}, + [1620] = {.lex_state = 161}, + [1621] = {.lex_state = 161}, [1622] = {.lex_state = 0}, [1623] = {.lex_state = 0}, [1624] = {.lex_state = 0}, [1625] = {.lex_state = 0}, [1626] = {.lex_state = 0}, - [1627] = {.lex_state = 161}, - [1628] = {.lex_state = 161}, + [1627] = {.lex_state = 0}, + [1628] = {.lex_state = 0}, [1629] = {.lex_state = 0}, [1630] = {.lex_state = 0}, - [1631] = {.lex_state = 161}, - [1632] = {.lex_state = 161}, - [1633] = {.lex_state = 0}, + [1631] = {.lex_state = 172}, + [1632] = {.lex_state = 0}, + [1633] = {.lex_state = 171}, [1634] = {.lex_state = 0}, [1635] = {.lex_state = 161}, [1636] = {.lex_state = 161}, [1637] = {.lex_state = 0}, - [1638] = {.lex_state = 147}, + [1638] = {.lex_state = 0}, [1639] = {.lex_state = 0}, - [1640] = {.lex_state = 0}, + [1640] = {.lex_state = 171}, [1641] = {.lex_state = 0}, [1642] = {.lex_state = 161}, - [1643] = {.lex_state = 171}, - [1644] = {.lex_state = 171}, - [1645] = {.lex_state = 171}, + [1643] = {.lex_state = 0}, + [1644] = {.lex_state = 0}, + [1645] = {.lex_state = 172}, [1646] = {.lex_state = 161}, - [1647] = {.lex_state = 161}, - [1648] = {.lex_state = 147}, - [1649] = {.lex_state = 161}, - [1650] = {.lex_state = 172}, + [1647] = {.lex_state = 0}, + [1648] = {.lex_state = 0}, + [1649] = {.lex_state = 0}, + [1650] = {.lex_state = 0}, [1651] = {.lex_state = 0}, - [1652] = {.lex_state = 0}, + [1652] = {.lex_state = 161}, [1653] = {.lex_state = 0}, - [1654] = {.lex_state = 0}, - [1655] = {.lex_state = 0}, - [1656] = {.lex_state = 161}, - [1657] = {.lex_state = 172}, + [1654] = {.lex_state = 171}, + [1655] = {.lex_state = 171}, + [1656] = {.lex_state = 0}, + [1657] = {.lex_state = 0}, [1658] = {.lex_state = 0}, - [1659] = {.lex_state = 161}, + [1659] = {.lex_state = 0}, [1660] = {.lex_state = 0}, [1661] = {.lex_state = 161}, [1662] = {.lex_state = 161}, [1663] = {.lex_state = 0}, - [1664] = {.lex_state = 161}, - [1665] = {.lex_state = 161}, - [1666] = {.lex_state = 0}, + [1664] = {.lex_state = 0}, + [1665] = {.lex_state = 171}, + [1666] = {.lex_state = 161}, [1667] = {.lex_state = 171}, - [1668] = {.lex_state = 161}, + [1668] = {.lex_state = 171}, [1669] = {.lex_state = 171}, [1670] = {.lex_state = 0}, - [1671] = {.lex_state = 147}, - [1672] = {.lex_state = 172}, + [1671] = {.lex_state = 0}, + [1672] = {.lex_state = 171}, [1673] = {.lex_state = 0}, [1674] = {.lex_state = 0}, - [1675] = {.lex_state = 0}, - [1676] = {.lex_state = 0}, - [1677] = {.lex_state = 161}, - [1678] = {.lex_state = 147}, - [1679] = {.lex_state = 0}, + [1675] = {.lex_state = 161}, + [1676] = {.lex_state = 171}, + [1677] = {.lex_state = 0}, + [1678] = {.lex_state = 161}, + [1679] = {.lex_state = 171}, [1680] = {.lex_state = 172}, - [1681] = {.lex_state = 161}, + [1681] = {.lex_state = 0}, [1682] = {.lex_state = 161}, [1683] = {.lex_state = 0}, - [1684] = {.lex_state = 0}, + [1684] = {.lex_state = 171}, [1685] = {.lex_state = 0}, - [1686] = {.lex_state = 0}, + [1686] = {.lex_state = 172}, [1687] = {.lex_state = 0}, [1688] = {.lex_state = 0}, [1689] = {.lex_state = 0}, @@ -7130,101 +7134,101 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1694] = {.lex_state = 0}, [1695] = {.lex_state = 0}, [1696] = {.lex_state = 0}, - [1697] = {.lex_state = 161}, + [1697] = {.lex_state = 0}, [1698] = {.lex_state = 0}, - [1699] = {.lex_state = 171}, + [1699] = {.lex_state = 0}, [1700] = {.lex_state = 0}, [1701] = {.lex_state = 0}, - [1702] = {.lex_state = 171}, + [1702] = {.lex_state = 172}, [1703] = {.lex_state = 0}, - [1704] = {.lex_state = 161}, + [1704] = {.lex_state = 171}, [1705] = {.lex_state = 0}, - [1706] = {.lex_state = 171}, - [1707] = {.lex_state = 0}, + [1706] = {.lex_state = 0}, + [1707] = {.lex_state = 161}, [1708] = {.lex_state = 0}, [1709] = {.lex_state = 0}, - [1710] = {.lex_state = 0}, - [1711] = {.lex_state = 0}, + [1710] = {.lex_state = 161}, + [1711] = {.lex_state = 147}, [1712] = {.lex_state = 0}, - [1713] = {.lex_state = 0}, + [1713] = {.lex_state = 161}, [1714] = {.lex_state = 0}, - [1715] = {.lex_state = 171}, + [1715] = {.lex_state = 0}, [1716] = {.lex_state = 0}, - [1717] = {.lex_state = 171}, + [1717] = {.lex_state = 0}, [1718] = {.lex_state = 0}, [1719] = {.lex_state = 0}, [1720] = {.lex_state = 0}, [1721] = {.lex_state = 0}, - [1722] = {.lex_state = 0}, + [1722] = {.lex_state = 161}, [1723] = {.lex_state = 0}, [1724] = {.lex_state = 0}, - [1725] = {.lex_state = 171}, - [1726] = {.lex_state = 161}, - [1727] = {.lex_state = 171}, + [1725] = {.lex_state = 0}, + [1726] = {.lex_state = 0}, + [1727] = {.lex_state = 0}, [1728] = {.lex_state = 0}, [1729] = {.lex_state = 0}, - [1730] = {.lex_state = 0}, - [1731] = {.lex_state = 0}, + [1730] = {.lex_state = 161}, + [1731] = {.lex_state = 161}, [1732] = {.lex_state = 0}, [1733] = {.lex_state = 0}, [1734] = {.lex_state = 0}, [1735] = {.lex_state = 0}, [1736] = {.lex_state = 0}, - [1737] = {.lex_state = 0}, - [1738] = {.lex_state = 0}, + [1737] = {.lex_state = 161}, + [1738] = {.lex_state = 172}, [1739] = {.lex_state = 0}, - [1740] = {.lex_state = 172}, + [1740] = {.lex_state = 0}, [1741] = {.lex_state = 0}, - [1742] = {.lex_state = 172}, + [1742] = {.lex_state = 171}, [1743] = {.lex_state = 0}, [1744] = {.lex_state = 0}, [1745] = {.lex_state = 0}, - [1746] = {.lex_state = 0}, + [1746] = {.lex_state = 161}, [1747] = {.lex_state = 161}, [1748] = {.lex_state = 0}, [1749] = {.lex_state = 0}, [1750] = {.lex_state = 0}, [1751] = {.lex_state = 0}, - [1752] = {.lex_state = 0}, + [1752] = {.lex_state = 172}, [1753] = {.lex_state = 0}, - [1754] = {.lex_state = 0}, + [1754] = {.lex_state = 147}, [1755] = {.lex_state = 0}, [1756] = {.lex_state = 0}, [1757] = {.lex_state = 0}, [1758] = {.lex_state = 0}, [1759] = {.lex_state = 0}, [1760] = {.lex_state = 0}, - [1761] = {.lex_state = 161}, + [1761] = {.lex_state = 0}, [1762] = {.lex_state = 0}, [1763] = {.lex_state = 0}, [1764] = {.lex_state = 0}, [1765] = {.lex_state = 0}, - [1766] = {.lex_state = 0}, - [1767] = {.lex_state = 0}, + [1766] = {.lex_state = 161}, + [1767] = {.lex_state = 172}, [1768] = {.lex_state = 0}, [1769] = {.lex_state = 0}, - [1770] = {.lex_state = 161}, + [1770] = {.lex_state = 0}, [1771] = {.lex_state = 0}, - [1772] = {.lex_state = 171}, - [1773] = {.lex_state = 171}, - [1774] = {.lex_state = 161}, - [1775] = {.lex_state = 161}, - [1776] = {.lex_state = 0}, + [1772] = {.lex_state = 0}, + [1773] = {.lex_state = 0}, + [1774] = {.lex_state = 0}, + [1775] = {.lex_state = 0}, + [1776] = {.lex_state = 172}, [1777] = {.lex_state = 0}, [1778] = {.lex_state = 0}, [1779] = {.lex_state = 0}, - [1780] = {.lex_state = 0}, - [1781] = {.lex_state = 0}, + [1780] = {.lex_state = 172}, + [1781] = {.lex_state = 172}, [1782] = {.lex_state = 0}, - [1783] = {.lex_state = 0}, + [1783] = {.lex_state = 172}, [1784] = {.lex_state = 0}, - [1785] = {.lex_state = 0}, + [1785] = {.lex_state = 172}, [1786] = {.lex_state = 0}, [1787] = {.lex_state = 0}, [1788] = {.lex_state = 0}, [1789] = {.lex_state = 0}, [1790] = {.lex_state = 0}, - [1791] = {.lex_state = 172}, + [1791] = {.lex_state = 0}, [1792] = {.lex_state = 0}, [1793] = {.lex_state = 0}, [1794] = {.lex_state = 0}, @@ -7238,11 +7242,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1802] = {.lex_state = 0}, [1803] = {.lex_state = 0}, [1804] = {.lex_state = 0}, - [1805] = {.lex_state = 172}, + [1805] = {.lex_state = 0}, [1806] = {.lex_state = 0}, - [1807] = {.lex_state = 172}, - [1808] = {.lex_state = 172}, - [1809] = {.lex_state = 172}, + [1807] = {.lex_state = 0}, + [1808] = {.lex_state = 0}, + [1809] = {.lex_state = 0}, [1810] = {.lex_state = 0}, [1811] = {.lex_state = 0}, [1812] = {.lex_state = 0}, @@ -7254,42 +7258,42 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1818] = {.lex_state = 0}, [1819] = {.lex_state = 0}, [1820] = {.lex_state = 0}, - [1821] = {.lex_state = 172}, + [1821] = {.lex_state = 0}, [1822] = {.lex_state = 0}, [1823] = {.lex_state = 0}, - [1824] = {.lex_state = 0}, - [1825] = {.lex_state = 0}, + [1824] = {.lex_state = 172}, + [1825] = {.lex_state = 172}, [1826] = {.lex_state = 0}, [1827] = {.lex_state = 0}, [1828] = {.lex_state = 0}, [1829] = {.lex_state = 0}, [1830] = {.lex_state = 0}, [1831] = {.lex_state = 0}, - [1832] = {.lex_state = 0}, - [1833] = {.lex_state = 172}, - [1834] = {.lex_state = 172}, + [1832] = {.lex_state = 172}, + [1833] = {.lex_state = 0}, + [1834] = {.lex_state = 0}, [1835] = {.lex_state = 0}, - [1836] = {.lex_state = 0}, + [1836] = {.lex_state = 172}, [1837] = {.lex_state = 0}, [1838] = {.lex_state = 0}, - [1839] = {.lex_state = 172}, + [1839] = {.lex_state = 0}, [1840] = {.lex_state = 0}, - [1841] = {.lex_state = 0}, - [1842] = {.lex_state = 172}, + [1841] = {.lex_state = 172}, + [1842] = {.lex_state = 0}, [1843] = {.lex_state = 0}, [1844] = {.lex_state = 0}, [1845] = {.lex_state = 0}, [1846] = {.lex_state = 0}, [1847] = {.lex_state = 0}, [1848] = {.lex_state = 0}, - [1849] = {.lex_state = 0}, - [1850] = {.lex_state = 0}, + [1849] = {.lex_state = 147}, + [1850] = {.lex_state = 147}, [1851] = {.lex_state = 0}, [1852] = {.lex_state = 0}, [1853] = {.lex_state = 0}, [1854] = {.lex_state = 0}, [1855] = {.lex_state = 0}, - [1856] = {.lex_state = 0}, + [1856] = {.lex_state = 172}, [1857] = {.lex_state = 0}, [1858] = {.lex_state = 0}, [1859] = {.lex_state = 0}, @@ -7298,61 +7302,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1862] = {.lex_state = 0}, [1863] = {.lex_state = 0}, [1864] = {.lex_state = 0}, - [1865] = {.lex_state = 0}, + [1865] = {.lex_state = 161}, [1866] = {.lex_state = 0}, - [1867] = {.lex_state = 172}, + [1867] = {.lex_state = 0}, [1868] = {.lex_state = 0}, [1869] = {.lex_state = 0}, - [1870] = {.lex_state = 172}, + [1870] = {.lex_state = 147}, [1871] = {.lex_state = 0}, [1872] = {.lex_state = 0}, - [1873] = {.lex_state = 0}, - [1874] = {.lex_state = 161}, - [1875] = {.lex_state = 172}, + [1873] = {.lex_state = 172}, + [1874] = {.lex_state = 0}, + [1875] = {.lex_state = 0}, [1876] = {.lex_state = 172}, [1877] = {.lex_state = 0}, [1878] = {.lex_state = 0}, [1879] = {.lex_state = 0}, - [1880] = {.lex_state = 147}, - [1881] = {.lex_state = 147}, + [1880] = {.lex_state = 0}, + [1881] = {.lex_state = 0}, [1882] = {.lex_state = 0}, [1883] = {.lex_state = 0}, [1884] = {.lex_state = 0}, [1885] = {.lex_state = 0}, [1886] = {.lex_state = 0}, - [1887] = {.lex_state = 161}, - [1888] = {.lex_state = 172}, - [1889] = {.lex_state = 0}, - [1890] = {.lex_state = 147}, - [1891] = {.lex_state = 0}, - [1892] = {.lex_state = 0}, - [1893] = {.lex_state = 0}, - [1894] = {.lex_state = 172}, - [1895] = {.lex_state = 0}, - [1896] = {.lex_state = 0}, - [1897] = {.lex_state = 0}, - [1898] = {.lex_state = 172}, - [1899] = {.lex_state = 0}, - [1900] = {.lex_state = 0}, - [1901] = {.lex_state = 0}, - [1902] = {.lex_state = 0}, - [1903] = {.lex_state = 0}, - [1904] = {.lex_state = 0}, - [1905] = {.lex_state = 0}, - [1906] = {.lex_state = 0}, - [1907] = {.lex_state = 0}, - [1908] = {.lex_state = 0}, - [1909] = {.lex_state = 0}, - [1910] = {.lex_state = 0}, - [1911] = {.lex_state = 147}, - [1912] = {.lex_state = 0}, - [1913] = {.lex_state = 0}, - [1914] = {.lex_state = 0}, - [1915] = {.lex_state = 0}, - [1916] = {.lex_state = 0}, - [1917] = {.lex_state = 0}, - [1918] = {.lex_state = 172}, - [1919] = {.lex_state = 172}, + [1887] = {.lex_state = 0}, }; enum { @@ -7468,7 +7440,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_quoted_content] = ACTIONS(1), }, [1] = { - [sym_source_file] = STATE(1908), + [sym_source_file] = STATE(1867), [sym__module_statement] = STATE(5), [sym_target_group] = STATE(5), [sym_attribute] = STATE(5), @@ -7477,41 +7449,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_external_type] = STATE(5), [sym_external_function] = STATE(5), [sym_function] = STATE(5), - [aux_sym__statement_seq] = STATE(12), - [sym__statement] = STATE(12), - [sym__expression] = STATE(136), - [sym_binary_expression] = STATE(136), - [sym__expression_unit] = STATE(136), - [sym_record] = STATE(126), - [sym_todo] = STATE(136), - [sym_panic] = STATE(136), - [sym_echo] = STATE(136), - [sym_tuple] = STATE(125), - [sym_list] = STATE(136), - [sym__expression_bit_string] = STATE(136), - [sym_anonymous_function] = STATE(124), - [sym_block] = STATE(62), - [sym_case] = STATE(62), - [sym_let_assert] = STATE(12), - [sym_let] = STATE(12), - [sym_use] = STATE(12), - [sym_assert] = STATE(136), - [sym_boolean_negation] = STATE(136), - [sym_integer_negation] = STATE(136), - [sym_record_update] = STATE(126), - [sym__maybe_tuple_expression] = STATE(1907), - [sym_tuple_access] = STATE(62), - [sym__maybe_record_expression] = STATE(1906), - [sym_field_access] = STATE(62), - [sym__maybe_function_expression] = STATE(1639), - [sym_function_call] = STATE(62), + [aux_sym__statement_seq] = STATE(13), + [sym__statement] = STATE(13), + [sym__expression] = STATE(130), + [sym_binary_expression] = STATE(130), + [sym__expression_unit] = STATE(130), + [sym_record] = STATE(118), + [sym_todo] = STATE(130), + [sym_panic] = STATE(130), + [sym_echo] = STATE(130), + [sym_tuple] = STATE(84), + [sym_list] = STATE(130), + [sym__expression_bit_string] = STATE(130), + [sym_anonymous_function] = STATE(117), + [sym_block] = STATE(55), + [sym_case] = STATE(55), + [sym_let_assert] = STATE(13), + [sym_assert] = STATE(13), + [sym_let] = STATE(13), + [sym_use] = STATE(13), + [sym_boolean_negation] = STATE(130), + [sym_integer_negation] = STATE(130), + [sym_record_update] = STATE(118), + [sym__maybe_tuple_expression] = STATE(1866), + [sym_tuple_access] = STATE(55), + [sym__maybe_record_expression] = STATE(1864), + [sym_field_access] = STATE(55), + [sym__maybe_function_expression] = STATE(1623), + [sym_function_call] = STATE(55), [sym_type_definition] = STATE(5), [sym_type_alias] = STATE(5), - [sym_string] = STATE(136), - [sym_integer] = STATE(136), - [sym_identifier] = STATE(57), - [sym_constructor_name] = STATE(39), - [sym_remote_constructor_name] = STATE(39), + [sym_string] = STATE(130), + [sym_integer] = STATE(130), + [sym_identifier] = STATE(54), + [sym_constructor_name] = STATE(41), + [sym_remote_constructor_name] = STATE(41), [aux_sym_source_file_repeat1] = STATE(5), [ts_builtin_sym_end] = ACTIONS(7), [sym_module_comment] = ACTIONS(3), @@ -7549,32 +7521,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(63), }, [2] = { - [sym__expression] = STATE(132), - [sym_binary_expression] = STATE(132), - [sym__expression_unit] = STATE(132), - [sym_record] = STATE(73), - [sym_todo] = STATE(132), - [sym_panic] = STATE(132), - [sym_echo] = STATE(132), - [sym_tuple] = STATE(50), - [sym_list] = STATE(132), - [sym__expression_bit_string] = STATE(132), - [sym_anonymous_function] = STATE(72), - [sym_block] = STATE(23), - [sym_case] = STATE(23), - [sym_assert] = STATE(132), - [sym_boolean_negation] = STATE(132), - [sym_integer_negation] = STATE(132), - [sym_record_update] = STATE(73), - [sym__maybe_tuple_expression] = STATE(1889), - [sym_tuple_access] = STATE(23), - [sym__maybe_record_expression] = STATE(1836), - [sym_field_access] = STATE(23), - [sym__maybe_function_expression] = STATE(1630), - [sym_function_call] = STATE(23), - [sym_string] = STATE(132), - [sym_integer] = STATE(132), - [sym_identifier] = STATE(15), + [sym__expression] = STATE(89), + [sym_binary_expression] = STATE(89), + [sym__expression_unit] = STATE(89), + [sym_record] = STATE(58), + [sym_todo] = STATE(89), + [sym_panic] = STATE(89), + [sym_echo] = STATE(89), + [sym_tuple] = STATE(59), + [sym_list] = STATE(89), + [sym__expression_bit_string] = STATE(89), + [sym_anonymous_function] = STATE(65), + [sym_block] = STATE(33), + [sym_case] = STATE(33), + [sym_boolean_negation] = STATE(89), + [sym_integer_negation] = STATE(89), + [sym_record_update] = STATE(58), + [sym__maybe_tuple_expression] = STATE(1847), + [sym_tuple_access] = STATE(33), + [sym__maybe_record_expression] = STATE(1805), + [sym_field_access] = STATE(33), + [sym__maybe_function_expression] = STATE(1605), + [sym_function_call] = STATE(33), + [sym_string] = STATE(89), + [sym_integer] = STATE(89), + [sym_identifier] = STATE(20), [sym_constructor_name] = STATE(14), [sym_remote_constructor_name] = STATE(14), [ts_builtin_sym_end] = ACTIONS(65), @@ -7636,34 +7607,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(65), }, [3] = { - [sym__expression] = STATE(191), - [sym_binary_expression] = STATE(191), - [sym__expression_unit] = STATE(191), - [sym_record] = STATE(126), - [sym_todo] = STATE(191), - [sym_panic] = STATE(191), - [sym_echo] = STATE(191), - [sym_tuple] = STATE(125), - [sym_list] = STATE(191), - [sym__expression_bit_string] = STATE(191), - [sym_anonymous_function] = STATE(124), - [sym_block] = STATE(62), - [sym_case] = STATE(62), - [sym_assert] = STATE(191), - [sym_boolean_negation] = STATE(191), - [sym_integer_negation] = STATE(191), - [sym_record_update] = STATE(126), - [sym__maybe_tuple_expression] = STATE(1907), - [sym_tuple_access] = STATE(62), - [sym__maybe_record_expression] = STATE(1906), - [sym_field_access] = STATE(62), - [sym__maybe_function_expression] = STATE(1639), - [sym_function_call] = STATE(62), - [sym_string] = STATE(191), - [sym_integer] = STATE(191), - [sym_identifier] = STATE(57), - [sym_constructor_name] = STATE(39), - [sym_remote_constructor_name] = STATE(39), + [sym__expression] = STATE(158), + [sym_binary_expression] = STATE(158), + [sym__expression_unit] = STATE(158), + [sym_record] = STATE(118), + [sym_todo] = STATE(158), + [sym_panic] = STATE(158), + [sym_echo] = STATE(158), + [sym_tuple] = STATE(84), + [sym_list] = STATE(158), + [sym__expression_bit_string] = STATE(158), + [sym_anonymous_function] = STATE(117), + [sym_block] = STATE(55), + [sym_case] = STATE(55), + [sym_boolean_negation] = STATE(158), + [sym_integer_negation] = STATE(158), + [sym_record_update] = STATE(118), + [sym__maybe_tuple_expression] = STATE(1866), + [sym_tuple_access] = STATE(55), + [sym__maybe_record_expression] = STATE(1864), + [sym_field_access] = STATE(55), + [sym__maybe_function_expression] = STATE(1623), + [sym_function_call] = STATE(55), + [sym_string] = STATE(158), + [sym_integer] = STATE(158), + [sym_identifier] = STATE(54), + [sym_constructor_name] = STATE(41), + [sym_remote_constructor_name] = STATE(41), [ts_builtin_sym_end] = ACTIONS(65), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), @@ -7722,133 +7692,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(65), }, [4] = { - [sym__expression] = STATE(802), - [sym_binary_expression] = STATE(802), - [sym__expression_unit] = STATE(802), - [sym_record] = STATE(699), - [sym_todo] = STATE(802), - [sym_panic] = STATE(802), - [sym_echo] = STATE(802), - [sym_tuple] = STATE(700), - [sym_list] = STATE(802), - [sym__expression_bit_string] = STATE(802), - [sym_anonymous_function] = STATE(702), - [sym_block] = STATE(651), - [sym_case] = STATE(651), - [sym_assert] = STATE(802), - [sym_boolean_negation] = STATE(802), - [sym_integer_negation] = STATE(802), - [sym_record_update] = STATE(699), - [sym__maybe_tuple_expression] = STATE(1917), - [sym_tuple_access] = STATE(651), - [sym__maybe_record_expression] = STATE(1823), - [sym_field_access] = STATE(651), - [sym__maybe_function_expression] = STATE(1767), - [sym_function_call] = STATE(651), - [sym_string] = STATE(802), - [sym_integer] = STATE(802), - [sym_identifier] = STATE(655), - [sym_constructor_name] = STATE(650), - [sym_remote_constructor_name] = STATE(650), + [sym__module_statement] = STATE(4), + [sym_target_group] = STATE(4), + [sym_attribute] = STATE(4), + [sym_import] = STATE(4), + [sym_constant] = STATE(4), + [sym_external_type] = STATE(4), + [sym_external_function] = STATE(4), + [sym_function] = STATE(4), + [aux_sym__statement_seq] = STATE(13), + [sym__statement] = STATE(13), + [sym__expression] = STATE(130), + [sym_binary_expression] = STATE(130), + [sym__expression_unit] = STATE(130), + [sym_record] = STATE(118), + [sym_todo] = STATE(130), + [sym_panic] = STATE(130), + [sym_echo] = STATE(130), + [sym_tuple] = STATE(84), + [sym_list] = STATE(130), + [sym__expression_bit_string] = STATE(130), + [sym_anonymous_function] = STATE(117), + [sym_block] = STATE(55), + [sym_case] = STATE(55), + [sym_let_assert] = STATE(13), + [sym_assert] = STATE(13), + [sym_let] = STATE(13), + [sym_use] = STATE(13), + [sym_boolean_negation] = STATE(130), + [sym_integer_negation] = STATE(130), + [sym_record_update] = STATE(118), + [sym__maybe_tuple_expression] = STATE(1866), + [sym_tuple_access] = STATE(55), + [sym__maybe_record_expression] = STATE(1864), + [sym_field_access] = STATE(55), + [sym__maybe_function_expression] = STATE(1623), + [sym_function_call] = STATE(55), + [sym_type_definition] = STATE(4), + [sym_type_alias] = STATE(4), + [sym_string] = STATE(130), + [sym_integer] = STATE(130), + [sym_identifier] = STATE(54), + [sym_constructor_name] = STATE(41), + [sym_remote_constructor_name] = STATE(41), + [aux_sym_source_file_repeat1] = STATE(4), + [ts_builtin_sym_end] = ACTIONS(69), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(69), - [anon_sym_RBRACE] = ACTIONS(65), - [anon_sym_COMMA] = ACTIONS(65), - [anon_sym_RPAREN] = ACTIONS(65), - [anon_sym_COLON] = ACTIONS(65), - [anon_sym_SLASH] = ACTIONS(67), - [anon_sym_POUND] = ACTIONS(71), - [anon_sym_LBRACK] = ACTIONS(73), - [anon_sym_RBRACK] = ACTIONS(65), - [anon_sym_LT_LT] = ACTIONS(75), - [anon_sym_GT_GT] = ACTIONS(65), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_fn] = ACTIONS(77), - [anon_sym_PIPE_PIPE] = ACTIONS(65), - [anon_sym_AMP_AMP] = ACTIONS(65), - [anon_sym_EQ_EQ] = ACTIONS(65), - [anon_sym_BANG_EQ] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_LT_EQ] = ACTIONS(67), - [anon_sym_LT_DOT] = ACTIONS(65), - [anon_sym_LT_EQ_DOT] = ACTIONS(65), - [anon_sym_GT] = ACTIONS(67), - [anon_sym_GT_EQ] = ACTIONS(67), - [anon_sym_GT_DOT] = ACTIONS(65), - [anon_sym_GT_EQ_DOT] = ACTIONS(65), - [anon_sym_PIPE_GT] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_PLUS_DOT] = ACTIONS(65), - [anon_sym_DASH_DOT] = ACTIONS(65), - [anon_sym_STAR] = ACTIONS(67), - [anon_sym_STAR_DOT] = ACTIONS(65), - [anon_sym_SLASH_DOT] = ACTIONS(65), - [anon_sym_PERCENT] = ACTIONS(65), - [anon_sym_LT_GT] = ACTIONS(65), - [anon_sym_todo] = ACTIONS(79), - [anon_sym_panic] = ACTIONS(81), - [anon_sym_echo] = ACTIONS(83), - [anon_sym_DOT_DOT] = ACTIONS(65), - [anon_sym_case] = ACTIONS(85), - [anon_sym_assert] = ACTIONS(87), - [anon_sym_BANG] = ACTIONS(89), - [anon_sym_DQUOTE] = ACTIONS(91), - [sym_float] = ACTIONS(93), - [sym__hex] = ACTIONS(95), - [sym__decimal] = ACTIONS(97), - [sym__octal] = ACTIONS(95), - [sym__binary] = ACTIONS(95), - [sym__name] = ACTIONS(99), - [sym__upname] = ACTIONS(101), + [anon_sym_if] = ACTIONS(71), + [anon_sym_LBRACE] = ACTIONS(74), + [anon_sym_AT] = ACTIONS(77), + [anon_sym_import] = ACTIONS(80), + [anon_sym_type] = ACTIONS(83), + [anon_sym_const] = ACTIONS(86), + [anon_sym_POUND] = ACTIONS(89), + [anon_sym_LBRACK] = ACTIONS(92), + [anon_sym_LT_LT] = ACTIONS(95), + [anon_sym_DASH] = ACTIONS(98), + [anon_sym_fn] = ACTIONS(101), + [anon_sym_external] = ACTIONS(104), + [anon_sym_todo] = ACTIONS(107), + [anon_sym_panic] = ACTIONS(110), + [anon_sym_echo] = ACTIONS(113), + [anon_sym_case] = ACTIONS(116), + [anon_sym_let] = ACTIONS(119), + [anon_sym_assert] = ACTIONS(122), + [anon_sym_use] = ACTIONS(125), + [anon_sym_BANG] = ACTIONS(128), + [sym_visibility_modifier] = ACTIONS(131), + [sym_opacity_modifier] = ACTIONS(134), + [anon_sym_DQUOTE] = ACTIONS(137), + [sym_float] = ACTIONS(140), + [sym__hex] = ACTIONS(143), + [sym__decimal] = ACTIONS(146), + [sym__octal] = ACTIONS(143), + [sym__binary] = ACTIONS(143), + [sym__name] = ACTIONS(149), + [sym__upname] = ACTIONS(152), }, [5] = { - [sym__module_statement] = STATE(6), - [sym_target_group] = STATE(6), - [sym_attribute] = STATE(6), - [sym_import] = STATE(6), - [sym_constant] = STATE(6), - [sym_external_type] = STATE(6), - [sym_external_function] = STATE(6), - [sym_function] = STATE(6), - [aux_sym__statement_seq] = STATE(12), - [sym__statement] = STATE(12), - [sym__expression] = STATE(136), - [sym_binary_expression] = STATE(136), - [sym__expression_unit] = STATE(136), - [sym_record] = STATE(126), - [sym_todo] = STATE(136), - [sym_panic] = STATE(136), - [sym_echo] = STATE(136), - [sym_tuple] = STATE(125), - [sym_list] = STATE(136), - [sym__expression_bit_string] = STATE(136), - [sym_anonymous_function] = STATE(124), - [sym_block] = STATE(62), - [sym_case] = STATE(62), - [sym_let_assert] = STATE(12), - [sym_let] = STATE(12), - [sym_use] = STATE(12), - [sym_assert] = STATE(136), - [sym_boolean_negation] = STATE(136), - [sym_integer_negation] = STATE(136), - [sym_record_update] = STATE(126), - [sym__maybe_tuple_expression] = STATE(1907), - [sym_tuple_access] = STATE(62), - [sym__maybe_record_expression] = STATE(1906), - [sym_field_access] = STATE(62), - [sym__maybe_function_expression] = STATE(1639), - [sym_function_call] = STATE(62), - [sym_type_definition] = STATE(6), - [sym_type_alias] = STATE(6), - [sym_string] = STATE(136), - [sym_integer] = STATE(136), - [sym_identifier] = STATE(57), - [sym_constructor_name] = STATE(39), - [sym_remote_constructor_name] = STATE(39), - [aux_sym_source_file_repeat1] = STATE(6), - [ts_builtin_sym_end] = ACTIONS(103), + [sym__module_statement] = STATE(4), + [sym_target_group] = STATE(4), + [sym_attribute] = STATE(4), + [sym_import] = STATE(4), + [sym_constant] = STATE(4), + [sym_external_type] = STATE(4), + [sym_external_function] = STATE(4), + [sym_function] = STATE(4), + [aux_sym__statement_seq] = STATE(13), + [sym__statement] = STATE(13), + [sym__expression] = STATE(130), + [sym_binary_expression] = STATE(130), + [sym__expression_unit] = STATE(130), + [sym_record] = STATE(118), + [sym_todo] = STATE(130), + [sym_panic] = STATE(130), + [sym_echo] = STATE(130), + [sym_tuple] = STATE(84), + [sym_list] = STATE(130), + [sym__expression_bit_string] = STATE(130), + [sym_anonymous_function] = STATE(117), + [sym_block] = STATE(55), + [sym_case] = STATE(55), + [sym_let_assert] = STATE(13), + [sym_assert] = STATE(13), + [sym_let] = STATE(13), + [sym_use] = STATE(13), + [sym_boolean_negation] = STATE(130), + [sym_integer_negation] = STATE(130), + [sym_record_update] = STATE(118), + [sym__maybe_tuple_expression] = STATE(1866), + [sym_tuple_access] = STATE(55), + [sym__maybe_record_expression] = STATE(1864), + [sym_field_access] = STATE(55), + [sym__maybe_function_expression] = STATE(1623), + [sym_function_call] = STATE(55), + [sym_type_definition] = STATE(4), + [sym_type_alias] = STATE(4), + [sym_string] = STATE(130), + [sym_integer] = STATE(130), + [sym_identifier] = STATE(54), + [sym_constructor_name] = STATE(41), + [sym_remote_constructor_name] = STATE(41), + [aux_sym_source_file_repeat1] = STATE(4), + [ts_builtin_sym_end] = ACTIONS(155), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), @@ -7884,114 +7852,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(63), }, [6] = { - [sym__module_statement] = STATE(6), - [sym_target_group] = STATE(6), - [sym_attribute] = STATE(6), - [sym_import] = STATE(6), - [sym_constant] = STATE(6), - [sym_external_type] = STATE(6), - [sym_external_function] = STATE(6), - [sym_function] = STATE(6), - [aux_sym__statement_seq] = STATE(12), - [sym__statement] = STATE(12), - [sym__expression] = STATE(136), - [sym_binary_expression] = STATE(136), - [sym__expression_unit] = STATE(136), - [sym_record] = STATE(126), - [sym_todo] = STATE(136), - [sym_panic] = STATE(136), - [sym_echo] = STATE(136), - [sym_tuple] = STATE(125), - [sym_list] = STATE(136), - [sym__expression_bit_string] = STATE(136), - [sym_anonymous_function] = STATE(124), - [sym_block] = STATE(62), - [sym_case] = STATE(62), - [sym_let_assert] = STATE(12), - [sym_let] = STATE(12), - [sym_use] = STATE(12), - [sym_assert] = STATE(136), - [sym_boolean_negation] = STATE(136), - [sym_integer_negation] = STATE(136), - [sym_record_update] = STATE(126), - [sym__maybe_tuple_expression] = STATE(1907), - [sym_tuple_access] = STATE(62), - [sym__maybe_record_expression] = STATE(1906), - [sym_field_access] = STATE(62), - [sym__maybe_function_expression] = STATE(1639), - [sym_function_call] = STATE(62), - [sym_type_definition] = STATE(6), - [sym_type_alias] = STATE(6), - [sym_string] = STATE(136), - [sym_integer] = STATE(136), - [sym_identifier] = STATE(57), - [sym_constructor_name] = STATE(39), - [sym_remote_constructor_name] = STATE(39), - [aux_sym_source_file_repeat1] = STATE(6), - [ts_builtin_sym_end] = ACTIONS(105), + [sym__expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym__expression_unit] = STATE(807), + [sym_record] = STATE(674), + [sym_todo] = STATE(807), + [sym_panic] = STATE(807), + [sym_echo] = STATE(807), + [sym_tuple] = STATE(675), + [sym_list] = STATE(807), + [sym__expression_bit_string] = STATE(807), + [sym_anonymous_function] = STATE(676), + [sym_block] = STATE(650), + [sym_case] = STATE(650), + [sym_boolean_negation] = STATE(807), + [sym_integer_negation] = STATE(807), + [sym_record_update] = STATE(674), + [sym__maybe_tuple_expression] = STATE(1799), + [sym_tuple_access] = STATE(650), + [sym__maybe_record_expression] = STATE(1792), + [sym_field_access] = STATE(650), + [sym__maybe_function_expression] = STATE(1688), + [sym_function_call] = STATE(650), + [sym_string] = STATE(807), + [sym_integer] = STATE(807), + [sym_identifier] = STATE(652), + [sym_constructor_name] = STATE(641), + [sym_remote_constructor_name] = STATE(641), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), - [anon_sym_if] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(110), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_import] = ACTIONS(116), - [anon_sym_type] = ACTIONS(119), - [anon_sym_const] = ACTIONS(122), - [anon_sym_POUND] = ACTIONS(125), - [anon_sym_LBRACK] = ACTIONS(128), - [anon_sym_LT_LT] = ACTIONS(131), - [anon_sym_DASH] = ACTIONS(134), - [anon_sym_fn] = ACTIONS(137), - [anon_sym_external] = ACTIONS(140), - [anon_sym_todo] = ACTIONS(143), - [anon_sym_panic] = ACTIONS(146), - [anon_sym_echo] = ACTIONS(149), - [anon_sym_case] = ACTIONS(152), - [anon_sym_let] = ACTIONS(155), - [anon_sym_assert] = ACTIONS(158), - [anon_sym_use] = ACTIONS(161), - [anon_sym_BANG] = ACTIONS(164), - [sym_visibility_modifier] = ACTIONS(167), - [sym_opacity_modifier] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [sym_float] = ACTIONS(176), - [sym__hex] = ACTIONS(179), - [sym__decimal] = ACTIONS(182), - [sym__octal] = ACTIONS(179), - [sym__binary] = ACTIONS(179), + [anon_sym_LBRACE] = ACTIONS(157), + [anon_sym_RBRACE] = ACTIONS(65), + [anon_sym_COMMA] = ACTIONS(65), + [anon_sym_RPAREN] = ACTIONS(65), + [anon_sym_COLON] = ACTIONS(65), + [anon_sym_SLASH] = ACTIONS(67), + [anon_sym_POUND] = ACTIONS(159), + [anon_sym_LBRACK] = ACTIONS(161), + [anon_sym_RBRACK] = ACTIONS(65), + [anon_sym_LT_LT] = ACTIONS(163), + [anon_sym_GT_GT] = ACTIONS(65), + [anon_sym_DASH] = ACTIONS(67), + [anon_sym_fn] = ACTIONS(165), + [anon_sym_PIPE_PIPE] = ACTIONS(65), + [anon_sym_AMP_AMP] = ACTIONS(65), + [anon_sym_EQ_EQ] = ACTIONS(65), + [anon_sym_BANG_EQ] = ACTIONS(65), + [anon_sym_LT] = ACTIONS(67), + [anon_sym_LT_EQ] = ACTIONS(67), + [anon_sym_LT_DOT] = ACTIONS(65), + [anon_sym_LT_EQ_DOT] = ACTIONS(65), + [anon_sym_GT] = ACTIONS(67), + [anon_sym_GT_EQ] = ACTIONS(67), + [anon_sym_GT_DOT] = ACTIONS(65), + [anon_sym_GT_EQ_DOT] = ACTIONS(65), + [anon_sym_PIPE_GT] = ACTIONS(65), + [anon_sym_PLUS] = ACTIONS(67), + [anon_sym_PLUS_DOT] = ACTIONS(65), + [anon_sym_DASH_DOT] = ACTIONS(65), + [anon_sym_STAR] = ACTIONS(67), + [anon_sym_STAR_DOT] = ACTIONS(65), + [anon_sym_SLASH_DOT] = ACTIONS(65), + [anon_sym_PERCENT] = ACTIONS(65), + [anon_sym_LT_GT] = ACTIONS(65), + [anon_sym_todo] = ACTIONS(167), + [anon_sym_panic] = ACTIONS(169), + [anon_sym_echo] = ACTIONS(171), + [anon_sym_DOT_DOT] = ACTIONS(65), + [anon_sym_case] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(177), + [sym_float] = ACTIONS(179), + [sym__hex] = ACTIONS(181), + [sym__decimal] = ACTIONS(183), + [sym__octal] = ACTIONS(181), + [sym__binary] = ACTIONS(181), [sym__name] = ACTIONS(185), - [sym__upname] = ACTIONS(188), + [sym__upname] = ACTIONS(187), }, [7] = { - [sym__expression] = STATE(514), - [sym_binary_expression] = STATE(514), - [sym__expression_unit] = STATE(514), - [sym_record] = STATE(477), - [sym_todo] = STATE(514), - [sym_panic] = STATE(514), - [sym_echo] = STATE(514), - [sym_tuple] = STATE(476), - [sym_list] = STATE(514), - [sym__expression_bit_string] = STATE(514), - [sym_anonymous_function] = STATE(475), - [sym_block] = STATE(427), - [sym_case] = STATE(427), - [sym_assert] = STATE(514), - [sym_boolean_negation] = STATE(514), - [sym_integer_negation] = STATE(514), - [sym_record_update] = STATE(477), - [sym__maybe_tuple_expression] = STATE(1859), - [sym_tuple_access] = STATE(427), - [sym__maybe_record_expression] = STATE(1847), - [sym_field_access] = STATE(427), - [sym__maybe_function_expression] = STATE(1652), - [sym_function_call] = STATE(427), - [sym_string] = STATE(514), - [sym_integer] = STATE(514), - [sym_identifier] = STATE(428), - [sym_constructor_name] = STATE(244), - [sym_remote_constructor_name] = STATE(244), + [sym__expression] = STATE(505), + [sym_binary_expression] = STATE(505), + [sym__expression_unit] = STATE(505), + [sym_record] = STATE(302), + [sym_todo] = STATE(505), + [sym_panic] = STATE(505), + [sym_echo] = STATE(505), + [sym_tuple] = STATE(297), + [sym_list] = STATE(505), + [sym__expression_bit_string] = STATE(505), + [sym_anonymous_function] = STATE(327), + [sym_block] = STATE(261), + [sym_case] = STATE(261), + [sym_boolean_negation] = STATE(505), + [sym_integer_negation] = STATE(505), + [sym_record_update] = STATE(302), + [sym__maybe_tuple_expression] = STATE(1811), + [sym_tuple_access] = STATE(261), + [sym__maybe_record_expression] = STATE(1816), + [sym_field_access] = STATE(261), + [sym__maybe_function_expression] = STATE(1634), + [sym_function_call] = STATE(261), + [sym_string] = STATE(505), + [sym_integer] = STATE(505), + [sym_identifier] = STATE(260), + [sym_constructor_name] = STATE(224), + [sym_remote_constructor_name] = STATE(224), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), @@ -8043,34 +8010,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(65), }, [8] = { - [sym__expression] = STATE(547), - [sym_binary_expression] = STATE(547), - [sym__expression_unit] = STATE(547), - [sym_record] = STATE(232), - [sym_todo] = STATE(547), - [sym_panic] = STATE(547), - [sym_echo] = STATE(547), - [sym_tuple] = STATE(233), - [sym_list] = STATE(547), - [sym__expression_bit_string] = STATE(547), - [sym_anonymous_function] = STATE(234), - [sym_block] = STATE(228), - [sym_case] = STATE(228), - [sym_assert] = STATE(547), - [sym_boolean_negation] = STATE(547), - [sym_integer_negation] = STATE(547), - [sym_record_update] = STATE(232), - [sym__maybe_tuple_expression] = STATE(1866), - [sym_tuple_access] = STATE(228), - [sym__maybe_record_expression] = STATE(1781), - [sym_field_access] = STATE(228), - [sym__maybe_function_expression] = STATE(1676), - [sym_function_call] = STATE(228), - [sym_string] = STATE(547), - [sym_integer] = STATE(547), - [sym_identifier] = STATE(203), - [sym_constructor_name] = STATE(198), - [sym_remote_constructor_name] = STATE(198), + [sym__expression] = STATE(514), + [sym_binary_expression] = STATE(514), + [sym__expression_unit] = STATE(514), + [sym_record] = STATE(216), + [sym_todo] = STATE(514), + [sym_panic] = STATE(514), + [sym_echo] = STATE(514), + [sym_tuple] = STATE(217), + [sym_list] = STATE(514), + [sym__expression_bit_string] = STATE(514), + [sym_anonymous_function] = STATE(218), + [sym_block] = STATE(200), + [sym_case] = STATE(200), + [sym_boolean_negation] = STATE(514), + [sym_integer_negation] = STATE(514), + [sym_record_update] = STATE(216), + [sym__maybe_tuple_expression] = STATE(1794), + [sym_tuple_access] = STATE(200), + [sym__maybe_record_expression] = STATE(1758), + [sym_field_access] = STATE(200), + [sym__maybe_function_expression] = STATE(1701), + [sym_function_call] = STATE(200), + [sym_string] = STATE(514), + [sym_integer] = STATE(514), + [sym_identifier] = STATE(199), + [sym_constructor_name] = STATE(195), + [sym_remote_constructor_name] = STATE(195), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), @@ -8121,45 +8087,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(65), }, [9] = { - [sym__expression] = STATE(609), - [sym_binary_expression] = STATE(609), - [sym__expression_unit] = STATE(609), - [sym_record] = STATE(591), - [sym_todo] = STATE(609), - [sym_panic] = STATE(609), - [sym_echo] = STATE(609), - [sym_tuple] = STATE(588), - [sym_list] = STATE(609), - [sym__expression_bit_string] = STATE(609), - [sym_anonymous_function] = STATE(592), + [sym__expression] = STATE(603), + [sym_binary_expression] = STATE(603), + [sym__expression_unit] = STATE(603), + [sym_record] = STATE(581), + [sym_todo] = STATE(603), + [sym_panic] = STATE(603), + [sym_echo] = STATE(603), + [sym_tuple] = STATE(583), + [sym_list] = STATE(603), + [sym__expression_bit_string] = STATE(603), + [sym_anonymous_function] = STATE(585), [sym_block] = STATE(564), [sym_case] = STATE(564), - [sym_assert] = STATE(609), - [sym_boolean_negation] = STATE(609), - [sym_integer_negation] = STATE(609), - [sym_record_update] = STATE(591), - [sym__maybe_tuple_expression] = STATE(1819), + [sym_boolean_negation] = STATE(603), + [sym_integer_negation] = STATE(603), + [sym_record_update] = STATE(581), + [sym__maybe_tuple_expression] = STATE(1774), [sym_tuple_access] = STATE(564), - [sym__maybe_record_expression] = STATE(1858), + [sym__maybe_record_expression] = STATE(1827), [sym_field_access] = STATE(564), - [sym__maybe_function_expression] = STATE(1695), + [sym__maybe_function_expression] = STATE(1674), [sym_function_call] = STATE(564), - [sym_string] = STATE(609), - [sym_integer] = STATE(609), - [sym_identifier] = STATE(566), - [sym_constructor_name] = STATE(559), - [sym_remote_constructor_name] = STATE(559), + [sym_string] = STATE(603), + [sym_integer] = STATE(603), + [sym_identifier] = STATE(562), + [sym_constructor_name] = STATE(555), + [sym_remote_constructor_name] = STATE(555), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(191), + [anon_sym_LBRACE] = ACTIONS(189), [anon_sym_RBRACE] = ACTIONS(65), [anon_sym_SLASH] = ACTIONS(67), [anon_sym_POUND] = ACTIONS(65), [anon_sym_LBRACK] = ACTIONS(65), [anon_sym_LT_LT] = ACTIONS(65), [anon_sym_DASH] = ACTIONS(67), - [anon_sym_fn] = ACTIONS(193), + [anon_sym_fn] = ACTIONS(191), [anon_sym_PIPE_PIPE] = ACTIONS(65), [anon_sym_AMP_AMP] = ACTIONS(65), [anon_sym_EQ_EQ] = ACTIONS(65), @@ -8181,12 +8146,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_DOT] = ACTIONS(65), [anon_sym_PERCENT] = ACTIONS(65), [anon_sym_LT_GT] = ACTIONS(65), - [anon_sym_todo] = ACTIONS(195), - [anon_sym_panic] = ACTIONS(197), - [anon_sym_echo] = ACTIONS(199), - [anon_sym_case] = ACTIONS(201), - [anon_sym_assert] = ACTIONS(203), - [anon_sym_BANG] = ACTIONS(205), + [anon_sym_todo] = ACTIONS(193), + [anon_sym_panic] = ACTIONS(195), + [anon_sym_echo] = ACTIONS(197), + [anon_sym_case] = ACTIONS(199), + [anon_sym_BANG] = ACTIONS(201), [anon_sym_DQUOTE] = ACTIONS(65), [sym_float] = ACTIONS(65), [sym__hex] = ACTIONS(65), @@ -8198,45 +8162,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(65), }, [10] = { - [sym__expression] = STATE(927), - [sym_binary_expression] = STATE(927), - [sym__expression_unit] = STATE(927), - [sym_record] = STATE(699), - [sym_todo] = STATE(927), - [sym_panic] = STATE(927), - [sym_echo] = STATE(927), - [sym_tuple] = STATE(700), - [sym_list] = STATE(927), - [sym__expression_bit_string] = STATE(927), - [sym_anonymous_function] = STATE(702), - [sym_block] = STATE(651), - [sym_case] = STATE(651), - [sym_assert] = STATE(927), - [sym_boolean_negation] = STATE(927), - [sym_integer_negation] = STATE(927), - [sym_record_update] = STATE(699), - [sym__maybe_tuple_expression] = STATE(1917), - [sym_tuple_access] = STATE(651), - [sym__maybe_record_expression] = STATE(1823), - [sym_field_access] = STATE(651), - [sym__maybe_function_expression] = STATE(1767), - [sym_function_call] = STATE(651), - [sym_string] = STATE(927), - [sym_integer] = STATE(927), - [sym_identifier] = STATE(655), - [sym_constructor_name] = STATE(650), - [sym_remote_constructor_name] = STATE(650), + [sym__expression] = STATE(908), + [sym_binary_expression] = STATE(908), + [sym__expression_unit] = STATE(908), + [sym_record] = STATE(674), + [sym_todo] = STATE(908), + [sym_panic] = STATE(908), + [sym_echo] = STATE(908), + [sym_tuple] = STATE(675), + [sym_list] = STATE(908), + [sym__expression_bit_string] = STATE(908), + [sym_anonymous_function] = STATE(676), + [sym_block] = STATE(650), + [sym_case] = STATE(650), + [sym_boolean_negation] = STATE(908), + [sym_integer_negation] = STATE(908), + [sym_record_update] = STATE(674), + [sym__maybe_tuple_expression] = STATE(1799), + [sym_tuple_access] = STATE(650), + [sym__maybe_record_expression] = STATE(1792), + [sym_field_access] = STATE(650), + [sym__maybe_function_expression] = STATE(1688), + [sym_function_call] = STATE(650), + [sym_string] = STATE(908), + [sym_integer] = STATE(908), + [sym_identifier] = STATE(652), + [sym_constructor_name] = STATE(641), + [sym_remote_constructor_name] = STATE(641), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), [anon_sym_LBRACE] = ACTIONS(65), [anon_sym_COMMA] = ACTIONS(65), [anon_sym_SLASH] = ACTIONS(67), - [anon_sym_POUND] = ACTIONS(71), - [anon_sym_LBRACK] = ACTIONS(73), - [anon_sym_LT_LT] = ACTIONS(75), + [anon_sym_POUND] = ACTIONS(159), + [anon_sym_LBRACK] = ACTIONS(161), + [anon_sym_LT_LT] = ACTIONS(163), [anon_sym_DASH] = ACTIONS(67), - [anon_sym_fn] = ACTIONS(77), + [anon_sym_fn] = ACTIONS(165), [anon_sym_PIPE_PIPE] = ACTIONS(65), [anon_sym_AMP_AMP] = ACTIONS(65), [anon_sym_EQ_EQ] = ACTIONS(65), @@ -8258,60 +8221,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_DOT] = ACTIONS(65), [anon_sym_PERCENT] = ACTIONS(65), [anon_sym_LT_GT] = ACTIONS(65), - [anon_sym_todo] = ACTIONS(207), - [anon_sym_panic] = ACTIONS(209), - [anon_sym_echo] = ACTIONS(211), - [anon_sym_case] = ACTIONS(85), - [anon_sym_assert] = ACTIONS(213), - [anon_sym_BANG] = ACTIONS(215), - [anon_sym_DQUOTE] = ACTIONS(91), - [sym_float] = ACTIONS(217), - [sym__hex] = ACTIONS(95), - [sym__decimal] = ACTIONS(97), - [sym__octal] = ACTIONS(95), - [sym__binary] = ACTIONS(95), - [sym__name] = ACTIONS(99), - [sym__upname] = ACTIONS(101), + [anon_sym_todo] = ACTIONS(203), + [anon_sym_panic] = ACTIONS(205), + [anon_sym_echo] = ACTIONS(207), + [anon_sym_case] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(209), + [anon_sym_DQUOTE] = ACTIONS(177), + [sym_float] = ACTIONS(211), + [sym__hex] = ACTIONS(181), + [sym__decimal] = ACTIONS(183), + [sym__octal] = ACTIONS(181), + [sym__binary] = ACTIONS(181), + [sym__name] = ACTIONS(185), + [sym__upname] = ACTIONS(187), }, [11] = { - [sym__expression] = STATE(1046), - [sym_binary_expression] = STATE(1046), - [sym__expression_unit] = STATE(1046), - [sym_record] = STATE(938), - [sym_todo] = STATE(1046), - [sym_panic] = STATE(1046), - [sym_echo] = STATE(1046), - [sym_tuple] = STATE(935), - [sym_list] = STATE(1046), - [sym__expression_bit_string] = STATE(1046), - [sym_anonymous_function] = STATE(931), - [sym_block] = STATE(908), - [sym_case] = STATE(908), - [sym_assert] = STATE(1046), - [sym_boolean_negation] = STATE(1046), - [sym_integer_negation] = STATE(1046), - [sym_record_update] = STATE(938), - [sym__maybe_tuple_expression] = STATE(1790), - [sym_tuple_access] = STATE(908), - [sym__maybe_record_expression] = STATE(1869), - [sym_field_access] = STATE(908), - [sym__maybe_function_expression] = STATE(1738), - [sym_function_call] = STATE(908), - [sym_string] = STATE(1046), - [sym_integer] = STATE(1046), - [sym_identifier] = STATE(910), - [sym_constructor_name] = STATE(853), - [sym_remote_constructor_name] = STATE(853), + [sym__expression] = STATE(958), + [sym_binary_expression] = STATE(958), + [sym__expression_unit] = STATE(958), + [sym_record] = STATE(931), + [sym_todo] = STATE(958), + [sym_panic] = STATE(958), + [sym_echo] = STATE(958), + [sym_tuple] = STATE(932), + [sym_list] = STATE(958), + [sym__expression_bit_string] = STATE(958), + [sym_anonymous_function] = STATE(934), + [sym_block] = STATE(900), + [sym_case] = STATE(900), + [sym_boolean_negation] = STATE(958), + [sym_integer_negation] = STATE(958), + [sym_record_update] = STATE(931), + [sym__maybe_tuple_expression] = STATE(1755), + [sym_tuple_access] = STATE(900), + [sym__maybe_record_expression] = STATE(1838), + [sym_field_access] = STATE(900), + [sym__maybe_function_expression] = STATE(1714), + [sym_function_call] = STATE(900), + [sym_string] = STATE(958), + [sym_integer] = STATE(958), + [sym_identifier] = STATE(899), + [sym_constructor_name] = STATE(858), + [sym_remote_constructor_name] = STATE(858), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(219), + [anon_sym_LBRACE] = ACTIONS(213), [anon_sym_SLASH] = ACTIONS(67), - [anon_sym_POUND] = ACTIONS(221), - [anon_sym_LBRACK] = ACTIONS(223), - [anon_sym_LT_LT] = ACTIONS(225), + [anon_sym_POUND] = ACTIONS(215), + [anon_sym_LBRACK] = ACTIONS(217), + [anon_sym_LT_LT] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(67), - [anon_sym_fn] = ACTIONS(227), + [anon_sym_fn] = ACTIONS(221), [anon_sym_DASH_GT] = ACTIONS(65), [anon_sym_PIPE_PIPE] = ACTIONS(65), [anon_sym_AMP_AMP] = ACTIONS(65), @@ -8334,158 +8295,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_DOT] = ACTIONS(65), [anon_sym_PERCENT] = ACTIONS(65), [anon_sym_LT_GT] = ACTIONS(65), - [anon_sym_todo] = ACTIONS(229), - [anon_sym_panic] = ACTIONS(231), - [anon_sym_echo] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_assert] = ACTIONS(237), - [anon_sym_BANG] = ACTIONS(239), - [anon_sym_DQUOTE] = ACTIONS(241), - [sym_float] = ACTIONS(243), - [sym__hex] = ACTIONS(245), - [sym__decimal] = ACTIONS(247), - [sym__octal] = ACTIONS(245), - [sym__binary] = ACTIONS(245), - [sym__name] = ACTIONS(249), - [sym__upname] = ACTIONS(251), + [anon_sym_todo] = ACTIONS(223), + [anon_sym_panic] = ACTIONS(225), + [anon_sym_echo] = ACTIONS(227), + [anon_sym_case] = ACTIONS(229), + [anon_sym_BANG] = ACTIONS(231), + [anon_sym_DQUOTE] = ACTIONS(233), + [sym_float] = ACTIONS(235), + [sym__hex] = ACTIONS(237), + [sym__decimal] = ACTIONS(239), + [sym__octal] = ACTIONS(237), + [sym__binary] = ACTIONS(237), + [sym__name] = ACTIONS(241), + [sym__upname] = ACTIONS(243), }, [12] = { - [aux_sym__statement_seq] = STATE(13), - [sym__statement] = STATE(13), - [sym__expression] = STATE(136), - [sym_binary_expression] = STATE(136), - [sym__expression_unit] = STATE(136), - [sym_record] = STATE(126), - [sym_todo] = STATE(136), - [sym_panic] = STATE(136), - [sym_echo] = STATE(136), - [sym_tuple] = STATE(125), - [sym_list] = STATE(136), - [sym__expression_bit_string] = STATE(136), - [sym_anonymous_function] = STATE(124), - [sym_block] = STATE(62), - [sym_case] = STATE(62), - [sym_let_assert] = STATE(13), - [sym_let] = STATE(13), - [sym_use] = STATE(13), - [sym_assert] = STATE(136), - [sym_boolean_negation] = STATE(136), - [sym_integer_negation] = STATE(136), - [sym_record_update] = STATE(126), - [sym__maybe_tuple_expression] = STATE(1907), - [sym_tuple_access] = STATE(62), - [sym__maybe_record_expression] = STATE(1906), - [sym_field_access] = STATE(62), - [sym__maybe_function_expression] = STATE(1639), - [sym_function_call] = STATE(62), - [sym_string] = STATE(136), - [sym_integer] = STATE(136), - [sym_identifier] = STATE(57), - [sym_constructor_name] = STATE(39), - [sym_remote_constructor_name] = STATE(39), - [ts_builtin_sym_end] = ACTIONS(253), + [aux_sym__statement_seq] = STATE(12), + [sym__statement] = STATE(12), + [sym__expression] = STATE(130), + [sym_binary_expression] = STATE(130), + [sym__expression_unit] = STATE(130), + [sym_record] = STATE(118), + [sym_todo] = STATE(130), + [sym_panic] = STATE(130), + [sym_echo] = STATE(130), + [sym_tuple] = STATE(84), + [sym_list] = STATE(130), + [sym__expression_bit_string] = STATE(130), + [sym_anonymous_function] = STATE(117), + [sym_block] = STATE(55), + [sym_case] = STATE(55), + [sym_let_assert] = STATE(12), + [sym_assert] = STATE(12), + [sym_let] = STATE(12), + [sym_use] = STATE(12), + [sym_boolean_negation] = STATE(130), + [sym_integer_negation] = STATE(130), + [sym_record_update] = STATE(118), + [sym__maybe_tuple_expression] = STATE(1866), + [sym_tuple_access] = STATE(55), + [sym__maybe_record_expression] = STATE(1864), + [sym_field_access] = STATE(55), + [sym__maybe_function_expression] = STATE(1623), + [sym_function_call] = STATE(55), + [sym_string] = STATE(130), + [sym_integer] = STATE(130), + [sym_identifier] = STATE(54), + [sym_constructor_name] = STATE(41), + [sym_remote_constructor_name] = STATE(41), + [ts_builtin_sym_end] = ACTIONS(245), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), - [anon_sym_if] = ACTIONS(255), - [anon_sym_LBRACE] = ACTIONS(257), - [anon_sym_AT] = ACTIONS(253), - [anon_sym_import] = ACTIONS(255), - [anon_sym_type] = ACTIONS(255), - [anon_sym_const] = ACTIONS(255), - [anon_sym_POUND] = ACTIONS(260), - [anon_sym_LBRACK] = ACTIONS(263), - [anon_sym_LT_LT] = ACTIONS(266), - [anon_sym_DASH] = ACTIONS(269), - [anon_sym_fn] = ACTIONS(272), - [anon_sym_external] = ACTIONS(255), - [anon_sym_todo] = ACTIONS(275), - [anon_sym_panic] = ACTIONS(278), - [anon_sym_echo] = ACTIONS(281), - [anon_sym_case] = ACTIONS(284), - [anon_sym_let] = ACTIONS(287), - [anon_sym_assert] = ACTIONS(290), - [anon_sym_use] = ACTIONS(293), - [anon_sym_BANG] = ACTIONS(296), - [sym_visibility_modifier] = ACTIONS(255), - [sym_opacity_modifier] = ACTIONS(255), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_float] = ACTIONS(302), - [sym__hex] = ACTIONS(305), - [sym__decimal] = ACTIONS(308), - [sym__octal] = ACTIONS(305), - [sym__binary] = ACTIONS(305), - [sym__name] = ACTIONS(311), - [sym__upname] = ACTIONS(314), + [anon_sym_if] = ACTIONS(247), + [anon_sym_LBRACE] = ACTIONS(249), + [anon_sym_AT] = ACTIONS(245), + [anon_sym_import] = ACTIONS(247), + [anon_sym_type] = ACTIONS(247), + [anon_sym_const] = ACTIONS(247), + [anon_sym_POUND] = ACTIONS(252), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT_LT] = ACTIONS(258), + [anon_sym_DASH] = ACTIONS(261), + [anon_sym_fn] = ACTIONS(264), + [anon_sym_external] = ACTIONS(247), + [anon_sym_todo] = ACTIONS(267), + [anon_sym_panic] = ACTIONS(270), + [anon_sym_echo] = ACTIONS(273), + [anon_sym_case] = ACTIONS(276), + [anon_sym_let] = ACTIONS(279), + [anon_sym_assert] = ACTIONS(282), + [anon_sym_use] = ACTIONS(285), + [anon_sym_BANG] = ACTIONS(288), + [sym_visibility_modifier] = ACTIONS(247), + [sym_opacity_modifier] = ACTIONS(247), + [anon_sym_DQUOTE] = ACTIONS(291), + [sym_float] = ACTIONS(294), + [sym__hex] = ACTIONS(297), + [sym__decimal] = ACTIONS(300), + [sym__octal] = ACTIONS(297), + [sym__binary] = ACTIONS(297), + [sym__name] = ACTIONS(303), + [sym__upname] = ACTIONS(306), }, [13] = { - [aux_sym__statement_seq] = STATE(13), - [sym__statement] = STATE(13), - [sym__expression] = STATE(136), - [sym_binary_expression] = STATE(136), - [sym__expression_unit] = STATE(136), - [sym_record] = STATE(126), - [sym_todo] = STATE(136), - [sym_panic] = STATE(136), - [sym_echo] = STATE(136), - [sym_tuple] = STATE(125), - [sym_list] = STATE(136), - [sym__expression_bit_string] = STATE(136), - [sym_anonymous_function] = STATE(124), - [sym_block] = STATE(62), - [sym_case] = STATE(62), - [sym_let_assert] = STATE(13), - [sym_let] = STATE(13), - [sym_use] = STATE(13), - [sym_assert] = STATE(136), - [sym_boolean_negation] = STATE(136), - [sym_integer_negation] = STATE(136), - [sym_record_update] = STATE(126), - [sym__maybe_tuple_expression] = STATE(1907), - [sym_tuple_access] = STATE(62), - [sym__maybe_record_expression] = STATE(1906), - [sym_field_access] = STATE(62), - [sym__maybe_function_expression] = STATE(1639), - [sym_function_call] = STATE(62), - [sym_string] = STATE(136), - [sym_integer] = STATE(136), - [sym_identifier] = STATE(57), - [sym_constructor_name] = STATE(39), - [sym_remote_constructor_name] = STATE(39), - [ts_builtin_sym_end] = ACTIONS(317), + [aux_sym__statement_seq] = STATE(12), + [sym__statement] = STATE(12), + [sym__expression] = STATE(130), + [sym_binary_expression] = STATE(130), + [sym__expression_unit] = STATE(130), + [sym_record] = STATE(118), + [sym_todo] = STATE(130), + [sym_panic] = STATE(130), + [sym_echo] = STATE(130), + [sym_tuple] = STATE(84), + [sym_list] = STATE(130), + [sym__expression_bit_string] = STATE(130), + [sym_anonymous_function] = STATE(117), + [sym_block] = STATE(55), + [sym_case] = STATE(55), + [sym_let_assert] = STATE(12), + [sym_assert] = STATE(12), + [sym_let] = STATE(12), + [sym_use] = STATE(12), + [sym_boolean_negation] = STATE(130), + [sym_integer_negation] = STATE(130), + [sym_record_update] = STATE(118), + [sym__maybe_tuple_expression] = STATE(1866), + [sym_tuple_access] = STATE(55), + [sym__maybe_record_expression] = STATE(1864), + [sym_field_access] = STATE(55), + [sym__maybe_function_expression] = STATE(1623), + [sym_function_call] = STATE(55), + [sym_string] = STATE(130), + [sym_integer] = STATE(130), + [sym_identifier] = STATE(54), + [sym_constructor_name] = STATE(41), + [sym_remote_constructor_name] = STATE(41), + [ts_builtin_sym_end] = ACTIONS(309), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), - [anon_sym_if] = ACTIONS(319), - [anon_sym_LBRACE] = ACTIONS(321), - [anon_sym_AT] = ACTIONS(317), - [anon_sym_import] = ACTIONS(319), - [anon_sym_type] = ACTIONS(319), - [anon_sym_const] = ACTIONS(319), - [anon_sym_POUND] = ACTIONS(324), - [anon_sym_LBRACK] = ACTIONS(327), - [anon_sym_LT_LT] = ACTIONS(330), - [anon_sym_DASH] = ACTIONS(333), - [anon_sym_fn] = ACTIONS(336), - [anon_sym_external] = ACTIONS(319), - [anon_sym_todo] = ACTIONS(339), - [anon_sym_panic] = ACTIONS(342), - [anon_sym_echo] = ACTIONS(345), - [anon_sym_case] = ACTIONS(348), - [anon_sym_let] = ACTIONS(351), - [anon_sym_assert] = ACTIONS(354), - [anon_sym_use] = ACTIONS(357), - [anon_sym_BANG] = ACTIONS(360), - [sym_visibility_modifier] = ACTIONS(319), - [sym_opacity_modifier] = ACTIONS(319), - [anon_sym_DQUOTE] = ACTIONS(363), - [sym_float] = ACTIONS(366), - [sym__hex] = ACTIONS(369), - [sym__decimal] = ACTIONS(372), - [sym__octal] = ACTIONS(369), - [sym__binary] = ACTIONS(369), - [sym__name] = ACTIONS(375), - [sym__upname] = ACTIONS(378), + [anon_sym_if] = ACTIONS(311), + [anon_sym_LBRACE] = ACTIONS(313), + [anon_sym_AT] = ACTIONS(309), + [anon_sym_import] = ACTIONS(311), + [anon_sym_type] = ACTIONS(311), + [anon_sym_const] = ACTIONS(311), + [anon_sym_POUND] = ACTIONS(316), + [anon_sym_LBRACK] = ACTIONS(319), + [anon_sym_LT_LT] = ACTIONS(322), + [anon_sym_DASH] = ACTIONS(325), + [anon_sym_fn] = ACTIONS(328), + [anon_sym_external] = ACTIONS(311), + [anon_sym_todo] = ACTIONS(331), + [anon_sym_panic] = ACTIONS(334), + [anon_sym_echo] = ACTIONS(337), + [anon_sym_case] = ACTIONS(340), + [anon_sym_let] = ACTIONS(343), + [anon_sym_assert] = ACTIONS(346), + [anon_sym_use] = ACTIONS(349), + [anon_sym_BANG] = ACTIONS(352), + [sym_visibility_modifier] = ACTIONS(311), + [sym_opacity_modifier] = ACTIONS(311), + [anon_sym_DQUOTE] = ACTIONS(355), + [sym_float] = ACTIONS(358), + [sym__hex] = ACTIONS(361), + [sym__decimal] = ACTIONS(364), + [sym__octal] = ACTIONS(361), + [sym__binary] = ACTIONS(361), + [sym__name] = ACTIONS(367), + [sym__upname] = ACTIONS(370), }, }; @@ -8493,14 +8453,14 @@ static const uint16_t ts_small_parse_table[] = { [0] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(385), 1, + ACTIONS(377), 1, anon_sym_LPAREN, - STATE(63), 1, + STATE(73), 1, sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(383), 27, + ACTIONS(375), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -8528,7 +8488,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(381), 28, + ACTIONS(373), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -8557,45 +8517,107 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [73] = 6, + [73] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(393), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(387), 27, - ts_builtin_sym_end, + ACTIONS(379), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(381), 1, + anon_sym_RBRACE, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(393), 1, + anon_sym_todo, + ACTIONS(395), 1, + anon_sym_panic, + ACTIONS(397), 1, + anon_sym_echo, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(401), 1, + anon_sym_let, + ACTIONS(403), 1, + anon_sym_assert, + ACTIONS(405), 1, + anon_sym_use, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, anon_sym_DQUOTE, + ACTIONS(411), 1, sym_float, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1794), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - ACTIONS(389), 27, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(23), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [201] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(423), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -8623,13 +8645,43 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [145] = 4, + ACTIONS(421), 29, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [269] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(399), 27, + ACTIONS(427), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -8657,7 +8709,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(397), 29, + ACTIONS(425), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -8687,87 +8739,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [213] = 34, + [337] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(317), 1, - anon_sym_RBRACE, - ACTIONS(401), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(404), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(407), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(410), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(413), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(416), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(419), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(422), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(425), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(428), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(431), 1, + ACTIONS(401), 1, anon_sym_let, - ACTIONS(434), 1, + ACTIONS(403), 1, anon_sym_assert, - ACTIONS(437), 1, + ACTIONS(405), 1, anon_sym_use, - ACTIONS(440), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(443), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(446), 1, + ACTIONS(411), 1, sym_float, - ACTIONS(452), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(455), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(458), 1, + ACTIONS(419), 1, sym__upname, - STATE(203), 1, + ACTIONS(429), 1, + anon_sym_RBRACE, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(449), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(17), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, + STATE(23), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -8776,186 +8829,222 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [341] = 34, + [465] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, - anon_sym_LBRACE, - ACTIONS(463), 1, - anon_sym_RBRACE, - ACTIONS(465), 1, - anon_sym_POUND, - ACTIONS(467), 1, - anon_sym_LBRACK, - ACTIONS(469), 1, - anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(433), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - ACTIONS(473), 1, anon_sym_fn, - ACTIONS(475), 1, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(477), 1, anon_sym_panic, - ACTIONS(479), 1, anon_sym_echo, - ACTIONS(481), 1, anon_sym_case, - ACTIONS(483), 1, anon_sym_let, - ACTIONS(485), 1, anon_sym_assert, - ACTIONS(487), 1, anon_sym_use, - ACTIONS(489), 1, anon_sym_BANG, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(493), 1, - sym_float, - ACTIONS(497), 1, + sym_visibility_modifier, + sym_opacity_modifier, sym__decimal, - ACTIONS(499), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(431), 29, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, sym__upname, - STATE(203), 1, - sym_identifier, - STATE(233), 1, - sym_tuple, - STATE(234), 1, - sym_anonymous_function, - STATE(1676), 1, - sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1866), 1, - sym__maybe_tuple_expression, + [533] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(441), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(232), 2, - sym_record, - sym_record_update, - ACTIONS(495), 3, + ACTIONS(435), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(17), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(544), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [469] = 34, + sym__upname, + ACTIONS(437), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [605] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(483), 1, + ACTIONS(401), 1, anon_sym_let, - ACTIONS(485), 1, + ACTIONS(403), 1, anon_sym_assert, - ACTIONS(487), 1, + ACTIONS(405), 1, anon_sym_use, - ACTIONS(489), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(411), 1, sym_float, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(503), 1, + ACTIONS(445), 1, anon_sym_RBRACE, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(29), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, + STATE(23), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -8964,18 +9053,17 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [597] = 4, + [733] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(507), 27, + ACTIONS(449), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -9003,7 +9091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(505), 29, + ACTIONS(447), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -9033,87 +9121,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [665] = 34, + [801] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(245), 1, + anon_sym_RBRACE, + ACTIONS(451), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(454), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(457), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(460), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(463), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(466), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(469), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(472), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(475), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(478), 1, anon_sym_case, - ACTIONS(483), 1, + ACTIONS(481), 1, anon_sym_let, - ACTIONS(485), 1, + ACTIONS(484), 1, anon_sym_assert, ACTIONS(487), 1, anon_sym_use, - ACTIONS(489), 1, + ACTIONS(490), 1, anon_sym_BANG, - ACTIONS(491), 1, - anon_sym_DQUOTE, ACTIONS(493), 1, + anon_sym_DQUOTE, + ACTIONS(496), 1, sym_float, - ACTIONS(497), 1, + ACTIONS(502), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(505), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(508), 1, sym__upname, - ACTIONS(509), 1, - anon_sym_RBRACE, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(499), 3, sym__hex, sym__octal, sym__binary, - STATE(18), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, + STATE(23), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9122,92 +9211,92 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [793] = 34, + [929] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(483), 1, + ACTIONS(401), 1, anon_sym_let, - ACTIONS(485), 1, + ACTIONS(403), 1, anon_sym_assert, - ACTIONS(487), 1, + ACTIONS(405), 1, anon_sym_use, - ACTIONS(489), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(411), 1, sym_float, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, ACTIONS(511), 1, anon_sym_RBRACE, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(17), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, + STATE(23), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9216,50 +9305,17 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [921] = 6, + [1057] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(513), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(387), 27, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(389), 27, + ACTIONS(515), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -9287,13 +9343,43 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [993] = 4, + ACTIONS(513), 29, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [1125] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(518), 27, + ACTIONS(519), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -9321,7 +9407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(516), 29, + ACTIONS(517), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -9351,181 +9437,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [1061] = 34, + [1193] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(483), 1, + ACTIONS(401), 1, anon_sym_let, - ACTIONS(485), 1, + ACTIONS(403), 1, anon_sym_assert, - ACTIONS(487), 1, + ACTIONS(405), 1, anon_sym_use, - ACTIONS(489), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(411), 1, sym_float, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(520), 1, + ACTIONS(521), 1, anon_sym_RBRACE, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(26), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [1189] = 34, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(461), 1, - anon_sym_LBRACE, - ACTIONS(465), 1, - anon_sym_POUND, - ACTIONS(467), 1, - anon_sym_LBRACK, - ACTIONS(469), 1, - anon_sym_LT_LT, - ACTIONS(471), 1, - anon_sym_DASH, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(475), 1, - anon_sym_todo, - ACTIONS(477), 1, - anon_sym_panic, - ACTIONS(479), 1, - anon_sym_echo, - ACTIONS(481), 1, - anon_sym_case, - ACTIONS(483), 1, - anon_sym_let, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(487), 1, - anon_sym_use, - ACTIONS(489), 1, - anon_sym_BANG, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(493), 1, - sym_float, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(522), 1, - anon_sym_RBRACE, - STATE(203), 1, - sym_identifier, - STATE(233), 1, - sym_tuple, - STATE(234), 1, - sym_anonymous_function, - STATE(1676), 1, - sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1866), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(198), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(232), 2, - sym_record, - sym_record_update, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(17), 5, + STATE(23), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, + sym_assert, sym_let, sym_use, - STATE(228), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(544), 13, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9534,18 +9527,17 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [1317] = 4, + [1321] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(526), 27, + ACTIONS(525), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -9573,7 +9565,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(524), 29, + ACTIONS(523), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -9603,87 +9595,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [1385] = 34, + [1389] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(483), 1, + ACTIONS(401), 1, anon_sym_let, - ACTIONS(485), 1, + ACTIONS(403), 1, anon_sym_assert, - ACTIONS(487), 1, + ACTIONS(405), 1, anon_sym_use, - ACTIONS(489), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(411), 1, sym_float, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(528), 1, + ACTIONS(527), 1, anon_sym_RBRACE, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(44), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, + STATE(24), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9692,92 +9685,92 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [1513] = 34, + [1517] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(483), 1, + ACTIONS(401), 1, anon_sym_let, - ACTIONS(485), 1, + ACTIONS(403), 1, anon_sym_assert, - ACTIONS(487), 1, + ACTIONS(405), 1, anon_sym_use, - ACTIONS(489), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(411), 1, sym_float, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(530), 1, + ACTIONS(529), 1, anon_sym_RBRACE, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(17), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, + STATE(27), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9786,51 +9779,212 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [1641] = 4, + [1645] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(534), 27, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, + ACTIONS(379), 1, + anon_sym_LBRACE, + ACTIONS(383), 1, + anon_sym_POUND, + ACTIONS(385), 1, + anon_sym_LBRACK, + ACTIONS(387), 1, + anon_sym_LT_LT, + ACTIONS(389), 1, anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(393), 1, anon_sym_todo, + ACTIONS(395), 1, anon_sym_panic, + ACTIONS(397), 1, anon_sym_echo, + ACTIONS(399), 1, anon_sym_case, + ACTIONS(401), 1, anon_sym_let, + ACTIONS(403), 1, anon_sym_assert, + ACTIONS(405), 1, anon_sym_use, + ACTIONS(407), 1, anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(411), 1, + sym_float, + ACTIONS(415), 1, sym__decimal, + ACTIONS(417), 1, sym__name, - ACTIONS(532), 29, - ts_builtin_sym_end, + ACTIONS(419), 1, + sym__upname, + ACTIONS(531), 1, + anon_sym_RBRACE, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1794), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(15), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [1773] = 34, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(379), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(383), 1, + anon_sym_POUND, + ACTIONS(385), 1, + anon_sym_LBRACK, + ACTIONS(387), 1, + anon_sym_LT_LT, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(393), 1, + anon_sym_todo, + ACTIONS(395), 1, + anon_sym_panic, + ACTIONS(397), 1, + anon_sym_echo, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(401), 1, + anon_sym_let, + ACTIONS(403), 1, + anon_sym_assert, + ACTIONS(405), 1, + anon_sym_use, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(411), 1, + sym_float, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(533), 1, + anon_sym_RBRACE, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1794), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(21), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [1901] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(439), 1, anon_sym_LPAREN, + ACTIONS(535), 1, anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(435), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -9855,13 +10009,135 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [1709] = 4, + ACTIONS(437), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [1973] = 34, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(379), 1, + anon_sym_LBRACE, + ACTIONS(383), 1, + anon_sym_POUND, + ACTIONS(385), 1, + anon_sym_LBRACK, + ACTIONS(387), 1, + anon_sym_LT_LT, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(393), 1, + anon_sym_todo, + ACTIONS(395), 1, + anon_sym_panic, + ACTIONS(397), 1, + anon_sym_echo, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(401), 1, + anon_sym_let, + ACTIONS(403), 1, + anon_sym_assert, + ACTIONS(405), 1, + anon_sym_use, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(411), 1, + sym_float, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(538), 1, + anon_sym_RBRACE, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1794), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(36), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [2101] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(538), 27, + ACTIONS(542), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -9889,7 +10165,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(536), 29, + ACTIONS(540), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -9919,87 +10195,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [1777] = 34, + [2169] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(483), 1, + ACTIONS(401), 1, anon_sym_let, - ACTIONS(485), 1, + ACTIONS(403), 1, anon_sym_assert, - ACTIONS(487), 1, + ACTIONS(405), 1, anon_sym_use, - ACTIONS(489), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(411), 1, sym_float, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(540), 1, + ACTIONS(544), 1, anon_sym_RBRACE, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(22), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, + STATE(23), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -10008,18 +10285,17 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [1905] = 4, + [2297] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(544), 27, + ACTIONS(548), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10047,7 +10323,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(542), 29, + ACTIONS(546), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -10077,13 +10353,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [1973] = 4, + [2365] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(548), 27, + ACTIONS(552), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10111,7 +10387,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(546), 29, + ACTIONS(550), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -10141,13 +10417,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2041] = 4, + [2433] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(552), 27, + ACTIONS(556), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10175,7 +10451,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(550), 29, + ACTIONS(554), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -10205,87 +10481,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2109] = 34, + [2501] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(483), 1, + ACTIONS(401), 1, anon_sym_let, - ACTIONS(485), 1, + ACTIONS(403), 1, anon_sym_assert, - ACTIONS(487), 1, + ACTIONS(405), 1, anon_sym_use, - ACTIONS(489), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(411), 1, sym_float, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(554), 1, + ACTIONS(558), 1, anon_sym_RBRACE, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(17), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, + STATE(18), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -10294,21 +10571,23 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [2237] = 4, + [2629] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(560), 1, + anon_sym_LPAREN, + STATE(113), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(558), 27, + ACTIONS(375), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -10333,11 +10612,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(556), 29, + ACTIONS(373), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -10363,13 +10641,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2305] = 4, + [2701] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(562), 27, + ACTIONS(564), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10397,7 +10675,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(560), 29, + ACTIONS(562), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -10427,19 +10705,16 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2373] = 6, + [2769] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(564), 1, - anon_sym_LPAREN, - STATE(121), 1, - sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(383), 26, + ACTIONS(568), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -10464,10 +10739,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(381), 28, + ACTIONS(566), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -10493,171 +10769,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2445] = 34, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(461), 1, - anon_sym_LBRACE, - ACTIONS(465), 1, - anon_sym_POUND, - ACTIONS(467), 1, - anon_sym_LBRACK, - ACTIONS(469), 1, - anon_sym_LT_LT, - ACTIONS(471), 1, - anon_sym_DASH, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(475), 1, - anon_sym_todo, - ACTIONS(477), 1, - anon_sym_panic, - ACTIONS(479), 1, - anon_sym_echo, - ACTIONS(481), 1, - anon_sym_case, - ACTIONS(483), 1, - anon_sym_let, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(487), 1, - anon_sym_use, - ACTIONS(489), 1, - anon_sym_BANG, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(493), 1, - sym_float, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(566), 1, - anon_sym_RBRACE, - STATE(203), 1, - sym_identifier, - STATE(233), 1, - sym_tuple, - STATE(234), 1, - sym_anonymous_function, - STATE(1676), 1, - sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1866), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(198), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(232), 2, - sym_record, - sym_record_update, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(43), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(544), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [2573] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(570), 27, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - ACTIONS(568), 29, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [2641] = 4, + [2837] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(574), 27, + ACTIONS(572), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10685,7 +10803,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(572), 29, + ACTIONS(570), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -10715,87 +10833,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2709] = 34, + [2905] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(483), 1, + ACTIONS(401), 1, anon_sym_let, - ACTIONS(485), 1, + ACTIONS(403), 1, anon_sym_assert, - ACTIONS(487), 1, + ACTIONS(405), 1, anon_sym_use, - ACTIONS(489), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(411), 1, sym_float, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(576), 1, + ACTIONS(574), 1, anon_sym_RBRACE, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(17), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, + STATE(23), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -10804,186 +10923,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [2837] = 34, + [3033] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, - anon_sym_LBRACE, - ACTIONS(465), 1, - anon_sym_POUND, - ACTIONS(467), 1, - anon_sym_LBRACK, - ACTIONS(469), 1, - anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(578), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - ACTIONS(473), 1, anon_sym_fn, - ACTIONS(475), 1, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(477), 1, anon_sym_panic, - ACTIONS(479), 1, anon_sym_echo, - ACTIONS(481), 1, anon_sym_case, - ACTIONS(483), 1, anon_sym_let, - ACTIONS(485), 1, anon_sym_assert, - ACTIONS(487), 1, anon_sym_use, - ACTIONS(489), 1, anon_sym_BANG, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(493), 1, - sym_float, - ACTIONS(497), 1, + sym_visibility_modifier, + sym_opacity_modifier, sym__decimal, - ACTIONS(499), 1, sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(578), 1, - anon_sym_RBRACE, - STATE(203), 1, - sym_identifier, - STATE(233), 1, - sym_tuple, - STATE(234), 1, - sym_anonymous_function, - STATE(1676), 1, - sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1866), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(198), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(232), 2, - sym_record, - sym_record_update, - ACTIONS(495), 3, + ACTIONS(576), 29, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(17), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(544), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [2965] = 34, + sym__upname, + [3101] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(483), 1, + ACTIONS(401), 1, anon_sym_let, - ACTIONS(485), 1, + ACTIONS(403), 1, anon_sym_assert, - ACTIONS(487), 1, + ACTIONS(405), 1, anon_sym_use, - ACTIONS(489), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(411), 1, sym_float, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, ACTIONS(580), 1, anon_sym_RBRACE, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(36), 5, - aux_sym__statement_seq, - sym__statement, - sym_let_assert, - sym_let, - sym_use, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(544), 13, + STATE(45), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -10992,12 +11081,11 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [3093] = 4, + [3229] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -11061,7 +11149,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3161] = 4, + [3297] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -11125,16 +11213,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3229] = 4, + [3365] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(592), 27, + ACTIONS(427), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11159,7 +11246,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(590), 29, + ACTIONS(425), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -11189,16 +11276,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3297] = 4, + [3432] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(596), 27, + ACTIONS(556), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11223,7 +11309,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(594), 29, + ACTIONS(554), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -11253,18 +11339,45 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3365] = 5, + [3499] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(598), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(387), 27, + ACTIONS(519), 26, + anon_sym_if, + anon_sym_import, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + ACTIONS(517), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11289,44 +11402,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(389), 27, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [3434] = 4, + [3566] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(602), 27, + ACTIONS(515), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11351,10 +11435,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(600), 28, + ACTIONS(513), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -11380,13 +11465,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3501] = 4, + [3633] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(590), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(534), 26, + ACTIONS(437), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -11413,12 +11502,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(532), 29, + ACTIONS(435), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11443,13 +11530,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3568] = 4, + [3704] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(535), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(558), 26, + ACTIONS(437), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -11476,12 +11567,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(556), 29, + ACTIONS(435), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11506,16 +11595,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3635] = 4, + [3775] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(606), 27, + ACTIONS(525), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11540,10 +11628,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(604), 28, + ACTIONS(523), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -11569,13 +11658,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3702] = 4, + [3842] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(610), 27, + ACTIONS(596), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -11603,11 +11692,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(608), 28, + ACTIONS(594), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11632,13 +11721,43 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3769] = 4, + [3909] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(598), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(614), 27, + ACTIONS(435), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(437), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -11666,11 +11785,18 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(612), 28, + [3978] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(600), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(435), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11695,17 +11821,41 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3836] = 6, + ACTIONS(437), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [4047] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(616), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 26, + ACTIONS(564), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -11732,10 +11882,12 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(387), 27, + ACTIONS(562), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11760,16 +11912,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3907] = 4, + [4114] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 27, + ACTIONS(588), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11794,10 +11945,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(620), 28, + ACTIONS(586), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -11823,45 +11975,18 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3974] = 4, + [4181] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(606), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(626), 27, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - ACTIONS(624), 28, + ACTIONS(602), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11886,16 +12011,43 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4041] = 4, + ACTIONS(604), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [4250] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(630), 27, + ACTIONS(572), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11920,10 +12072,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(628), 28, + ACTIONS(570), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -11949,15 +12102,16 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4108] = 4, + [4317] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(518), 26, + ACTIONS(610), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11982,11 +12136,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(516), 29, + ACTIONS(608), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -12012,44 +12165,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4175] = 6, + [4384] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, + ACTIONS(439), 1, anon_sym_LPAREN, - ACTIONS(513), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 26, - anon_sym_if, - anon_sym_import, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - ACTIONS(387), 27, + ACTIONS(435), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12077,13 +12201,41 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4246] = 4, + ACTIONS(437), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [4453] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(634), 27, + ACTIONS(614), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -12111,7 +12263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(632), 28, + ACTIONS(612), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12140,13 +12292,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4313] = 4, + [4520] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(526), 26, + ACTIONS(542), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -12173,7 +12325,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(524), 29, + ACTIONS(540), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12203,13 +12355,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4380] = 4, + [4587] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(507), 26, + ACTIONS(423), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -12236,7 +12388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(505), 29, + ACTIONS(421), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12266,13 +12418,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4447] = 4, + [4654] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(596), 26, + ACTIONS(568), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -12299,7 +12451,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(594), 29, + ACTIONS(566), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12329,15 +12481,16 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4514] = 4, + [4721] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(399), 26, + ACTIONS(618), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12362,12 +12515,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(397), 29, + ACTIONS(616), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -12392,15 +12544,16 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4581] = 4, + [4788] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(592), 26, + ACTIONS(622), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12425,11 +12578,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(590), 29, + ACTIONS(620), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -12455,45 +12607,18 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4648] = 4, + [4855] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(628), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(588), 26, - anon_sym_if, - anon_sym_import, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - ACTIONS(586), 29, + ACTIONS(624), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -12518,15 +12643,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4715] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(584), 26, + ACTIONS(626), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12551,11 +12671,44 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(582), 29, + [4924] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(632), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + ACTIONS(630), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -12581,13 +12734,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4782] = 4, + [4991] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(548), 26, + ACTIONS(433), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -12614,7 +12767,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(546), 29, + ACTIONS(431), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12644,18 +12797,45 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4849] = 5, + [5058] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(387), 27, + ACTIONS(449), 26, + anon_sym_if, + anon_sym_import, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + ACTIONS(447), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -12680,10 +12860,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(389), 27, + [5125] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(552), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12708,18 +12893,12 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [4918] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(636), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(387), 27, + ACTIONS(550), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -12744,10 +12923,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(389), 27, + [5192] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(578), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12772,18 +12956,12 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [4987] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(642), 1, - anon_sym_LPAREN, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(638), 27, + ACTIONS(576), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -12808,10 +12986,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(640), 27, + [5259] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(584), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12836,18 +13019,12 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [5056] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(648), 1, - anon_sym_LPAREN, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(644), 27, + ACTIONS(582), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -12872,10 +13049,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(646), 27, + [5326] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(548), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12900,15 +13082,46 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [5125] = 4, + ACTIONS(546), 29, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [5393] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(544), 26, + ACTIONS(636), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12933,12 +13146,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(542), 29, + ACTIONS(634), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -12963,17 +13175,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5192] = 6, + [5460] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(650), 1, + ACTIONS(638), 1, anon_sym_LPAREN, - ACTIONS(652), 1, + ACTIONS(640), 1, anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(640), 26, + ACTIONS(604), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -13000,7 +13212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(638), 27, + ACTIONS(602), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13028,17 +13240,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5263] = 6, + [5531] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(654), 1, + ACTIONS(642), 1, anon_sym_LPAREN, - ACTIONS(656), 1, + ACTIONS(644), 1, anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(646), 26, + ACTIONS(626), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -13065,7 +13277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(644), 27, + ACTIONS(624), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13093,15 +13305,16 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5334] = 4, + [5602] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(570), 26, + ACTIONS(648), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -13126,11 +13339,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(568), 29, + ACTIONS(646), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -13156,13 +13368,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5401] = 4, + [5669] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(600), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(574), 26, + ACTIONS(437), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -13189,12 +13403,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(572), 29, + ACTIONS(435), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -13219,13 +13431,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5468] = 4, + [5737] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(562), 26, + ACTIONS(614), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -13252,11 +13464,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(560), 29, + ACTIONS(612), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -13282,15 +13493,44 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5535] = 4, + [5803] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(552), 26, + ACTIONS(650), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(652), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -13315,57 +13555,67 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(550), 29, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + [5869] = 15, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(658), 1, + anon_sym_as, + ACTIONS(664), 1, anon_sym_PIPE_PIPE, + ACTIONS(666), 1, anon_sym_AMP_AMP, + ACTIONS(674), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(660), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(662), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(668), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(676), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(670), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(672), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(654), 12, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [5602] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(538), 26, + ACTIONS(656), 18, anon_sym_if, anon_sym_import, - anon_sym_SLASH, anon_sym_type, anon_sym_const, - anon_sym_DASH, anon_sym_fn, anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -13378,12 +13628,16 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(536), 29, + [5957] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(680), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -13408,56 +13662,94 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5669] = 4, + ACTIONS(682), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [6023] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(664), 1, + anon_sym_PIPE_PIPE, + ACTIONS(666), 1, + anon_sym_AMP_AMP, + ACTIONS(674), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(658), 27, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(660), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(662), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(668), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(676), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(670), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(672), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(684), 12, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(660), 27, + ACTIONS(686), 19, anon_sym_if, anon_sym_import, anon_sym_as, - anon_sym_SLASH, anon_sym_type, anon_sym_const, - anon_sym_DASH, anon_sym_fn, anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -13470,13 +13762,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [5735] = 4, + [6109] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(662), 27, + ACTIONS(688), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13504,7 +13796,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(664), 27, + ACTIONS(690), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -13532,107 +13824,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [5801] = 36, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(666), 1, - anon_sym_RPAREN, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(670), 1, - anon_sym_DOT_DOT, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, - sym__name, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1478), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [5931] = 4, + [6175] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(680), 27, + ACTIONS(692), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13660,7 +13858,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(682), 27, + ACTIONS(695), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -13688,56 +13886,66 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [5997] = 4, + [6241] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(664), 1, + anon_sym_PIPE_PIPE, + ACTIONS(666), 1, + anon_sym_AMP_AMP, + ACTIONS(674), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(684), 27, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(660), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(662), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(668), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(676), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(670), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(672), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(698), 12, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(686), 27, + ACTIONS(700), 19, anon_sym_if, anon_sym_import, anon_sym_as, - anon_sym_SLASH, anon_sym_type, anon_sym_const, - anon_sym_DASH, anon_sym_fn, anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -13750,13 +13958,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6063] = 4, + [6327] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(688), 27, + ACTIONS(702), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13784,7 +13992,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(690), 27, + ACTIONS(704), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -13812,107 +14020,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6129] = 36, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, - sym__name, - ACTIONS(692), 1, - anon_sym_RPAREN, - ACTIONS(694), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1559), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [6259] = 4, + [6393] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 26, + ACTIONS(636), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -13939,11 +14053,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(620), 28, + ACTIONS(634), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_DOT, + anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -13968,66 +14082,56 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [6325] = 14, + [6459] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(704), 1, - anon_sym_PIPE_PIPE, - ACTIONS(706), 1, - anon_sym_AMP_AMP, - ACTIONS(714), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(700), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(702), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(708), 2, + ACTIONS(706), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(710), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(712), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(718), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(696), 12, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(698), 19, + ACTIONS(708), 27, anon_sym_if, anon_sym_import, anon_sym_as, + anon_sym_SLASH, anon_sym_type, anon_sym_const, + anon_sym_DASH, anon_sym_fn, anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -14040,107 +14144,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6411] = 36, + [6525] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, - sym__name, - ACTIONS(720), 1, - anon_sym_RPAREN, - ACTIONS(722), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1457), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [6541] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(724), 27, + ACTIONS(710), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14168,7 +14178,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(726), 27, + ACTIONS(712), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14196,13 +14206,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6607] = 4, + [6591] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(728), 27, + ACTIONS(714), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14230,7 +14240,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(730), 27, + ACTIONS(716), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14258,13 +14268,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6673] = 4, + [6657] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(732), 27, + ACTIONS(718), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14292,7 +14302,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(734), 27, + ACTIONS(720), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14320,59 +14330,57 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6739] = 14, + [6723] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(704), 1, - anon_sym_PIPE_PIPE, - ACTIONS(706), 1, - anon_sym_AMP_AMP, - ACTIONS(714), 1, + ACTIONS(674), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(700), 2, + ACTIONS(660), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(702), 2, + ACTIONS(662), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(708), 2, + ACTIONS(668), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 2, + ACTIONS(676), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(710), 4, + ACTIONS(670), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(712), 4, + ACTIONS(672), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(718), 4, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(736), 12, + ACTIONS(710), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(738), 19, + ACTIONS(712), 19, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14392,13 +14400,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6825] = 4, + [6805] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(740), 27, + ACTIONS(722), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14426,7 +14434,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(742), 27, + ACTIONS(724), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14454,231 +14462,44 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6891] = 36, + [6871] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, + ACTIONS(666), 1, + anon_sym_AMP_AMP, ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, - sym__name, - ACTIONS(744), 1, - anon_sym_RPAREN, - ACTIONS(746), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1449), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [7021] = 4, - ACTIONS(3), 1, - sym_module_comment, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(748), 27, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(660), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(662), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(668), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, + ACTIONS(676), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(750), 27, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [7087] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(602), 26, - anon_sym_if, - anon_sym_import, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, + ACTIONS(670), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - ACTIONS(600), 28, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(672), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [7153] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(752), 27, + ACTIONS(710), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14686,42 +14507,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LT_LT, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(754), 27, + ACTIONS(712), 19, anon_sym_if, anon_sym_import, anon_sym_as, - anon_sym_SLASH, anon_sym_type, anon_sym_const, - anon_sym_DASH, anon_sym_fn, anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -14734,111 +14533,59 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7219] = 4, + [6955] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(756), 27, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + ACTIONS(664), 1, anon_sym_PIPE_PIPE, + ACTIONS(666), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, + ACTIONS(674), 1, anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(758), 27, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [7285] = 8, - ACTIONS(3), 1, - sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(700), 2, + ACTIONS(660), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(702), 2, + ACTIONS(662), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(716), 2, + ACTIONS(668), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(676), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(718), 4, + ACTIONS(670), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(672), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 21, + ACTIONS(726), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(758), 23, + ACTIONS(728), 19, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14846,10 +14593,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_fn, anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -14862,13 +14605,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7359] = 4, + [7041] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(630), 26, + ACTIONS(618), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -14895,11 +14638,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(628), 28, + ACTIONS(616), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_DOT, + anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -14924,123 +14667,21 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [7425] = 36, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, - sym__name, - ACTIONS(760), 1, - anon_sym_RPAREN, - ACTIONS(762), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1477), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [7555] = 9, + [7107] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(714), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(700), 2, + ACTIONS(660), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(702), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(716), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(718), 4, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 20, + ACTIONS(710), 23, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15055,24 +14696,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(758), 23, + ACTIONS(712), 25, anon_sym_if, anon_sym_import, anon_sym_as, anon_sym_type, anon_sym_const, + anon_sym_DASH, anon_sym_fn, anon_sym_external, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, + anon_sym_PLUS, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -15085,13 +14731,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7631] = 4, + [7177] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(614), 26, + ACTIONS(648), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -15118,75 +14764,14 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(612), 28, + ACTIONS(646), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [7697] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(399), 21, anon_sym_DOT, - anon_sym_SLASH, - anon_sym_EQ, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(397), 33, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, anon_sym_POUND, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -15202,46 +14787,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DOT_DOT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [7763] = 11, + [7243] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(714), 1, + ACTIONS(674), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(700), 2, + ACTIONS(660), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(702), 2, + ACTIONS(662), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(716), 2, + ACTIONS(676), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(710), 4, + ACTIONS(670), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(712), 4, + ACTIONS(672), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(718), 4, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 16, + ACTIONS(710), 16, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15258,7 +14842,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(758), 19, + ACTIONS(712), 19, anon_sym_if, anon_sym_import, anon_sym_as, @@ -15278,7 +14862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7843] = 4, + [7323] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -15315,7 +14899,7 @@ static const uint16_t ts_small_parse_table[] = { ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -15340,42 +14924,29 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [7909] = 12, + [7389] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(714), 1, + ACTIONS(674), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(700), 2, + ACTIONS(660), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(702), 2, + ACTIONS(662), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(708), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(716), 2, + ACTIONS(676), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(710), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(712), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(718), 4, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 14, + ACTIONS(710), 20, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15384,13 +14955,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(758), 19, + ACTIONS(712), 23, anon_sym_if, anon_sym_import, anon_sym_as, @@ -15398,6 +14975,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_fn, anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -15410,44 +14991,27 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7991] = 13, + [7465] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(706), 1, - anon_sym_AMP_AMP, - ACTIONS(714), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(700), 2, + ACTIONS(660), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(702), 2, + ACTIONS(662), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(708), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(716), 2, + ACTIONS(676), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(710), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(712), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(718), 4, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 13, + ACTIONS(710), 21, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15455,13 +15019,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LT_LT, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(758), 19, + ACTIONS(712), 23, anon_sym_if, anon_sym_import, anon_sym_as, @@ -15469,6 +15041,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_fn, anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -15481,21 +15057,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8075] = 6, + [7539] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(700), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(718), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 23, + ACTIONS(710), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15513,16 +15081,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(758), 25, + ACTIONS(712), 27, anon_sym_if, anon_sym_import, anon_sym_as, + anon_sym_SLASH, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -15533,6 +15106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -15545,13 +15119,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8145] = 4, + [7605] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(606), 26, + ACTIONS(596), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -15578,7 +15152,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(604), 28, + ACTIONS(594), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15607,13 +15181,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [8211] = 4, + [7671] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(756), 27, + ACTIONS(730), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15641,7 +15215,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(758), 27, + ACTIONS(732), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -15669,66 +15243,27 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8277] = 14, + [7737] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(704), 1, - anon_sym_PIPE_PIPE, - ACTIONS(706), 1, - anon_sym_AMP_AMP, - ACTIONS(714), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(700), 2, + ACTIONS(632), 26, + anon_sym_if, + anon_sym_import, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(702), 2, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(708), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(716), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(710), 4, + anon_sym_fn, + anon_sym_external, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(712), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(718), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(764), 12, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(766), 19, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_external, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -15741,275 +15276,73 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8363] = 14, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(704), 1, + ACTIONS(630), 28, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, - ACTIONS(706), 1, anon_sym_AMP_AMP, - ACTIONS(714), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(700), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(702), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(708), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(710), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(712), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(718), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(768), 12, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(770), 19, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [8449] = 36, + [7803] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, - sym__name, - ACTIONS(772), 1, - anon_sym_RPAREN, - ACTIONS(774), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1614), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [8579] = 36, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(734), 27, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(674), 1, sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, - sym__name, - ACTIONS(776), 1, - anon_sym_RPAREN, - ACTIONS(778), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1512), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [8709] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(634), 26, + sym__upname, + ACTIONS(736), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -16034,42 +15367,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(632), 28, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [8775] = 4, + [7869] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(780), 27, + ACTIONS(738), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16097,7 +15401,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(782), 27, + ACTIONS(740), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -16125,13 +15429,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8841] = 4, + [7935] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(784), 27, + ACTIONS(742), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16159,7 +15463,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(786), 27, + ACTIONS(744), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -16187,15 +15491,15 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8907] = 5, + [8001] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, + ACTIONS(439), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 26, + ACTIONS(437), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -16222,7 +15526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(387), 27, + ACTIONS(435), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16250,7 +15554,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [8975] = 5, + [8069] = 5, ACTIONS(3), 1, sym_module_comment, ACTIONS(598), 1, @@ -16258,7 +15562,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 26, + ACTIONS(437), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -16285,7 +15589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(387), 27, + ACTIONS(435), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16313,119 +15617,66 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [9043] = 5, + [8137] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(636), 1, - anon_sym_DOT, + ACTIONS(664), 1, + anon_sym_PIPE_PIPE, + ACTIONS(666), 1, + anon_sym_AMP_AMP, + ACTIONS(674), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 26, - anon_sym_if, - anon_sym_import, + ACTIONS(660), 2, anon_sym_SLASH, - anon_sym_type, - anon_sym_const, + anon_sym_STAR, + ACTIONS(662), 2, anon_sym_DASH, - anon_sym_fn, - anon_sym_external, + anon_sym_PLUS, + ACTIONS(668), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(676), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(670), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - ACTIONS(387), 27, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(672), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [9111] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(788), 27, + ACTIONS(746), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(790), 27, + ACTIONS(748), 19, anon_sym_if, anon_sym_import, anon_sym_as, - anon_sym_SLASH, anon_sym_type, anon_sym_const, - anon_sym_DASH, anon_sym_fn, anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -16438,56 +15689,66 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9177] = 4, + [8223] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(664), 1, + anon_sym_PIPE_PIPE, + ACTIONS(666), 1, + anon_sym_AMP_AMP, + ACTIONS(674), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(792), 27, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(660), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(662), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(668), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(676), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(670), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(672), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(678), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(750), 12, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(794), 27, + ACTIONS(752), 19, anon_sym_if, anon_sym_import, anon_sym_as, - anon_sym_SLASH, anon_sym_type, anon_sym_const, - anon_sym_DASH, anon_sym_fn, anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -16500,13 +15761,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9243] = 4, + [8309] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(796), 27, + ACTIONS(754), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16534,7 +15795,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(798), 27, + ACTIONS(756), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -16562,13 +15823,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9309] = 4, + [8375] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(800), 27, + ACTIONS(758), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16596,7 +15857,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(803), 27, + ACTIONS(760), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -16624,13 +15885,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9375] = 4, + [8441] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(806), 27, + ACTIONS(762), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16658,7 +15919,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(808), 27, + ACTIONS(764), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -16686,85 +15947,75 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9441] = 14, + [8507] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(704), 1, - anon_sym_PIPE_PIPE, - ACTIONS(706), 1, - anon_sym_AMP_AMP, - ACTIONS(714), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(700), 2, + ACTIONS(564), 21, + anon_sym_DOT, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(702), 2, + anon_sym_EQ, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(708), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(716), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(710), 4, + anon_sym_fn, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(712), 4, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(562), 33, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(718), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(810), 12, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + anon_sym_DOT_DOT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(812), 19, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [9527] = 4, + [8573] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(814), 27, + ACTIONS(766), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16792,7 +16043,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(816), 27, + ACTIONS(768), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -16820,13 +16071,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9593] = 4, + [8639] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(626), 26, + ACTIONS(622), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -16853,7 +16104,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(624), 28, + ACTIONS(620), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16882,65 +16133,56 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [9659] = 14, + [8705] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(822), 1, - anon_sym_PIPE_PIPE, - ACTIONS(824), 1, - anon_sym_AMP_AMP, - ACTIONS(832), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(820), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(826), 2, + ACTIONS(770), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(834), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(828), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(830), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(736), 12, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(738), 18, + ACTIONS(772), 27, anon_sym_if, anon_sym_import, + anon_sym_as, + anon_sym_SLASH, anon_sym_type, anon_sym_const, + anon_sym_DASH, anon_sym_fn, anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -16953,65 +16195,27 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9744] = 14, + [8771] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(822), 1, - anon_sym_PIPE_PIPE, - ACTIONS(824), 1, - anon_sym_AMP_AMP, - ACTIONS(832), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, + ACTIONS(760), 26, + anon_sym_if, + anon_sym_import, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(820), 2, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(826), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(834), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(828), 4, + anon_sym_fn, + anon_sym_external, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(830), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(838), 12, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(840), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_external, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -17024,13 +16228,41 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9829] = 4, + ACTIONS(758), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [8836] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(786), 26, + ACTIONS(708), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -17057,7 +16289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(784), 27, + ACTIONS(706), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17085,105 +16317,84 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [9894] = 35, + [8901] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(782), 1, + anon_sym_PIPE_PIPE, + ACTIONS(784), 1, + anon_sym_AMP_AMP, + ACTIONS(792), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(778), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(780), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(786), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(794), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(788), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(790), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(796), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(774), 12, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(776), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_external, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(772), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1614), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [10021] = 4, + [8986] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(742), 26, + ACTIONS(712), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -17210,7 +16421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(740), 27, + ACTIONS(710), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17238,27 +16449,130 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [10086] = 4, + [9051] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(750), 26, + ACTIONS(778), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(780), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(794), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(796), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 21, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(712), 22, anon_sym_if, anon_sym_import, - anon_sym_SLASH, anon_sym_type, anon_sym_const, - anon_sym_DASH, anon_sym_fn, anon_sym_external, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [9124] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(782), 1, + anon_sym_PIPE_PIPE, + ACTIONS(784), 1, + anon_sym_AMP_AMP, + ACTIONS(792), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(778), 2, + anon_sym_SLASH, anon_sym_STAR, + ACTIONS(780), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(786), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(794), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(788), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(790), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(796), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(746), 12, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(748), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_fn, + anon_sym_external, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -17271,7 +16585,29 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(748), 27, + [9209] = 9, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(792), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(778), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(780), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(794), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(796), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 20, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17286,118 +16622,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(712), 22, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [9284] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(792), 1, anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(778), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(780), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(794), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(788), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(790), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(796), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(710), 16, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [10151] = 35, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(712), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_external, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(842), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, + [9363] = 12, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(792), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, + ACTIONS(778), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(780), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(786), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(794), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(788), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(790), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(796), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 14, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [10278] = 4, + sym__upname, + ACTIONS(712), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [9444] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(782), 26, + ACTIONS(720), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -17424,7 +16821,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(780), 27, + ACTIONS(718), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17452,59 +16849,58 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [10343] = 14, + [9509] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(822), 1, - anon_sym_PIPE_PIPE, - ACTIONS(824), 1, + ACTIONS(784), 1, anon_sym_AMP_AMP, - ACTIONS(832), 1, + ACTIONS(792), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, + ACTIONS(778), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(820), 2, + ACTIONS(780), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(826), 2, + ACTIONS(786), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(834), 2, + ACTIONS(794), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(828), 4, + ACTIONS(788), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(830), 4, + ACTIONS(790), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, + ACTIONS(796), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(844), 12, + ACTIONS(710), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, + anon_sym_PIPE_PIPE, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(846), 18, + ACTIONS(712), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -17523,289 +16919,208 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [10428] = 35, + [9592] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(778), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(796), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 23, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(674), 1, sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, - sym__name, - ACTIONS(776), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1512), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [10555] = 35, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + sym__upname, + ACTIONS(712), 24, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(848), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, + [9661] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, + ACTIONS(712), 26, + anon_sym_if, + anon_sym_import, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + ACTIONS(710), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [10682] = 35, + sym__upname, + [9726] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(782), 1, + anon_sym_PIPE_PIPE, + ACTIONS(784), 1, + anon_sym_AMP_AMP, + ACTIONS(792), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(778), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(780), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(786), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(794), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(788), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(790), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(796), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(798), 12, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(800), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_external, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(850), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [10809] = 4, + [9811] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(734), 26, + ACTIONS(716), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -17832,7 +17147,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(732), 27, + ACTIONS(714), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17860,13 +17175,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [10874] = 4, + [9876] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(730), 26, + ACTIONS(724), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -17893,7 +17208,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(728), 27, + ACTIONS(722), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17921,13 +17236,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [10939] = 4, + [9941] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(726), 26, + ACTIONS(732), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -17954,7 +17269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(724), 27, + ACTIONS(730), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17982,197 +17297,74 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [11004] = 35, + [10006] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(756), 26, + anon_sym_if, + anon_sym_import, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(852), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [11131] = 35, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(754), 27, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(674), 1, sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, - sym__name, - ACTIONS(760), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1477), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [11258] = 4, + sym__upname, + [10071] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(686), 26, + ACTIONS(704), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -18199,7 +17391,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(684), 27, + ACTIONS(702), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -18227,138 +17419,117 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [11323] = 35, + [10136] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(782), 1, + anon_sym_PIPE_PIPE, + ACTIONS(784), 1, + anon_sym_AMP_AMP, + ACTIONS(792), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(778), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(780), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(786), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(794), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(788), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(790), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(796), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(802), 12, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(804), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_external, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(854), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [11450] = 14, + [10221] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(822), 1, + ACTIONS(782), 1, anon_sym_PIPE_PIPE, - ACTIONS(824), 1, + ACTIONS(784), 1, anon_sym_AMP_AMP, - ACTIONS(832), 1, + ACTIONS(792), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, + ACTIONS(778), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(820), 2, + ACTIONS(780), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(826), 2, + ACTIONS(786), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(834), 2, + ACTIONS(794), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(828), 4, + ACTIONS(788), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(830), 4, + ACTIONS(790), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, + ACTIONS(796), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(856), 12, + ACTIONS(806), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -18371,7 +17542,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(858), 18, + ACTIONS(808), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -18390,13 +17561,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [11535] = 4, + [10306] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(664), 26, + ACTIONS(768), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -18423,7 +17594,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(662), 27, + ACTIONS(766), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -18451,46 +17622,46 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [11600] = 14, + [10371] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(822), 1, + ACTIONS(782), 1, anon_sym_PIPE_PIPE, - ACTIONS(824), 1, + ACTIONS(784), 1, anon_sym_AMP_AMP, - ACTIONS(832), 1, + ACTIONS(792), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, + ACTIONS(778), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(820), 2, + ACTIONS(780), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(826), 2, + ACTIONS(786), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(834), 2, + ACTIONS(794), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(828), 4, + ACTIONS(788), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(830), 4, + ACTIONS(790), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, + ACTIONS(796), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(696), 12, + ACTIONS(750), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -18503,7 +17674,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(698), 18, + ACTIONS(752), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -18522,65 +17693,88 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [11685] = 14, + [10456] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(822), 1, - anon_sym_PIPE_PIPE, - ACTIONS(824), 1, - anon_sym_AMP_AMP, - ACTIONS(832), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, + ACTIONS(695), 26, + anon_sym_if, + anon_sym_import, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(820), 2, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(826), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(834), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(828), 4, + anon_sym_fn, + anon_sym_external, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(830), 4, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + ACTIONS(692), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(768), 12, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(770), 18, + [10521] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(764), 26, anon_sym_if, anon_sym_import, + anon_sym_SLASH, anon_sym_type, anon_sym_const, + anon_sym_DASH, anon_sym_fn, anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -18593,138 +17787,196 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [11770] = 35, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(762), 27, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, sym__upname, - ACTIONS(668), 1, + [10586] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(690), 26, + anon_sym_if, + anon_sym_import, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - ACTIONS(672), 1, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(860), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, + ACTIONS(688), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [10651] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, + ACTIONS(772), 26, + anon_sym_if, + anon_sym_import, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + ACTIONS(770), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [11897] = 14, + sym__upname, + [10716] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(822), 1, + ACTIONS(782), 1, anon_sym_PIPE_PIPE, - ACTIONS(824), 1, + ACTIONS(784), 1, anon_sym_AMP_AMP, - ACTIONS(832), 1, + ACTIONS(792), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, + ACTIONS(778), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(820), 2, + ACTIONS(780), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(826), 2, + ACTIONS(786), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(834), 2, + ACTIONS(794), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(828), 4, + ACTIONS(788), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(830), 4, + ACTIONS(790), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, + ACTIONS(796), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(764), 12, + ACTIONS(810), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -18737,7 +17989,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(766), 18, + ACTIONS(812), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -18756,13 +18008,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [11982] = 4, + [10801] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(754), 26, + ACTIONS(736), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -18789,7 +18041,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(752), 27, + ACTIONS(734), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -18817,243 +18069,207 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [12047] = 35, + [10866] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(782), 1, + anon_sym_PIPE_PIPE, + ACTIONS(784), 1, + anon_sym_AMP_AMP, + ACTIONS(792), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(778), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(780), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(786), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(794), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(788), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(790), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(796), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(698), 12, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(700), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_external, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(862), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, + [10951] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(782), 1, + anon_sym_PIPE_PIPE, + ACTIONS(784), 1, + anon_sym_AMP_AMP, + ACTIONS(792), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [12174] = 35, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(778), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(780), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(786), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(794), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(788), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(790), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(796), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(684), 12, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(686), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_external, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(744), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1449), 1, - sym_argument, - STATE(1694), 1, - sym_hole, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [12301] = 8, + [11036] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(782), 1, + anon_sym_PIPE_PIPE, + ACTIONS(784), 1, + anon_sym_AMP_AMP, + ACTIONS(792), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, + ACTIONS(778), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(820), 2, + ACTIONS(780), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(834), 2, + ACTIONS(786), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(794), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(836), 4, + ACTIONS(788), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(790), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(796), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 21, + ACTIONS(726), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(758), 22, + ACTIONS(728), 18, anon_sym_if, anon_sym_import, anon_sym_type, anon_sym_const, anon_sym_fn, anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -19066,13 +18282,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [12374] = 4, + [11121] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(790), 26, + ACTIONS(682), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -19099,7 +18315,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(788), 27, + ACTIONS(680), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -19127,13 +18343,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [12439] = 4, + [11186] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(690), 26, + ACTIONS(740), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -19160,7 +18376,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(688), 27, + ACTIONS(738), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -19188,105 +18404,74 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [12504] = 35, + [11251] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(744), 26, + anon_sym_if, + anon_sym_import, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_external, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(674), 1, - sym_float, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(678), 1, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(864), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, + ACTIONS(742), 27, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(961), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [12631] = 4, + sym__upname, + [11316] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(794), 26, + ACTIONS(652), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -19313,7 +18498,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(792), 27, + ACTIONS(650), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -19341,85 +18526,85 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [12696] = 35, + [11381] = 35, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(814), 1, + anon_sym_RPAREN, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(818), 1, + anon_sym_DOT_DOT, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(674), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(676), 1, + ACTIONS(824), 1, sym__discard_name, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(866), 1, - anon_sym_RPAREN, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, + STATE(1439), 1, sym_argument, - STATE(1767), 1, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(961), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19428,87 +18613,111 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [12823] = 4, + [11507] = 35, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(816), 26, - anon_sym_if, - anon_sym_import, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - ACTIONS(814), 27, - ts_builtin_sym_end, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(828), 1, + anon_sym_RPAREN, + ACTIONS(830), 1, + anon_sym_DOT_DOT, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1594), 1, + sym_argument, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [12888] = 4, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [11633] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 26, - anon_sym_if, - anon_sym_import, + ACTIONS(588), 19, anon_sym_SLASH, - anon_sym_type, - anon_sym_const, anon_sym_DASH, anon_sym_fn, - anon_sym_external, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, @@ -19523,17 +18732,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert, anon_sym_use, anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(658), 27, - ts_builtin_sym_end, + ACTIONS(586), 33, anon_sym_LBRACE, - anon_sym_AT, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -19555,21 +18768,16 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [12953] = 4, + [11697] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(798), 26, - anon_sym_if, - anon_sym_import, + ACTIONS(556), 19, anon_sym_SLASH, - anon_sym_type, - anon_sym_const, anon_sym_DASH, anon_sym_fn, - anon_sym_external, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, @@ -19584,17 +18792,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert, anon_sym_use, anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(796), 27, - ts_builtin_sym_end, + ACTIONS(554), 33, anon_sym_LBRACE, - anon_sym_AT, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -19616,85 +18828,85 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [13018] = 35, + [11761] = 35, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(674), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(676), 1, + ACTIONS(824), 1, sym__discard_name, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(720), 1, + ACTIONS(832), 1, anon_sym_RPAREN, - STATE(655), 1, + ACTIONS(834), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1457), 1, + STATE(1484), 1, sym_argument, - STATE(1694), 1, + STATE(1625), 1, sym_hole, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(961), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19703,90 +18915,149 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [13145] = 35, + [11887] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(568), 19, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(566), 33, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [11951] = 35, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(674), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(676), 1, + ACTIONS(824), 1, sym__discard_name, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(868), 1, + ACTIONS(836), 1, anon_sym_RPAREN, - STATE(655), 1, + ACTIONS(838), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, + STATE(1588), 1, sym_argument, - STATE(1767), 1, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(961), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19795,90 +19066,89 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [13272] = 35, + [12077] = 35, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(674), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(676), 1, + ACTIONS(824), 1, sym__discard_name, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(870), 1, + ACTIONS(840), 1, anon_sym_RPAREN, - STATE(655), 1, + ACTIONS(842), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, + STATE(1559), 1, sym_argument, - STATE(1767), 1, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(961), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19887,26 +19157,20 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [13399] = 4, + [12203] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(803), 26, - anon_sym_if, - anon_sym_import, + ACTIONS(572), 19, anon_sym_SLASH, - anon_sym_type, - anon_sym_const, anon_sym_DASH, anon_sym_fn, - anon_sym_external, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, @@ -19921,17 +19185,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_assert, anon_sym_use, anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(800), 27, - ts_builtin_sym_end, + ACTIONS(570), 33, anon_sym_LBRACE, - anon_sym_AT, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -19953,85 +19221,85 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [13464] = 35, + [12267] = 35, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(674), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(676), 1, + ACTIONS(824), 1, sym__discard_name, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(872), 1, + ACTIONS(844), 1, anon_sym_RPAREN, - STATE(655), 1, + ACTIONS(846), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1694), 1, - sym_hole, - STATE(1766), 1, + STATE(1550), 1, sym_argument, - STATE(1767), 1, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(961), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20040,151 +19308,178 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [13591] = 4, + [12393] = 35, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(808), 26, - anon_sym_if, - anon_sym_import, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - ACTIONS(806), 27, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(848), 1, + anon_sym_RPAREN, + ACTIONS(850), 1, + anon_sym_DOT_DOT, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1522), 1, + sym_argument, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [13656] = 35, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [12519] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(674), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(676), 1, + ACTIONS(824), 1, sym__discard_name, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(692), 1, + ACTIONS(840), 1, anon_sym_RPAREN, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, STATE(1559), 1, sym_argument, - STATE(1694), 1, + STATE(1625), 1, sym_hole, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(961), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20193,90 +19488,87 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [13783] = 35, + [12642] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(666), 1, - anon_sym_RPAREN, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(674), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(676), 1, + ACTIONS(824), 1, sym__discard_name, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - STATE(655), 1, + ACTIONS(852), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1478), 1, - sym_argument, - STATE(1694), 1, + STATE(1625), 1, sym_hole, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(961), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20285,283 +19577,265 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [13910] = 4, + [12765] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(682), 26, - anon_sym_if, - anon_sym_import, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, + sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, sym__name, - ACTIONS(680), 27, - ts_builtin_sym_end, + ACTIONS(854), 1, + anon_sym_RPAREN, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [12888] = 34, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(187), 1, sym__upname, - [13975] = 14, - ACTIONS(3), 1, - sym_module_comment, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, ACTIONS(822), 1, - anon_sym_PIPE_PIPE, + sym_float, ACTIONS(824), 1, - anon_sym_AMP_AMP, - ACTIONS(832), 1, - anon_sym_PIPE_GT, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(856), 1, + anon_sym_RPAREN, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(820), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(826), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(834), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(828), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(830), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(874), 12, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(876), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [14060] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(758), 26, - anon_sym_if, - anon_sym_import, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - ACTIONS(756), 27, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [14125] = 35, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [13011] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(674), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(676), 1, + ACTIONS(824), 1, sym__discard_name, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(878), 1, + ACTIONS(858), 1, anon_sym_RPAREN, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1694), 1, + STATE(1625), 1, sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(961), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20570,421 +19844,265 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [14252] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(758), 26, - anon_sym_if, - anon_sym_import, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - ACTIONS(756), 27, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [14317] = 6, + [13134] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(818), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(836), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 23, - ts_builtin_sym_end, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(758), 24, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, - sym__name, - [14386] = 13, - ACTIONS(3), 1, - sym_module_comment, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, + sym_float, ACTIONS(824), 1, - anon_sym_AMP_AMP, - ACTIONS(832), 1, - anon_sym_PIPE_GT, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(860), 1, + anon_sym_RPAREN, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(820), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(826), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(834), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(828), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(830), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_DQUOTE, - sym_float, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - ACTIONS(758), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [14469] = 12, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [13257] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(832), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(818), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(820), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(826), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(834), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(828), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(830), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 14, - ts_builtin_sym_end, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(758), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_external, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, + sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, sym__name, - [14550] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(832), 1, - anon_sym_PIPE_GT, + ACTIONS(848), 1, + anon_sym_RPAREN, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1522), 1, + sym_argument, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(820), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(834), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(828), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(830), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 16, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_DQUOTE, - sym_float, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - ACTIONS(758), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [14629] = 35, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [13380] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(674), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(676), 1, + ACTIONS(824), 1, sym__discard_name, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(880), 1, + ACTIONS(862), 1, anon_sym_RPAREN, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1694), 1, + STATE(1625), 1, sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(961), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20993,285 +20111,265 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [14756] = 9, + [13503] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(832), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(818), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(820), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(834), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(836), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 20, - ts_builtin_sym_end, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(758), 22, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_external, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, - sym__name, - [14831] = 14, - ACTIONS(3), 1, - sym_module_comment, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, ACTIONS(822), 1, - anon_sym_PIPE_PIPE, + sym_float, ACTIONS(824), 1, - anon_sym_AMP_AMP, - ACTIONS(832), 1, - anon_sym_PIPE_GT, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(844), 1, + anon_sym_RPAREN, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1550), 1, + sym_argument, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(818), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(820), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(826), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(834), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(828), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(830), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(836), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(810), 12, - ts_builtin_sym_end, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [13626] = 34, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(812), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_external, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(814), 1, + anon_sym_RPAREN, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, + sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, sym__name, - [14916] = 4, - ACTIONS(3), 1, - sym_module_comment, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1439), 1, + sym_argument, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(588), 19, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(586), 33, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [14980] = 34, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [13749] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(674), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(676), 1, + ACTIONS(824), 1, sym__discard_name, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - STATE(655), 1, + ACTIONS(864), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1694), 1, + STATE(1625), 1, sym_hole, - STATE(1766), 1, - sym_argument, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1855), 1, - sym_label, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(961), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -21280,267 +20378,265 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [15104] = 4, + [13872] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(526), 19, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(524), 33, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_DOT, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [15168] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(548), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, + sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, sym__name, - ACTIONS(546), 33, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(866), 1, anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [15232] = 4, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [13995] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(507), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, + sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, sym__name, - ACTIONS(505), 33, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(828), 1, anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1594), 1, + sym_argument, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [15296] = 33, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [14118] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(676), 1, - sym__discard_name, - ACTIONS(884), 1, + ACTIONS(822), 1, sym_float, - STATE(655), 1, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(868), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1765), 1, + STATE(1625), 1, sym_hole, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(882), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(965), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -21549,261 +20645,354 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [15418] = 6, + [14241] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(886), 1, - anon_sym_LPAREN, - STATE(229), 1, - sym_arguments, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(383), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, - sym__name, - ACTIONS(381), 30, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(832), 1, + anon_sym_RPAREN, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1484), 1, + sym_argument, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [15485] = 4, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [14364] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(558), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(556), 31, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(870), 1, + anon_sym_RPAREN, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [15547] = 4, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [14487] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(592), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(590), 31, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(836), 1, + anon_sym_RPAREN, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1588), 1, + sym_argument, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [15609] = 32, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [14610] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(888), 1, - anon_sym_RBRACK, - ACTIONS(890), 1, - anon_sym_DOT_DOT, - ACTIONS(892), 1, + ACTIONS(822), 1, sym_float, - STATE(655), 1, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(872), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(862), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -21812,136 +21001,199 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [15727] = 4, + [14733] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(552), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(550), 31, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(874), 1, + anon_sym_RPAREN, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [15789] = 6, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [14856] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(894), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(389), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(387), 29, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(876), 1, + anon_sym_RPAREN, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [15855] = 4, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(945), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [14979] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(878), 1, + anon_sym_LPAREN, + STATE(223), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(562), 19, + ACTIONS(375), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21961,10 +21213,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(560), 31, + ACTIONS(373), 30, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, @@ -21993,79 +21244,83 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15917] = 32, + [15046] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(898), 1, - anon_sym_RBRACK, - ACTIONS(900), 1, - anon_sym_DOT_DOT, - STATE(655), 1, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + ACTIONS(880), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(862), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -22074,84 +21329,84 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [16035] = 32, + [15169] = 32, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(884), 1, sym_float, - ACTIONS(902), 1, - anon_sym_RBRACK, - ACTIONS(904), 1, - anon_sym_DOT_DOT, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1740), 1, + sym_hole, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + ACTIONS(882), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(862), 13, + STATE(910), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -22160,18 +21415,17 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [16153] = 4, + [15287] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(570), 19, + ACTIONS(515), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22191,7 +21445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(568), 31, + ACTIONS(513), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -22223,99 +21477,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16215] = 32, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(906), 1, - anon_sym_RBRACK, - ACTIONS(908), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [16333] = 4, + [15349] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(886), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(518), 19, + ACTIONS(437), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22335,13 +21507,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(516), 31, + ACTIONS(435), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -22367,271 +21537,73 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16395] = 32, + [15415] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(910), 1, - anon_sym_RBRACK, - ACTIONS(912), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(535), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [16513] = 32, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(437), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(914), 1, - anon_sym_RBRACK, - ACTIONS(916), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [16631] = 32, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(435), 29, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, sym_float, - ACTIONS(918), 1, - anon_sym_RBRACK, - ACTIONS(920), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [16749] = 4, + sym__upname, + [15481] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(596), 19, + ACTIONS(552), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22651,7 +21623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(594), 31, + ACTIONS(550), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -22683,99 +21655,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16811] = 32, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(922), 1, - anon_sym_RBRACK, - ACTIONS(924), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [16929] = 4, + [15543] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(584), 19, + ACTIONS(724), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22795,15 +21681,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(582), 31, + ACTIONS(722), 31, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_COLON, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PIPE_PIPE, @@ -22827,270 +21713,71 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16991] = 31, + [15605] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(928), 1, - sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(926), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(944), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [17107] = 32, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(584), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(930), 1, - anon_sym_RBRACK, - ACTIONS(932), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [17225] = 32, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(582), 31, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, sym_float, - ACTIONS(934), 1, - anon_sym_RBRACK, - ACTIONS(936), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [17343] = 4, + sym__upname, + [15667] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(682), 19, + ACTIONS(652), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23110,7 +21797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(680), 31, + ACTIONS(650), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -23142,13 +21829,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17405] = 4, + [15729] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(544), 19, + ACTIONS(427), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23168,7 +21855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(542), 31, + ACTIONS(425), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -23200,271 +21887,71 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17467] = 32, + [15791] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(938), 1, - anon_sym_RBRACK, - ACTIONS(940), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [17585] = 32, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(449), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(942), 1, - anon_sym_RBRACK, - ACTIONS(944), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [17703] = 32, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(447), 31, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, sym_float, - ACTIONS(946), 1, - anon_sym_RBRACK, - ACTIONS(948), 1, - anon_sym_DOT_DOT, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [17821] = 4, + sym__upname, + [15853] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(534), 19, + ACTIONS(542), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23484,7 +21971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(532), 31, + ACTIONS(540), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -23516,13 +22003,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17883] = 4, + [15915] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(686), 19, + ACTIONS(433), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23542,15 +22029,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(684), 31, + ACTIONS(431), 31, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_COLON, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PIPE_PIPE, @@ -23574,13 +22061,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17945] = 4, + [15977] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(538), 19, + ACTIONS(525), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23600,7 +22087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(536), 31, + ACTIONS(523), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -23632,79 +22119,81 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18007] = 32, + [16039] = 33, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(822), 1, sym_float, - ACTIONS(950), 1, - anon_sym_RBRACK, - ACTIONS(952), 1, - anon_sym_DOT_DOT, - STATE(655), 1, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, + sym__name, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1625), 1, + sym_hole, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1745), 1, + sym_argument, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1863), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(862), 13, + STATE(945), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -23713,22 +22202,17 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [18125] = 6, + [16159] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(513), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 19, + ACTIONS(548), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23748,11 +22232,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(387), 29, + ACTIONS(546), 31, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -23778,13 +22264,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18191] = 4, + [16221] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(634), 19, + ACTIONS(519), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23804,9 +22290,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(632), 30, + ACTIONS(517), 31, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, @@ -23835,183 +22322,128 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18252] = 31, + [16283] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(578), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(954), 1, - anon_sym_RBRACK, - ACTIONS(956), 1, + ACTIONS(576), 31, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(854), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [18367] = 31, + sym__upname, + [16345] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(596), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(958), 1, - anon_sym_RPAREN, - ACTIONS(960), 1, + ACTIONS(594), 30, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(897), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [18482] = 5, + sym__upname, + [16406] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(636), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 19, + ACTIONS(618), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24031,9 +22463,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(387), 29, + ACTIONS(616), 30, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_POUND, @@ -24061,7 +22494,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18545] = 5, + [16467] = 5, ACTIONS(3), 1, sym_module_comment, ACTIONS(598), 1, @@ -24069,7 +22502,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 19, + ACTIONS(437), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24089,7 +22522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(387), 29, + ACTIONS(435), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -24119,15 +22552,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18608] = 5, + [16530] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, + ACTIONS(600), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 19, + ACTIONS(437), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24147,7 +22580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(387), 29, + ACTIONS(435), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -24177,349 +22610,242 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18671] = 31, + [16593] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, - anon_sym_LBRACE, - ACTIONS(465), 1, - anon_sym_POUND, - ACTIONS(467), 1, - anon_sym_LBRACK, - ACTIONS(469), 1, - anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(437), 19, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(473), 1, anon_sym_fn, - ACTIONS(475), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(477), 1, anon_sym_panic, - ACTIONS(481), 1, + anon_sym_echo, anon_sym_case, - ACTIONS(485), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(489), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, sym__decimal, - ACTIONS(499), 1, sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(962), 1, - anon_sym_echo, - ACTIONS(964), 1, + ACTIONS(435), 29, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(203), 1, - sym_identifier, - STATE(233), 1, - sym_tuple, - STATE(234), 1, - sym_anonymous_function, - STATE(545), 1, - sym_pipeline_echo, - STATE(1676), 1, - sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1866), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(198), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(232), 2, - sym_record, - sym_record_update, - ACTIONS(495), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(542), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [18786] = 31, + sym__upname, + [16656] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(614), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(207), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(209), 1, anon_sym_panic, - ACTIONS(211), 1, anon_sym_echo, - ACTIONS(213), 1, + anon_sym_case, + anon_sym_let, anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(970), 1, - sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1873), 1, - sym_case_subjects, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, + sym__decimal, + sym__name, + ACTIONS(612), 30, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(881), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [18901] = 31, + sym__upname, + [16717] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(610), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(608), 30, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - ACTIONS(972), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [19016] = 31, + sym__upname, + [16778] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(636), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(974), 1, - anon_sym_RBRACK, - ACTIONS(976), 1, + ACTIONS(634), 30, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(861), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [19131] = 4, + sym__upname, + [16839] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(626), 19, + ACTIONS(648), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24539,7 +22865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(624), 30, + ACTIONS(646), 30, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -24570,265 +22896,186 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [19192] = 31, + [16900] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - ACTIONS(21), 1, - anon_sym_POUND, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LT_LT, - ACTIONS(27), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(632), 19, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(33), 1, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(35), 1, anon_sym_panic, - ACTIONS(39), 1, + anon_sym_echo, anon_sym_case, - ACTIONS(43), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(47), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(53), 1, - anon_sym_DQUOTE, - ACTIONS(59), 1, sym__decimal, - ACTIONS(61), 1, sym__name, - ACTIONS(63), 1, - sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(980), 1, - anon_sym_echo, - ACTIONS(982), 1, + ACTIONS(630), 30, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(57), 1, - sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, - sym_tuple, - STATE(182), 1, - sym_pipeline_echo, - STATE(1639), 1, - sym__maybe_function_expression, - STATE(1906), 1, - sym__maybe_record_expression, - STATE(1907), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(39), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(126), 2, - sym_record, - sym_record_update, - ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(163), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [19307] = 31, + sym__upname, + [16961] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(890), 1, + anon_sym_LPAREN, + STATE(332), 1, + sym_arguments, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(375), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(373), 27, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - ACTIONS(984), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [19422] = 31, + sym__upname, + [17026] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(622), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(986), 1, - anon_sym_RPAREN, - ACTIONS(988), 1, + ACTIONS(620), 30, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(901), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [19537] = 4, + sym__upname, + [17087] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(614), 19, + ACTIONS(682), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24848,10 +23095,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(612), 30, + ACTIONS(680), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_POUND, @@ -24879,17 +23125,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [19598] = 6, + [17147] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(990), 1, - anon_sym_LPAREN, - STATE(474), 1, - sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(383), 20, + ACTIONS(572), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -24910,9 +23152,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(381), 27, + ACTIONS(570), 28, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -24938,413 +23181,189 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [19663] = 31, + [17207] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(992), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [19778] = 31, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(423), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(994), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [19893] = 31, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(421), 28, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(996), 1, - anon_sym_RPAREN, - ACTIONS(998), 1, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(890), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [20008] = 31, + sym__upname, + [17267] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(542), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(540), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - ACTIONS(1000), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [20123] = 31, + sym__upname, + [17327] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1002), 1, + ACTIONS(892), 1, anon_sym_RBRACK, - ACTIONS(1004), 1, + ACTIONS(894), 1, + anon_sym_DOT_DOT, + ACTIONS(896), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(866), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -25353,82 +23372,81 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [20238] = 31, + [17441] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(896), 1, sym_float, - ACTIONS(1006), 1, - anon_sym_RPAREN, - STATE(655), 1, + ACTIONS(898), 1, + anon_sym_RBRACK, + ACTIONS(900), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(862), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -25437,102 +23455,74 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [20353] = 31, + [17555] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(519), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(517), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - ACTIONS(1008), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [20468] = 4, + sym__upname, + [17615] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(602), 19, + ACTIONS(578), 20, + anon_sym_as, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -25552,16 +23542,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(600), 30, + ACTIONS(576), 28, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -25583,161 +23571,133 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [20529] = 31, + [17675] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(584), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1010), 1, - anon_sym_RPAREN, - ACTIONS(1012), 1, + ACTIONS(582), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(906), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [20644] = 31, + sym__upname, + [17735] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(896), 1, sym_float, - ACTIONS(1014), 1, - anon_sym_RPAREN, - STATE(655), 1, + ACTIONS(902), 1, + anon_sym_RBRACK, + ACTIONS(904), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(862), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -25746,18 +23706,17 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [20759] = 4, + [17849] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(606), 19, + ACTIONS(708), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -25777,12 +23736,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(604), 30, + ACTIONS(706), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_COLON, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -25808,265 +23766,69 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [20820] = 31, + [17909] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(552), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1016), 1, - anon_sym_RBRACK, - ACTIONS(1018), 1, - sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(859), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [20935] = 31, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(550), 28, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(91), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, - anon_sym_BANG, - ACTIONS(970), 1, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1840), 1, - sym_case_subjects, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(881), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [21050] = 31, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, - anon_sym_BANG, - ACTIONS(970), 1, - sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1827), 1, - sym_case_subjects, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(881), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [21165] = 4, + [17969] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(610), 19, + ACTIONS(768), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -26086,10 +23848,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(608), 30, + ACTIONS(766), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_POUND, @@ -26117,349 +23878,181 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [21226] = 31, + [18029] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(548), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1020), 1, - anon_sym_RBRACK, - ACTIONS(1022), 1, + ACTIONS(546), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(856), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [21341] = 31, + sym__upname, + [18089] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(736), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(734), 29, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - ACTIONS(1024), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [21456] = 31, + sym__upname, + [18149] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(695), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(1026), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [21571] = 31, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(692), 29, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(91), 1, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, - anon_sym_BANG, - ACTIONS(1028), 1, - anon_sym_echo, - ACTIONS(1030), 1, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(726), 1, - sym_pipeline_echo, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(940), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [21686] = 4, + sym__upname, + [18209] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 19, + ACTIONS(690), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -26479,12 +24072,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(620), 30, + ACTIONS(688), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_COLON, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -26510,181 +24102,125 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [21747] = 31, + [18269] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(449), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(447), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - ACTIONS(1032), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [21862] = 31, + sym__upname, + [18329] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(433), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(207), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(209), 1, anon_sym_panic, - ACTIONS(211), 1, anon_sym_echo, - ACTIONS(213), 1, + anon_sym_case, + anon_sym_let, anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(970), 1, + sym__decimal, + sym__name, + ACTIONS(431), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1785), 1, - sym_case_subjects, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(881), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [21977] = 4, + sym__upname, + [18389] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(630), 19, + ACTIONS(732), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -26704,12 +24240,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(628), 30, + ACTIONS(730), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_COLON, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -26735,77 +24270,77 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [22038] = 31, + [18449] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, - anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1050), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(1052), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, - anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1060), 1, - sym_float, - ACTIONS(1064), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(187), 1, sym__upname, - STATE(428), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, + sym_float, + ACTIONS(906), 1, + anon_sym_RBRACK, + ACTIONS(908), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(675), 1, sym_tuple, - STATE(522), 1, - sym_pipeline_echo, - STATE(1652), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(485), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -26814,754 +24349,529 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [22153] = 31, + [18563] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(427), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1070), 1, - anon_sym_RBRACK, - ACTIONS(1072), 1, + ACTIONS(425), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(873), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [22268] = 31, + sym__upname, + [18623] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(740), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(85), 1, + anon_sym_echo, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1074), 1, - anon_sym_echo, - ACTIONS(1076), 1, - sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(726), 1, - sym_pipeline_echo, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(824), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [22383] = 31, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(738), 29, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(91), 1, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, - anon_sym_BANG, - ACTIONS(970), 1, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1896), 1, - sym_case_subjects, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(881), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [22498] = 31, + sym__upname, + [18683] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(556), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1078), 1, - anon_sym_RPAREN, - ACTIONS(1080), 1, + ACTIONS(554), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(896), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [22613] = 31, + sym__upname, + [18743] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(716), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, - sym_float, - ACTIONS(1082), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [22728] = 31, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, + ACTIONS(714), 29, anon_sym_LBRACE, - ACTIONS(71), 1, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, anon_sym_POUND, - ACTIONS(73), 1, anon_sym_LBRACK, - ACTIONS(75), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [18803] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(720), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(718), 29, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - ACTIONS(1084), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [22843] = 31, + sym__upname, + [18863] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(744), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(742), 29, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - ACTIONS(1086), 1, - anon_sym_RPAREN, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [22958] = 31, + sym__upname, + [18923] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, - anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(564), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(195), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(197), 1, anon_sym_panic, - ACTIONS(201), 1, + anon_sym_echo, anon_sym_case, - ACTIONS(203), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(1088), 1, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(562), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, - ACTIONS(1090), 1, anon_sym_LBRACK, - ACTIONS(1092), 1, anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1096), 1, - anon_sym_echo, - ACTIONS(1098), 1, - anon_sym_BANG, - ACTIONS(1100), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(1102), 1, sym_float, - ACTIONS(1106), 1, - sym__decimal, - ACTIONS(1108), 1, - sym__name, - ACTIONS(1110), 1, + sym__hex, + sym__octal, + sym__binary, sym__upname, - STATE(566), 1, - sym_identifier, - STATE(588), 1, - sym_tuple, - STATE(592), 1, - sym_anonymous_function, - STATE(638), 1, - sym_pipeline_echo, - STATE(1695), 1, - sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, - sym__maybe_record_expression, + [18983] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(591), 2, - sym_record, - sym_record_update, - ACTIONS(1104), 3, + ACTIONS(568), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(566), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(564), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(637), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [23073] = 31, + sym__upname, + [19043] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1112), 1, - anon_sym_RPAREN, - ACTIONS(1114), 1, + ACTIONS(896), 1, sym_float, - STATE(655), 1, + ACTIONS(910), 1, + anon_sym_RBRACK, + ACTIONS(912), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(894), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27570,82 +24880,81 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [23188] = 31, + [19157] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1116), 1, - anon_sym_RBRACK, - ACTIONS(1118), 1, + ACTIONS(896), 1, sym_float, - STATE(655), 1, + ACTIONS(914), 1, + anon_sym_RBRACK, + ACTIONS(916), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(875), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27654,166 +24963,137 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [23303] = 31, + [19271] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, - anon_sym_LBRACE, - ACTIONS(1122), 1, - anon_sym_POUND, - ACTIONS(1124), 1, - anon_sym_LBRACK, - ACTIONS(1126), 1, - anon_sym_LT_LT, - ACTIONS(1128), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(515), 20, + anon_sym_as, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(1130), 1, anon_sym_fn, - ACTIONS(1132), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(1134), 1, anon_sym_panic, - ACTIONS(1136), 1, anon_sym_echo, - ACTIONS(1138), 1, anon_sym_case, - ACTIONS(1140), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(1142), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(1144), 1, - anon_sym_DQUOTE, - ACTIONS(1146), 1, - sym_float, - ACTIONS(1150), 1, sym__decimal, - ACTIONS(1152), 1, sym__name, - ACTIONS(1154), 1, - sym__upname, - STATE(15), 1, - sym_identifier, - STATE(50), 1, - sym_tuple, - STATE(72), 1, - sym_anonymous_function, - STATE(103), 1, - sym_pipeline_echo, - STATE(1630), 1, - sym__maybe_function_expression, - STATE(1836), 1, - sym__maybe_record_expression, - STATE(1889), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(14), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(73), 2, - sym_record, - sym_record_update, - ACTIONS(1148), 3, + ACTIONS(513), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(23), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(104), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [23418] = 31, + sym__upname, + [19331] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1156), 1, - anon_sym_RPAREN, - ACTIONS(1158), 1, + ACTIONS(896), 1, sym_float, - STATE(655), 1, + ACTIONS(918), 1, + anon_sym_RBRACK, + ACTIONS(920), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(895), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27822,82 +25102,81 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [23533] = 31, + [19445] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(970), 1, + ACTIONS(896), 1, sym_float, - STATE(655), 1, + ACTIONS(922), 1, + anon_sym_RBRACK, + ACTIONS(924), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1851), 1, - sym_case_subjects, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(881), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27906,248 +25185,197 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [23648] = 31, + [19559] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(207), 1, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(437), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(209), 1, anon_sym_panic, - ACTIONS(211), 1, anon_sym_echo, - ACTIONS(213), 1, + anon_sym_case, + anon_sym_let, anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(970), 1, + sym__decimal, + sym__name, + ACTIONS(435), 26, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1862), 1, - sym_case_subjects, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(881), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [23763] = 31, + sym__upname, + [19623] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, - anon_sym_LBRACE, - ACTIONS(221), 1, - anon_sym_POUND, - ACTIONS(223), 1, - anon_sym_LBRACK, - ACTIONS(225), 1, - anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(535), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(437), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(229), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(231), 1, anon_sym_panic, - ACTIONS(235), 1, + anon_sym_echo, anon_sym_case, - ACTIONS(237), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(241), 1, - anon_sym_DQUOTE, - ACTIONS(247), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(249), 1, sym__name, - ACTIONS(251), 1, - sym__upname, - ACTIONS(1160), 1, - anon_sym_DASH, - ACTIONS(1162), 1, - anon_sym_echo, - ACTIONS(1164), 1, - anon_sym_BANG, - ACTIONS(1166), 1, + ACTIONS(435), 26, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(910), 1, - sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, - sym_tuple, - STATE(1047), 1, - sym_pipeline_echo, - STATE(1738), 1, - sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, - sym__maybe_record_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(853), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(938), 2, - sym_record, - sym_record_update, - ACTIONS(245), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(1017), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [23878] = 30, + sym__upname, + [19687] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1168), 1, + ACTIONS(896), 1, sym_float, - STATE(655), 1, + ACTIONS(930), 1, + anon_sym_RBRACK, + ACTIONS(932), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1019), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28156,164 +25384,164 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [23990] = 32, + [19801] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1170), 1, - anon_sym_GT_GT, - ACTIONS(1172), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(896), 1, sym_float, - STATE(203), 1, + ACTIONS(934), 1, + anon_sym_RBRACK, + ACTIONS(936), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(846), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [24106] = 30, + [19915] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, - anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1132), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1134), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, - anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1150), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1152), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1184), 1, - anon_sym_echo, - ACTIONS(1186), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, - STATE(15), 1, + ACTIONS(938), 1, + anon_sym_RBRACK, + ACTIONS(940), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(50), 1, + STATE(675), 1, sym_tuple, - STATE(72), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1148), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(97), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28322,80 +25550,80 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [24218] = 30, + [20029] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(195), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(197), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(199), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(201), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, - anon_sym_POUND, - ACTIONS(1090), 1, - anon_sym_LBRACK, - ACTIONS(1092), 1, - anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1098), 1, - anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1106), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1188), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(944), 1, sym_float, - STATE(566), 1, + STATE(652), 1, sym_identifier, - STATE(588), 1, + STATE(675), 1, sym_tuple, - STATE(592), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + ACTIONS(942), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(620), 13, + STATE(909), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28404,80 +25632,81 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [24330] = 30, + [20141] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1190), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, - STATE(57), 1, + ACTIONS(946), 1, + anon_sym_RBRACK, + ACTIONS(948), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(675), 1, sym_tuple, - STATE(1639), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(157), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28486,18 +25715,17 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [24442] = 4, + [20255] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(507), 20, + ACTIONS(588), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -28518,7 +25746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(505), 28, + ACTIONS(586), 28, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -28547,75 +25775,77 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [24502] = 30, + [20315] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(195), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(197), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(199), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(201), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, - anon_sym_POUND, - ACTIONS(1090), 1, - anon_sym_LBRACK, - ACTIONS(1092), 1, - anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1098), 1, - anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1106), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1192), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, - STATE(566), 1, + ACTIONS(950), 1, + anon_sym_RBRACK, + ACTIONS(952), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(588), 1, + STATE(675), 1, sym_tuple, - STATE(592), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(607), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28624,164 +25854,193 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [24614] = 32, + [20429] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(525), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, anon_sym_echo, - ACTIONS(461), 1, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(523), 28, anon_sym_LBRACE, - ACTIONS(465), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, - ACTIONS(467), 1, anon_sym_LBRACK, - ACTIONS(469), 1, anon_sym_LT_LT, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(481), 1, - anon_sym_case, - ACTIONS(491), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, + sym_float, + sym__hex, + sym__octal, + sym__binary, sym__upname, - ACTIONS(1172), 1, + [20489] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(772), 19, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(1174), 1, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(1176), 1, anon_sym_panic, - ACTIONS(1178), 1, + anon_sym_echo, + anon_sym_case, + anon_sym_let, anon_sym_assert, - ACTIONS(1180), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(1182), 1, - sym_float, - ACTIONS(1194), 1, + sym__decimal, + sym__name, + ACTIONS(770), 29, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_GT_GT, - STATE(203), 1, - sym_identifier, - STATE(233), 1, - sym_tuple, - STATE(234), 1, - sym_anonymous_function, - STATE(1601), 1, - sym_expression_bit_string_segment, - STATE(1676), 1, - sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1915), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(198), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(232), 2, - sym_record, - sym_record_update, - ACTIONS(495), 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(228), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(1555), 11, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [24730] = 30, + sym__upname, + [20549] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1196), 1, + ACTIONS(896), 1, sym_float, - STATE(655), 1, + ACTIONS(954), 1, + anon_sym_RBRACK, + ACTIONS(956), 1, + anon_sym_DOT_DOT, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(924), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28790,164 +26049,494 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [24842] = 32, + [20663] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(756), 19, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, anon_sym_echo, - ACTIONS(461), 1, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(754), 29, anon_sym_LBRACE, - ACTIONS(465), 1, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, anon_sym_POUND, - ACTIONS(467), 1, anon_sym_LBRACK, - ACTIONS(469), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [20723] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(760), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(481), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, anon_sym_case, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(499), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(758), 29, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, sym__upname, - ACTIONS(1172), 1, + [20783] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(764), 19, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(1174), 1, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(1176), 1, anon_sym_panic, - ACTIONS(1178), 1, + anon_sym_echo, + anon_sym_case, + anon_sym_let, anon_sym_assert, - ACTIONS(1180), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(1182), 1, + sym__decimal, + sym__name, + ACTIONS(762), 29, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - ACTIONS(1198), 1, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [20843] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(704), 19, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(702), 29, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_GT_GT, - STATE(203), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [20903] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(622), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(620), 27, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [20962] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(618), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(616), 27, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [21021] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, + sym__upname, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(960), 1, + anon_sym_echo, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(964), 1, + sym_float, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(741), 1, + sym_pipeline_echo, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(920), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [24958] = 30, + [21132] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(966), 1, anon_sym_LBRACE, - ACTIONS(221), 1, + ACTIONS(968), 1, anon_sym_POUND, - ACTIONS(223), 1, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(225), 1, + ACTIONS(972), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(974), 1, + anon_sym_DASH, + ACTIONS(976), 1, anon_sym_fn, - ACTIONS(229), 1, + ACTIONS(978), 1, anon_sym_todo, - ACTIONS(231), 1, + ACTIONS(980), 1, anon_sym_panic, - ACTIONS(233), 1, + ACTIONS(982), 1, anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(984), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(986), 1, + anon_sym_BANG, + ACTIONS(988), 1, anon_sym_DQUOTE, - ACTIONS(243), 1, + ACTIONS(990), 1, sym_float, - ACTIONS(247), 1, + ACTIONS(994), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(996), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(998), 1, sym__upname, - ACTIONS(1160), 1, - anon_sym_DASH, - ACTIONS(1164), 1, - anon_sym_BANG, - STATE(910), 1, + STATE(20), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(59), 1, sym_tuple, - STATE(1738), 1, + STATE(65), 1, + sym_anonymous_function, + STATE(110), 1, + sym_pipeline_echo, + STATE(1605), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1805), 1, sym__maybe_record_expression, + STATE(1847), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(58), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(33), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1046), 13, + STATE(109), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28956,80 +26545,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [25070] = 30, + [21243] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(71), 1, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(207), 1, + ACTIONS(203), 1, anon_sym_todo, - ACTIONS(209), 1, + ACTIONS(205), 1, anon_sym_panic, - ACTIONS(211), 1, + ACTIONS(207), 1, anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1200), 1, - anon_sym_LBRACE, - ACTIONS(1203), 1, + ACTIONS(1000), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1831), 1, + sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(941), 13, + STATE(888), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29038,80 +26626,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [25182] = 30, + [21354] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(393), 1, + anon_sym_todo, + ACTIONS(395), 1, + anon_sym_panic, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, + ACTIONS(1002), 1, anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, - anon_sym_BANG, - ACTIONS(1205), 1, + ACTIONS(1004), 1, sym_float, - STATE(655), 1, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(509), 1, + sym_pipeline_echo, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(951), 13, + STATE(512), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29120,80 +26707,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [25294] = 30, + [21465] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(1006), 1, anon_sym_LBRACE, - ACTIONS(221), 1, + ACTIONS(1008), 1, anon_sym_POUND, - ACTIONS(223), 1, + ACTIONS(1010), 1, anon_sym_LBRACK, - ACTIONS(225), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(1014), 1, + anon_sym_DASH, + ACTIONS(1016), 1, anon_sym_fn, - ACTIONS(229), 1, + ACTIONS(1018), 1, anon_sym_todo, - ACTIONS(231), 1, + ACTIONS(1020), 1, anon_sym_panic, - ACTIONS(233), 1, + ACTIONS(1022), 1, anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(1024), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(1026), 1, + anon_sym_BANG, + ACTIONS(1028), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(1030), 1, + sym_float, + ACTIONS(1034), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(1036), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(1038), 1, sym__upname, - ACTIONS(1160), 1, - anon_sym_DASH, - ACTIONS(1164), 1, - anon_sym_BANG, - ACTIONS(1207), 1, - sym_float, - STATE(910), 1, + STATE(260), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(297), 1, sym_tuple, - STATE(1738), 1, + STATE(327), 1, + sym_anonymous_function, + STATE(423), 1, + sym_pipeline_echo, + STATE(1634), 1, sym__maybe_function_expression, - STATE(1790), 1, + STATE(1811), 1, sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1816), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(224), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(302), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(261), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(982), 13, + STATE(421), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29202,80 +26788,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [25406] = 30, + [21576] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1209), 1, + ACTIONS(1000), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1820), 1, + sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1029), 13, + STATE(888), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29284,80 +26869,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [25518] = 30, + [21687] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, - anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1132), 1, - anon_sym_todo, - ACTIONS(1134), 1, - anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, - anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1150), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1152), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1184), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, anon_sym_echo, - ACTIONS(1211), 1, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1000), 1, sym_float, - STATE(15), 1, + STATE(652), 1, sym_identifier, - STATE(50), 1, + STATE(675), 1, sym_tuple, - STATE(72), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1799), 1, sym__maybe_tuple_expression, + STATE(1809), 1, + sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1148), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(107), 13, + STATE(888), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29366,80 +26950,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [25630] = 30, + [21798] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, - anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1132), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1134), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, - anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1150), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1152), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1184), 1, - anon_sym_echo, - ACTIONS(1213), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, - STATE(15), 1, + ACTIONS(1040), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(50), 1, + STATE(675), 1, sym_tuple, - STATE(72), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1148), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(110), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29448,80 +27031,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [25742] = 30, + [21909] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(207), 1, + ACTIONS(203), 1, anon_sym_todo, - ACTIONS(209), 1, + ACTIONS(205), 1, anon_sym_panic, - ACTIONS(211), 1, + ACTIONS(207), 1, anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1215), 1, + ACTIONS(1000), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1796), 1, + sym_case_subjects, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(950), 13, + STATE(888), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29530,80 +27112,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [25854] = 30, + [22020] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, - anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1132), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1134), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, - anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1150), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1152), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1184), 1, - anon_sym_echo, - ACTIONS(1217), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, - STATE(15), 1, + ACTIONS(1042), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(50), 1, + STATE(675), 1, sym_tuple, - STATE(72), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1148), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(112), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29612,80 +27193,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [25966] = 30, + [22131] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, - anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1132), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1134), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, - anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1150), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1152), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1184), 1, - anon_sym_echo, - ACTIONS(1219), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1044), 1, + anon_sym_RBRACK, + ACTIONS(1046), 1, sym_float, - STATE(15), 1, + STATE(652), 1, sym_identifier, - STATE(50), 1, + STATE(675), 1, sym_tuple, - STATE(72), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1148), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(113), 13, + STATE(850), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29694,80 +27274,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [26078] = 30, + [22242] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1221), 1, + ACTIONS(1048), 1, + anon_sym_RBRACK, + ACTIONS(1050), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(948), 13, + STATE(847), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29776,80 +27355,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [26190] = 30, + [22353] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, - anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1132), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1134), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, - anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1150), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1152), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1184), 1, - anon_sym_echo, - ACTIONS(1223), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, - STATE(15), 1, + ACTIONS(1052), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(50), 1, + STATE(675), 1, sym_tuple, - STATE(72), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1148), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(114), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29858,80 +27436,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [26302] = 30, + [22464] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, - anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1132), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1134), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, - anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1150), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1152), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1184), 1, - anon_sym_echo, - ACTIONS(1225), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1054), 1, + anon_sym_RBRACK, + ACTIONS(1056), 1, sym_float, - STATE(15), 1, + STATE(652), 1, sym_identifier, - STATE(50), 1, + STATE(675), 1, sym_tuple, - STATE(72), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1148), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(116), 13, + STATE(855), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29940,80 +27517,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [26414] = 30, + [22575] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(221), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(223), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(225), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(229), 1, - anon_sym_todo, - ACTIONS(231), 1, - anon_sym_panic, - ACTIONS(233), 1, - anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1227), 1, + ACTIONS(1000), 1, sym_float, - STATE(910), 1, + STATE(652), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(675), 1, sym_tuple, - STATE(1738), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1759), 1, + sym_case_subjects, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(979), 13, + STATE(888), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30022,80 +27598,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [26526] = 30, + [22686] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(221), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(223), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(225), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(229), 1, - anon_sym_todo, - ACTIONS(231), 1, - anon_sym_panic, - ACTIONS(233), 1, - anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1229), 1, + ACTIONS(1000), 1, sym_float, - STATE(910), 1, + STATE(652), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(675), 1, sym_tuple, - STATE(1738), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1842), 1, + sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(973), 13, + STATE(888), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30104,80 +27679,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [26638] = 30, + [22797] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(221), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(223), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(225), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(229), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(231), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(233), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1231), 1, + ACTIONS(1058), 1, + anon_sym_RBRACK, + ACTIONS(1060), 1, sym_float, - STATE(910), 1, + STATE(652), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(675), 1, sym_tuple, - STATE(1738), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1002), 13, + STATE(851), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30186,80 +27760,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [26750] = 30, + [22908] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1233), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1062), 1, + anon_sym_RPAREN, + ACTIONS(1064), 1, sym_float, - STATE(57), 1, + STATE(652), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(675), 1, sym_tuple, - STATE(1639), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(154), 13, + STATE(870), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30268,80 +27841,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [26862] = 30, + [23019] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(221), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(223), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(225), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(229), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(231), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(233), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1235), 1, + ACTIONS(896), 1, sym_float, - STATE(910), 1, + ACTIONS(1066), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(675), 1, sym_tuple, - STATE(1738), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1005), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30350,80 +27922,191 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [26974] = 30, + [23130] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(600), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(437), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(435), 26, anon_sym_LBRACE, - ACTIONS(221), 1, + anon_sym_RBRACE, anon_sym_POUND, - ACTIONS(223), 1, anon_sym_LBRACK, - ACTIONS(225), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [23191] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1068), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(626), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(229), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(231), 1, anon_sym_panic, - ACTIONS(233), 1, anon_sym_echo, - ACTIONS(235), 1, anon_sym_case, - ACTIONS(237), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(241), 1, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(624), 26, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [23252] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1237), 1, + ACTIONS(1070), 1, + anon_sym_RPAREN, + ACTIONS(1072), 1, sym_float, - STATE(910), 1, + STATE(652), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(675), 1, sym_tuple, - STATE(1738), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(993), 13, + STATE(862), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30432,80 +28115,135 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [27086] = 30, + [23363] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(604), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(602), 26, anon_sym_LBRACE, - ACTIONS(221), 1, + anon_sym_RBRACE, anon_sym_POUND, - ACTIONS(223), 1, anon_sym_LBRACK, - ACTIONS(225), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [23424] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(229), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(231), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(233), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1239), 1, + ACTIONS(1076), 1, + anon_sym_RPAREN, + ACTIONS(1078), 1, sym_float, - STATE(910), 1, + STATE(652), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(675), 1, sym_tuple, - STATE(1738), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(984), 13, + STATE(873), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30514,80 +28252,135 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [27198] = 30, + [23535] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(598), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(437), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(435), 26, anon_sym_LBRACE, - ACTIONS(221), 1, + anon_sym_RBRACE, anon_sym_POUND, - ACTIONS(223), 1, anon_sym_LBRACK, - ACTIONS(225), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [23596] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(229), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(231), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(233), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1241), 1, + ACTIONS(896), 1, sym_float, - STATE(910), 1, + ACTIONS(1080), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(675), 1, sym_tuple, - STATE(1738), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(992), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30596,80 +28389,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [27310] = 30, + [23707] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1243), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, - STATE(57), 1, + ACTIONS(1082), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(675), 1, sym_tuple, - STATE(1639), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(156), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30678,80 +28470,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [27422] = 30, + [23818] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(221), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(223), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(225), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(229), 1, - anon_sym_todo, - ACTIONS(231), 1, - anon_sym_panic, - ACTIONS(233), 1, - anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1245), 1, + ACTIONS(1000), 1, sym_float, - STATE(910), 1, + STATE(652), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(675), 1, sym_tuple, - STATE(1738), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + STATE(1813), 1, + sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1010), 13, + STATE(888), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30760,80 +28551,134 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [27534] = 30, + [23929] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(636), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(634), 27, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [23988] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1247), 1, + ACTIONS(896), 1, sym_float, - STATE(655), 1, + ACTIONS(1084), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(999), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30842,80 +28687,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [27646] = 30, + [24099] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, + anon_sym_todo, + ACTIONS(35), 1, + anon_sym_panic, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1088), 1, anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, - anon_sym_BANG, - ACTIONS(1249), 1, + ACTIONS(1090), 1, sym_float, - STATE(655), 1, + STATE(54), 1, sym_identifier, - STATE(700), 1, + STATE(84), 1, sym_tuple, - STATE(702), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(131), 1, + sym_pipeline_echo, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1864), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(946), 13, + STATE(132), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30924,80 +28768,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [27758] = 30, + [24210] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1251), 1, + ACTIONS(1092), 1, + anon_sym_RPAREN, + ACTIONS(1094), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 13, + STATE(869), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31006,80 +28849,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [27870] = 30, + [24321] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(221), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(223), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(225), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(229), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(231), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(233), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1253), 1, + ACTIONS(896), 1, sym_float, - STATE(910), 1, + ACTIONS(1096), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(675), 1, sym_tuple, - STATE(1738), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(974), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31088,164 +28930,160 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [27982] = 32, + [24432] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(896), 1, sym_float, - ACTIONS(1255), 1, - anon_sym_GT_GT, - STATE(203), 1, + ACTIONS(1098), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(846), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [28098] = 30, + [24543] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(195), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(197), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(199), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(201), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, - anon_sym_POUND, - ACTIONS(1090), 1, - anon_sym_LBRACK, - ACTIONS(1092), 1, - anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1098), 1, - anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1106), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1257), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, - STATE(566), 1, + ACTIONS(1100), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(588), 1, + STATE(675), 1, sym_tuple, - STATE(592), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(628), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31254,80 +29092,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [28210] = 30, + [24654] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, - anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1132), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1134), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, - anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1150), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1152), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1184), 1, - anon_sym_echo, - ACTIONS(1259), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, - STATE(15), 1, + ACTIONS(1102), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(50), 1, + STATE(675), 1, sym_tuple, - STATE(72), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1148), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(132), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31336,164 +29173,215 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [28322] = 32, + [24765] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(614), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, anon_sym_echo, - ACTIONS(461), 1, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(612), 27, anon_sym_LBRACE, - ACTIONS(465), 1, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_POUND, - ACTIONS(467), 1, anon_sym_LBRACK, - ACTIONS(469), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [24824] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1104), 1, + anon_sym_RPAREN, + ACTIONS(1106), 1, sym_float, - ACTIONS(1261), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(866), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [28438] = 30, + [24935] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(213), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(215), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(217), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(219), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(221), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(223), 1, + anon_sym_todo, + ACTIONS(225), 1, + anon_sym_panic, + ACTIONS(229), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, + ACTIONS(1108), 1, anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(1110), 1, + anon_sym_echo, + ACTIONS(1112), 1, anon_sym_BANG, - ACTIONS(1263), 1, + ACTIONS(1114), 1, sym_float, - STATE(655), 1, + STATE(899), 1, sym_identifier, - STATE(700), 1, + STATE(932), 1, sym_tuple, - STATE(702), 1, + STATE(934), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1017), 1, + sym_pipeline_echo, + STATE(1714), 1, sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, + STATE(1755), 1, sym__maybe_tuple_expression, + STATE(1838), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(858), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(900), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(953), 13, + STATE(1016), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31502,80 +29390,134 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [28550] = 30, + [25046] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(423), 19, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(421), 28, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [25105] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1265), 1, + ACTIONS(1116), 1, + anon_sym_RBRACK, + ACTIONS(1118), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(810), 13, + STATE(853), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31584,80 +29526,248 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [28662] = 30, + [25216] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(648), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(646), 27, anon_sym_LBRACE, - ACTIONS(193), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [25275] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1120), 1, + anon_sym_LPAREN, + ACTIONS(1122), 1, + anon_sym_as, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(626), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(195), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(197), 1, anon_sym_panic, - ACTIONS(199), 1, anon_sym_echo, - ACTIONS(201), 1, anon_sym_case, - ACTIONS(203), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(1088), 1, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(624), 26, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_POUND, - ACTIONS(1090), 1, anon_sym_LBRACK, - ACTIONS(1092), 1, anon_sym_LT_LT, - ACTIONS(1094), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [25338] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1124), 1, + anon_sym_LPAREN, + ACTIONS(1126), 1, + anon_sym_as, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(604), 19, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(1098), 1, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, anon_sym_BANG, - ACTIONS(1100), 1, + sym__decimal, + sym__name, + ACTIONS(602), 26, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(1106), 1, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [25401] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1267), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1128), 1, + anon_sym_RBRACK, + ACTIONS(1130), 1, sym_float, - STATE(566), 1, + STATE(652), 1, sym_identifier, - STATE(588), 1, + STATE(675), 1, sym_tuple, - STATE(592), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(634), 13, + STATE(861), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31666,80 +29776,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [28774] = 30, + [25512] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1269), 1, + ACTIONS(896), 1, sym_float, - STATE(655), 1, + ACTIONS(1132), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(815), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31748,80 +29857,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [28886] = 30, + [25623] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1271), 1, + ACTIONS(1134), 1, + anon_sym_RBRACK, + ACTIONS(1136), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(954), 13, + STATE(857), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31830,80 +29938,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [28998] = 30, + [25734] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(195), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(197), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(199), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(201), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, - anon_sym_POUND, - ACTIONS(1090), 1, - anon_sym_LBRACK, - ACTIONS(1092), 1, - anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1098), 1, - anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1106), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1273), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, - STATE(566), 1, + ACTIONS(1138), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(588), 1, + STATE(675), 1, sym_tuple, - STATE(592), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(594), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31912,80 +30019,79 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [29110] = 30, + [25845] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1275), 1, + ACTIONS(1140), 1, + anon_sym_RPAREN, + ACTIONS(1142), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(822), 13, + STATE(875), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31994,80 +30100,190 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [29222] = 30, + [25956] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, - anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(437), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(195), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(197), 1, anon_sym_panic, - ACTIONS(199), 1, anon_sym_echo, - ACTIONS(201), 1, anon_sym_case, - ACTIONS(203), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(1088), 1, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(435), 26, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_POUND, - ACTIONS(1090), 1, anon_sym_LBRACK, - ACTIONS(1092), 1, anon_sym_LT_LT, - ACTIONS(1094), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [26017] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(610), 20, + anon_sym_as, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(1098), 1, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, anon_sym_BANG, - ACTIONS(1100), 1, + sym__decimal, + sym__name, + ACTIONS(608), 27, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(1106), 1, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [26076] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1277), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1144), 1, + anon_sym_RPAREN, + ACTIONS(1146), 1, sym_float, - STATE(566), 1, + STATE(652), 1, sym_identifier, - STATE(588), 1, + STATE(675), 1, sym_tuple, - STATE(592), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(631), 13, + STATE(895), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32076,80 +30292,134 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [29334] = 30, + [26187] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - ACTIONS(21), 1, - anon_sym_POUND, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LT_LT, - ACTIONS(27), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(596), 20, + anon_sym_as, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(33), 1, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(35), 1, anon_sym_panic, - ACTIONS(37), 1, anon_sym_echo, - ACTIONS(39), 1, anon_sym_case, - ACTIONS(43), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(47), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(53), 1, - anon_sym_DQUOTE, - ACTIONS(59), 1, sym__decimal, - ACTIONS(61), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(594), 27, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, sym__upname, - ACTIONS(978), 1, + [26246] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1279), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1148), 1, + anon_sym_echo, + ACTIONS(1150), 1, sym_float, - STATE(57), 1, + STATE(652), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(675), 1, sym_tuple, - STATE(1639), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(741), 1, + sym_pipeline_echo, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(191), 13, + STATE(817), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32158,80 +30428,134 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [29446] = 30, + [26357] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(632), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(630), 27, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [26416] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1281), 1, + ACTIONS(896), 1, sym_float, - STATE(655), 1, + ACTIONS(1152), 1, + anon_sym_RPAREN, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(821), 13, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32240,70 +30564,69 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [29558] = 30, + [26527] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, + ACTIONS(189), 1, anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(195), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(197), 1, + ACTIONS(195), 1, anon_sym_panic, ACTIONS(199), 1, - anon_sym_echo, - ACTIONS(201), 1, anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, + ACTIONS(1154), 1, anon_sym_POUND, - ACTIONS(1090), 1, + ACTIONS(1156), 1, anon_sym_LBRACK, - ACTIONS(1092), 1, + ACTIONS(1158), 1, anon_sym_LT_LT, - ACTIONS(1094), 1, + ACTIONS(1160), 1, anon_sym_DASH, - ACTIONS(1098), 1, + ACTIONS(1162), 1, + anon_sym_echo, + ACTIONS(1164), 1, anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(1166), 1, anon_sym_DQUOTE, - ACTIONS(1106), 1, + ACTIONS(1168), 1, + sym_float, + ACTIONS(1172), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(1174), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(1176), 1, sym__upname, - ACTIONS(1283), 1, - sym_float, - STATE(566), 1, + STATE(562), 1, sym_identifier, - STATE(588), 1, + STATE(583), 1, sym_tuple, - STATE(592), 1, + STATE(585), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(627), 1, + sym_pipeline_echo, + STATE(1674), 1, sym__maybe_function_expression, - STATE(1819), 1, + STATE(1774), 1, sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1827), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(581), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(1170), 3, sym__hex, sym__octal, sym__binary, @@ -32313,7 +30636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_tuple_access, sym_field_access, sym_function_call, - STATE(630), 13, + STATE(637), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32322,80 +30645,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [29670] = 30, + [26638] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1285), 1, + ACTIONS(1178), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(820), 13, + STATE(977), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32404,162 +30724,158 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [29782] = 30, + [26746] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(1180), 1, + anon_sym_GT_GT, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1287), 1, + ACTIONS(1190), 1, sym_float, - STATE(655), 1, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1534), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(819), 13, - sym__expression, - sym_binary_expression, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [29894] = 30, + [26858] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1289), 1, + ACTIONS(1192), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(818), 13, + STATE(821), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32568,80 +30884,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [30006] = 30, + [26966] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(1006), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(1008), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(1010), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(1014), 1, + anon_sym_DASH, + ACTIONS(1016), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(1018), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(1020), 1, anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(1024), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(1026), 1, + anon_sym_BANG, + ACTIONS(1028), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(1034), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(1036), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(1038), 1, sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1291), 1, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1196), 1, sym_float, - STATE(655), 1, + STATE(260), 1, sym_identifier, - STATE(700), 1, + STATE(297), 1, sym_tuple, - STATE(702), 1, + STATE(327), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1634), 1, sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, + STATE(1811), 1, sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(224), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(302), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(261), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(734), 13, + STATE(382), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32650,80 +30963,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [30118] = 30, + [27074] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(1006), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(1008), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(1010), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(1014), 1, + anon_sym_DASH, + ACTIONS(1016), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(1018), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(1020), 1, anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(1024), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(1026), 1, + anon_sym_BANG, + ACTIONS(1028), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(1034), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(1036), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(1038), 1, sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1293), 1, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1198), 1, sym_float, - STATE(655), 1, + STATE(260), 1, sym_identifier, - STATE(700), 1, + STATE(297), 1, sym_tuple, - STATE(702), 1, + STATE(327), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1634), 1, sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, + STATE(1811), 1, sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(224), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(302), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(261), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(812), 13, + STATE(392), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32732,244 +31042,239 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [30230] = 30, + [27182] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1295), 1, + ACTIONS(1190), 1, sym_float, - STATE(655), 1, + ACTIONS(1200), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(801), 13, - sym__expression, - sym_binary_expression, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [30342] = 30, + [27294] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(93), 1, - sym_float, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, anon_sym_BANG, - STATE(655), 1, + ACTIONS(1190), 1, + sym_float, + ACTIONS(1202), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(802), 13, - sym__expression, - sym_binary_expression, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [30454] = 30, + [27406] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(1006), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(1008), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(1010), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(27), 1, + ACTIONS(1014), 1, anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(1016), 1, + anon_sym_fn, + ACTIONS(1018), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(1020), 1, anon_sym_panic, - ACTIONS(37), 1, - anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(1024), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, + ACTIONS(1026), 1, anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(1028), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(1034), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(1036), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(1038), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1297), 1, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1204), 1, sym_float, - STATE(57), 1, + STATE(260), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(297), 1, sym_tuple, - STATE(1639), 1, + STATE(327), 1, + sym_anonymous_function, + STATE(1634), 1, sym__maybe_function_expression, - STATE(1906), 1, - sym__maybe_record_expression, - STATE(1907), 1, + STATE(1811), 1, sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(224), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(302), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(261), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(143), 13, + STATE(380), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32978,276 +31283,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [30566] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(690), 19, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(688), 29, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [30626] = 32, + [27514] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1206), 1, sym_float, - ACTIONS(1299), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(1019), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [30742] = 4, + [27622] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(660), 19, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(658), 29, + ACTIONS(1006), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(1008), 1, anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_LBRACK, + ACTIONS(1012), 1, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [30802] = 30, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(191), 1, - anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(1014), 1, + anon_sym_DASH, + ACTIONS(1016), 1, anon_sym_fn, - ACTIONS(195), 1, + ACTIONS(1018), 1, anon_sym_todo, - ACTIONS(197), 1, + ACTIONS(1020), 1, anon_sym_panic, - ACTIONS(199), 1, - anon_sym_echo, - ACTIONS(201), 1, + ACTIONS(1024), 1, anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, - anon_sym_POUND, - ACTIONS(1090), 1, - anon_sym_LBRACK, - ACTIONS(1092), 1, - anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1098), 1, + ACTIONS(1026), 1, anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(1028), 1, anon_sym_DQUOTE, - ACTIONS(1106), 1, + ACTIONS(1034), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(1036), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(1038), 1, sym__upname, - ACTIONS(1301), 1, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1208), 1, sym_float, - STATE(566), 1, + STATE(260), 1, sym_identifier, - STATE(588), 1, + STATE(297), 1, sym_tuple, - STATE(592), 1, + STATE(327), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1634), 1, sym__maybe_function_expression, - STATE(1819), 1, + STATE(1811), 1, sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1816), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(224), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(302), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(261), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(627), 13, + STATE(396), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33256,80 +31441,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [30914] = 30, + [27730] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1303), 1, + ACTIONS(1210), 1, + anon_sym_LBRACE, + ACTIONS(1213), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(986), 13, + STATE(914), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33338,80 +31520,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [31026] = 30, + [27838] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1305), 1, + ACTIONS(1215), 1, sym_float, - STATE(655), 1, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(977), 13, + STATE(517), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33420,274 +31599,237 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [31138] = 30, + [27946] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(71), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, + anon_sym_LBRACE, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(207), 1, + ACTIONS(1182), 1, + anon_sym_DASH, + ACTIONS(1184), 1, anon_sym_todo, - ACTIONS(209), 1, + ACTIONS(1186), 1, anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1203), 1, + ACTIONS(1190), 1, sym_float, - ACTIONS(1307), 1, - anon_sym_LBRACE, - STATE(655), 1, + ACTIONS(1217), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1493), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(941), 13, - sym__expression, - sym_binary_expression, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [31250] = 4, + [28058] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(726), 19, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(724), 29, + ACTIONS(1006), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(1008), 1, anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_LBRACK, + ACTIONS(1012), 1, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [31310] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(730), 19, - anon_sym_SLASH, + ACTIONS(1014), 1, anon_sym_DASH, + ACTIONS(1016), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(1018), 1, anon_sym_todo, + ACTIONS(1020), 1, anon_sym_panic, - anon_sym_echo, + ACTIONS(1024), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(1026), 1, anon_sym_BANG, + ACTIONS(1028), 1, + anon_sym_DQUOTE, + ACTIONS(1034), 1, sym__decimal, + ACTIONS(1036), 1, sym__name, - ACTIONS(728), 29, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(1038), 1, + sym__upname, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1219), 1, sym_float, + STATE(260), 1, + sym_identifier, + STATE(297), 1, + sym_tuple, + STATE(327), 1, + sym_anonymous_function, + STATE(1634), 1, + sym__maybe_function_expression, + STATE(1811), 1, + sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(224), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(302), 2, + sym_record, + sym_record_update, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [31370] = 30, + STATE(261), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(412), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [28166] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(393), 1, + anon_sym_todo, + ACTIONS(395), 1, + anon_sym_panic, + ACTIONS(397), 1, + anon_sym_echo, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, - anon_sym_BANG, - ACTIONS(1203), 1, + ACTIONS(1221), 1, sym_float, - STATE(655), 1, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(941), 13, + STATE(514), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33696,384 +31838,318 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [31482] = 4, + [28274] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(734), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(179), 1, + sym_float, + ACTIONS(183), 1, sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(732), 29, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [31542] = 32, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, - anon_sym_LBRACE, - ACTIONS(465), 1, - anon_sym_POUND, - ACTIONS(467), 1, - anon_sym_LBRACK, - ACTIONS(469), 1, - anon_sym_LT_LT, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(481), 1, - anon_sym_case, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1182), 1, - sym_float, - ACTIONS(1310), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(807), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [31658] = 30, + [28382] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1312), 1, + ACTIONS(1190), 1, sym_float, - STATE(655), 1, + ACTIONS(1223), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1016), 13, - sym__expression, - sym_binary_expression, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [31770] = 30, + [28494] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, - anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, - anon_sym_todo, - ACTIONS(477), 1, - anon_sym_panic, - ACTIONS(479), 1, - anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, - anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1314), 1, + ACTIONS(1182), 1, + anon_sym_DASH, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, + anon_sym_BANG, + ACTIONS(1190), 1, sym_float, - STATE(203), 1, + ACTIONS(1225), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1580), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(548), 13, - sym__expression, - sym_binary_expression, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [31882] = 30, + [28606] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(966), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(968), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(972), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(974), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(976), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(978), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(980), 1, anon_sym_panic, - ACTIONS(479), 1, - anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(984), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, + ACTIONS(986), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(988), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(994), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(996), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(998), 1, sym__upname, - ACTIONS(1316), 1, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1229), 1, sym_float, - STATE(203), 1, + STATE(20), 1, sym_identifier, - STATE(233), 1, + STATE(59), 1, sym_tuple, - STATE(234), 1, + STATE(65), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1605), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1805), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1847), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(58), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(33), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(549), 13, + STATE(120), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34082,162 +32158,131 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [31994] = 30, + [28714] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, - anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(720), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(195), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(197), 1, anon_sym_panic, - ACTIONS(199), 1, anon_sym_echo, - ACTIONS(201), 1, anon_sym_case, - ACTIONS(203), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(1088), 1, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(718), 26, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_POUND, - ACTIONS(1090), 1, anon_sym_LBRACK, - ACTIONS(1092), 1, anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1098), 1, - anon_sym_BANG, - ACTIONS(1100), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(1106), 1, - sym__decimal, - ACTIONS(1108), 1, - sym__name, - ACTIONS(1110), 1, - sym__upname, - ACTIONS(1318), 1, sym_float, - STATE(566), 1, - sym_identifier, - STATE(588), 1, - sym_tuple, - STATE(592), 1, - sym_anonymous_function, - STATE(1695), 1, - sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, - sym__maybe_record_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(559), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(591), 2, - sym_record, - sym_record_update, - ACTIONS(1104), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(593), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [32106] = 30, + sym__upname, + [28772] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1320), 1, + ACTIONS(1231), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1011), 13, + STATE(918), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34246,18 +32291,18 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [32218] = 4, + [28880] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(742), 19, + ACTIONS(716), 20, + anon_sym_as, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -34277,15 +32322,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(740), 29, + ACTIONS(714), 26, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -34307,134 +32349,141 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [32278] = 4, + [28938] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(750), 19, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(748), 29, + ACTIONS(379), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(409), 1, anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1182), 1, + anon_sym_DASH, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, + anon_sym_BANG, + ACTIONS(1190), 1, sym_float, + ACTIONS(1233), 1, + anon_sym_GT_GT, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1886), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [32338] = 4, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1428), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [29050] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1239), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1241), 1, + anon_sym_AMP_AMP, + ACTIONS(1249), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(664), 19, + ACTIONS(1235), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1237), 2, anon_sym_DASH, - anon_sym_fn, + anon_sym_PLUS, + ACTIONS(1243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1245), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(662), 29, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(1247), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(1253), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(698), 11, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [32398] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(754), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(700), 12, + anon_sym_as, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -34445,53 +32494,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(752), 29, + [29128] = 31, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1182), 1, + anon_sym_DASH, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, + anon_sym_BANG, + ACTIONS(1190), 1, + sym_float, + ACTIONS(1255), 1, anon_sym_GT_GT, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1409), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1886), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1428), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [29240] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1239), 1, anon_sym_PIPE_PIPE, + ACTIONS(1241), 1, anon_sym_AMP_AMP, + ACTIONS(1249), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1235), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1237), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1245), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1247), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(1253), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(726), 11, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [32458] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(526), 20, + ACTIONS(728), 12, anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -34502,216 +32639,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(524), 28, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [32518] = 4, + [29318] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(399), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(397), 28, + ACTIONS(213), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(215), 1, anon_sym_POUND, + ACTIONS(217), 1, anon_sym_LBRACK, + ACTIONS(219), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [32578] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(548), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(221), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(223), 1, anon_sym_todo, + ACTIONS(225), 1, anon_sym_panic, + ACTIONS(227), 1, anon_sym_echo, + ACTIONS(229), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(233), 1, + anon_sym_DQUOTE, + ACTIONS(239), 1, sym__decimal, + ACTIONS(241), 1, sym__name, - ACTIONS(546), 28, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(243), 1, sym__upname, - [32638] = 30, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(191), 1, - anon_sym_LBRACE, - ACTIONS(193), 1, - anon_sym_fn, - ACTIONS(195), 1, - anon_sym_todo, - ACTIONS(197), 1, - anon_sym_panic, - ACTIONS(199), 1, - anon_sym_echo, - ACTIONS(201), 1, - anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, - anon_sym_POUND, - ACTIONS(1090), 1, - anon_sym_LBRACK, - ACTIONS(1092), 1, - anon_sym_LT_LT, - ACTIONS(1094), 1, + ACTIONS(1108), 1, anon_sym_DASH, - ACTIONS(1098), 1, + ACTIONS(1112), 1, anon_sym_BANG, - ACTIONS(1100), 1, - anon_sym_DQUOTE, - ACTIONS(1106), 1, - sym__decimal, - ACTIONS(1108), 1, - sym__name, - ACTIONS(1110), 1, - sym__upname, - ACTIONS(1322), 1, + ACTIONS(1257), 1, sym_float, - STATE(566), 1, + STATE(899), 1, sym_identifier, - STATE(588), 1, + STATE(932), 1, sym_tuple, - STATE(592), 1, + STATE(934), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1714), 1, sym__maybe_function_expression, - STATE(1819), 1, + STATE(1755), 1, sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1838), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(858), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(900), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(609), 13, + STATE(1014), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34720,220 +32714,235 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [32750] = 32, + [29426] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(213), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(215), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(217), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(219), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(221), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(223), 1, + anon_sym_todo, + ACTIONS(225), 1, + anon_sym_panic, + ACTIONS(227), 1, + anon_sym_echo, + ACTIONS(229), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(1108), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(1112), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1259), 1, sym_float, - ACTIONS(1324), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(899), 1, sym_identifier, - STATE(233), 1, + STATE(932), 1, sym_tuple, - STATE(234), 1, + STATE(934), 1, sym_anonymous_function, - STATE(1448), 1, - sym_expression_bit_string_segment, - STATE(1676), 1, + STATE(1714), 1, sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1915), 1, + STATE(1755), 1, sym__maybe_tuple_expression, + STATE(1838), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(858), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(900), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(1012), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [32866] = 4, + [29534] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(552), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(213), 1, + anon_sym_LBRACE, + ACTIONS(215), 1, + anon_sym_POUND, + ACTIONS(217), 1, + anon_sym_LBRACK, + ACTIONS(219), 1, + anon_sym_LT_LT, + ACTIONS(221), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(223), 1, anon_sym_todo, + ACTIONS(225), 1, anon_sym_panic, + ACTIONS(227), 1, anon_sym_echo, + ACTIONS(229), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(233), 1, + anon_sym_DQUOTE, + ACTIONS(239), 1, sym__decimal, + ACTIONS(241), 1, sym__name, - ACTIONS(550), 28, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(243), 1, + sym__upname, + ACTIONS(1108), 1, + anon_sym_DASH, + ACTIONS(1112), 1, + anon_sym_BANG, + ACTIONS(1261), 1, sym_float, + STATE(899), 1, + sym_identifier, + STATE(932), 1, + sym_tuple, + STATE(934), 1, + sym_anonymous_function, + STATE(1714), 1, + sym__maybe_function_expression, + STATE(1755), 1, + sym__maybe_tuple_expression, + STATE(1838), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(858), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(931), 2, + sym_record, + sym_record_update, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [32926] = 30, + STATE(900), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1002), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [29642] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(213), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(215), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(217), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(219), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(221), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(223), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(225), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(227), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(229), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(1108), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(1112), 1, anon_sym_BANG, - ACTIONS(1326), 1, + ACTIONS(1263), 1, sym_float, - STATE(655), 1, + STATE(899), 1, sym_identifier, - STATE(700), 1, + STATE(932), 1, sym_tuple, - STATE(702), 1, + STATE(934), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1714), 1, sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, + STATE(1755), 1, sym__maybe_tuple_expression, + STATE(1838), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(858), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(900), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1026), 13, + STATE(999), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34942,80 +32951,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [33038] = 30, + [29750] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(213), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(215), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(217), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(219), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(221), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(223), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(225), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(227), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(229), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(1108), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(1112), 1, anon_sym_BANG, - ACTIONS(1328), 1, + ACTIONS(1265), 1, sym_float, - STATE(655), 1, + STATE(899), 1, sym_identifier, - STATE(700), 1, + STATE(932), 1, sym_tuple, - STATE(702), 1, + STATE(934), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1714), 1, sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, + STATE(1755), 1, sym__maybe_tuple_expression, + STATE(1838), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(858), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(900), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1036), 13, + STATE(996), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35024,80 +33030,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [33150] = 30, + [29858] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(213), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(215), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(217), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(219), 1, anon_sym_LT_LT, - ACTIONS(471), 1, - anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(221), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(223), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(225), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(227), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(229), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, - anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(1330), 1, + ACTIONS(1108), 1, + anon_sym_DASH, + ACTIONS(1112), 1, + anon_sym_BANG, + ACTIONS(1267), 1, sym_float, - STATE(203), 1, + STATE(899), 1, sym_identifier, - STATE(233), 1, + STATE(932), 1, sym_tuple, - STATE(234), 1, + STATE(934), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1714), 1, sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1866), 1, + STATE(1755), 1, sym__maybe_tuple_expression, + STATE(1838), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(858), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(900), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(534), 13, + STATE(994), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35106,80 +33109,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [33262] = 30, + [29966] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(966), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(968), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(972), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(974), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(976), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(978), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(980), 1, anon_sym_panic, - ACTIONS(479), 1, - anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(984), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, + ACTIONS(986), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(988), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(994), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(996), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(998), 1, sym__upname, - ACTIONS(1332), 1, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1269), 1, sym_float, - STATE(203), 1, + STATE(20), 1, sym_identifier, - STATE(233), 1, + STATE(59), 1, sym_tuple, - STATE(234), 1, + STATE(65), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1605), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1805), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1847), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(58), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(33), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(546), 13, + STATE(119), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35188,80 +33188,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [33374] = 30, + [30074] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, + ACTIONS(213), 1, anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(215), 1, + anon_sym_POUND, + ACTIONS(217), 1, + anon_sym_LBRACK, + ACTIONS(219), 1, + anon_sym_LT_LT, + ACTIONS(221), 1, anon_sym_fn, - ACTIONS(195), 1, + ACTIONS(223), 1, anon_sym_todo, - ACTIONS(197), 1, + ACTIONS(225), 1, anon_sym_panic, - ACTIONS(199), 1, + ACTIONS(227), 1, anon_sym_echo, - ACTIONS(201), 1, + ACTIONS(229), 1, anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, - anon_sym_POUND, - ACTIONS(1090), 1, - anon_sym_LBRACK, - ACTIONS(1092), 1, - anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1098), 1, - anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(1106), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(1334), 1, + ACTIONS(1108), 1, + anon_sym_DASH, + ACTIONS(1112), 1, + anon_sym_BANG, + ACTIONS(1271), 1, sym_float, - STATE(566), 1, + STATE(899), 1, sym_identifier, - STATE(588), 1, + STATE(932), 1, sym_tuple, - STATE(592), 1, + STATE(934), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1714), 1, sym__maybe_function_expression, - STATE(1819), 1, + STATE(1755), 1, sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1838), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(858), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(900), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(636), 13, + STATE(986), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35270,80 +33267,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [33486] = 30, + [30182] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, - anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1132), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1134), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, - anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1150), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1152), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1184), 1, - anon_sym_echo, - ACTIONS(1336), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1273), 1, sym_float, - STATE(15), 1, + STATE(652), 1, sym_identifier, - STATE(50), 1, + STATE(675), 1, sym_tuple, - STATE(72), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1148), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(92), 13, + STATE(820), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35352,220 +33346,235 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [33598] = 4, + [30290] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(782), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(213), 1, + anon_sym_LBRACE, + ACTIONS(215), 1, + anon_sym_POUND, + ACTIONS(217), 1, + anon_sym_LBRACK, + ACTIONS(219), 1, + anon_sym_LT_LT, + ACTIONS(221), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(223), 1, anon_sym_todo, + ACTIONS(225), 1, anon_sym_panic, + ACTIONS(227), 1, anon_sym_echo, + ACTIONS(229), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(780), 29, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(233), 1, anon_sym_DQUOTE, + ACTIONS(239), 1, + sym__decimal, + ACTIONS(241), 1, + sym__name, + ACTIONS(243), 1, + sym__upname, + ACTIONS(1108), 1, + anon_sym_DASH, + ACTIONS(1112), 1, + anon_sym_BANG, + ACTIONS(1275), 1, sym_float, + STATE(899), 1, + sym_identifier, + STATE(932), 1, + sym_tuple, + STATE(934), 1, + sym_anonymous_function, + STATE(1714), 1, + sym__maybe_function_expression, + STATE(1755), 1, + sym__maybe_tuple_expression, + STATE(1838), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(858), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(931), 2, + sym_record, + sym_record_update, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [33658] = 32, + STATE(900), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(985), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [30398] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(1006), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(1008), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(1010), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(1014), 1, + anon_sym_DASH, + ACTIONS(1016), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(1018), 1, + anon_sym_todo, + ACTIONS(1020), 1, + anon_sym_panic, + ACTIONS(1024), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(1026), 1, + anon_sym_BANG, + ACTIONS(1028), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(1034), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(1036), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(1038), 1, sym__upname, - ACTIONS(1172), 1, - anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, - anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1277), 1, sym_float, - ACTIONS(1338), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(260), 1, sym_identifier, - STATE(233), 1, + STATE(297), 1, sym_tuple, - STATE(234), 1, + STATE(327), 1, sym_anonymous_function, - STATE(1461), 1, - sym_expression_bit_string_segment, - STATE(1676), 1, + STATE(1634), 1, sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1915), 1, + STATE(1811), 1, sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(224), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(302), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(261), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(379), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [33774] = 30, + [30506] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1340), 1, + ACTIONS(1279), 1, sym_float, - STATE(655), 1, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(996), 13, + STATE(522), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35574,192 +33583,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [33886] = 4, + [30614] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(786), 19, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(784), 29, + ACTIONS(966), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(968), 1, anon_sym_POUND, + ACTIONS(970), 1, anon_sym_LBRACK, + ACTIONS(972), 1, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [33946] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(558), 20, - anon_sym_as, - anon_sym_SLASH, + ACTIONS(974), 1, anon_sym_DASH, + ACTIONS(976), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(978), 1, anon_sym_todo, + ACTIONS(980), 1, anon_sym_panic, - anon_sym_echo, + ACTIONS(984), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(986), 1, anon_sym_BANG, + ACTIONS(988), 1, + anon_sym_DQUOTE, + ACTIONS(994), 1, sym__decimal, + ACTIONS(996), 1, sym__name, - ACTIONS(556), 28, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(998), 1, + sym__upname, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1281), 1, sym_float, + STATE(20), 1, + sym_identifier, + STATE(59), 1, + sym_tuple, + STATE(65), 1, + sym_anonymous_function, + STATE(1605), 1, + sym__maybe_function_expression, + STATE(1805), 1, + sym__maybe_record_expression, + STATE(1847), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(14), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(58), 2, + sym_record, + sym_record_update, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [34006] = 30, + STATE(33), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(89), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [30722] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(189), 1, anon_sym_LBRACE, - ACTIONS(21), 1, - anon_sym_POUND, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(191), 1, + anon_sym_fn, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, + ACTIONS(1154), 1, + anon_sym_POUND, + ACTIONS(1156), 1, + anon_sym_LBRACK, + ACTIONS(1158), 1, + anon_sym_LT_LT, + ACTIONS(1160), 1, + anon_sym_DASH, + ACTIONS(1164), 1, anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(1166), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(1172), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(1174), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(1176), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1342), 1, + ACTIONS(1283), 1, sym_float, - STATE(57), 1, + STATE(562), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(583), 1, sym_tuple, - STATE(1639), 1, + STATE(585), 1, + sym_anonymous_function, + STATE(1674), 1, sym__maybe_function_expression, - STATE(1906), 1, - sym__maybe_record_expression, - STATE(1907), 1, + STATE(1774), 1, sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(581), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(1170), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(564), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(190), 13, + STATE(612), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35768,80 +33741,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [34118] = 30, + [30830] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1344), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1285), 1, sym_float, - STATE(655), 1, + STATE(54), 1, sym_identifier, - STATE(700), 1, + STATE(84), 1, sym_tuple, - STATE(702), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1864), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1022), 13, + STATE(133), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35850,162 +33820,158 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [34230] = 30, + [30938] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(892), 1, + ACTIONS(1190), 1, sym_float, - STATE(655), 1, + ACTIONS(1287), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(862), 13, - sym__expression, - sym_binary_expression, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [34342] = 30, + [31050] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1346), 1, + ACTIONS(1289), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1018), 13, + STATE(947), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36014,18 +33980,17 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [34454] = 4, + [31158] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(562), 20, + ACTIONS(712), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -36046,11 +34011,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(560), 28, + ACTIONS(710), 26, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -36075,15 +34038,87 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [34514] = 4, + [31216] = 15, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1239), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1241), 1, + anon_sym_AMP_AMP, + ACTIONS(1249), 1, + anon_sym_PIPE_GT, + ACTIONS(1291), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(570), 20, - anon_sym_as, + ACTIONS(1235), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1237), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1245), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1247), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1253), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(654), 11, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(656), 11, + anon_sym_fn, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + [31296] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1235), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1253), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 18, + anon_sym_as, anon_sym_DASH, anon_sym_fn, anon_sym_LT, @@ -36091,7 +34126,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -36102,11 +34136,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(568), 28, + ACTIONS(710), 22, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -36121,85 +34153,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [34574] = 30, + [31358] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(1044), 1, - anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(1064), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1348), 1, - anon_sym_echo, - ACTIONS(1350), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1293), 1, sym_float, - STATE(428), 1, + STATE(54), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(84), 1, sym_tuple, - STATE(1652), 1, + STATE(117), 1, + sym_anonymous_function, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1864), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(521), 13, + STATE(141), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36208,22 +34234,84 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [34686] = 30, + [31466] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - ACTIONS(21), 1, - anon_sym_POUND, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LT_LT, + ACTIONS(1241), 1, + anon_sym_AMP_AMP, + ACTIONS(1249), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1235), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1237), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1245), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1247), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1253), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 12, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(712), 12, + anon_sym_as, + anon_sym_fn, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + [31542] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(21), 1, + anon_sym_POUND, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(25), 1, + anon_sym_LT_LT, ACTIONS(27), 1, anon_sym_DASH, ACTIONS(33), 1, @@ -36234,8 +34322,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_echo, ACTIONS(39), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, ACTIONS(47), 1, anon_sym_BANG, ACTIONS(53), 1, @@ -36246,42 +34332,42 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(63), 1, sym__upname, - ACTIONS(978), 1, + ACTIONS(1086), 1, anon_sym_fn, - ACTIONS(1352), 1, + ACTIONS(1295), 1, sym_float, - STATE(57), 1, + STATE(54), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(84), 1, sym_tuple, - STATE(1639), 1, + STATE(117), 1, + sym_anonymous_function, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1864), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(118), 2, sym_record, sym_record_update, ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(188), 13, + STATE(134), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36290,164 +34376,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [34798] = 32, + [31650] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, + anon_sym_todo, + ACTIONS(35), 1, + anon_sym_panic, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1172), 1, - anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, - anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1297), 1, sym_float, - ACTIONS(1354), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(54), 1, sym_identifier, - STATE(233), 1, + STATE(84), 1, sym_tuple, - STATE(234), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1864), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(135), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [34914] = 30, + [31758] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1356), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1299), 1, sym_float, - STATE(655), 1, + STATE(54), 1, sym_identifier, - STATE(700), 1, + STATE(84), 1, sym_tuple, - STATE(702), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1864), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1003), 13, + STATE(147), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36456,276 +34534,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [35026] = 32, + [31866] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(896), 1, sym_float, - ACTIONS(1358), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1520), 1, - sym_expression_bit_string_segment, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(846), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [35142] = 4, + [31974] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(518), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(516), 28, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [35202] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(596), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(594), 28, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(187), 1, sym__upname, - [35262] = 30, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - ACTIONS(21), 1, - anon_sym_POUND, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LT_LT, - ACTIONS(27), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(33), 1, - anon_sym_todo, - ACTIONS(35), 1, - anon_sym_panic, - ACTIONS(37), 1, - anon_sym_echo, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(53), 1, - anon_sym_DQUOTE, - ACTIONS(59), 1, - sym__decimal, - ACTIONS(61), 1, - sym__name, - ACTIONS(63), 1, - sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1360), 1, + ACTIONS(1301), 1, sym_float, - STATE(57), 1, + STATE(652), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(675), 1, sym_tuple, - STATE(1639), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(187), 13, + STATE(976), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36734,80 +34692,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [35374] = 30, + [32082] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(213), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(215), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(217), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(219), 1, anon_sym_LT_LT, - ACTIONS(471), 1, - anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(221), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(223), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(225), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(227), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(229), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, - anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(235), 1, + sym_float, + ACTIONS(239), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(1362), 1, - sym_float, - STATE(203), 1, + ACTIONS(1108), 1, + anon_sym_DASH, + ACTIONS(1112), 1, + anon_sym_BANG, + STATE(899), 1, sym_identifier, - STATE(233), 1, + STATE(932), 1, sym_tuple, - STATE(234), 1, + STATE(934), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1714), 1, sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1866), 1, + STATE(1755), 1, sym__maybe_tuple_expression, + STATE(1838), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(858), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(900), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(537), 13, + STATE(958), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36816,80 +34771,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [35486] = 30, + [32190] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1364), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1303), 1, sym_float, - STATE(203), 1, + STATE(54), 1, sym_identifier, - STATE(233), 1, + STATE(84), 1, sym_tuple, - STATE(234), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1864), 1, sym__maybe_record_expression, STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(535), 13, + STATE(136), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36898,80 +34850,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [35598] = 30, + [32298] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1366), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1305), 1, sym_float, - STATE(203), 1, + STATE(54), 1, sym_identifier, - STATE(233), 1, + STATE(84), 1, sym_tuple, - STATE(234), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1864), 1, sym__maybe_record_expression, STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(543), 13, + STATE(138), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36980,80 +34929,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [35710] = 30, + [32406] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1368), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1307), 1, sym_float, - STATE(203), 1, + STATE(54), 1, sym_identifier, - STATE(233), 1, + STATE(84), 1, sym_tuple, - STATE(234), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1864), 1, sym__maybe_record_expression, STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(533), 13, + STATE(139), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37062,80 +35008,139 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [35822] = 30, + [32514] = 12, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1249), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1235), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1237), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1245), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1247), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1253), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 12, + anon_sym_as, + anon_sym_fn, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(710), 13, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [32588] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1370), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1309), 1, sym_float, - STATE(203), 1, + STATE(54), 1, sym_identifier, - STATE(233), 1, + STATE(84), 1, sym_tuple, - STATE(234), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1864), 1, sym__maybe_record_expression, STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(540), 13, + STATE(140), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37144,244 +35149,158 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [35934] = 30, + [32696] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1372), 1, + ACTIONS(1190), 1, sym_float, - STATE(655), 1, + ACTIONS(1311), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1038), 13, - sym__expression, - sym_binary_expression, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [36046] = 30, + [32808] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1374), 1, + ACTIONS(1313), 1, sym_float, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, - sym_anonymous_function, - STATE(1676), 1, - sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1866), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(198), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(232), 2, - sym_record, - sym_record_update, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(228), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(536), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [36158] = 30, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - ACTIONS(21), 1, - anon_sym_POUND, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, - anon_sym_todo, - ACTIONS(35), 1, - anon_sym_panic, - ACTIONS(37), 1, - anon_sym_echo, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, - anon_sym_DQUOTE, - ACTIONS(59), 1, - sym__decimal, - ACTIONS(61), 1, - sym__name, - ACTIONS(63), 1, - sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1376), 1, - sym_float, - STATE(57), 1, - sym_identifier, - STATE(124), 1, + STATE(218), 1, sym_anonymous_function, - STATE(125), 1, - sym_tuple, - STATE(1639), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(186), 13, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37390,83 +35309,45 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [36270] = 4, + [32916] = 11, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1249), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(592), 20, - anon_sym_as, + ACTIONS(1235), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1237), 2, anon_sym_DASH, - anon_sym_fn, + anon_sym_PLUS, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1245), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(590), 28, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(1247), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(1253), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [36330] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(790), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(712), 12, + anon_sym_as, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -37477,105 +35358,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(788), 29, + ACTIONS(710), 15, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [36390] = 30, + [32988] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(471), 1, - anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, - anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1378), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1315), 1, sym_float, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(538), 13, + STATE(1006), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37584,136 +35449,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [36502] = 4, + [33096] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(816), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(814), 29, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1317), 1, sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [36562] = 30, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1001), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [33204] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(471), 1, - anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, - anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1380), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1319), 1, sym_float, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(539), 13, + STATE(973), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37722,80 +35607,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [36674] = 30, + [33312] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(471), 1, - anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(475), 1, - anon_sym_todo, - ACTIONS(477), 1, - anon_sym_panic, - ACTIONS(479), 1, - anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, - anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1382), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1213), 1, sym_float, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(541), 13, + STATE(914), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37804,276 +35686,235 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [36786] = 4, + [33420] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(808), 19, - anon_sym_SLASH, + ACTIONS(379), 1, + anon_sym_LBRACE, + ACTIONS(383), 1, + anon_sym_POUND, + ACTIONS(385), 1, + anon_sym_LBRACK, + ACTIONS(387), 1, + anon_sym_LT_LT, + ACTIONS(389), 1, anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(393), 1, anon_sym_todo, + ACTIONS(395), 1, anon_sym_panic, + ACTIONS(397), 1, anon_sym_echo, + ACTIONS(399), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(407), 1, anon_sym_BANG, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, sym__decimal, + ACTIONS(417), 1, sym__name, - ACTIONS(806), 29, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1321), 1, sym_float, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1794), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [36846] = 32, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(521), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [33528] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, - anon_sym_DASH, - ACTIONS(1174), 1, + ACTIONS(203), 1, anon_sym_todo, - ACTIONS(1176), 1, + ACTIONS(205), 1, anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1323), 1, sym_float, - ACTIONS(1384), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1553), 1, - sym_expression_bit_string_segment, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(917), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [36962] = 4, + [33636] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(803), 19, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(800), 29, + ACTIONS(11), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(21), 1, anon_sym_POUND, + ACTIONS(23), 1, anon_sym_LBRACK, + ACTIONS(25), 1, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [37022] = 30, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(191), 1, - anon_sym_LBRACE, - ACTIONS(193), 1, - anon_sym_fn, - ACTIONS(195), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(197), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(199), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, - anon_sym_POUND, - ACTIONS(1090), 1, - anon_sym_LBRACK, - ACTIONS(1092), 1, - anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1098), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(1106), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1386), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1325), 1, sym_float, - STATE(566), 1, + STATE(54), 1, sym_identifier, - STATE(588), 1, + STATE(84), 1, sym_tuple, - STATE(592), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1864), 1, sym__maybe_record_expression, + STATE(1866), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(641), 13, + STATE(155), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38082,192 +35923,235 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [37134] = 4, + [33744] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(798), 19, - anon_sym_SLASH, + ACTIONS(966), 1, + anon_sym_LBRACE, + ACTIONS(968), 1, + anon_sym_POUND, + ACTIONS(970), 1, + anon_sym_LBRACK, + ACTIONS(972), 1, + anon_sym_LT_LT, + ACTIONS(974), 1, anon_sym_DASH, + ACTIONS(976), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(978), 1, anon_sym_todo, + ACTIONS(980), 1, anon_sym_panic, - anon_sym_echo, + ACTIONS(984), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(986), 1, anon_sym_BANG, + ACTIONS(988), 1, + anon_sym_DQUOTE, + ACTIONS(994), 1, sym__decimal, + ACTIONS(996), 1, sym__name, - ACTIONS(796), 29, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(998), 1, + sym__upname, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1327), 1, sym_float, + STATE(20), 1, + sym_identifier, + STATE(59), 1, + sym_tuple, + STATE(65), 1, + sym_anonymous_function, + STATE(1605), 1, + sym__maybe_function_expression, + STATE(1805), 1, + sym__maybe_record_expression, + STATE(1847), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(14), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(58), 2, + sym_record, + sym_record_update, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [37194] = 4, + STATE(33), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(96), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [33852] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(794), 19, - anon_sym_SLASH, + ACTIONS(966), 1, + anon_sym_LBRACE, + ACTIONS(968), 1, + anon_sym_POUND, + ACTIONS(970), 1, + anon_sym_LBRACK, + ACTIONS(972), 1, + anon_sym_LT_LT, + ACTIONS(974), 1, anon_sym_DASH, + ACTIONS(976), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(978), 1, anon_sym_todo, + ACTIONS(980), 1, anon_sym_panic, - anon_sym_echo, + ACTIONS(984), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(986), 1, anon_sym_BANG, + ACTIONS(988), 1, + anon_sym_DQUOTE, + ACTIONS(994), 1, sym__decimal, + ACTIONS(996), 1, sym__name, - ACTIONS(792), 29, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(998), 1, + sym__upname, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1329), 1, sym_float, + STATE(20), 1, + sym_identifier, + STATE(59), 1, + sym_tuple, + STATE(65), 1, + sym_anonymous_function, + STATE(1605), 1, + sym__maybe_function_expression, + STATE(1805), 1, + sym__maybe_record_expression, + STATE(1847), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(14), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(58), 2, + sym_record, + sym_record_update, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [37254] = 30, + STATE(33), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(104), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [33960] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(966), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(968), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(972), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(974), 1, + anon_sym_DASH, + ACTIONS(976), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(978), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(980), 1, anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(984), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(986), 1, + anon_sym_BANG, + ACTIONS(988), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(994), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(996), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(998), 1, sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1388), 1, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1331), 1, sym_float, - STATE(655), 1, + STATE(20), 1, sym_identifier, - STATE(700), 1, + STATE(59), 1, sym_tuple, - STATE(702), 1, + STATE(65), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1605), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1805), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1847), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(58), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(33), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1013), 13, + STATE(101), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38276,164 +36160,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [37366] = 32, + [34068] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1333), 1, sym_float, - ACTIONS(1390), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(819), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [37482] = 30, + [34176] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(966), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(968), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(972), 1, anon_sym_LT_LT, - ACTIONS(27), 1, + ACTIONS(974), 1, anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(976), 1, + anon_sym_fn, + ACTIONS(978), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(980), 1, anon_sym_panic, - ACTIONS(37), 1, - anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(984), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, + ACTIONS(986), 1, anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(988), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(994), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(996), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(998), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1392), 1, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1335), 1, sym_float, - STATE(57), 1, + STATE(20), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(59), 1, sym_tuple, - STATE(1639), 1, + STATE(65), 1, + sym_anonymous_function, + STATE(1605), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1805), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1847), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(58), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(33), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(135), 13, + STATE(99), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38442,80 +36318,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [37594] = 30, + [34284] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(966), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(968), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(972), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(974), 1, + anon_sym_DASH, + ACTIONS(976), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(978), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(980), 1, anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(984), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(986), 1, + anon_sym_BANG, + ACTIONS(988), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(994), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(996), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(998), 1, sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1394), 1, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1337), 1, sym_float, - STATE(655), 1, + STATE(20), 1, sym_identifier, - STATE(700), 1, + STATE(59), 1, sym_tuple, - STATE(702), 1, + STATE(65), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1605), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1805), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1847), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(58), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(33), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(968), 13, + STATE(106), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38524,136 +36397,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [37706] = 4, + [34392] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(588), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(586), 28, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1339), 1, sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [37766] = 30, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(951), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [34500] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(966), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(968), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(972), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, + ACTIONS(974), 1, anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(976), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(978), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(980), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(984), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, + ACTIONS(986), 1, anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(988), 1, anon_sym_DQUOTE, - ACTIONS(1064), 1, + ACTIONS(994), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(996), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(998), 1, sym__upname, - ACTIONS(1348), 1, + ACTIONS(1227), 1, anon_sym_echo, - ACTIONS(1396), 1, + ACTIONS(1341), 1, sym_float, - STATE(428), 1, + STATE(20), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(59), 1, sym_tuple, - STATE(1652), 1, + STATE(65), 1, + sym_anonymous_function, + STATE(1605), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1805), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1847), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(58), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(33), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(514), 13, + STATE(108), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38662,28 +36555,39 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [37878] = 4, + [34608] = 9, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1249), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(584), 20, - anon_sym_as, + ACTIONS(1235), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1237), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1253), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 16, + anon_sym_as, anon_sym_fn, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -38694,11 +36598,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(582), 28, + ACTIONS(710), 19, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -38710,88 +36612,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [37938] = 30, + [34676] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1398), 1, + ACTIONS(1343), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1000), 13, + STATE(921), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38800,80 +36693,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [38050] = 30, + [34784] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, - anon_sym_todo, - ACTIONS(35), 1, - anon_sym_panic, - ACTIONS(37), 1, - anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1400), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1345), 1, sym_float, - STATE(57), 1, + STATE(652), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(675), 1, sym_tuple, - STATE(1639), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(185), 13, + STATE(925), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38882,164 +36772,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [38162] = 32, + [34892] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(189), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(191), 1, + anon_sym_fn, + ACTIONS(193), 1, + anon_sym_todo, + ACTIONS(195), 1, + anon_sym_panic, + ACTIONS(197), 1, + anon_sym_echo, + ACTIONS(199), 1, + anon_sym_case, + ACTIONS(1154), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(1156), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(1158), 1, anon_sym_LT_LT, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(481), 1, - anon_sym_case, - ACTIONS(491), 1, + ACTIONS(1160), 1, + anon_sym_DASH, + ACTIONS(1164), 1, + anon_sym_BANG, + ACTIONS(1166), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, ACTIONS(1172), 1, - anon_sym_DASH, + sym__decimal, ACTIONS(1174), 1, - anon_sym_todo, + sym__name, ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, - anon_sym_BANG, - ACTIONS(1182), 1, + sym__upname, + ACTIONS(1347), 1, sym_float, - ACTIONS(1402), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(562), 1, sym_identifier, - STATE(233), 1, + STATE(583), 1, sym_tuple, - STATE(234), 1, + STATE(585), 1, sym_anonymous_function, - STATE(1545), 1, - sym_expression_bit_string_segment, - STATE(1676), 1, + STATE(1674), 1, sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1915), 1, + STATE(1774), 1, sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(581), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(1170), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(564), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(601), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [38278] = 30, + [35000] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(471), 1, - anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(475), 1, - anon_sym_todo, - ACTIONS(477), 1, - anon_sym_panic, - ACTIONS(479), 1, - anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, - anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1404), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1349), 1, sym_float, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(547), 13, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39048,196 +36930,235 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [38390] = 6, + [35108] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(513), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(389), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(387), 26, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, + sym__upname, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1351), 1, sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [38454] = 6, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(929), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [35216] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(1406), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(389), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(387), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1353), 1, sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [38518] = 30, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(970), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [35324] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1410), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1355), 1, sym_float, - STATE(57), 1, + STATE(652), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(675), 1, sym_tuple, - STATE(1639), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(184), 13, + STATE(993), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39246,80 +37167,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [38630] = 30, + [35432] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1412), 1, + ACTIONS(1357), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1009), 13, + STATE(963), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39328,28 +37246,37 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [38742] = 4, + [35540] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(534), 20, - anon_sym_as, + ACTIONS(1235), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1237), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1253), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 16, + anon_sym_as, anon_sym_fn, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -39360,11 +37287,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(532), 28, + ACTIONS(710), 20, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -39377,171 +37302,212 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [38802] = 32, + [35606] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1359), 1, sym_float, - ACTIONS(1414), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(959), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [38918] = 30, + [35714] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(712), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(710), 26, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [35772] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(1006), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(1008), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(1010), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(1014), 1, + anon_sym_DASH, + ACTIONS(1016), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(1018), 1, + anon_sym_todo, + ACTIONS(1020), 1, + anon_sym_panic, + ACTIONS(1024), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(1026), 1, + anon_sym_BANG, + ACTIONS(1028), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(1034), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(1036), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(1038), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, + ACTIONS(1194), 1, anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(217), 1, + ACTIONS(1361), 1, sym_float, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, - anon_sym_BANG, - STATE(655), 1, + STATE(260), 1, sym_identifier, - STATE(700), 1, + STATE(297), 1, sym_tuple, - STATE(702), 1, + STATE(327), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1634), 1, sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, + STATE(1811), 1, sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(224), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(302), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(261), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(927), 13, + STATE(378), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39550,80 +37516,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [39030] = 30, + [35880] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, - anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, - anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1064), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1348), 1, - anon_sym_echo, - ACTIONS(1416), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1363), 1, sym_float, - STATE(428), 1, + STATE(652), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(675), 1, sym_tuple, - STATE(1652), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(496), 13, + STATE(955), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39632,80 +37595,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [39142] = 30, + [35988] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1418), 1, + ACTIONS(1365), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(997), 13, + STATE(1008), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39714,80 +37674,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [39254] = 30, + [36096] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1420), 1, + ACTIONS(1367), 1, sym_float, - STATE(655), 1, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1001), 13, + STATE(525), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39796,164 +37753,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [39366] = 32, + [36204] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, + anon_sym_todo, + ACTIONS(35), 1, + anon_sym_panic, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1172), 1, - anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, - anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1369), 1, sym_float, - ACTIONS(1422), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(54), 1, sym_identifier, - STATE(233), 1, + STATE(84), 1, sym_tuple, - STATE(234), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1864), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(159), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [39482] = 30, + [36312] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1424), 1, + ACTIONS(1371), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1043), 13, + STATE(1023), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39962,80 +37911,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [39594] = 30, + [36420] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, + anon_sym_todo, + ACTIONS(35), 1, + anon_sym_panic, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, - anon_sym_BANG, - ACTIONS(1291), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1373), 1, sym_float, - STATE(655), 1, + STATE(54), 1, sym_identifier, - STATE(700), 1, + STATE(84), 1, sym_tuple, - STATE(702), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1864), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(734), 13, + STATE(157), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40044,80 +37990,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [39706] = 30, + [36528] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1426), 1, + ACTIONS(1375), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(943), 13, + STATE(952), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40126,164 +38069,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [39818] = 32, + [36636] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1377), 1, sym_float, - ACTIONS(1428), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(956), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [39934] = 30, + [36744] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, - anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, - anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1064), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1348), 1, - anon_sym_echo, - ACTIONS(1430), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1379), 1, sym_float, - STATE(428), 1, + STATE(652), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(675), 1, sym_tuple, - STATE(1652), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(492), 13, + STATE(957), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40292,80 +38227,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [40046] = 30, + [36852] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, - anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, - anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1064), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1348), 1, - anon_sym_echo, - ACTIONS(1432), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1381), 1, sym_float, - STATE(428), 1, + STATE(652), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(675), 1, sym_tuple, - STATE(1652), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(489), 13, + STATE(964), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40374,80 +38306,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [40158] = 30, + [36960] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, - anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, - anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1064), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1348), 1, - anon_sym_echo, - ACTIONS(1434), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1383), 1, sym_float, - STATE(428), 1, + STATE(652), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(675), 1, sym_tuple, - STATE(1652), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(488), 13, + STATE(965), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40456,80 +38385,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [40270] = 30, + [37068] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1436), 1, + ACTIONS(1385), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(967), 13, + STATE(966), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40538,80 +38464,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [40382] = 30, + [37176] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, - anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, - anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1064), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1348), 1, - anon_sym_echo, - ACTIONS(1438), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1387), 1, sym_float, - STATE(428), 1, + STATE(652), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(675), 1, sym_tuple, - STATE(1652), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(487), 13, + STATE(981), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40620,80 +38543,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [40494] = 30, + [37284] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1440), 1, + ACTIONS(1389), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(998), 13, + STATE(1000), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40702,164 +38622,212 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [40606] = 32, + [37392] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(724), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(722), 26, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [37450] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(1174), 1, + ACTIONS(1184), 1, anon_sym_todo, - ACTIONS(1176), 1, + ACTIONS(1186), 1, anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1190), 1, sym_float, - ACTIONS(1442), 1, + ACTIONS(1391), 1, anon_sym_GT_GT, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1609), 1, + STATE(1677), 1, sym_expression_bit_string_segment, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [40722] = 30, + [37562] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(27), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1444), 1, + ACTIONS(1393), 1, sym_float, - STATE(57), 1, + STATE(199), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(217), 1, sym_tuple, - STATE(1639), 1, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(159), 13, + STATE(526), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40868,80 +38836,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [40834] = 30, + [37670] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1446), 1, + ACTIONS(1395), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1007), 13, + STATE(1009), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40950,80 +38915,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [40946] = 30, + [37778] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(397), 1, + anon_sym_echo, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(1064), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1348), 1, - anon_sym_echo, - ACTIONS(1448), 1, + ACTIONS(1397), 1, sym_float, - STATE(428), 1, + STATE(199), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(217), 1, sym_tuple, - STATE(1652), 1, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(486), 13, + STATE(524), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41032,244 +38994,239 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [41058] = 30, + [37886] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1450), 1, + ACTIONS(1190), 1, sym_float, - STATE(655), 1, + ACTIONS(1399), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1014), 13, - sym__expression, - sym_binary_expression, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [41170] = 30, + [37998] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, - anon_sym_LBRACE, - ACTIONS(193), 1, - anon_sym_fn, - ACTIONS(195), 1, - anon_sym_todo, - ACTIONS(197), 1, - anon_sym_panic, - ACTIONS(199), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(201), 1, - anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, + ACTIONS(379), 1, + anon_sym_LBRACE, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(1090), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(1092), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1098), 1, - anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(1106), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1452), 1, + ACTIONS(1182), 1, + anon_sym_DASH, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, + anon_sym_BANG, + ACTIONS(1190), 1, sym_float, - STATE(566), 1, + ACTIONS(1401), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(588), 1, + STATE(217), 1, sym_tuple, - STATE(592), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1758), 1, sym__maybe_record_expression, + STATE(1886), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(640), 13, - sym__expression, - sym_binary_expression, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [41282] = 30, + [38110] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(27), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1454), 1, + ACTIONS(1403), 1, sym_float, - STATE(57), 1, + STATE(199), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(217), 1, sym_tuple, - STATE(1639), 1, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(181), 13, + STATE(527), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41278,164 +39235,156 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [41394] = 32, + [38218] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(393), 1, + anon_sym_todo, + ACTIONS(395), 1, + anon_sym_panic, + ACTIONS(397), 1, + anon_sym_echo, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1172), 1, - anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, - anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1405), 1, sym_float, - ACTIONS(1456), 1, - anon_sym_GT_GT, - STATE(203), 1, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(510), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [41510] = 30, + [38326] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(211), 1, + sym_float, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1458), 1, - sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1008), 13, + STATE(908), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41444,18 +39393,17 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [41622] = 4, + [38434] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(538), 20, + ACTIONS(682), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -41476,11 +39424,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(536), 28, + ACTIONS(680), 26, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -41505,75 +39451,152 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [41682] = 30, + [38492] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, + sym__upname, + ACTIONS(203), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(205), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(207), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1407), 1, + sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(753), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [38600] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1460), 1, + ACTIONS(1409), 1, sym_float, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(972), 13, + STATE(919), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41582,102 +39605,81 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [41794] = 32, + [38708] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(1239), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1241), 1, + anon_sym_AMP_AMP, + ACTIONS(1249), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1235), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1237), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1245), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1247), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1253), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(750), 11, anon_sym_LBRACE, - ACTIONS(465), 1, + anon_sym_RBRACE, anon_sym_POUND, - ACTIONS(467), 1, anon_sym_LBRACK, - ACTIONS(469), 1, anon_sym_LT_LT, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(481), 1, - anon_sym_case, - ACTIONS(491), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, + sym_float, + sym__hex, + sym__octal, + sym__binary, sym__upname, - ACTIONS(1172), 1, - anon_sym_DASH, - ACTIONS(1174), 1, + ACTIONS(752), 12, + anon_sym_as, + anon_sym_fn, anon_sym_todo, - ACTIONS(1176), 1, anon_sym_panic, - ACTIONS(1178), 1, + anon_sym_echo, + anon_sym_case, + anon_sym_let, anon_sym_assert, - ACTIONS(1180), 1, + anon_sym_use, anon_sym_BANG, - ACTIONS(1182), 1, - sym_float, - ACTIONS(1462), 1, - anon_sym_GT_GT, - STATE(203), 1, - sym_identifier, - STATE(233), 1, - sym_tuple, - STATE(234), 1, - sym_anonymous_function, - STATE(1676), 1, - sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1915), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(198), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(232), 2, - sym_record, - sym_record_update, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(228), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(1555), 11, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [41910] = 4, + sym__decimal, + sym__name, + [38786] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(544), 20, + ACTIONS(732), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -41698,11 +39700,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(542), 28, + ACTIONS(730), 26, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -41727,179 +39727,146 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [41970] = 32, + [38844] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, - anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, - anon_sym_DASH, - ACTIONS(1174), 1, + ACTIONS(203), 1, anon_sym_todo, - ACTIONS(1176), 1, + ACTIONS(205), 1, anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1213), 1, sym_float, - ACTIONS(1464), 1, - anon_sym_GT_GT, - STATE(203), 1, + ACTIONS(1411), 1, + anon_sym_LBRACE, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(914), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [42086] = 30, + [38952] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, - anon_sym_POUND, - ACTIONS(73), 1, - anon_sym_LBRACK, - ACTIONS(75), 1, - anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(736), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(79), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(81), 1, anon_sym_panic, - ACTIONS(83), 1, anon_sym_echo, - ACTIONS(85), 1, anon_sym_case, - ACTIONS(87), 1, + anon_sym_let, anon_sym_assert, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + anon_sym_use, + anon_sym_BANG, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1466), 1, + ACTIONS(734), 26, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, sym_float, - STATE(655), 1, - sym_identifier, - STATE(700), 1, - sym_tuple, - STATE(702), 1, - sym_anonymous_function, - STATE(1767), 1, - sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(650), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(699), 2, - sym_record, - sym_record_update, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(1021), 13, - sym__expression, - sym_binary_expression, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [42198] = 4, + sym__upname, + [39010] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(574), 20, + ACTIONS(740), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -41920,11 +39887,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(572), 28, + ACTIONS(738), 26, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -41949,75 +39914,73 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [42258] = 30, + [39068] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, - anon_sym_DASH, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(1468), 1, + ACTIONS(1414), 1, sym_float, - STATE(655), 1, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(975), 13, + STATE(516), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -42026,80 +39989,77 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [42370] = 30, + [39176] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(397), 1, + anon_sym_echo, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(1064), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1348), 1, - anon_sym_echo, - ACTIONS(1470), 1, + ACTIONS(1416), 1, sym_float, - STATE(428), 1, + STATE(199), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(217), 1, sym_tuple, - STATE(1652), 1, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(532), 13, + STATE(513), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -42108,129 +40068,98 @@ static const uint16_t ts_small_parse_table[] = { sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [42482] = 4, + [39284] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(610), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(608), 27, + ACTIONS(379), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(409), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, sym__upname, - [42541] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1472), 1, - anon_sym_LPAREN, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(646), 20, - anon_sym_as, - anon_sym_SLASH, + ACTIONS(1182), 1, anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(1184), 1, anon_sym_todo, + ACTIONS(1186), 1, anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(1188), 1, anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(644), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(1190), 1, sym_float, + ACTIONS(1418), 1, + anon_sym_GT_GT, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1886), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [42602] = 4, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1428), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [39396] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(630), 20, + ACTIONS(744), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -42251,10 +40180,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(628), 27, + ACTIONS(742), 26, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -42279,233 +40207,645 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [42661] = 4, + [39454] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(622), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(191), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(193), 1, anon_sym_todo, + ACTIONS(195), 1, anon_sym_panic, + ACTIONS(197), 1, anon_sym_echo, + ACTIONS(199), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(620), 27, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(1154), 1, anon_sym_POUND, + ACTIONS(1156), 1, anon_sym_LBRACK, + ACTIONS(1158), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(1160), 1, + anon_sym_DASH, + ACTIONS(1164), 1, + anon_sym_BANG, + ACTIONS(1166), 1, anon_sym_DQUOTE, + ACTIONS(1172), 1, + sym__decimal, + ACTIONS(1174), 1, + sym__name, + ACTIONS(1176), 1, + sym__upname, + ACTIONS(1420), 1, sym_float, + STATE(562), 1, + sym_identifier, + STATE(583), 1, + sym_tuple, + STATE(585), 1, + sym_anonymous_function, + STATE(1674), 1, + sym__maybe_function_expression, + STATE(1774), 1, + sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(555), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(581), 2, + sym_record, + sym_record_update, + ACTIONS(1170), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [42720] = 4, + STATE(564), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(636), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [39562] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(606), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(191), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(193), 1, anon_sym_todo, + ACTIONS(195), 1, anon_sym_panic, + ACTIONS(197), 1, anon_sym_echo, + ACTIONS(199), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(604), 27, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(1154), 1, anon_sym_POUND, + ACTIONS(1156), 1, anon_sym_LBRACK, + ACTIONS(1158), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(1160), 1, + anon_sym_DASH, + ACTIONS(1164), 1, + anon_sym_BANG, + ACTIONS(1166), 1, anon_sym_DQUOTE, + ACTIONS(1172), 1, + sym__decimal, + ACTIONS(1174), 1, + sym__name, + ACTIONS(1176), 1, + sym__upname, + ACTIONS(1422), 1, sym_float, + STATE(562), 1, + sym_identifier, + STATE(583), 1, + sym_tuple, + STATE(585), 1, + sym_anonymous_function, + STATE(1674), 1, + sym__maybe_function_expression, + STATE(1774), 1, + sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(555), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(581), 2, + sym_record, + sym_record_update, + ACTIONS(1170), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [42779] = 4, + STATE(564), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(633), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [39670] = 29, ACTIONS(3), 1, sym_module_comment, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(191), 1, + anon_sym_fn, + ACTIONS(193), 1, + anon_sym_todo, + ACTIONS(195), 1, + anon_sym_panic, + ACTIONS(197), 1, + anon_sym_echo, + ACTIONS(199), 1, + anon_sym_case, + ACTIONS(1154), 1, + anon_sym_POUND, + ACTIONS(1156), 1, + anon_sym_LBRACK, + ACTIONS(1158), 1, + anon_sym_LT_LT, + ACTIONS(1160), 1, + anon_sym_DASH, + ACTIONS(1164), 1, + anon_sym_BANG, + ACTIONS(1166), 1, + anon_sym_DQUOTE, + ACTIONS(1172), 1, + sym__decimal, + ACTIONS(1174), 1, + sym__name, + ACTIONS(1176), 1, + sym__upname, + ACTIONS(1424), 1, + sym_float, + STATE(562), 1, + sym_identifier, + STATE(583), 1, + sym_tuple, + STATE(585), 1, + sym_anonymous_function, + STATE(1674), 1, + sym__maybe_function_expression, + STATE(1774), 1, + sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(602), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + STATE(555), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(581), 2, + sym_record, + sym_record_update, + ACTIONS(1170), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(564), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(632), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [39778] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(191), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(193), 1, anon_sym_todo, + ACTIONS(195), 1, anon_sym_panic, + ACTIONS(197), 1, anon_sym_echo, + ACTIONS(199), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(1154), 1, + anon_sym_POUND, + ACTIONS(1156), 1, + anon_sym_LBRACK, + ACTIONS(1158), 1, + anon_sym_LT_LT, + ACTIONS(1160), 1, + anon_sym_DASH, + ACTIONS(1164), 1, anon_sym_BANG, + ACTIONS(1166), 1, + anon_sym_DQUOTE, + ACTIONS(1172), 1, sym__decimal, + ACTIONS(1174), 1, sym__name, - ACTIONS(600), 27, + ACTIONS(1176), 1, + sym__upname, + ACTIONS(1426), 1, + sym_float, + STATE(562), 1, + sym_identifier, + STATE(583), 1, + sym_tuple, + STATE(585), 1, + sym_anonymous_function, + STATE(1674), 1, + sym__maybe_function_expression, + STATE(1774), 1, + sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(555), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(581), 2, + sym_record, + sym_record_update, + ACTIONS(1170), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(564), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(631), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [39886] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(966), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(968), 1, anon_sym_POUND, + ACTIONS(970), 1, anon_sym_LBRACK, + ACTIONS(972), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(974), 1, + anon_sym_DASH, + ACTIONS(976), 1, + anon_sym_fn, + ACTIONS(978), 1, + anon_sym_todo, + ACTIONS(980), 1, + anon_sym_panic, + ACTIONS(984), 1, + anon_sym_case, + ACTIONS(986), 1, + anon_sym_BANG, + ACTIONS(988), 1, anon_sym_DQUOTE, + ACTIONS(994), 1, + sym__decimal, + ACTIONS(996), 1, + sym__name, + ACTIONS(998), 1, + sym__upname, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1428), 1, sym_float, + STATE(20), 1, + sym_identifier, + STATE(59), 1, + sym_tuple, + STATE(65), 1, + sym_anonymous_function, + STATE(1605), 1, + sym__maybe_function_expression, + STATE(1805), 1, + sym__maybe_record_expression, + STATE(1847), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(14), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(58), 2, + sym_record, + sym_record_update, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [42838] = 4, + STATE(33), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(87), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [39994] = 29, ACTIONS(3), 1, sym_module_comment, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(191), 1, + anon_sym_fn, + ACTIONS(193), 1, + anon_sym_todo, + ACTIONS(195), 1, + anon_sym_panic, + ACTIONS(197), 1, + anon_sym_echo, + ACTIONS(199), 1, + anon_sym_case, + ACTIONS(1154), 1, + anon_sym_POUND, + ACTIONS(1156), 1, + anon_sym_LBRACK, + ACTIONS(1158), 1, + anon_sym_LT_LT, + ACTIONS(1160), 1, + anon_sym_DASH, + ACTIONS(1164), 1, + anon_sym_BANG, + ACTIONS(1166), 1, + anon_sym_DQUOTE, + ACTIONS(1172), 1, + sym__decimal, + ACTIONS(1174), 1, + sym__name, + ACTIONS(1176), 1, + sym__upname, + ACTIONS(1430), 1, + sym_float, + STATE(562), 1, + sym_identifier, + STATE(583), 1, + sym_tuple, + STATE(585), 1, + sym_anonymous_function, + STATE(1674), 1, + sym__maybe_function_expression, + STATE(1774), 1, + sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(614), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + STATE(555), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(581), 2, + sym_record, + sym_record_update, + ACTIONS(1170), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(564), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(630), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [40102] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(191), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(193), 1, anon_sym_todo, + ACTIONS(195), 1, anon_sym_panic, + ACTIONS(197), 1, anon_sym_echo, + ACTIONS(199), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(1154), 1, + anon_sym_POUND, + ACTIONS(1156), 1, + anon_sym_LBRACK, + ACTIONS(1158), 1, + anon_sym_LT_LT, + ACTIONS(1160), 1, + anon_sym_DASH, + ACTIONS(1164), 1, anon_sym_BANG, + ACTIONS(1166), 1, + anon_sym_DQUOTE, + ACTIONS(1172), 1, sym__decimal, + ACTIONS(1174), 1, sym__name, - ACTIONS(612), 27, + ACTIONS(1176), 1, + sym__upname, + ACTIONS(1432), 1, + sym_float, + STATE(562), 1, + sym_identifier, + STATE(583), 1, + sym_tuple, + STATE(585), 1, + sym_anonymous_function, + STATE(1674), 1, + sym__maybe_function_expression, + STATE(1774), 1, + sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(555), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(581), 2, + sym_record, + sym_record_update, + ACTIONS(1170), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(564), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(629), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [40210] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1434), 1, sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [42897] = 4, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(818), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [40318] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(626), 20, + ACTIONS(652), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -42526,10 +40866,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(624), 27, + ACTIONS(650), 26, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -42554,136 +40893,60 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [42956] = 4, + [40376] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1239), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1241), 1, + anon_sym_AMP_AMP, + ACTIONS(1249), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(634), 20, - anon_sym_as, + ACTIONS(1235), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1237), 2, anon_sym_DASH, - anon_sym_fn, + anon_sym_PLUS, + ACTIONS(1243), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1245), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(632), 27, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(1247), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(1253), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [43015] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(389), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(387), 26, + ACTIONS(746), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [43076] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(598), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(389), 20, + ACTIONS(748), 12, anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -42694,1612 +40957,1206 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(387), 26, + [40454] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(157), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [43137] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(636), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(389), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(387), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(187), 1, sym__upname, - [43198] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1474), 1, - anon_sym_LPAREN, - ACTIONS(1476), 1, - anon_sym_as, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(640), 19, - anon_sym_SLASH, + ACTIONS(816), 1, anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(820), 1, anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(638), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(1436), 1, sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [43261] = 31, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(816), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [40562] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, + anon_sym_todo, + ACTIONS(35), 1, + anon_sym_panic, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1172), 1, - anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, - anon_sym_BANG, - ACTIONS(1182), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1438), 1, sym_float, - STATE(203), 1, + STATE(54), 1, sym_identifier, - STATE(233), 1, + STATE(84), 1, sym_tuple, - STATE(234), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1723), 1, - sym_expression_bit_string_segment, - STATE(1781), 1, + STATE(1864), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1555), 11, + STATE(158), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [43374] = 6, + [40670] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1478), 1, - anon_sym_LPAREN, - ACTIONS(1480), 1, - anon_sym_as, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(646), 19, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(644), 26, + ACTIONS(1006), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(1008), 1, anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_LBRACK, + ACTIONS(1012), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [43437] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(574), 19, - anon_sym_SLASH, + ACTIONS(1014), 1, anon_sym_DASH, + ACTIONS(1016), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(1018), 1, anon_sym_todo, + ACTIONS(1020), 1, anon_sym_panic, - anon_sym_echo, + ACTIONS(1024), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(1026), 1, anon_sym_BANG, + ACTIONS(1028), 1, + anon_sym_DQUOTE, + ACTIONS(1034), 1, sym__decimal, + ACTIONS(1036), 1, sym__name, - ACTIONS(572), 28, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(1038), 1, sym__upname, - [43496] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1482), 1, - anon_sym_LPAREN, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1440), 1, + sym_float, + STATE(260), 1, + sym_identifier, + STATE(297), 1, + sym_tuple, + STATE(327), 1, + sym_anonymous_function, + STATE(1634), 1, + sym__maybe_function_expression, + STATE(1811), 1, + sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(640), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(638), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(224), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(302), 2, + sym_record, + sym_record_update, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [43557] = 30, + STATE(261), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(452), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [40778] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(1006), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(1008), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(1010), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(1014), 1, anon_sym_DASH, - ACTIONS(473), 1, + ACTIONS(1016), 1, anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(1018), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(1020), 1, anon_sym_panic, - ACTIONS(479), 1, - anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(1024), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, + ACTIONS(1026), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(1028), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(1034), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(1036), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(1038), 1, sym__upname, - ACTIONS(1484), 1, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1442), 1, sym_float, - STATE(203), 1, + STATE(260), 1, sym_identifier, - STATE(233), 1, + STATE(297), 1, sym_tuple, - STATE(234), 1, + STATE(327), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1634), 1, sym__maybe_function_expression, - STATE(1781), 1, - sym__maybe_record_expression, - STATE(1866), 1, + STATE(1811), 1, sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(224), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(302), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(261), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(405), 11, + STATE(470), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [43667] = 4, + [40886] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(726), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(191), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(724), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [43725] = 8, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1486), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1490), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 16, - anon_sym_as, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(756), 20, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [43791] = 9, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1494), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1486), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1490), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 16, - anon_sym_as, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, + ACTIONS(193), 1, anon_sym_todo, + ACTIONS(195), 1, anon_sym_panic, + ACTIONS(197), 1, anon_sym_echo, + ACTIONS(199), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(756), 19, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(1154), 1, anon_sym_POUND, + ACTIONS(1156), 1, anon_sym_LBRACK, + ACTIONS(1158), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [43859] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1494), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1486), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1488), 2, + ACTIONS(1160), 1, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1490), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(1496), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1498), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(758), 12, - anon_sym_as, - anon_sym_fn, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(1164), 1, anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(756), 15, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(1166), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [43931] = 12, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1494), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1486), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1490), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1500), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(1496), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1498), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(758), 12, - anon_sym_as, - anon_sym_fn, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(1172), 1, sym__decimal, + ACTIONS(1174), 1, sym__name, - ACTIONS(756), 13, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(1176), 1, sym__upname, - [44005] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1494), 1, - anon_sym_PIPE_GT, - ACTIONS(1502), 1, - anon_sym_AMP_AMP, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1486), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1490), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1500), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(1496), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1498), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(756), 12, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_DQUOTE, + ACTIONS(1444), 1, sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(758), 12, - anon_sym_as, - anon_sym_fn, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - [44081] = 4, - ACTIONS(3), 1, - sym_module_comment, + STATE(562), 1, + sym_identifier, + STATE(583), 1, + sym_tuple, + STATE(585), 1, + sym_anonymous_function, + STATE(1674), 1, + sym__maybe_function_expression, + STATE(1774), 1, + sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(682), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(680), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(555), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(581), 2, + sym_record, + sym_record_update, + ACTIONS(1170), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [44139] = 30, + STATE(564), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(625), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [40994] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(79), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(81), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1504), 1, + ACTIONS(1446), 1, sym_float, - ACTIONS(1508), 1, - sym__decimal, - STATE(655), 1, + STATE(652), 1, sym_identifier, - STATE(700), 1, + STATE(675), 1, sym_tuple, - STATE(702), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1506), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(758), 11, + STATE(998), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [44249] = 6, + [41102] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1486), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 18, - anon_sym_as, - anon_sym_DASH, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(191), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, + ACTIONS(193), 1, anon_sym_todo, + ACTIONS(195), 1, anon_sym_panic, + ACTIONS(197), 1, anon_sym_echo, + ACTIONS(199), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(756), 22, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [44311] = 30, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(1154), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(1156), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(1158), 1, anon_sym_LT_LT, - ACTIONS(77), 1, - anon_sym_fn, - ACTIONS(85), 1, - anon_sym_case, - ACTIONS(91), 1, + ACTIONS(1160), 1, + anon_sym_DASH, + ACTIONS(1164), 1, + anon_sym_BANG, + ACTIONS(1166), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(1172), 1, + sym__decimal, + ACTIONS(1174), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(1176), 1, sym__upname, - ACTIONS(207), 1, - anon_sym_todo, - ACTIONS(209), 1, - anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, - anon_sym_BANG, - ACTIONS(1504), 1, + ACTIONS(1448), 1, sym_float, - ACTIONS(1508), 1, - sym__decimal, - STATE(655), 1, + STATE(562), 1, sym_identifier, - STATE(700), 1, + STATE(583), 1, sym_tuple, - STATE(702), 1, + STATE(585), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1674), 1, sym__maybe_function_expression, - STATE(1823), 1, - sym__maybe_record_expression, - STATE(1917), 1, + STATE(1774), 1, sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(581), 2, sym_record, sym_record_update, - ACTIONS(1506), 3, + ACTIONS(1170), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(564), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(758), 11, + STATE(624), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [44421] = 30, + [41210] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, - anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(1132), 1, - anon_sym_todo, - ACTIONS(1134), 1, - anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, - anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(1152), 1, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(419), 1, sym__upname, + ACTIONS(1182), 1, + anon_sym_DASH, ACTIONS(1184), 1, - anon_sym_echo, - ACTIONS(1510), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, + anon_sym_BANG, + ACTIONS(1190), 1, sym_float, - ACTIONS(1514), 1, - sym__decimal, - STATE(15), 1, + ACTIONS(1450), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(50), 1, + STATE(217), 1, sym_tuple, - STATE(72), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1429), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(1512), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(131), 11, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [44531] = 30, + [41322] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(79), 1, - anon_sym_todo, - ACTIONS(81), 1, - anon_sym_panic, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(87), 1, - anon_sym_assert, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(668), 1, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(672), 1, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1516), 1, + ACTIONS(1190), 1, sym_float, - STATE(655), 1, + ACTIONS(1452), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1532), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(712), 11, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [44641] = 4, + [41434] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(758), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(756), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1454), 1, sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [44699] = 14, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1005), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [41542] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1494), 1, - anon_sym_PIPE_GT, - ACTIONS(1502), 1, - anon_sym_AMP_AMP, - ACTIONS(1518), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1486), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1490), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1500), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(1496), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1498), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(764), 11, + ACTIONS(11), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(21), 1, anon_sym_POUND, + ACTIONS(23), 1, anon_sym_LBRACK, + ACTIONS(25), 1, anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(766), 12, - anon_sym_as, - anon_sym_fn, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, anon_sym_todo, + ACTIONS(35), 1, anon_sym_panic, + ACTIONS(37), 1, anon_sym_echo, + ACTIONS(39), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(47), 1, anon_sym_BANG, + ACTIONS(53), 1, + anon_sym_DQUOTE, + ACTIONS(59), 1, sym__decimal, + ACTIONS(61), 1, sym__name, - [44777] = 14, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1494), 1, - anon_sym_PIPE_GT, - ACTIONS(1502), 1, - anon_sym_AMP_AMP, - ACTIONS(1518), 1, - anon_sym_PIPE_PIPE, + ACTIONS(63), 1, + sym__upname, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1456), 1, + sym_float, + STATE(54), 1, + sym_identifier, + STATE(84), 1, + sym_tuple, + STATE(117), 1, + sym_anonymous_function, + STATE(1623), 1, + sym__maybe_function_expression, + STATE(1864), 1, + sym__maybe_record_expression, + STATE(1866), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1486), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1490), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1500), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(1496), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1498), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(768), 11, + STATE(41), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(118), 2, + sym_record, + sym_record_update, + ACTIONS(57), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(55), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(150), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [41650] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1006), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(1008), 1, anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_LBRACK, + ACTIONS(1012), 1, anon_sym_LT_LT, + ACTIONS(1014), 1, + anon_sym_DASH, + ACTIONS(1016), 1, + anon_sym_fn, + ACTIONS(1018), 1, + anon_sym_todo, + ACTIONS(1020), 1, + anon_sym_panic, + ACTIONS(1024), 1, + anon_sym_case, + ACTIONS(1026), 1, + anon_sym_BANG, + ACTIONS(1028), 1, anon_sym_DQUOTE, + ACTIONS(1034), 1, + sym__decimal, + ACTIONS(1036), 1, + sym__name, + ACTIONS(1038), 1, + sym__upname, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1458), 1, sym_float, + STATE(260), 1, + sym_identifier, + STATE(297), 1, + sym_tuple, + STATE(327), 1, + sym_anonymous_function, + STATE(1634), 1, + sym__maybe_function_expression, + STATE(1811), 1, + sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(224), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(302), 2, + sym_record, + sym_record_update, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - ACTIONS(770), 12, - anon_sym_as, + STATE(261), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(505), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [41758] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(379), 1, + anon_sym_LBRACE, + ACTIONS(383), 1, + anon_sym_POUND, + ACTIONS(385), 1, + anon_sym_LBRACK, + ACTIONS(387), 1, + anon_sym_LT_LT, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, + ACTIONS(393), 1, anon_sym_todo, + ACTIONS(395), 1, anon_sym_panic, + ACTIONS(397), 1, anon_sym_echo, + ACTIONS(399), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(407), 1, anon_sym_BANG, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, sym__decimal, + ACTIONS(417), 1, sym__name, - [44855] = 30, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1460), 1, + sym_float, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1794), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(523), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [41866] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(71), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(73), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(75), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(77), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(85), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(207), 1, + ACTIONS(1182), 1, + anon_sym_DASH, + ACTIONS(1184), 1, anon_sym_todo, - ACTIONS(209), 1, + ACTIONS(1186), 1, anon_sym_panic, - ACTIONS(211), 1, - anon_sym_echo, - ACTIONS(213), 1, - anon_sym_assert, - ACTIONS(966), 1, - anon_sym_DASH, - ACTIONS(968), 1, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1516), 1, + ACTIONS(1190), 1, sym_float, - STATE(655), 1, + ACTIONS(1462), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(700), 1, + STATE(217), 1, sym_tuple, - STATE(702), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1767), 1, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1823), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1917), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(650), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(699), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(651), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(712), 11, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [44965] = 30, + [41978] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(1174), 1, + ACTIONS(1184), 1, anon_sym_todo, - ACTIONS(1176), 1, + ACTIONS(1186), 1, anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1520), 1, + ACTIONS(1190), 1, sym_float, - ACTIONS(1524), 1, - sym__decimal, - STATE(203), 1, + ACTIONS(1464), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(233), 1, + STATE(217), 1, sym_tuple, - STATE(234), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1886), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(1522), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(410), 11, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [45075] = 4, + [42090] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(782), 20, + ACTIONS(756), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -44320,7 +42177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(780), 26, + ACTIONS(754), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44347,227 +42204,252 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [45133] = 30, + [42148] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(471), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(473), 1, - anon_sym_fn, - ACTIONS(475), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(477), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(479), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(481), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(485), 1, - anon_sym_assert, - ACTIONS(489), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(491), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(59), 1, + sym__decimal, + ACTIONS(61), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1520), 1, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1466), 1, sym_float, - ACTIONS(1524), 1, - sym__decimal, - STATE(203), 1, + STATE(54), 1, sym_identifier, - STATE(233), 1, + STATE(84), 1, sym_tuple, - STATE(234), 1, + STATE(117), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1623), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1864), 1, sym__maybe_record_expression, STATE(1866), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(41), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(118), 2, sym_record, sym_record_update, - ACTIONS(1522), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(55), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(410), 11, + STATE(148), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [45243] = 30, + [42256] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, - anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, - anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1064), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1066), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1348), 1, - anon_sym_echo, - ACTIONS(1526), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1407), 1, sym_float, - STATE(428), 1, + STATE(652), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(675), 1, sym_tuple, - STATE(1652), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1062), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(510), 11, + STATE(753), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [45353] = 4, + [42364] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(786), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(784), 26, + ACTIONS(379), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(409), 1, anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1182), 1, + anon_sym_DASH, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, + anon_sym_BANG, + ACTIONS(1190), 1, sym_float, + ACTIONS(1468), 1, + anon_sym_GT_GT, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1886), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [45411] = 4, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1428), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [42476] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(754), 20, + ACTIONS(760), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -44588,7 +42470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(752), 26, + ACTIONS(758), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44615,93 +42497,92 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [45469] = 30, + [42534] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(1036), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(1038), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(1042), 1, - anon_sym_DASH, - ACTIONS(1044), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(1046), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(1048), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(1052), 1, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(1054), 1, - anon_sym_assert, - ACTIONS(1056), 1, - anon_sym_BANG, - ACTIONS(1058), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1066), 1, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(1068), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1348), 1, - anon_sym_echo, - ACTIONS(1528), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1470), 1, sym_float, - ACTIONS(1532), 1, - sym__decimal, - STATE(428), 1, + STATE(652), 1, sym_identifier, - STATE(475), 1, - sym_anonymous_function, - STATE(476), 1, + STATE(675), 1, sym_tuple, - STATE(1652), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1847), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1859), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(244), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(477), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1530), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(427), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(515), 11, + STATE(815), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [45579] = 4, + [42642] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(664), 20, + ACTIONS(708), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -44722,7 +42603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(662), 26, + ACTIONS(706), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44749,147 +42630,252 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [45637] = 4, + [42700] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(750), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(167), 1, anon_sym_todo, + ACTIONS(169), 1, anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(748), 26, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1472), 1, + sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(988), 12, + sym__expression, + sym_binary_expression, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [42808] = 31, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(409), 1, anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1182), 1, + anon_sym_DASH, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, + anon_sym_BANG, + ACTIONS(1190), 1, sym_float, + ACTIONS(1474), 1, + anon_sym_GT_GT, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1886), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [45695] = 30, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1428), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [42920] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(159), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LT_LT, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(195), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(197), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(199), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(201), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, - anon_sym_POUND, - ACTIONS(1090), 1, - anon_sym_LBRACK, - ACTIONS(1092), 1, - anon_sym_LT_LT, - ACTIONS(1094), 1, - anon_sym_DASH, - ACTIONS(1098), 1, - anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1108), 1, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1534), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1476), 1, sym_float, - ACTIONS(1538), 1, - sym__decimal, - STATE(566), 1, + STATE(652), 1, sym_identifier, - STATE(588), 1, + STATE(675), 1, sym_tuple, - STATE(592), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1819), 1, - sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(1536), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(606), 11, + STATE(794), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [45805] = 4, + [43028] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(790), 20, + ACTIONS(704), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -44910,7 +42896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(788), 26, + ACTIONS(702), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44937,13 +42923,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [45863] = 4, + [43086] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(816), 20, + ACTIONS(764), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -44964,7 +42950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(814), 26, + ACTIONS(762), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44991,65 +42977,63 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [45921] = 30, + [43144] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, + ACTIONS(189), 1, anon_sym_LBRACE, - ACTIONS(193), 1, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(195), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(197), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(199), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(201), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(203), 1, - anon_sym_assert, - ACTIONS(1088), 1, + ACTIONS(1154), 1, anon_sym_POUND, - ACTIONS(1090), 1, + ACTIONS(1156), 1, anon_sym_LBRACK, - ACTIONS(1092), 1, + ACTIONS(1158), 1, anon_sym_LT_LT, - ACTIONS(1094), 1, + ACTIONS(1160), 1, anon_sym_DASH, - ACTIONS(1098), 1, + ACTIONS(1164), 1, anon_sym_BANG, - ACTIONS(1100), 1, + ACTIONS(1166), 1, anon_sym_DQUOTE, - ACTIONS(1106), 1, + ACTIONS(1172), 1, sym__decimal, - ACTIONS(1108), 1, + ACTIONS(1174), 1, sym__name, - ACTIONS(1110), 1, + ACTIONS(1176), 1, sym__upname, - ACTIONS(1540), 1, + ACTIONS(1478), 1, sym_float, - STATE(566), 1, + STATE(562), 1, sym_identifier, - STATE(588), 1, + STATE(583), 1, sym_tuple, - STATE(592), 1, + STATE(585), 1, sym_anonymous_function, - STATE(1695), 1, + STATE(1674), 1, sym__maybe_function_expression, - STATE(1819), 1, + STATE(1774), 1, sym__maybe_tuple_expression, - STATE(1858), 1, + STATE(1827), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(559), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(591), 2, + STATE(581), 2, sym_record, sym_record_update, - ACTIONS(1104), 3, + ACTIONS(1170), 3, sym__hex, sym__octal, sym__binary, @@ -45059,25 +43043,26 @@ static const uint16_t ts_small_parse_table[] = { sym_tuple_access, sym_field_access, sym_function_call, - STATE(643), 11, + STATE(603), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [46031] = 4, + [43252] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(690), 20, + ACTIONS(695), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -45098,7 +43083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(688), 26, + ACTIONS(692), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -45125,77 +43110,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [46089] = 14, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1494), 1, - anon_sym_PIPE_GT, - ACTIONS(1502), 1, - anon_sym_AMP_AMP, - ACTIONS(1518), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1486), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1488), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1490), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1500), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(1496), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1498), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(810), 11, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(812), 12, - anon_sym_as, - anon_sym_fn, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - [46167] = 4, + [43310] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(808), 20, + ACTIONS(690), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -45216,7 +43137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(806), 26, + ACTIONS(688), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -45243,307 +43164,252 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [46225] = 30, + [43368] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(83), 1, - anon_sym_echo, - ACTIONS(461), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(465), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(467), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(469), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(473), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(481), 1, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1172), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1174), 1, - anon_sym_todo, - ACTIONS(1176), 1, - anon_sym_panic, - ACTIONS(1178), 1, - anon_sym_assert, - ACTIONS(1180), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1484), 1, + ACTIONS(1480), 1, sym_float, - STATE(203), 1, + STATE(652), 1, sym_identifier, - STATE(233), 1, + STATE(675), 1, sym_tuple, - STATE(234), 1, + STATE(676), 1, sym_anonymous_function, - STATE(1676), 1, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1781), 1, + STATE(1792), 1, sym__maybe_record_expression, - STATE(1915), 1, + STATE(1799), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(198), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(232), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(228), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(405), 11, + STATE(1024), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [46335] = 30, + [43476] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(221), 1, + ACTIONS(159), 1, anon_sym_POUND, - ACTIONS(223), 1, + ACTIONS(161), 1, anon_sym_LBRACK, - ACTIONS(225), 1, + ACTIONS(163), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(165), 1, anon_sym_fn, - ACTIONS(229), 1, + ACTIONS(167), 1, anon_sym_todo, - ACTIONS(231), 1, + ACTIONS(169), 1, anon_sym_panic, - ACTIONS(233), 1, + ACTIONS(171), 1, anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(173), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1542), 1, + ACTIONS(1482), 1, sym_float, - STATE(910), 1, + STATE(652), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(675), 1, sym_tuple, - STATE(1738), 1, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1792), 1, sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(641), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(674), 2, sym_record, sym_record_update, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(650), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(995), 11, + STATE(1011), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [46445] = 4, + [43584] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(660), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, + ACTIONS(171), 1, anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(658), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [46503] = 30, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(219), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(221), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(223), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(225), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(227), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(229), 1, - anon_sym_todo, - ACTIONS(231), 1, - anon_sym_panic, - ACTIONS(233), 1, - anon_sym_echo, - ACTIONS(235), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(237), 1, - anon_sym_assert, - ACTIONS(241), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(249), 1, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1160), 1, + ACTIONS(1182), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, anon_sym_BANG, - ACTIONS(1544), 1, + ACTIONS(1190), 1, sym_float, - ACTIONS(1548), 1, - sym__decimal, - STATE(910), 1, + ACTIONS(1484), 1, + anon_sym_GT_GT, + STATE(199), 1, sym_identifier, - STATE(931), 1, - sym_anonymous_function, - STATE(935), 1, + STATE(217), 1, sym_tuple, - STATE(1738), 1, + STATE(218), 1, + sym_anonymous_function, + STATE(1596), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1790), 1, - sym__maybe_tuple_expression, - STATE(1869), 1, + STATE(1758), 1, sym__maybe_record_expression, + STATE(1886), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(853), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(938), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(1546), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(908), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1045), 11, + STATE(1428), 10, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [46613] = 4, + [43696] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(803), 20, + ACTIONS(772), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -45564,7 +43430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(800), 26, + ACTIONS(770), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -45591,46 +43457,46 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [46671] = 14, + [43754] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1494), 1, - anon_sym_PIPE_GT, - ACTIONS(1502), 1, - anon_sym_AMP_AMP, - ACTIONS(1518), 1, + ACTIONS(1239), 1, anon_sym_PIPE_PIPE, + ACTIONS(1241), 1, + anon_sym_AMP_AMP, + ACTIONS(1249), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1486), 2, + ACTIONS(1235), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1488), 2, + ACTIONS(1237), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1490), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1500), 2, + ACTIONS(1243), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(1496), 4, + ACTIONS(1251), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1245), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1498), 4, + ACTIONS(1247), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(696), 11, + ACTIONS(1253), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(684), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -45642,36 +43508,9 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(698), 12, - anon_sym_as, - anon_sym_fn, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - [46749] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(758), 20, + ACTIONS(686), 12, anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -45682,174 +43521,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(756), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [46807] = 30, + [43832] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(1122), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(1124), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(1126), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(1128), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(1130), 1, + ACTIONS(391), 1, anon_sym_fn, - ACTIONS(1132), 1, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(1134), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(1138), 1, + ACTIONS(397), 1, + anon_sym_echo, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(1140), 1, - anon_sym_assert, - ACTIONS(1142), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(1144), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(1150), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(1152), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(1154), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1184), 1, - anon_sym_echo, - ACTIONS(1550), 1, + ACTIONS(1486), 1, sym_float, - STATE(15), 1, + STATE(199), 1, sym_identifier, - STATE(50), 1, + STATE(217), 1, sym_tuple, - STATE(72), 1, + STATE(218), 1, sym_anonymous_function, - STATE(1630), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1836), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1889), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(73), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(1148), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(23), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(127), 11, + STATE(520), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [46917] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(730), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(728), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [46975] = 4, + [43940] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(734), 20, + ACTIONS(768), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -45870,7 +43627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(732), 26, + ACTIONS(766), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -45897,174 +43654,92 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [47033] = 30, + [43998] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(379), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(383), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(27), 1, + ACTIONS(389), 1, anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(393), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(395), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(397), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(399), 1, anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, + ACTIONS(407), 1, anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1552), 1, + ACTIONS(1488), 1, sym_float, - STATE(57), 1, + STATE(199), 1, sym_identifier, - STATE(124), 1, - sym_anonymous_function, - STATE(125), 1, + STATE(217), 1, sym_tuple, - STATE(1639), 1, - sym__maybe_function_expression, - STATE(1906), 1, - sym__maybe_record_expression, - STATE(1907), 1, - sym__maybe_tuple_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(39), 2, - sym_constructor_name, - sym_remote_constructor_name, - STATE(126), 2, - sym_record, - sym_record_update, - ACTIONS(57), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(62), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(164), 11, - sym__expression_unit, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_assert, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [47143] = 30, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - ACTIONS(21), 1, - anon_sym_POUND, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(25), 1, - anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, - anon_sym_todo, - ACTIONS(35), 1, - anon_sym_panic, - ACTIONS(37), 1, - anon_sym_echo, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(43), 1, - anon_sym_assert, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, - anon_sym_DQUOTE, - ACTIONS(61), 1, - sym__name, - ACTIONS(63), 1, - sym__upname, - ACTIONS(978), 1, - anon_sym_fn, - ACTIONS(1554), 1, - sym_float, - ACTIONS(1558), 1, - sym__decimal, - STATE(57), 1, - sym_identifier, - STATE(124), 1, + STATE(218), 1, sym_anonymous_function, - STATE(125), 1, - sym_tuple, - STATE(1639), 1, + STATE(1701), 1, sym__maybe_function_expression, - STATE(1906), 1, + STATE(1758), 1, sym__maybe_record_expression, - STATE(1907), 1, + STATE(1794), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(39), 2, + STATE(195), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(126), 2, + STATE(216), 2, sym_record, sym_record_update, - ACTIONS(1556), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(62), 5, + STATE(200), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(177), 11, + STATE(518), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, sym_echo, sym_list, sym__expression_bit_string, - sym_assert, sym_boolean_negation, sym_integer_negation, sym_string, sym_integer, - [47253] = 4, + [44106] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(742), 20, - anon_sym_as, + ACTIONS(712), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -46084,7 +43759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(740), 26, + ACTIONS(710), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -46111,23 +43786,59 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [47311] = 4, + [44163] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, + anon_sym_AMP_AMP, + ACTIONS(1504), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(798), 20, - anon_sym_as, + ACTIONS(1490), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1492), 2, anon_sym_DASH, - anon_sym_fn, + anon_sym_PLUS, + ACTIONS(1498), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1506), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1500), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(1502), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1508), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(698), 11, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(700), 11, + anon_sym_fn, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -46138,50 +43849,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(796), 26, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + [44240] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1494), 1, anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, anon_sym_AMP_AMP, + ACTIONS(1504), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1490), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1492), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1498), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(1506), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1500), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1502), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(1508), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(774), 11, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [47369] = 4, + ACTIONS(776), 11, + anon_sym_fn, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + [44317] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(794), 20, - anon_sym_as, + ACTIONS(1490), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1492), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1506), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1508), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 15, anon_sym_fn, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -46192,7 +43948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(792), 26, + ACTIONS(710), 20, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -46207,35 +43963,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [47427] = 4, + [44382] = 9, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1504), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(686), 20, - anon_sym_as, + ACTIONS(1490), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1492), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1506), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1508), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 15, anon_sym_fn, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -46246,7 +44007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(684), 26, + ACTIONS(710), 19, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -46260,59 +44021,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [44449] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, + anon_sym_AMP_AMP, + ACTIONS(1504), 1, anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1490), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1492), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1498), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1506), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(1500), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1502), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1508), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(684), 11, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [47485] = 14, + ACTIONS(686), 11, + anon_sym_fn, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + [44526] = 14, ACTIONS(3), 1, sym_module_comment, ACTIONS(1494), 1, - anon_sym_PIPE_GT, - ACTIONS(1502), 1, - anon_sym_AMP_AMP, - ACTIONS(1518), 1, anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, + anon_sym_AMP_AMP, + ACTIONS(1504), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1486), 2, + ACTIONS(1490), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1488), 2, + ACTIONS(1492), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1490), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1500), 2, + ACTIONS(1498), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1492), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(1496), 4, + ACTIONS(1506), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1500), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1498), 4, + ACTIONS(1502), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(736), 11, + ACTIONS(1508), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(810), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -46324,8 +44141,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(738), 12, - anon_sym_as, + ACTIONS(812), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -46337,44 +44153,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [47563] = 13, + [44603] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1564), 1, - anon_sym_AMP_AMP, - ACTIONS(1572), 1, + ACTIONS(1504), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, + ACTIONS(1490), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1562), 2, + ACTIONS(1492), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1566), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1574), 2, + ACTIONS(1506), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1568), 4, + ACTIONS(1500), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1570), 4, + ACTIONS(1502), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, + ACTIONS(1508), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(758), 11, + ACTIONS(712), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -46386,59 +44197,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(756), 12, + ACTIONS(710), 15, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [47638] = 14, + [44674] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1564), 1, + ACTIONS(1494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, anon_sym_AMP_AMP, - ACTIONS(1572), 1, + ACTIONS(1504), 1, anon_sym_PIPE_GT, - ACTIONS(1578), 1, - anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, + ACTIONS(1490), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1562), 2, + ACTIONS(1492), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1566), 2, + ACTIONS(1498), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1574), 2, + ACTIONS(1506), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1568), 4, + ACTIONS(1500), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1570), 4, + ACTIONS(1502), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, + ACTIONS(1508), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(844), 11, + ACTIONS(726), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -46450,7 +44264,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(846), 11, + ACTIONS(728), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -46462,82 +44276,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [47715] = 11, + [44751] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1572), 1, + ACTIONS(1494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, + anon_sym_AMP_AMP, + ACTIONS(1504), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, + ACTIONS(1490), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1562), 2, + ACTIONS(1492), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1574), 2, + ACTIONS(1498), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1506), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1568), 4, + ACTIONS(1500), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1570), 4, + ACTIONS(1502), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, + ACTIONS(1508), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(758), 11, - anon_sym_fn, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(756), 15, + ACTIONS(750), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [47786] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(758), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(752), 11, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -46548,131 +44339,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(756), 26, + [44828] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, sym__upname, - [47843] = 9, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1572), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1560), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1562), 2, + ACTIONS(1182), 1, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1574), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1576), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 15, - anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, + ACTIONS(1184), 1, anon_sym_todo, + ACTIONS(1186), 1, anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(1188), 1, anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(756), 19, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_DQUOTE, + ACTIONS(1190), 1, sym_float, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1677), 1, + sym_expression_bit_string_segment, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1886), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [47910] = 14, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1428), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [44937] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1564), 1, + ACTIONS(1494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, anon_sym_AMP_AMP, - ACTIONS(1572), 1, + ACTIONS(1504), 1, anon_sym_PIPE_GT, - ACTIONS(1578), 1, - anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, + ACTIONS(1490), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1562), 2, + ACTIONS(1492), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1566), 2, + ACTIONS(1498), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1574), 2, + ACTIONS(1506), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1568), 4, + ACTIONS(1500), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1570), 4, + ACTIONS(1502), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, + ACTIONS(1508), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(874), 11, + ACTIONS(806), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -46684,7 +44469,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(876), 11, + ACTIONS(808), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -46696,46 +44481,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [47987] = 14, + [45014] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1564), 1, + ACTIONS(1494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, anon_sym_AMP_AMP, - ACTIONS(1572), 1, + ACTIONS(1504), 1, anon_sym_PIPE_GT, - ACTIONS(1578), 1, - anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, + ACTIONS(1490), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1562), 2, + ACTIONS(1492), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1566), 2, + ACTIONS(1498), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1574), 2, + ACTIONS(1506), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1568), 4, + ACTIONS(1500), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1570), 4, + ACTIONS(1502), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, + ACTIONS(1508), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(764), 11, + ACTIONS(746), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -46747,7 +44532,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(766), 11, + ACTIONS(748), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -46759,101 +44544,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [48064] = 6, + [45091] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, + anon_sym_AMP_AMP, + ACTIONS(1504), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, + ACTIONS(1490), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1576), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 17, + ACTIONS(1492), 2, anon_sym_DASH, - anon_sym_fn, + anon_sym_PLUS, + ACTIONS(1498), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1506), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1500), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(756), 22, + ACTIONS(1502), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1508), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(798), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [48125] = 14, + ACTIONS(800), 11, + anon_sym_fn, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + [45168] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1564), 1, + ACTIONS(1494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, anon_sym_AMP_AMP, - ACTIONS(1572), 1, + ACTIONS(1504), 1, anon_sym_PIPE_GT, - ACTIONS(1578), 1, - anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, + ACTIONS(1490), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1562), 2, + ACTIONS(1492), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1566), 2, + ACTIONS(1498), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1574), 2, + ACTIONS(1506), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1568), 4, + ACTIONS(1500), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1570), 4, + ACTIONS(1502), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, + ACTIONS(1508), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(768), 11, + ACTIONS(802), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -46865,7 +44658,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(770), 11, + ACTIONS(804), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -46877,32 +44670,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [48202] = 8, + [45245] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1496), 1, + anon_sym_AMP_AMP, + ACTIONS(1504), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, + ACTIONS(1490), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1562), 2, + ACTIONS(1492), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1574), 2, + ACTIONS(1498), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1506), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1576), 4, + ACTIONS(1500), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1502), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1508), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(758), 15, + ACTIONS(712), 11, anon_sym_fn, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -46913,64 +44719,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(756), 20, + ACTIONS(710), 12, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [48267] = 12, + [45320] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1572), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, + ACTIONS(712), 19, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1562), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1566), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1574), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1568), 4, + anon_sym_fn, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1570), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 11, - anon_sym_fn, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -46981,7 +44758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(756), 13, + ACTIONS(710), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -46989,83 +44766,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [48340] = 14, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1564), 1, - anon_sym_AMP_AMP, - ACTIONS(1572), 1, - anon_sym_PIPE_GT, - ACTIONS(1578), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1560), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1562), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1566), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1574), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1568), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1570), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(838), 11, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(840), 11, - anon_sym_fn, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - [48417] = 4, + [45377] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(758), 19, + ACTIONS(1490), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1508), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 17, anon_sym_DASH, anon_sym_fn, anon_sym_LT, @@ -47073,7 +44807,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, - anon_sym_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -47084,7 +44817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(756), 26, + ACTIONS(710), 22, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -47101,68 +44834,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [48474] = 14, + [45438] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1564), 1, - anon_sym_AMP_AMP, - ACTIONS(1572), 1, + ACTIONS(1504), 1, anon_sym_PIPE_GT, - ACTIONS(1578), 1, - anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, + ACTIONS(1490), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1562), 2, + ACTIONS(1492), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1566), 2, + ACTIONS(1498), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1574), 2, + ACTIONS(1506), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1568), 4, + ACTIONS(1500), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1570), 4, + ACTIONS(1502), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, + ACTIONS(1508), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(736), 11, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(738), 11, + ACTIONS(712), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -47174,2131 +44887,1416 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [48551] = 14, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1564), 1, - anon_sym_AMP_AMP, - ACTIONS(1572), 1, - anon_sym_PIPE_GT, - ACTIONS(1578), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1560), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1562), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1566), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1574), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1568), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1570), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(810), 11, + ACTIONS(710), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(812), 11, - anon_sym_fn, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - [48628] = 14, + [45511] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1564), 1, - anon_sym_AMP_AMP, - ACTIONS(1572), 1, - anon_sym_PIPE_GT, - ACTIONS(1578), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1560), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1562), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1566), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1574), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1568), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1570), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(696), 11, + ACTIONS(379), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(698), 11, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, anon_sym_fn, + ACTIONS(393), 1, anon_sym_todo, + ACTIONS(395), 1, anon_sym_panic, + ACTIONS(397), 1, anon_sym_echo, + ACTIONS(399), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(407), 1, anon_sym_BANG, - sym__decimal, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(417), 1, sym__name, - [48705] = 14, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1564), 1, - anon_sym_AMP_AMP, - ACTIONS(1572), 1, - anon_sym_PIPE_GT, - ACTIONS(1578), 1, - anon_sym_PIPE_PIPE, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1510), 1, + sym_float, + ACTIONS(1514), 1, + sym__decimal, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1794), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1560), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1562), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1566), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1574), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1568), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1570), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(1576), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(856), 11, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(1512), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(242), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [45617] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(409), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, sym__upname, - ACTIONS(858), 11, - anon_sym_fn, + ACTIONS(1182), 1, + anon_sym_DASH, + ACTIONS(1184), 1, anon_sym_todo, + ACTIONS(1186), 1, anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(1188), 1, anon_sym_BANG, - sym__decimal, - sym__name, - [48782] = 4, - ACTIONS(3), 1, - sym_module_comment, + ACTIONS(1516), 1, + sym_float, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1886), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(507), 10, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_EQ, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(505), 33, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_external, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - sym_visibility_modifier, - sym_opacity_modifier, - [48837] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(526), 10, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_EQ, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(524), 33, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_external, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - sym_visibility_modifier, - sym_opacity_modifier, - [48892] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(399), 10, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_EQ, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(397), 33, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_external, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - sym_visibility_modifier, - sym_opacity_modifier, - [48947] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(548), 10, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_EQ, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(546), 33, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_external, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - sym_visibility_modifier, - sym_opacity_modifier, - [49002] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(682), 9, - anon_sym_SLASH, - anon_sym_EQ, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(680), 32, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_external, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - sym_visibility_modifier, - sym_opacity_modifier, - [49055] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(534), 9, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(532), 32, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_external, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - sym_visibility_modifier, - sym_opacity_modifier, - [49108] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(588), 9, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(586), 32, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_external, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - sym_visibility_modifier, - sym_opacity_modifier, - [49161] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(686), 9, - anon_sym_SLASH, - anon_sym_EQ, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(684), 32, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_external, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - sym_visibility_modifier, - sym_opacity_modifier, - [49214] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(544), 9, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(542), 32, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_external, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - sym_visibility_modifier, - sym_opacity_modifier, - [49267] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1580), 1, - anon_sym_LPAREN, - STATE(590), 1, - sym_arguments, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(383), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(381), 26, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [49322] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(399), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(397), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [49372] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(562), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(560), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [49422] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(544), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(542), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [49472] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(574), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(572), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [49522] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(513), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(389), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(387), 25, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [49576] = 4, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(226), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [45723] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(538), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(536), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(1006), 1, + anon_sym_LBRACE, + ACTIONS(1008), 1, anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_LBRACK, + ACTIONS(1012), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [49626] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(1582), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(389), 11, - anon_sym_SLASH, + ACTIONS(1014), 1, anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(387), 25, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(1016), 1, + anon_sym_fn, + ACTIONS(1018), 1, + anon_sym_todo, + ACTIONS(1020), 1, + anon_sym_panic, + ACTIONS(1024), 1, + anon_sym_case, + ACTIONS(1026), 1, + anon_sym_BANG, + ACTIONS(1028), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [49680] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(507), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, + ACTIONS(1036), 1, sym__name, - ACTIONS(505), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(1038), 1, sym__upname, - [49730] = 4, - ACTIONS(3), 1, - sym_module_comment, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1518), 1, + sym_float, + ACTIONS(1522), 1, + sym__decimal, + STATE(260), 1, + sym_identifier, + STATE(297), 1, + sym_tuple, + STATE(327), 1, + sym_anonymous_function, + STATE(1634), 1, + sym__maybe_function_expression, + STATE(1811), 1, + sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(584), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(582), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(224), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(302), 2, + sym_record, + sym_record_update, + ACTIONS(1520), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [49780] = 4, + STATE(261), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(500), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [45829] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(592), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(590), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(191), 1, + anon_sym_fn, + ACTIONS(193), 1, + anon_sym_todo, + ACTIONS(195), 1, + anon_sym_panic, + ACTIONS(197), 1, + anon_sym_echo, + ACTIONS(199), 1, + anon_sym_case, + ACTIONS(1154), 1, anon_sym_POUND, + ACTIONS(1156), 1, anon_sym_LBRACK, + ACTIONS(1158), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [49830] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(596), 11, - anon_sym_SLASH, + ACTIONS(1160), 1, anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(1164), 1, + anon_sym_BANG, + ACTIONS(1166), 1, + anon_sym_DQUOTE, + ACTIONS(1172), 1, sym__decimal, - sym__discard_name, + ACTIONS(1174), 1, sym__name, - ACTIONS(594), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(1176), 1, sym__upname, - [49880] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1586), 1, - anon_sym_LPAREN, - ACTIONS(1588), 1, - anon_sym_as, + ACTIONS(1524), 1, + sym_float, + STATE(562), 1, + sym_identifier, + STATE(583), 1, + sym_tuple, + STATE(585), 1, + sym_anonymous_function, + STATE(1674), 1, + sym__maybe_function_expression, + STATE(1774), 1, + sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(640), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(638), 25, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(555), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(581), 2, + sym_record, + sym_record_update, + ACTIONS(1170), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [49934] = 4, + STATE(564), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(608), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [45935] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(518), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(516), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(379), 1, + anon_sym_LBRACE, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(409), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, sym__upname, - [49984] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(570), 11, - anon_sym_SLASH, + ACTIONS(1182), 1, anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(568), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, + ACTIONS(1184), 1, + anon_sym_todo, + ACTIONS(1186), 1, + anon_sym_panic, + ACTIONS(1188), 1, + anon_sym_BANG, + ACTIONS(1510), 1, sym_float, + ACTIONS(1514), 1, + sym__decimal, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1886), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(1512), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50034] = 4, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(242), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [46041] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(526), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(524), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, sym__upname, - [50084] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1592), 1, - anon_sym_LPAREN, - STATE(615), 1, - sym_constant_record_arguments, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1594), 8, - anon_sym_SLASH, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(1590), 28, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [50138] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1596), 1, - anon_sym_LPAREN, - ACTIONS(1598), 1, - anon_sym_as, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1526), 1, + sym_float, + ACTIONS(1530), 1, + sym__decimal, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(646), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(644), 25, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(1528), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50192] = 4, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(767), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [46147] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(548), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(546), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(1006), 1, + anon_sym_LBRACE, + ACTIONS(1008), 1, anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_LBRACK, + ACTIONS(1012), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(1014), 1, + anon_sym_DASH, + ACTIONS(1016), 1, + anon_sym_fn, + ACTIONS(1018), 1, + anon_sym_todo, + ACTIONS(1020), 1, + anon_sym_panic, + ACTIONS(1024), 1, + anon_sym_case, + ACTIONS(1026), 1, + anon_sym_BANG, + ACTIONS(1028), 1, anon_sym_DQUOTE, + ACTIONS(1034), 1, + sym__decimal, + ACTIONS(1036), 1, + sym__name, + ACTIONS(1038), 1, + sym__upname, + ACTIONS(1194), 1, + anon_sym_echo, + ACTIONS(1532), 1, sym_float, + STATE(260), 1, + sym_identifier, + STATE(297), 1, + sym_tuple, + STATE(327), 1, + sym_anonymous_function, + STATE(1634), 1, + sym__maybe_function_expression, + STATE(1811), 1, + sym__maybe_tuple_expression, + STATE(1816), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(224), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(302), 2, + sym_record, + sym_record_update, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50242] = 4, + STATE(261), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(449), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [46253] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(558), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(556), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(213), 1, + anon_sym_LBRACE, + ACTIONS(215), 1, anon_sym_POUND, + ACTIONS(217), 1, anon_sym_LBRACK, + ACTIONS(219), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(221), 1, + anon_sym_fn, + ACTIONS(223), 1, + anon_sym_todo, + ACTIONS(225), 1, + anon_sym_panic, + ACTIONS(227), 1, + anon_sym_echo, + ACTIONS(229), 1, + anon_sym_case, + ACTIONS(233), 1, anon_sym_DQUOTE, + ACTIONS(241), 1, + sym__name, + ACTIONS(243), 1, + sym__upname, + ACTIONS(1108), 1, + anon_sym_DASH, + ACTIONS(1112), 1, + anon_sym_BANG, + ACTIONS(1534), 1, sym_float, + ACTIONS(1538), 1, + sym__decimal, + STATE(899), 1, + sym_identifier, + STATE(932), 1, + sym_tuple, + STATE(934), 1, + sym_anonymous_function, + STATE(1714), 1, + sym__maybe_function_expression, + STATE(1755), 1, + sym__maybe_tuple_expression, + STATE(1838), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(858), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(931), 2, + sym_record, + sym_record_update, + ACTIONS(1536), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50292] = 4, + STATE(900), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(971), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [46359] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(534), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(532), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(21), 1, anon_sym_POUND, + ACTIONS(23), 1, anon_sym_LBRACK, + ACTIONS(25), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, + anon_sym_todo, + ACTIONS(35), 1, + anon_sym_panic, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, + anon_sym_case, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, + ACTIONS(59), 1, + sym__decimal, + ACTIONS(61), 1, + sym__name, + ACTIONS(63), 1, + sym__upname, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1540), 1, sym_float, + STATE(54), 1, + sym_identifier, + STATE(84), 1, + sym_tuple, + STATE(117), 1, + sym_anonymous_function, + STATE(1623), 1, + sym__maybe_function_expression, + STATE(1864), 1, + sym__maybe_record_expression, + STATE(1866), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(41), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(118), 2, + sym_record, + sym_record_update, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50342] = 4, + STATE(55), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(160), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [46465] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(552), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(550), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(213), 1, + anon_sym_LBRACE, + ACTIONS(215), 1, anon_sym_POUND, + ACTIONS(217), 1, anon_sym_LBRACK, + ACTIONS(219), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(221), 1, + anon_sym_fn, + ACTIONS(223), 1, + anon_sym_todo, + ACTIONS(225), 1, + anon_sym_panic, + ACTIONS(227), 1, + anon_sym_echo, + ACTIONS(229), 1, + anon_sym_case, + ACTIONS(233), 1, anon_sym_DQUOTE, + ACTIONS(239), 1, + sym__decimal, + ACTIONS(241), 1, + sym__name, + ACTIONS(243), 1, + sym__upname, + ACTIONS(1108), 1, + anon_sym_DASH, + ACTIONS(1112), 1, + anon_sym_BANG, + ACTIONS(1542), 1, sym_float, + STATE(899), 1, + sym_identifier, + STATE(932), 1, + sym_tuple, + STATE(934), 1, + sym_anonymous_function, + STATE(1714), 1, + sym__maybe_function_expression, + STATE(1755), 1, + sym__maybe_tuple_expression, + STATE(1838), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(858), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(931), 2, + sym_record, + sym_record_update, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50392] = 4, + STATE(900), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(972), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [46571] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(588), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(586), 27, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(379), 1, + anon_sym_LBRACE, + ACTIONS(383), 1, anon_sym_POUND, + ACTIONS(385), 1, anon_sym_LBRACK, + ACTIONS(387), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(389), 1, + anon_sym_DASH, + ACTIONS(391), 1, + anon_sym_fn, + ACTIONS(393), 1, + anon_sym_todo, + ACTIONS(395), 1, + anon_sym_panic, + ACTIONS(397), 1, + anon_sym_echo, + ACTIONS(399), 1, + anon_sym_case, + ACTIONS(407), 1, + anon_sym_BANG, + ACTIONS(409), 1, anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1516), 1, sym_float, + STATE(199), 1, + sym_identifier, + STATE(217), 1, + sym_tuple, + STATE(218), 1, + sym_anonymous_function, + STATE(1701), 1, + sym__maybe_function_expression, + STATE(1758), 1, + sym__maybe_record_expression, + STATE(1794), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(195), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(216), 2, + sym_record, + sym_record_update, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50442] = 4, + STATE(200), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(226), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [46677] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(630), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(628), 26, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1544), 1, sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50491] = 4, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(769), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [46783] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(622), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(620), 26, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(21), 1, anon_sym_POUND, + ACTIONS(23), 1, anon_sym_LBRACK, + ACTIONS(25), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, + anon_sym_todo, + ACTIONS(35), 1, + anon_sym_panic, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, + anon_sym_case, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, + ACTIONS(61), 1, + sym__name, + ACTIONS(63), 1, + sym__upname, + ACTIONS(1086), 1, + anon_sym_fn, + ACTIONS(1546), 1, sym_float, + ACTIONS(1550), 1, + sym__decimal, + STATE(54), 1, + sym_identifier, + STATE(84), 1, + sym_tuple, + STATE(117), 1, + sym_anonymous_function, + STATE(1623), 1, + sym__maybe_function_expression, + STATE(1864), 1, + sym__maybe_record_expression, + STATE(1866), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(41), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(118), 2, + sym_record, + sym_record_update, + ACTIONS(1548), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50540] = 4, + STATE(55), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(153), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [46889] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(626), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(624), 26, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, + sym__upname, + ACTIONS(203), 1, + anon_sym_todo, + ACTIONS(205), 1, + anon_sym_panic, + ACTIONS(207), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1544), 1, sym_float, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50589] = 4, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(769), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [46995] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(610), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(608), 26, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, anon_sym_POUND, + ACTIONS(161), 1, anon_sym_LBRACK, + ACTIONS(163), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(165), 1, + anon_sym_fn, + ACTIONS(167), 1, + anon_sym_todo, + ACTIONS(169), 1, + anon_sym_panic, + ACTIONS(171), 1, + anon_sym_echo, + ACTIONS(173), 1, + anon_sym_case, + ACTIONS(177), 1, anon_sym_DQUOTE, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1526), 1, sym_float, + ACTIONS(1530), 1, + sym__decimal, + STATE(652), 1, + sym_identifier, + STATE(675), 1, + sym_tuple, + STATE(676), 1, + sym_anonymous_function, + STATE(1688), 1, + sym__maybe_function_expression, + STATE(1792), 1, + sym__maybe_record_expression, + STATE(1799), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(641), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(674), 2, + sym_record, + sym_record_update, + ACTIONS(1528), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50638] = 4, + STATE(650), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(767), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [47101] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(606), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(604), 26, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(966), 1, + anon_sym_LBRACE, + ACTIONS(968), 1, anon_sym_POUND, + ACTIONS(970), 1, anon_sym_LBRACK, + ACTIONS(972), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(974), 1, + anon_sym_DASH, + ACTIONS(976), 1, + anon_sym_fn, + ACTIONS(978), 1, + anon_sym_todo, + ACTIONS(980), 1, + anon_sym_panic, + ACTIONS(984), 1, + anon_sym_case, + ACTIONS(986), 1, + anon_sym_BANG, + ACTIONS(988), 1, anon_sym_DQUOTE, + ACTIONS(996), 1, + sym__name, + ACTIONS(998), 1, + sym__upname, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1552), 1, sym_float, + ACTIONS(1556), 1, + sym__decimal, + STATE(20), 1, + sym_identifier, + STATE(59), 1, + sym_tuple, + STATE(65), 1, + sym_anonymous_function, + STATE(1605), 1, + sym__maybe_function_expression, + STATE(1805), 1, + sym__maybe_record_expression, + STATE(1847), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(14), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(58), 2, + sym_record, + sym_record_update, + ACTIONS(1554), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50687] = 4, + STATE(33), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(90), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [47207] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(602), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(600), 26, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(966), 1, + anon_sym_LBRACE, + ACTIONS(968), 1, anon_sym_POUND, + ACTIONS(970), 1, anon_sym_LBRACK, + ACTIONS(972), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(974), 1, + anon_sym_DASH, + ACTIONS(976), 1, + anon_sym_fn, + ACTIONS(978), 1, + anon_sym_todo, + ACTIONS(980), 1, + anon_sym_panic, + ACTIONS(984), 1, + anon_sym_case, + ACTIONS(986), 1, + anon_sym_BANG, + ACTIONS(988), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(994), 1, + sym__decimal, + ACTIONS(996), 1, + sym__name, + ACTIONS(998), 1, sym__upname, - [50736] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(598), 1, - anon_sym_DOT, + ACTIONS(1227), 1, + anon_sym_echo, + ACTIONS(1558), 1, + sym_float, + STATE(20), 1, + sym_identifier, + STATE(59), 1, + sym_tuple, + STATE(65), 1, + sym_anonymous_function, + STATE(1605), 1, + sym__maybe_function_expression, + STATE(1805), 1, + sym__maybe_record_expression, + STATE(1847), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(387), 25, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(14), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(58), 2, + sym_record, + sym_record_update, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50787] = 4, + STATE(33), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(88), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [47313] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(614), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(612), 26, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(191), 1, + anon_sym_fn, + ACTIONS(193), 1, + anon_sym_todo, + ACTIONS(195), 1, + anon_sym_panic, + ACTIONS(197), 1, + anon_sym_echo, + ACTIONS(199), 1, + anon_sym_case, + ACTIONS(1154), 1, anon_sym_POUND, + ACTIONS(1156), 1, anon_sym_LBRACK, + ACTIONS(1158), 1, anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, + ACTIONS(1160), 1, + anon_sym_DASH, + ACTIONS(1164), 1, + anon_sym_BANG, + ACTIONS(1166), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(1174), 1, + sym__name, + ACTIONS(1176), 1, sym__upname, - [50836] = 4, - ACTIONS(3), 1, - sym_module_comment, + ACTIONS(1560), 1, + sym_float, + ACTIONS(1564), 1, + sym__decimal, + STATE(562), 1, + sym_identifier, + STATE(583), 1, + sym_tuple, + STATE(585), 1, + sym_anonymous_function, + STATE(1674), 1, + sym__maybe_function_expression, + STATE(1774), 1, + sym__maybe_tuple_expression, + STATE(1827), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(634), 11, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(632), 26, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, + STATE(555), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(581), 2, + sym_record, + sym_record_update, + ACTIONS(1562), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [50885] = 5, + STATE(564), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(589), 10, + sym__expression_unit, + sym_todo, + sym_panic, + sym_echo, + sym_list, + sym__expression_bit_string, + sym_boolean_negation, + sym_integer_negation, + sym_string, + sym_integer, + [47419] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(636), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 11, + ACTIONS(588), 10, + anon_sym_DOT, anon_sym_SLASH, + anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -49306,14 +46304,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(387), 25, + ACTIONS(586), 33, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_import, + anon_sym_as, + anon_sym_type, + anon_sym_const, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_fn, + anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -49329,22 +46335,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [50936] = 5, + anon_sym_DOT_DOT, + sym_visibility_modifier, + sym_opacity_modifier, + [47474] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 11, + ACTIONS(556), 10, + anon_sym_DOT, anon_sym_SLASH, + anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -49352,149 +46355,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(387), 25, + ACTIONS(554), 33, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [50987] = 14, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1604), 1, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_import, + anon_sym_as, + anon_sym_type, + anon_sym_const, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_fn, + anon_sym_external, anon_sym_PIPE_PIPE, - ACTIONS(1606), 1, anon_sym_AMP_AMP, - ACTIONS(1614), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1600), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1608), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1616), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(770), 3, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(1610), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1612), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1618), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(768), 10, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [51055] = 12, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1614), 1, anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1600), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1608), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1616), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(758), 3, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(1610), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1612), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(1618), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 12, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [51119] = 4, + anon_sym_DOT_DOT, + sym_visibility_modifier, + sym_opacity_modifier, + [47529] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1622), 8, + ACTIONS(564), 10, + anon_sym_DOT, anon_sym_SLASH, + anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -49502,19 +46406,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1620), 28, + ACTIONS(562), 33, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, anon_sym_fn, - anon_sym_DASH_GT, anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -49524,21 +46430,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [51167] = 4, + [47584] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1626), 8, + ACTIONS(568), 10, + anon_sym_DOT, anon_sym_SLASH, + anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -49546,19 +46457,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1624), 28, + ACTIONS(566), 33, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, anon_sym_fn, - anon_sym_DASH_GT, anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -49568,21 +46481,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [51215] = 4, + [47639] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1630), 8, + ACTIONS(724), 9, anon_sym_SLASH, + anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -49590,19 +46507,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1628), 28, + ACTIONS(722), 32, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, anon_sym_fn, - anon_sym_DASH_GT, anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -49612,20 +46530,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [51263] = 4, + [47692] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1634), 8, + ACTIONS(515), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49634,9 +46556,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1632), 28, + ACTIONS(513), 32, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -49646,7 +46570,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_GT_GT, anon_sym_fn, - anon_sym_DASH_GT, anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -49656,20 +46579,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [51311] = 4, + [47745] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1638), 8, + ACTIONS(572), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49678,9 +46605,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1636), 28, + ACTIONS(570), 32, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -49690,7 +46619,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_GT_GT, anon_sym_fn, - anon_sym_DASH_GT, anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -49700,21 +46628,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [51359] = 4, + [47798] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1642), 8, + ACTIONS(652), 9, anon_sym_SLASH, + anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -49722,19 +46654,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1640), 28, + ACTIONS(650), 32, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, anon_sym_fn, - anon_sym_DASH_GT, anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -49744,20 +46677,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [51407] = 4, + [47851] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(794), 11, + ACTIONS(525), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49766,14 +46703,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(792), 25, + ACTIONS(523), 32, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_fn, + anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -49789,19 +46733,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [51455] = 4, + anon_sym_DOT_DOT, + sym_visibility_modifier, + sym_opacity_modifier, + [47904] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1566), 1, + anon_sym_LPAREN, + STATE(578), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(798), 11, + ACTIONS(375), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49813,8 +46758,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(796), 25, + ACTIONS(373), 26, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -49839,13 +46785,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51503] = 4, + [47959] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1570), 1, + anon_sym_LPAREN, + STATE(611), 1, + sym_constant_record_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1646), 8, + ACTIONS(1572), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49854,7 +46804,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1644), 28, + ACTIONS(1568), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -49883,13 +46833,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [51551] = 4, + [48013] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(803), 11, + ACTIONS(572), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49901,8 +46851,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(800), 25, + ACTIONS(570), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -49927,13 +46879,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51599] = 4, + [48063] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1650), 8, + ACTIONS(584), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49942,20 +46894,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1648), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(582), 27, anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -49964,20 +46912,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [51647] = 4, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [48113] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(808), 11, + ACTIONS(578), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49989,8 +46943,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(806), 25, + ACTIONS(576), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -50015,89 +46971,31 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51695] = 14, + [48163] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1604), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1606), 1, - anon_sym_AMP_AMP, - ACTIONS(1614), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 2, + ACTIONS(552), 11, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1608), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1616), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(698), 3, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(1610), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1612), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(1618), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(696), 10, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(550), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [51763] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1654), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(1652), 28, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -50106,74 +47004,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [51811] = 14, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1604), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1606), 1, - anon_sym_AMP_AMP, - ACTIONS(1614), 1, anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1600), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1608), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1616), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(812), 3, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(1610), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1612), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(1618), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(810), 10, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [51879] = 4, + [48213] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1658), 8, + ACTIONS(542), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50182,20 +47032,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1656), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(540), 27, anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -50204,20 +47050,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [51927] = 4, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [48263] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(1574), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(816), 11, + ACTIONS(437), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50229,7 +47085,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(814), 25, + ACTIONS(435), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -50255,13 +47111,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51975] = 4, + [48317] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(726), 11, + ACTIONS(423), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50273,8 +47129,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(724), 25, + ACTIONS(421), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -50299,13 +47157,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [52023] = 4, + [48367] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(535), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1662), 8, + ACTIONS(437), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50314,20 +47176,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1660), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(435), 25, anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -50336,20 +47192,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [52071] = 4, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [48421] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1666), 8, + ACTIONS(588), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50358,20 +47220,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1664), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(586), 27, anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -50380,20 +47238,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [52119] = 4, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [48471] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1670), 8, + ACTIONS(433), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50402,20 +47266,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1668), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(431), 27, anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -50424,20 +47284,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [52167] = 4, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [48521] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(730), 11, + ACTIONS(548), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50449,8 +47315,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(728), 25, + ACTIONS(546), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -50475,13 +47343,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [52215] = 4, + [48571] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(734), 11, + ACTIONS(568), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50493,8 +47361,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(732), 25, + ACTIONS(566), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -50519,13 +47389,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [52263] = 4, + [48621] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 11, + ACTIONS(564), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50537,8 +47407,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(658), 25, + ACTIONS(562), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -50563,13 +47435,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [52311] = 4, + [48671] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1674), 8, + ACTIONS(556), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50578,20 +47450,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1672), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(554), 27, anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -50600,74 +47468,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [52359] = 14, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [48721] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1604), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1606), 1, - anon_sym_AMP_AMP, - ACTIONS(1614), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 2, + ACTIONS(515), 11, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1608), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1616), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(738), 3, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(1610), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1612), 4, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(513), 27, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1618), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(736), 10, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [52427] = 4, + [48771] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(742), 11, + ACTIONS(525), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50679,8 +47545,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(740), 25, + ACTIONS(523), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -50705,13 +47573,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [52475] = 4, + [48821] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(682), 11, + ACTIONS(427), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50723,8 +47591,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(680), 25, + ACTIONS(425), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -50749,13 +47619,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [52523] = 4, + [48871] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1678), 8, + ACTIONS(449), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50764,20 +47634,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1676), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(447), 27, anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -50786,20 +47652,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [52571] = 4, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [48921] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1578), 1, + anon_sym_LPAREN, + ACTIONS(1580), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(786), 11, + ACTIONS(604), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50811,7 +47687,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(784), 25, + ACTIONS(602), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -50837,13 +47713,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [52619] = 4, + [48975] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1582), 1, + anon_sym_LPAREN, + ACTIONS(1584), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(782), 11, + ACTIONS(626), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50855,7 +47735,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(780), 25, + ACTIONS(624), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -50881,13 +47761,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [52667] = 4, + [49029] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(690), 11, + ACTIONS(519), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50899,8 +47779,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(688), 25, + ACTIONS(517), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -50925,67 +47807,58 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [52715] = 14, + [49079] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1604), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1606), 1, - anon_sym_AMP_AMP, - ACTIONS(1614), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 2, + ACTIONS(632), 11, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1608), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1616), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(766), 3, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(1610), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1612), 4, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(630), 26, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1618), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(764), 10, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [52783] = 4, + [49128] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(758), 11, + ACTIONS(610), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50997,8 +47870,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(756), 25, + ACTIONS(608), 26, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -51023,13 +47897,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [52831] = 4, + [49177] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1682), 8, + ACTIONS(622), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51038,20 +47912,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1680), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(620), 26, anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -51060,38 +47929,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [52879] = 6, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [49226] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(598), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 2, + ACTIONS(437), 11, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1618), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 9, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, + anon_sym_STAR, sym__decimal, sym__discard_name, sym__name, - ACTIONS(756), 21, + ACTIONS(435), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -51107,72 +47978,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [52931] = 13, + [49277] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1606), 1, - anon_sym_AMP_AMP, - ACTIONS(1614), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 2, + ACTIONS(596), 11, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1608), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1616), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(758), 3, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(1610), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1612), 4, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(594), 26, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1618), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 11, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [49326] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(600), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(437), 11, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(435), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [52997] = 4, + [49377] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(750), 11, + ACTIONS(614), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51184,8 +48097,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(748), 25, + ACTIONS(612), 26, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -51210,13 +48124,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [53045] = 4, + [49426] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(686), 11, + ACTIONS(437), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51228,7 +48144,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(684), 25, + ACTIONS(435), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -51254,44 +48170,27 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [53093] = 11, + [49477] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1614), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 2, + ACTIONS(618), 11, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1616), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(758), 3, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(1610), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1612), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(1618), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 14, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(616), 26, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -51299,19 +48198,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [53155] = 4, + [49526] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(664), 11, + ACTIONS(636), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51323,8 +48233,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(662), 25, + ACTIONS(634), 26, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -51349,38 +48260,27 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [53203] = 9, + [49575] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1614), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 2, + ACTIONS(648), 11, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1616), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1618), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 7, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, sym__decimal, sym__discard_name, sym__name, - ACTIONS(756), 18, + ACTIONS(646), 26, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -51392,41 +48292,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [53261] = 8, + [49624] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 2, + ACTIONS(690), 11, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1616), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1618), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 7, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, sym__decimal, sym__discard_name, sym__name, - ACTIONS(756), 19, + ACTIONS(688), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -51440,19 +48337,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [53317] = 4, + [49672] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(758), 11, + ACTIONS(756), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51464,7 +48367,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(756), 25, + ACTIONS(754), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -51490,13 +48393,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [53365] = 4, + [49720] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1686), 8, + ACTIONS(1588), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51505,7 +48408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1684), 28, + ACTIONS(1586), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -51534,121 +48437,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [53413] = 14, + [49768] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1604), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1606), 1, - anon_sym_AMP_AMP, - ACTIONS(1614), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 2, + ACTIONS(772), 11, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1608), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1616), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(1690), 3, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(1610), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1612), 4, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(770), 25, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1618), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(1688), 10, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [53481] = 14, + [49816] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1604), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1606), 1, - anon_sym_AMP_AMP, - ACTIONS(1614), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 2, + ACTIONS(1592), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1602), 2, anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, anon_sym_PLUS, - ACTIONS(1608), 2, + anon_sym_STAR, + ACTIONS(1590), 28, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_fn, + anon_sym_DASH_GT, + anon_sym_external, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1616), 2, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1694), 3, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(1610), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + sym_visibility_modifier, + sym_opacity_modifier, + [49864] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(708), 11, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1612), 4, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(706), 25, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1618), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(1692), 10, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [53549] = 4, + [49912] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(754), 11, + ACTIONS(704), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51660,7 +48587,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(752), 25, + ACTIONS(702), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -51686,13 +48613,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [53597] = 4, + [49960] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(790), 11, + ACTIONS(695), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51704,7 +48631,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(788), 25, + ACTIONS(692), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -51730,13 +48657,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [53645] = 4, + [50008] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1698), 8, + ACTIONS(1596), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51745,7 +48672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1696), 28, + ACTIONS(1594), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -51774,239 +48701,429 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [53693] = 6, + [50056] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1704), 1, - anon_sym_SLASH, - STATE(647), 1, - aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1700), 14, - ts_builtin_sym_end, - anon_sym_LBRACE, + ACTIONS(1600), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1598), 28, + anon_sym_RBRACE, anon_sym_AT, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(1702), 19, - anon_sym_if, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, - anon_sym_DASH, + anon_sym_RBRACK, + anon_sym_GT_GT, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - sym__decimal, - sym__name, - [53744] = 6, + [50104] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1704), 1, - anon_sym_SLASH, - STATE(645), 1, - aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1706), 14, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_DOT, + ACTIONS(744), 11, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(742), 25, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1708), 19, - anon_sym_if, + [50152] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1604), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1602), 28, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, - anon_sym_DASH, + anon_sym_RBRACK, + anon_sym_GT_GT, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - sym__decimal, - sym__name, - [53795] = 6, + [50200] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1714), 1, - anon_sym_SLASH, - STATE(647), 1, - aux_sym_module_repeat1, + ACTIONS(1612), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1614), 1, + anon_sym_AMP_AMP, + ACTIONS(1622), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1710), 14, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_DOT, + ACTIONS(1608), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1610), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1616), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1624), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1628), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1618), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1620), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1626), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(1606), 10, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1712), 19, - anon_sym_if, + [50268] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1632), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1630), 28, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, - anon_sym_DASH, + anon_sym_RBRACK, + anon_sym_GT_GT, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - sym__decimal, - sym__name, - [53846] = 4, + [50316] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1612), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1614), 1, + anon_sym_AMP_AMP, + ACTIONS(1622), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1710), 14, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_DOT, + ACTIONS(1608), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1610), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1616), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1624), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(686), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1618), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1620), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1626), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(684), 10, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1712), 20, - anon_sym_if, - anon_sym_import, - anon_sym_as, + [50384] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1636), 8, anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1634), 28, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_import, anon_sym_type, anon_sym_const, - anon_sym_DASH, + anon_sym_RBRACK, + anon_sym_GT_GT, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - sym__decimal, - sym__name, - [53892] = 6, + [50432] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1721), 1, - anon_sym_LPAREN, - STATE(676), 1, - sym_type_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1717), 14, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_EQ, + ACTIONS(768), 11, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(766), 25, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1719), 18, - anon_sym_if, + [50480] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1640), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1638), 28, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_import, anon_sym_type, anon_sym_const, - anon_sym_DASH, + anon_sym_RBRACK, + anon_sym_GT_GT, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - sym__decimal, - sym__name, - [53942] = 6, + [50528] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1723), 1, - anon_sym_LPAREN, - STATE(710), 1, - sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(383), 9, - anon_sym_DOT, + ACTIONS(1644), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52015,14 +49132,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(381), 23, - anon_sym_LBRACE, + ACTIONS(1642), 28, anon_sym_RBRACE, + anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, + anon_sym_fn, + anon_sym_DASH_GT, + anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52031,25 +49154,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [53992] = 6, + sym_visibility_modifier, + sym_opacity_modifier, + [50576] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(1725), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 8, + ACTIONS(682), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52058,14 +49176,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(387), 23, - anon_sym_LBRACE, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(680), 25, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52081,15 +49199,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54041] = 4, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [50624] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(574), 9, - anon_sym_DOT, + ACTIONS(1648), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52098,15 +49220,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(572), 24, - anon_sym_LBRACE, + ACTIONS(1646), 28, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, + anon_sym_fn, + anon_sym_DASH_GT, + anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52115,22 +49242,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54086] = 4, + sym_visibility_modifier, + sym_opacity_modifier, + [50672] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(570), 9, - anon_sym_DOT, + ACTIONS(1652), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52139,15 +49264,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(568), 24, - anon_sym_LBRACE, + ACTIONS(1650), 28, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, + anon_sym_fn, + anon_sym_DASH_GT, + anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52156,22 +49286,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54131] = 4, + sym_visibility_modifier, + sym_opacity_modifier, + [50720] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(538), 9, - anon_sym_DOT, + ACTIONS(1656), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52180,15 +49308,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(536), 24, - anon_sym_LBRACE, + ACTIONS(1654), 28, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, + anon_sym_fn, + anon_sym_DASH_GT, + anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52197,25 +49330,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + sym_visibility_modifier, + sym_opacity_modifier, + [50768] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1612), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1614), 1, + anon_sym_AMP_AMP, + ACTIONS(1622), 1, anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1608), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1610), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1616), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1624), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(1660), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1618), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1620), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1626), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54176] = 6, + ACTIONS(1658), 10, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [50836] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(1728), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 8, + ACTIONS(1664), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52224,14 +49406,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(387), 23, - anon_sym_LBRACE, + ACTIONS(1662), 28, anon_sym_RBRACE, + anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, + anon_sym_fn, + anon_sym_DASH_GT, + anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52240,66 +49428,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54225] = 7, + sym_visibility_modifier, + sym_opacity_modifier, + [50884] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - ACTIONS(1736), 1, - anon_sym_DASH_GT, - STATE(792), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1732), 12, - ts_builtin_sym_end, - anon_sym_AT, + ACTIONS(720), 11, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(718), 25, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1734), 18, - anon_sym_if, + [50932] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1668), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1666), 28, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_import, anon_sym_type, anon_sym_const, - anon_sym_DASH, + anon_sym_RBRACK, + anon_sym_GT_GT, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - sym__decimal, - sym__name, - [54276] = 4, + [50980] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(596), 9, - anon_sym_DOT, + ACTIONS(1672), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52308,15 +49538,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(594), 24, - anon_sym_LBRACE, + ACTIONS(1670), 28, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, + anon_sym_fn, + anon_sym_DASH_GT, + anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52325,22 +49560,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54321] = 4, + sym_visibility_modifier, + sym_opacity_modifier, + [51028] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(592), 9, - anon_sym_DOT, + ACTIONS(1676), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52349,15 +49582,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(590), 24, - anon_sym_LBRACE, + ACTIONS(1674), 28, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, + anon_sym_fn, + anon_sym_DASH_GT, + anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52366,150 +49604,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54366] = 4, + sym_visibility_modifier, + sym_opacity_modifier, + [51076] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1738), 15, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(760), 11, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(758), 25, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1740), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [54411] = 6, + [51124] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1746), 1, - anon_sym_DOT, - ACTIONS(1748), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1742), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(732), 11, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(730), 25, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1744), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [54460] = 7, + [51172] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - ACTIONS(1754), 1, - anon_sym_DASH_GT, - STATE(786), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1750), 12, - ts_builtin_sym_end, - anon_sym_AT, + ACTIONS(716), 11, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(714), 25, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1752), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + [51220] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(652), 11, + anon_sym_SLASH, anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, sym__decimal, + sym__discard_name, sym__name, - [54511] = 4, + ACTIONS(650), 25, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [51268] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(518), 9, - anon_sym_DOT, + ACTIONS(764), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52518,15 +49802,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(516), 24, - anon_sym_LBRACE, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(762), 25, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52542,58 +49825,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54556] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1760), 1, - anon_sym_LPAREN, - STATE(728), 1, - sym_type_arguments, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1756), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1758), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [54605] = 4, + [51316] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(584), 9, - anon_sym_DOT, + ACTIONS(724), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52602,15 +49846,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(582), 24, - anon_sym_LBRACE, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(722), 25, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52626,99 +49869,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54650] = 6, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [51364] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, - anon_sym_LPAREN, - STATE(769), 1, - sym_constant_record_arguments, + ACTIONS(1612), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1614), 1, + anon_sym_AMP_AMP, + ACTIONS(1622), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1590), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(1608), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1610), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1616), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1624), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(700), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1618), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1620), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1626), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(698), 10, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1594), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [54699] = 4, + [51432] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1612), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1614), 1, + anon_sym_AMP_AMP, + ACTIONS(1622), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1764), 15, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(1608), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1610), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1616), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1624), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(728), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1618), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1620), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1626), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(726), 10, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1766), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [54744] = 4, + [51500] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(562), 9, - anon_sym_DOT, + ACTIONS(736), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52727,15 +49998,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(560), 24, - anon_sym_LBRACE, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(734), 25, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52751,15 +50021,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54789] = 4, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [51548] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(558), 9, - anon_sym_DOT, + ACTIONS(712), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52768,15 +50042,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(556), 24, - anon_sym_LBRACE, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(710), 25, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52792,58 +50065,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54834] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1772), 1, - anon_sym_LPAREN, - STATE(760), 1, - sym__attribute_arguments, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1768), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1770), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [54883] = 4, + [51596] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(552), 9, - anon_sym_DOT, + ACTIONS(1680), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52852,15 +50086,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(550), 24, - anon_sym_LBRACE, + ACTIONS(1678), 28, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_RBRACK, anon_sym_GT_GT, + anon_sym_fn, + anon_sym_DASH_GT, + anon_sym_external, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52869,98 +50108,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [54928] = 24, + sym_visibility_modifier, + sym_opacity_modifier, + [51644] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1774), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(712), 11, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(710), 25, anon_sym_RBRACE, - ACTIONS(1776), 1, anon_sym_POUND, - ACTIONS(1778), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, anon_sym_LT_LT, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(1784), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, - ACTIONS(1786), 1, sym_float, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, - sym__upname, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1366), 1, - sym__pattern, - STATE(1393), 1, - sym_case_clause_pattern, - STATE(1472), 1, - sym_case_clause_patterns, - STATE(1865), 1, - sym_case_clauses, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(795), 2, - sym_case_clause, - aux_sym_case_clauses_repeat1, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1788), 3, sym__hex, sym__octal, sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [55012] = 4, + sym__upname, + [51692] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(614), 8, + ACTIONS(1608), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1626), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 9, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(612), 24, - anon_sym_LBRACE, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(710), 21, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -52972,246 +50199,371 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [55056] = 5, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [51744] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1802), 1, - anon_sym_DOT, + ACTIONS(1614), 1, + anon_sym_AMP_AMP, + ACTIONS(1622), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1798), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(1608), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1610), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1616), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1624), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(712), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1618), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1620), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1626), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 11, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, + anon_sym_PIPE_PIPE, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1800), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + [51810] = 12, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1622), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1608), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1610), 2, anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, + anon_sym_PLUS, + ACTIONS(1616), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1624), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(712), 3, sym__decimal, + sym__discard_name, sym__name, - [55102] = 24, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1776), 1, + ACTIONS(1618), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1620), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1626), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 12, + anon_sym_RBRACE, anon_sym_POUND, - ACTIONS(1778), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, anon_sym_LT_LT, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(1784), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_DQUOTE, - ACTIONS(1786), 1, sym_float, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, + sym__hex, + sym__octal, + sym__binary, sym__upname, - ACTIONS(1804), 1, - anon_sym_RBRACE, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1366), 1, - sym__pattern, - STATE(1393), 1, - sym_case_clause_pattern, - STATE(1472), 1, - sym_case_clause_patterns, - STATE(1914), 1, - sym_case_clauses, + [51874] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1622), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(795), 2, - sym_case_clause, - aux_sym_case_clauses_repeat1, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(1608), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1610), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1624), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(712), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1618), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1620), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1626), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 14, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DQUOTE, + sym_float, sym__hex, sym__octal, sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [55186] = 4, + sym__upname, + [51936] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1806), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(740), 11, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(738), 25, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1808), 19, - anon_sym_if, + [51984] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1684), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1682), 28, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, - anon_sym_DASH, + anon_sym_RBRACK, + anon_sym_GT_GT, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - sym__decimal, - sym__name, - [55230] = 4, + [52032] = 9, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1622), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1810), 14, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_EQ, + ACTIONS(1608), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1610), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1624), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1626), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 7, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(710), 18, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1812), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [55274] = 4, + [52090] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1814), 14, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_EQ, + ACTIONS(1608), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1610), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1624), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1626), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 7, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(710), 19, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_BANG, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(1816), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [55318] = 4, + [52146] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1690), 1, + anon_sym_SLASH, + STATE(638), 1, + aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1818), 14, + ACTIONS(1686), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_DASH_GT, anon_sym_BANG, anon_sym_DQUOTE, sym_float, @@ -53219,9 +50571,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1820), 18, + ACTIONS(1688), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -53238,18 +50591,21 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55362] = 5, + [52197] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1826), 1, - anon_sym_as, + ACTIONS(1697), 1, + anon_sym_SLASH, + STATE(640), 1, + aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1822), 13, + ACTIONS(1693), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -53260,9 +50616,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1824), 18, + ACTIONS(1695), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -53279,18 +50636,21 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55408] = 5, + [52248] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1832), 1, - anon_sym_as, + ACTIONS(1697), 1, + anon_sym_SLASH, + STATE(638), 1, + aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1828), 13, + ACTIONS(1699), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -53301,9 +50661,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1830), 18, + ACTIONS(1701), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -53320,58 +50681,61 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55454] = 6, + [52299] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1838), 1, - anon_sym_LBRACE, - ACTIONS(1840), 1, - anon_sym_EQ, + ACTIONS(1703), 1, + anon_sym_LPAREN, + STATE(699), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1834), 12, - ts_builtin_sym_end, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(1836), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + ACTIONS(375), 9, + anon_sym_DOT, + anon_sym_SLASH, anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [55502] = 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(373), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [52349] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1842), 13, + ACTIONS(1686), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -53382,10 +50746,11 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1844), 19, + ACTIONS(1688), 20, anon_sym_if, anon_sym_import, anon_sym_as, + anon_sym_SLASH, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -53402,13 +50767,17 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55546] = 4, + [52395] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1709), 1, + anon_sym_LPAREN, + STATE(669), 1, + sym_type_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1846), 14, + ACTIONS(1705), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -53423,7 +50792,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1848), 18, + ACTIONS(1707), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53442,15 +50811,17 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55590] = 5, + [52445] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(397), 1, - anon_sym_DOT, + ACTIONS(1715), 1, + anon_sym_LPAREN, + STATE(731), 1, + sym_type_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1850), 13, + ACTIONS(1711), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -53464,7 +50835,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1852), 18, + ACTIONS(1713), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53483,137 +50854,61 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55636] = 24, + [52494] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(1784), 1, - anon_sym_DQUOTE, - ACTIONS(1786), 1, - sym_float, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, - sym__upname, - ACTIONS(1854), 1, - anon_sym_RBRACE, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1366), 1, - sym__pattern, - STATE(1393), 1, - sym_case_clause_pattern, - STATE(1472), 1, - sym_case_clause_patterns, - STATE(1912), 1, - sym_case_clauses, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(795), 2, - sym_case_clause, - aux_sym_case_clauses_repeat1, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1788), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [55720] = 24, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1782), 1, + ACTIONS(542), 9, + anon_sym_DOT, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(1784), 1, - anon_sym_DQUOTE, - ACTIONS(1786), 1, - sym_float, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, - sym__upname, - ACTIONS(1856), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(540), 24, + anon_sym_LBRACE, anon_sym_RBRACE, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1366), 1, - sym__pattern, - STATE(1393), 1, - sym_case_clause_pattern, - STATE(1472), 1, - sym_case_clause_patterns, - STATE(1830), 1, - sym_case_clauses, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(795), 2, - sym_case_clause, - aux_sym_case_clauses_repeat1, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1788), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [55804] = 4, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [52539] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1721), 1, + anon_sym_LPAREN, + STATE(785), 1, + sym__attribute_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1858), 14, + ACTIONS(1717), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -53624,7 +50919,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1860), 18, + ACTIONS(1719), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53643,13 +50938,17 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55848] = 4, + [52588] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1727), 1, + anon_sym_DOT, + ACTIONS(1729), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1862), 13, + ACTIONS(1723), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -53663,10 +50962,9 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1864), 19, + ACTIONS(1725), 18, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -53683,16 +50981,18 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55892] = 4, + [52637] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1866), 13, + ACTIONS(1731), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -53703,10 +51003,9 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1868), 19, + ACTIONS(1733), 18, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -53723,80 +51022,24 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55936] = 24, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(1784), 1, - anon_sym_DQUOTE, - ACTIONS(1786), 1, - sym_float, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, - sym__upname, - ACTIONS(1870), 1, - anon_sym_RBRACE, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1366), 1, - sym__pattern, - STATE(1393), 1, - sym_case_clause_pattern, - STATE(1472), 1, - sym_case_clause_patterns, - STATE(1816), 1, - sym_case_clauses, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(795), 2, - sym_case_clause, - aux_sym_case_clauses_repeat1, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1788), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [56020] = 4, + [52682] = 7, ACTIONS(3), 1, sym_module_comment, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(1739), 1, + anon_sym_DASH_GT, + STATE(789), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1872), 14, + ACTIONS(1735), 12, ts_builtin_sym_end, - anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_DASH_GT, anon_sym_BANG, anon_sym_DQUOTE, sym_float, @@ -53804,7 +51047,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1874), 18, + ACTIONS(1737), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53823,20 +51066,66 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56064] = 4, + [52733] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(1741), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(437), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(435), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [52782] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1744), 1, + anon_sym_LPAREN, + STATE(771), 1, + sym_constant_record_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1876), 14, + ACTIONS(1568), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_DASH_GT, anon_sym_BANG, anon_sym_DQUOTE, sym_float, @@ -53844,7 +51133,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1878), 18, + ACTIONS(1572), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53863,19 +51152,61 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56108] = 6, + [52831] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(1746), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(437), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(435), 23, anon_sym_LBRACE, - STATE(722), 1, - sym_block, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [52880] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1880), 12, + ACTIONS(1750), 15, ts_builtin_sym_end, + anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -53886,7 +51217,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1882), 18, + ACTIONS(1752), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53905,17 +51236,55 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56156] = 6, + [52925] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1884), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(519), 9, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(517), 24, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1886), 1, - anon_sym_as, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [52970] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(646), 8, + ACTIONS(584), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -53924,8 +51293,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(644), 22, + ACTIONS(582), 24, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -53947,17 +51318,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56204] = 6, + [53015] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1888), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(427), 9, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(425), 24, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1890), 1, - anon_sym_as, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [53060] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(640), 8, + ACTIONS(552), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -53966,8 +51375,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(638), 22, + ACTIONS(550), 24, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -53989,59 +51400,308 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56252] = 24, + [53105] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(578), 9, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(576), 24, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [53150] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(433), 9, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(431), 24, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [53195] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(423), 9, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(421), 24, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [53240] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(449), 9, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(447), 24, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [53285] = 7, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(1758), 1, + anon_sym_DASH_GT, + STATE(710), 1, + sym_block, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1754), 12, + ts_builtin_sym_end, + anon_sym_AT, anon_sym_POUND, - ACTIONS(1778), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, anon_sym_LT_LT, - ACTIONS(1782), 1, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1756), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [53336] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(548), 9, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(546), 24, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [53381] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1760), 1, + anon_sym_RBRACE, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(1784), 1, + ACTIONS(1770), 1, anon_sym_DQUOTE, - ACTIONS(1786), 1, + ACTIONS(1772), 1, sym_float, - ACTIONS(1790), 1, + ACTIONS(1776), 1, sym__decimal, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(1794), 1, + ACTIONS(1780), 1, sym__name, - ACTIONS(1796), 1, + ACTIONS(1782), 1, sym__upname, - ACTIONS(1892), 1, - anon_sym_RBRACE, - STATE(1191), 1, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1281), 1, + STATE(1250), 1, sym_identifier, - STATE(1296), 1, + STATE(1267), 1, sym_string, - STATE(1366), 1, + STATE(1325), 1, sym__pattern, - STATE(1393), 1, + STATE(1404), 1, sym_case_clause_pattern, - STATE(1472), 1, + STATE(1460), 1, sym_case_clause_patterns, - STATE(1788), 1, + STATE(1829), 1, sym_case_clauses, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(795), 2, + STATE(786), 2, sym_case_clause, aux_sym_case_clauses_repeat1, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1312), 7, + STATE(1319), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -54049,13 +51709,13 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [56336] = 4, + [53465] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(630), 9, + ACTIONS(596), 9, anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, @@ -54065,7 +51725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(628), 23, + ACTIONS(594), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54089,59 +51749,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56380] = 24, + [53509] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1784), 14, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_EQ, anon_sym_POUND, - ACTIONS(1778), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, anon_sym_LT_LT, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(1784), 1, + anon_sym_BANG, anon_sym_DQUOTE, - ACTIONS(1786), 1, sym_float, - ACTIONS(1790), 1, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1786), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, sym__decimal, + sym__name, + [53553] = 6, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(1792), 1, - sym__discard_name, + anon_sym_LBRACE, ACTIONS(1794), 1, + anon_sym_EQ, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1788), 12, + ts_builtin_sym_end, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1790), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, sym__name, - ACTIONS(1796), 1, + [53601] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1768), 1, + anon_sym_DASH, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1772), 1, + sym_float, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, sym__upname, - ACTIONS(1894), 1, + ACTIONS(1796), 1, anon_sym_RBRACE, - STATE(1191), 1, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1281), 1, + STATE(1250), 1, sym_identifier, - STATE(1296), 1, + STATE(1267), 1, sym_string, - STATE(1366), 1, + STATE(1325), 1, sym__pattern, - STATE(1393), 1, + STATE(1404), 1, sym_case_clause_pattern, - STATE(1472), 1, + STATE(1460), 1, sym_case_clause_patterns, - STATE(1886), 1, + STATE(1749), 1, sym_case_clauses, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(795), 2, + STATE(786), 2, sym_case_clause, aux_sym_case_clauses_repeat1, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1312), 7, + STATE(1319), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -54149,15 +51891,57 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [56464] = 5, + [53685] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1798), 14, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_EQ, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1800), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [53729] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1896), 1, - anon_sym_DOT, + ACTIONS(1802), 1, + anon_sym_LPAREN, + ACTIONS(1804), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 8, + ACTIONS(626), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54166,8 +51950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(387), 23, - anon_sym_LBRACE, + ACTIONS(624), 22, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_RPAREN, @@ -54190,15 +51973,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56510] = 5, + [53777] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1898), 1, - anon_sym_DOT, + ACTIONS(1806), 1, + anon_sym_LPAREN, + ACTIONS(1808), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 8, + ACTIONS(604), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54207,8 +51992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(387), 23, - anon_sym_LBRACE, + ACTIONS(602), 22, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_RPAREN, @@ -54231,14 +52015,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56556] = 4, + [53825] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 9, + ACTIONS(1810), 14, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_DASH_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1812), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [53869] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1768), 1, + anon_sym_DASH, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1772), 1, + sym_float, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(1814), 1, + anon_sym_RBRACE, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1250), 1, + sym_identifier, + STATE(1267), 1, + sym_string, + STATE(1325), 1, + sym__pattern, + STATE(1404), 1, + sym_case_clause_pattern, + STATE(1460), 1, + sym_case_clause_patterns, + STATE(1769), 1, + sym_case_clauses, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(786), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1107), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1774), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1319), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [53953] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1816), 1, anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(437), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54247,7 +52132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(620), 23, + ACTIONS(435), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54271,15 +52156,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56600] = 5, + [53999] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, + ACTIONS(1818), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 8, + ACTIONS(437), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54288,7 +52173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(387), 23, + ACTIONS(435), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54312,13 +52197,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56646] = 4, + [54045] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(610), 8, + ACTIONS(437), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54327,10 +52214,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(608), 24, + ACTIONS(435), 23, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -54352,18 +52238,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56690] = 6, + [54091] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - STATE(723), 1, - sym_block, + ACTIONS(1824), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1900), 12, + ACTIONS(1820), 13, ts_builtin_sym_end, + anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, @@ -54375,7 +52260,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1902), 18, + ACTIONS(1822), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54394,138 +52279,201 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56738] = 4, + [54137] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1830), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(626), 9, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(624), 23, + ACTIONS(1826), 13, + ts_builtin_sym_end, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [56782] = 4, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1828), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [54183] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1836), 1, + anon_sym_LBRACE, + ACTIONS(1838), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(602), 9, - anon_sym_DOT, - anon_sym_SLASH, + ACTIONS(1832), 12, + ts_builtin_sym_end, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1834), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(600), 23, - anon_sym_LBRACE, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [54231] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1768), 1, + anon_sym_DASH, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1772), 1, + sym_float, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(1840), 1, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [56826] = 4, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1250), 1, + sym_identifier, + STATE(1267), 1, + sym_string, + STATE(1325), 1, + sym__pattern, + STATE(1404), 1, + sym_case_clause_pattern, + STATE(1460), 1, + sym_case_clause_patterns, + STATE(1868), 1, + sym_case_clauses, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(786), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1107), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1774), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1319), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [54315] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1846), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(606), 9, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(604), 23, + ACTIONS(1842), 13, + ts_builtin_sym_end, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [56870] = 6, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1844), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [54361] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1908), 1, - anon_sym_LBRACE, - ACTIONS(1910), 1, - anon_sym_EQ, + ACTIONS(562), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1904), 12, + ACTIONS(1848), 13, ts_builtin_sym_end, + anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, @@ -54537,7 +52485,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1906), 18, + ACTIONS(1850), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54556,20 +52504,20 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56918] = 4, + [54407] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1912), 14, + ACTIONS(1852), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, - anon_sym_DASH_GT, anon_sym_BANG, anon_sym_DQUOTE, sym_float, @@ -54577,7 +52525,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1914), 18, + ACTIONS(1854), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54596,57 +52544,196 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56962] = 4, + [54451] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1768), 1, + anon_sym_DASH, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1772), 1, + sym_float, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(1856), 1, + anon_sym_RBRACE, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1250), 1, + sym_identifier, + STATE(1267), 1, + sym_string, + STATE(1325), 1, + sym__pattern, + STATE(1404), 1, + sym_case_clause_pattern, + STATE(1460), 1, + sym_case_clause_patterns, + STATE(1830), 1, + sym_case_clauses, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(786), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1107), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1774), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1319), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [54535] = 24, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1768), 1, + anon_sym_DASH, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1772), 1, + sym_float, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(1858), 1, + anon_sym_RBRACE, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1250), 1, + sym_identifier, + STATE(1267), 1, + sym_string, + STATE(1325), 1, + sym__pattern, + STATE(1404), 1, + sym_case_clause_pattern, + STATE(1460), 1, + sym_case_clause_patterns, + STATE(1793), 1, + sym_case_clauses, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(634), 9, - anon_sym_DOT, - anon_sym_SLASH, + STATE(786), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1107), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1774), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1319), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [54619] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1768), 1, anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(632), 23, - anon_sym_LBRACE, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1772), 1, + sym_float, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(1860), 1, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [57006] = 4, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1250), 1, + sym_identifier, + STATE(1267), 1, + sym_string, + STATE(1325), 1, + sym__pattern, + STATE(1404), 1, + sym_case_clause_pattern, + STATE(1460), 1, + sym_case_clause_patterns, + STATE(1782), 1, + sym_case_clauses, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(786), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1107), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1774), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1319), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [54703] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1916), 14, + ACTIONS(1862), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -54657,9 +52744,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1918), 18, + ACTIONS(1864), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -54676,13 +52764,14 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57050] = 4, + [54747] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(790), 8, + ACTIONS(610), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54691,7 +52780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(788), 23, + ACTIONS(608), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54715,19 +52804,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [57093] = 4, + [54791] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1920), 13, + ACTIONS(1866), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, + anon_sym_DASH_GT, anon_sym_BANG, anon_sym_DQUOTE, sym_float, @@ -54735,7 +52825,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1922), 18, + ACTIONS(1868), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54754,178 +52844,18 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57136] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(734), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(732), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [57179] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(1926), 1, - anon_sym_DASH, - ACTIONS(1928), 1, - anon_sym_size, - ACTIONS(1934), 1, - anon_sym_unit, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1924), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - ACTIONS(1932), 3, - anon_sym_utf8, - anon_sym_utf16, - anon_sym_utf32, - STATE(1504), 5, - sym__pattern_bit_string_segment_option, - sym__pattern_bit_string_named_segment_option, - sym__pattern_bit_string_segment_option_size, - sym_integer, - sym__bit_string_segment_option, - ACTIONS(1930), 14, - anon_sym_binary, - anon_sym_bytes, - anon_sym_int, - anon_sym_float, - anon_sym_bit_string, - anon_sym_bits, - 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, - [57236] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(742), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(740), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [57279] = 4, + [54835] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(750), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(748), 23, + ACTIONS(11), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [57322] = 4, - ACTIONS(3), 1, - sym_module_comment, + STATE(742), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1936), 13, + ACTIONS(1870), 12, ts_builtin_sym_end, - anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, @@ -54937,7 +52867,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1938), 18, + ACTIONS(1872), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54956,52 +52886,14 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57365] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(664), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(662), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [57408] = 4, + [54883] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(754), 8, + ACTIONS(622), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -55010,7 +52902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(752), 23, + ACTIONS(620), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -55034,54 +52926,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [57451] = 4, + [54927] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1940), 13, - ts_builtin_sym_end, + ACTIONS(11), 1, anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(1942), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [57494] = 4, - ACTIONS(3), 1, - sym_module_comment, + STATE(707), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1944), 13, + ACTIONS(1874), 12, ts_builtin_sym_end, - anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, @@ -55093,7 +52949,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1946), 18, + ACTIONS(1876), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55112,19 +52968,20 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57537] = 4, + [54975] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1948), 13, + ACTIONS(1878), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, + anon_sym_DASH_GT, anon_sym_BANG, anon_sym_DQUOTE, sym_float, @@ -55132,7 +52989,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1950), 18, + ACTIONS(1880), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55151,13 +53008,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57580] = 4, + [55019] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1952), 13, + ACTIONS(1882), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55171,9 +53028,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1954), 18, + ACTIONS(1884), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -55190,19 +53048,20 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57623] = 4, + [55063] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1956), 13, + ACTIONS(1886), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, + anon_sym_DASH_GT, anon_sym_BANG, anon_sym_DQUOTE, sym_float, @@ -55210,7 +53069,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1958), 18, + ACTIONS(1888), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55229,13 +53088,14 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57666] = 4, + [55107] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(758), 8, + ACTIONS(614), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -55244,7 +53104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(756), 23, + ACTIONS(612), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -55268,59 +53128,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [57709] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(1926), 1, - anon_sym_DASH, - ACTIONS(1934), 1, - anon_sym_unit, - ACTIONS(1962), 1, - anon_sym_size, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1960), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - ACTIONS(1932), 3, - anon_sym_utf8, - anon_sym_utf16, - anon_sym_utf32, - STATE(1587), 5, - sym__expression_bit_string_segment_option, - sym__expression_bit_string_named_segment_option, - sym__expression_bit_string_segment_option_size, - sym_integer, - sym__bit_string_segment_option, - ACTIONS(1930), 14, - anon_sym_binary, - anon_sym_bytes, - anon_sym_int, - anon_sym_float, - anon_sym_bit_string, - anon_sym_bits, - 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, - [57766] = 4, + [55151] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1964), 13, + ACTIONS(1890), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55334,9 +53148,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1966), 18, + ACTIONS(1892), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -55353,16 +53168,17 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57809] = 4, + [55195] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1968), 13, + ACTIONS(1894), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -55373,7 +53189,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1970), 18, + ACTIONS(1896), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55392,55 +53208,97 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57852] = 4, + [55239] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1972), 13, - ts_builtin_sym_end, + ACTIONS(632), 9, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(630), 23, anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(1974), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [55283] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(648), 9, + anon_sym_DOT, + anon_sym_SLASH, anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [57895] = 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(646), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [55327] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1976), 13, + ACTIONS(1898), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -55451,7 +53309,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1978), 18, + ACTIONS(1900), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55470,52 +53328,93 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57938] = 4, + [55371] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1904), 13, - ts_builtin_sym_end, + ACTIONS(636), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(634), 24, anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(1906), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [55415] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(618), 8, + anon_sym_SLASH, anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [57981] = 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(616), 24, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [55459] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1980), 13, + ACTIONS(1902), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55529,9 +53428,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1982), 18, + ACTIONS(1904), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -55548,52 +53448,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58024] = 4, + [55503] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(758), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(756), 23, + ACTIONS(1906), 13, + ts_builtin_sym_end, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [58067] = 4, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1908), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [55546] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1984), 13, + ACTIONS(1910), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55607,7 +53507,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1986), 18, + ACTIONS(1912), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55626,13 +53526,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58110] = 4, + [55589] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1988), 13, + ACTIONS(1914), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55646,7 +53546,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1990), 18, + ACTIONS(1916), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55665,13 +53565,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58153] = 4, + [55632] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1992), 13, + ACTIONS(1918), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55685,7 +53585,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1994), 18, + ACTIONS(1920), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55704,38 +53604,38 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58196] = 11, + [55675] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1926), 1, + ACTIONS(1924), 1, anon_sym_DASH, - ACTIONS(1934), 1, - anon_sym_unit, - ACTIONS(1998), 1, + ACTIONS(1926), 1, anon_sym_size, + ACTIONS(1932), 1, + anon_sym_unit, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1996), 2, + ACTIONS(1922), 2, anon_sym_COMMA, anon_sym_GT_GT, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(1932), 3, + ACTIONS(1930), 3, anon_sym_utf8, anon_sym_utf16, anon_sym_utf32, - STATE(1529), 5, + STATE(1424), 5, sym__constant_bit_string_segment_option, sym__constant_bit_string_named_segment_option, sym__constant_bit_string_segment_option_size, sym_integer, sym__bit_string_segment_option, - ACTIONS(1930), 14, + ACTIONS(1928), 14, anon_sym_binary, anon_sym_bytes, anon_sym_int, @@ -55750,72 +53650,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_big, anon_sym_little, anon_sym_native, - [58253] = 24, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(678), 1, - sym__name, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2000), 1, - anon_sym_RPAREN, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2004), 1, - anon_sym_DOT_DOT, - ACTIONS(2006), 1, - sym_float, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, - sym_identifier, - STATE(1259), 1, - sym_string, - STATE(1491), 1, - sym__pattern, - STATE(1620), 1, - sym_record_pattern_argument, - STATE(1810), 1, - sym_pattern_spread, - STATE(1811), 1, - sym_label, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [58336] = 4, + [55732] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2008), 13, + ACTIONS(1934), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55829,7 +53670,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2010), 18, + ACTIONS(1936), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55848,13 +53689,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58379] = 4, + [55775] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2012), 13, + ACTIONS(1938), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55868,7 +53709,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2014), 18, + ACTIONS(1940), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55887,13 +53728,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58422] = 4, + [55818] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2016), 13, + ACTIONS(1942), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55907,7 +53748,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2018), 18, + ACTIONS(1944), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55926,91 +53767,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58465] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(782), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(780), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [58508] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(786), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(784), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [58551] = 4, + [55861] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2020), 13, + ACTIONS(1598), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56024,7 +53787,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2022), 18, + ACTIONS(1600), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56043,13 +53806,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58594] = 4, + [55904] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2024), 13, + ACTIONS(1946), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56063,7 +53826,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2026), 18, + ACTIONS(1948), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56082,13 +53845,59 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58637] = 4, + [55947] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(1924), 1, + anon_sym_DASH, + ACTIONS(1932), 1, + anon_sym_unit, + ACTIONS(1952), 1, + anon_sym_size, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1950), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + ACTIONS(1930), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1560), 5, + sym__expression_bit_string_segment_option, + sym__expression_bit_string_named_segment_option, + sym__expression_bit_string_segment_option_size, + sym_integer, + sym__bit_string_segment_option, + ACTIONS(1928), 14, + anon_sym_binary, + anon_sym_bytes, + anon_sym_int, + anon_sym_float, + anon_sym_bit_string, + anon_sym_bits, + 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, + [56004] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2028), 13, + ACTIONS(1954), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56102,7 +53911,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2030), 18, + ACTIONS(1956), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56121,13 +53930,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58680] = 4, + [56047] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2032), 13, + ACTIONS(1602), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56141,7 +53950,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2034), 18, + ACTIONS(1604), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56160,13 +53969,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58723] = 4, + [56090] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2036), 13, + ACTIONS(1634), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56180,7 +53989,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2038), 18, + ACTIONS(1636), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56199,118 +54008,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58766] = 11, + [56133] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(1926), 1, - anon_sym_DASH, - ACTIONS(1928), 1, - anon_sym_size, - ACTIONS(1934), 1, - anon_sym_unit, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2040), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - ACTIONS(1932), 3, - anon_sym_utf8, - anon_sym_utf16, - anon_sym_utf32, - STATE(1504), 5, - sym__pattern_bit_string_segment_option, - sym__pattern_bit_string_named_segment_option, - sym__pattern_bit_string_segment_option_size, - sym_integer, - sym__bit_string_segment_option, - ACTIONS(1930), 14, - anon_sym_binary, - anon_sym_bytes, - anon_sym_int, - anon_sym_float, - anon_sym_bit_string, - anon_sym_bits, - 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, - [58823] = 24, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(678), 1, - sym__name, - ACTIONS(1776), 1, + ACTIONS(1638), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, anon_sym_POUND, - ACTIONS(1778), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2004), 1, - anon_sym_DOT_DOT, - ACTIONS(2006), 1, + anon_sym_BANG, + anon_sym_DQUOTE, sym_float, - ACTIONS(2042), 1, - anon_sym_RPAREN, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, - sym_identifier, - STATE(1259), 1, - sym_string, - STATE(1491), 1, - sym__pattern, - STATE(1620), 1, - sym_record_pattern_argument, - STATE(1811), 1, - sym_label, - STATE(1838), 1, - sym_pattern_spread, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [58906] = 4, + sym__upname, + ACTIONS(1640), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [56176] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1676), 13, + ACTIONS(1958), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56324,7 +54067,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1678), 18, + ACTIONS(1960), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56343,13 +54086,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58949] = 4, + [56219] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2044), 13, + ACTIONS(1642), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56363,7 +54106,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2046), 18, + ACTIONS(1644), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56382,13 +54125,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58992] = 4, + [56262] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2048), 13, + ACTIONS(1962), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56402,7 +54145,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2050), 18, + ACTIONS(1964), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56421,52 +54164,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59035] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(816), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(814), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [59078] = 4, + [56305] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2052), 13, + ACTIONS(1966), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56480,7 +54184,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2054), 18, + ACTIONS(1968), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56499,13 +54203,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59121] = 4, + [56348] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2056), 13, + ACTIONS(1670), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56519,7 +54223,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2058), 18, + ACTIONS(1672), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56538,13 +54242,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59164] = 4, + [56391] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(808), 8, + ACTIONS(772), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -56553,7 +54257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(806), 23, + ACTIONS(770), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -56577,13 +54281,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [59207] = 4, + [56434] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(803), 8, + ACTIONS(768), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -56592,7 +54296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(800), 23, + ACTIONS(766), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -56616,52 +54320,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [59250] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2060), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(2062), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [59293] = 4, + [56477] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(798), 8, + ACTIONS(764), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -56670,7 +54335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(796), 23, + ACTIONS(762), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -56694,13 +54359,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [59336] = 4, + [56520] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(794), 8, + ACTIONS(760), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -56709,7 +54374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(792), 23, + ACTIONS(758), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -56719,222 +54384,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [59379] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2064), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(2066), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [59422] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2068), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(2070), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [59465] = 23, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2072), 1, - anon_sym_RBRACE, - ACTIONS(2074), 1, - anon_sym_POUND, - ACTIONS(2077), 1, - anon_sym_LBRACK, - ACTIONS(2080), 1, - anon_sym_LT_LT, - ACTIONS(2083), 1, - anon_sym_DASH, - ACTIONS(2086), 1, - anon_sym_DQUOTE, - ACTIONS(2089), 1, - sym_float, - ACTIONS(2095), 1, - sym__decimal, - ACTIONS(2098), 1, - sym__discard_name, - ACTIONS(2101), 1, - sym__name, - ACTIONS(2104), 1, - sym__upname, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1366), 1, - sym__pattern, - STATE(1393), 1, - sym_case_clause_pattern, - STATE(1472), 1, - sym_case_clause_patterns, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(765), 2, - sym_case_clause, - aux_sym_case_clauses_repeat1, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(2092), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [59546] = 24, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(678), 1, - sym__name, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2004), 1, - anon_sym_DOT_DOT, - ACTIONS(2006), 1, - sym_float, - ACTIONS(2107), 1, - anon_sym_RPAREN, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, - sym_identifier, - STATE(1259), 1, - sym_string, - STATE(1368), 1, - sym_record_pattern_argument, - STATE(1491), 1, - sym__pattern, - STATE(1811), 1, - sym_label, - STATE(1812), 1, - sym_pattern_spread, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [59629] = 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [56563] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1656), 13, + ACTIONS(1970), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56948,7 +54418,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1658), 18, + ACTIONS(1972), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56967,13 +54437,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59672] = 4, + [56606] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(726), 8, + ACTIONS(756), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -56982,7 +54452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(724), 23, + ACTIONS(754), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -57006,13 +54476,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [59715] = 4, + [56649] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1974), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1976), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [56692] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1668), 13, + ACTIONS(1978), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57026,7 +54535,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1670), 18, + ACTIONS(1980), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57045,13 +54554,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59758] = 4, + [56735] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 8, + ACTIONS(744), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -57060,7 +54569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(658), 23, + ACTIONS(742), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -57084,13 +54593,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [59801] = 4, + [56778] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(730), 8, + ACTIONS(740), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -57099,7 +54608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(728), 23, + ACTIONS(738), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -57123,13 +54632,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [59844] = 4, + [56821] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2109), 13, + ACTIONS(1982), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57143,7 +54652,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2111), 18, + ACTIONS(1984), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57162,13 +54671,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59887] = 4, + [56864] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(690), 8, + ACTIONS(732), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -57177,7 +54686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(688), 23, + ACTIONS(730), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -57201,98 +54710,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [59930] = 4, + [56907] = 24, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2113), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, + ACTIONS(177), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(2115), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, + ACTIONS(183), 1, sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(826), 1, sym__name, - [59973] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(1926), 1, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1986), 1, + anon_sym_RPAREN, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(1934), 1, - anon_sym_unit, - ACTIONS(1962), 1, - anon_sym_size, + ACTIONS(1990), 1, + anon_sym_DOT_DOT, + ACTIONS(1992), 1, + sym_float, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1227), 1, + sym_identifier, + STATE(1243), 1, + sym_string, + STATE(1347), 1, + sym_record_pattern_argument, + STATE(1593), 1, + sym__pattern, + STATE(1779), 1, + sym_label, + STATE(1883), 1, + sym_pattern_spread, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2117), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - ACTIONS(95), 3, + STATE(1107), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(1932), 3, - anon_sym_utf8, - anon_sym_utf16, - anon_sym_utf32, - STATE(1587), 5, - sym__expression_bit_string_segment_option, - sym__expression_bit_string_named_segment_option, - sym__expression_bit_string_segment_option_size, + STATE(1255), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - sym__bit_string_segment_option, - ACTIONS(1930), 14, - anon_sym_binary, - anon_sym_bytes, - anon_sym_int, - anon_sym_float, - anon_sym_bit_string, - anon_sym_bits, - 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, - [60030] = 4, + sym_discard, + [56990] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2119), 13, + ACTIONS(1994), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57306,7 +54789,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2121), 18, + ACTIONS(1996), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57325,59 +54808,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60073] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(1926), 1, - anon_sym_DASH, - ACTIONS(1934), 1, - anon_sym_unit, - ACTIONS(1998), 1, - anon_sym_size, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2123), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - ACTIONS(1932), 3, - anon_sym_utf8, - anon_sym_utf16, - anon_sym_utf32, - STATE(1529), 5, - sym__constant_bit_string_segment_option, - sym__constant_bit_string_named_segment_option, - sym__constant_bit_string_segment_option_size, - sym_integer, - sym__bit_string_segment_option, - ACTIONS(1930), 14, - anon_sym_binary, - anon_sym_bytes, - anon_sym_int, - anon_sym_float, - anon_sym_bit_string, - anon_sym_bits, - 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, - [60130] = 4, + [57033] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1680), 13, + ACTIONS(1998), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57391,7 +54828,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1682), 18, + ACTIONS(2000), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57410,13 +54847,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60173] = 4, + [57076] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1684), 13, + ACTIONS(2002), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57430,7 +54867,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1686), 18, + ACTIONS(2004), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57449,13 +54886,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60216] = 4, + [57119] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(712), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(710), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [57162] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1652), 13, + ACTIONS(2006), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57469,7 +54945,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1654), 18, + ACTIONS(2008), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57488,13 +54964,118 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60259] = 4, + [57205] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(1924), 1, + anon_sym_DASH, + ACTIONS(1926), 1, + anon_sym_size, + ACTIONS(1932), 1, + anon_sym_unit, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2010), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + ACTIONS(1930), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1424), 5, + sym__constant_bit_string_segment_option, + sym__constant_bit_string_named_segment_option, + sym__constant_bit_string_segment_option_size, + sym_integer, + sym__bit_string_segment_option, + ACTIONS(1928), 14, + anon_sym_binary, + anon_sym_bytes, + anon_sym_int, + anon_sym_float, + anon_sym_bit_string, + anon_sym_bits, + 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, + [57262] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(187), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(1990), 1, + anon_sym_DOT_DOT, + ACTIONS(1992), 1, + sym_float, + ACTIONS(2012), 1, + anon_sym_RPAREN, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1227), 1, + sym_identifier, + STATE(1243), 1, + sym_string, + STATE(1590), 1, + sym_record_pattern_argument, + STATE(1593), 1, + sym__pattern, + STATE(1751), 1, + sym_pattern_spread, + STATE(1779), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1107), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1255), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [57345] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2125), 13, + ACTIONS(2014), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57508,7 +55089,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2127), 18, + ACTIONS(2016), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57527,13 +55108,71 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60302] = 4, + [57388] = 23, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2018), 1, + anon_sym_RBRACE, + ACTIONS(2020), 1, + anon_sym_POUND, + ACTIONS(2023), 1, + anon_sym_LBRACK, + ACTIONS(2026), 1, + anon_sym_LT_LT, + ACTIONS(2029), 1, + anon_sym_DASH, + ACTIONS(2032), 1, + anon_sym_DQUOTE, + ACTIONS(2035), 1, + sym_float, + ACTIONS(2041), 1, + sym__decimal, + ACTIONS(2044), 1, + sym__discard_name, + ACTIONS(2047), 1, + sym__name, + ACTIONS(2050), 1, + sym__upname, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1250), 1, + sym_identifier, + STATE(1267), 1, + sym_string, + STATE(1325), 1, + sym__pattern, + STATE(1404), 1, + sym_case_clause_pattern, + STATE(1460), 1, + sym_case_clause_patterns, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(746), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1107), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(2038), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1319), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [57469] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2129), 13, + ACTIONS(2053), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57547,7 +55186,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2131), 18, + ACTIONS(2055), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57566,13 +55205,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60345] = 4, + [57512] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1672), 13, + ACTIONS(1832), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57586,7 +55225,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1674), 18, + ACTIONS(1834), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57605,13 +55244,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60388] = 4, + [57555] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1628), 13, + ACTIONS(2057), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57625,7 +55264,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1630), 18, + ACTIONS(2059), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57644,13 +55283,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60431] = 4, + [57598] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1640), 13, + ACTIONS(2061), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57664,7 +55303,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1642), 18, + ACTIONS(2063), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57683,13 +55322,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60474] = 4, + [57641] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2133), 13, + ACTIONS(708), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(706), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [57684] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2065), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57703,7 +55381,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2135), 18, + ACTIONS(2067), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57722,13 +55400,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60517] = 4, + [57727] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2137), 13, + ACTIONS(712), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(710), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [57770] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2069), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57742,7 +55459,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2139), 18, + ACTIONS(2071), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57761,13 +55478,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60560] = 4, + [57813] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2141), 13, + ACTIONS(2073), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57781,7 +55498,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2143), 18, + ACTIONS(2075), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57800,13 +55517,59 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60603] = 4, + [57856] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(1924), 1, + anon_sym_DASH, + ACTIONS(1932), 1, + anon_sym_unit, + ACTIONS(2079), 1, + anon_sym_size, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2077), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + ACTIONS(1930), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1473), 5, + sym__pattern_bit_string_segment_option, + sym__pattern_bit_string_named_segment_option, + sym__pattern_bit_string_segment_option_size, + sym_integer, + sym__bit_string_segment_option, + ACTIONS(1928), 14, + anon_sym_binary, + anon_sym_bytes, + anon_sym_int, + anon_sym_float, + anon_sym_bit_string, + anon_sym_bits, + 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, + [57913] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1696), 13, + ACTIONS(2081), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57820,7 +55583,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1698), 18, + ACTIONS(2083), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57839,13 +55602,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60646] = 4, + [57956] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1620), 13, + ACTIONS(2085), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57859,7 +55622,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1622), 18, + ACTIONS(2087), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57878,13 +55641,91 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60689] = 4, + [57999] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(716), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(714), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [58042] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(704), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(702), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [58085] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1632), 13, + ACTIONS(1586), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57898,7 +55739,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1634), 18, + ACTIONS(1588), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57917,13 +55758,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60732] = 4, + [58128] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2145), 13, + ACTIONS(1590), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57937,7 +55778,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2147), 18, + ACTIONS(1592), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57956,13 +55797,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60775] = 4, + [58171] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1624), 13, + ACTIONS(1594), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57976,7 +55817,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1626), 18, + ACTIONS(1596), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57995,13 +55836,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60818] = 4, + [58214] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1636), 13, + ACTIONS(2089), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -58015,7 +55856,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1638), 18, + ACTIONS(2091), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -58034,71 +55875,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60861] = 23, + [58257] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(1784), 1, - anon_sym_DQUOTE, - ACTIONS(1786), 1, - sym_float, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, - sym__upname, - ACTIONS(2149), 1, - anon_sym_RBRACE, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1366), 1, - sym__pattern, - STATE(1393), 1, - sym_case_clause_pattern, - STATE(1472), 1, - sym_case_clause_patterns, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(765), 2, - sym_case_clause, - aux_sym_case_clauses_repeat1, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1788), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [60942] = 4, + ACTIONS(695), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(692), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [58300] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1644), 13, + ACTIONS(2093), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -58112,7 +55934,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1646), 18, + ACTIONS(2095), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -58131,13 +55953,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [60985] = 4, + [58343] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(690), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(688), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [58386] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1648), 13, + ACTIONS(2097), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -58151,7 +56012,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1650), 18, + ACTIONS(2099), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -58170,52 +56031,98 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [61028] = 4, + [58429] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 13, - ts_builtin_sym_end, + ACTIONS(682), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(680), 23, anon_sym_LBRACE, - anon_sym_AT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [58472] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(1924), 1, + anon_sym_DASH, + ACTIONS(1932), 1, + anon_sym_unit, + ACTIONS(1952), 1, + anon_sym_size, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2101), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - ACTIONS(2153), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym_visibility_modifier, - sym_opacity_modifier, - sym__decimal, - sym__name, - [61071] = 4, + ACTIONS(1930), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1560), 5, + sym__expression_bit_string_segment_option, + sym__expression_bit_string_named_segment_option, + sym__expression_bit_string_segment_option_size, + sym_integer, + sym__bit_string_segment_option, + ACTIONS(1928), 14, + anon_sym_binary, + anon_sym_bytes, + anon_sym_int, + anon_sym_float, + anon_sym_bit_string, + anon_sym_bits, + 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, + [58529] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1664), 13, + ACTIONS(1654), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -58229,7 +56136,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1666), 18, + ACTIONS(1656), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -58248,13 +56155,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [61114] = 4, + [58572] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1660), 13, + ACTIONS(2103), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -58268,7 +56175,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1662), 18, + ACTIONS(2105), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -58287,237 +56194,116 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [61157] = 13, + [58615] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(720), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(768), 7, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(718), 23, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_GT_GT, - anon_sym_DOT_DOT, - [61217] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(810), 7, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, anon_sym_DOT_DOT, - [61277] = 19, + [58658] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(2175), 1, - anon_sym_LBRACE, - ACTIONS(2177), 1, - anon_sym_POUND, - ACTIONS(2179), 1, - anon_sym_LBRACK, - ACTIONS(2181), 1, - anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2185), 1, - sym_float, - STATE(1059), 1, - sym_identifier, - STATE(1073), 1, - sym__case_clause_guard_binary_expression, - STATE(1074), 1, - sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1028), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1082), 11, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym__case_clause_guard_expression, - sym__case_clause_guard_unit, - sym_boolean_negation, - sym_string, - sym_integer, - [61349] = 19, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(1662), 13, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(2177), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2187), 1, + anon_sym_BANG, + anon_sym_DQUOTE, sym_float, - STATE(1059), 1, - sym_identifier, - STATE(1073), 1, - sym__case_clause_guard_binary_expression, - STATE(1074), 1, - sym__case_clause_tuple_access, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1028), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1083), 11, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym__case_clause_guard_expression, - sym__case_clause_guard_unit, - sym_boolean_negation, - sym_string, - sym_integer, - [61421] = 11, + sym__upname, + ACTIONS(1664), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [58701] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1926), 1, + ACTIONS(1924), 1, anon_sym_DASH, - ACTIONS(1928), 1, - anon_sym_size, - ACTIONS(1934), 1, + ACTIONS(1932), 1, anon_sym_unit, - STATE(1769), 1, - sym_pattern_bit_string_segment_options, + ACTIONS(2079), 1, + anon_sym_size, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(95), 3, + ACTIONS(2107), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(1932), 3, + ACTIONS(1930), 3, anon_sym_utf8, anon_sym_utf16, anon_sym_utf32, - STATE(1422), 5, + STATE(1473), 5, sym__pattern_bit_string_segment_option, sym__pattern_bit_string_named_segment_option, sym__pattern_bit_string_segment_option_size, sym_integer, sym__bit_string_segment_option, - ACTIONS(1930), 14, + ACTIONS(1928), 14, anon_sym_binary, anon_sym_bytes, anon_sym_int, @@ -58532,855 +56318,750 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_big, anon_sym_little, anon_sym_native, - [61477] = 19, + [58758] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2109), 13, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(2177), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2189), 1, + anon_sym_BANG, + anon_sym_DQUOTE, sym_float, - STATE(1059), 1, - sym_identifier, - STATE(1073), 1, - sym__case_clause_guard_binary_expression, - STATE(1074), 1, - sym__case_clause_tuple_access, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1028), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1085), 11, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym__case_clause_guard_expression, - sym__case_clause_guard_unit, - sym_boolean_negation, - sym_string, - sym_integer, - [61549] = 19, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + sym__upname, + ACTIONS(2111), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(2175), 1, + [58801] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2113), 13, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(2177), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2191), 1, + anon_sym_BANG, + anon_sym_DQUOTE, sym_float, - STATE(1059), 1, - sym_identifier, - STATE(1073), 1, - sym__case_clause_guard_binary_expression, - STATE(1074), 1, - sym__case_clause_tuple_access, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1028), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1086), 11, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym__case_clause_guard_expression, - sym__case_clause_guard_unit, - sym_boolean_negation, - sym_string, - sym_integer, - [61621] = 19, + sym__upname, + ACTIONS(2115), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [58844] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(241), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2117), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, anon_sym_DQUOTE, - ACTIONS(247), 1, - sym__decimal, - ACTIONS(249), 1, - sym__name, - ACTIONS(251), 1, + sym_float, + sym__hex, + sym__octal, + sym__binary, sym__upname, - ACTIONS(1164), 1, - anon_sym_BANG, - ACTIONS(1782), 1, + ACTIONS(2119), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - ACTIONS(2193), 1, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [58887] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1674), 13, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(2195), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(2197), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, anon_sym_LT_LT, - ACTIONS(2201), 1, + anon_sym_BANG, + anon_sym_DQUOTE, sym_float, - STATE(1052), 1, - sym_identifier, - STATE(1090), 1, - sym__case_clause_tuple_access, - STATE(1091), 1, - sym__case_clause_guard_binary_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(245), 3, sym__hex, sym__octal, sym__binary, - STATE(1092), 11, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym__case_clause_guard_expression, - sym__case_clause_guard_unit, - sym_boolean_negation, - sym_string, - sym_integer, - [61693] = 19, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + sym__upname, + ACTIONS(1676), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(2175), 1, + [58930] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1630), 13, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(2177), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2203), 1, + anon_sym_BANG, + anon_sym_DQUOTE, sym_float, - STATE(1059), 1, - sym_identifier, - STATE(1073), 1, - sym__case_clause_guard_binary_expression, - STATE(1074), 1, - sym__case_clause_tuple_access, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1028), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1101), 11, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym__case_clause_guard_expression, - sym__case_clause_guard_unit, - sym_boolean_negation, - sym_string, - sym_integer, - [61765] = 13, + sym__upname, + ACTIONS(1632), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [58973] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(736), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(734), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(696), 7, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, anon_sym_DOT_DOT, - [61825] = 19, + [59016] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1666), 13, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(2177), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2205), 1, + anon_sym_BANG, + anon_sym_DQUOTE, sym_float, - STATE(1059), 1, - sym_identifier, - STATE(1073), 1, - sym__case_clause_guard_binary_expression, - STATE(1074), 1, - sym__case_clause_tuple_access, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1028), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1088), 11, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym__case_clause_guard_expression, - sym__case_clause_guard_unit, - sym_boolean_negation, - sym_string, - sym_integer, - [61897] = 13, + sym__upname, + ACTIONS(1668), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [59059] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2121), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(2123), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(764), 7, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - [61957] = 19, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [59102] = 24, ACTIONS(3), 1, sym_module_comment, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, - sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1164), 1, - anon_sym_BANG, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(2193), 1, - anon_sym_LBRACE, - ACTIONS(2195), 1, + ACTIONS(826), 1, + sym__name, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(2207), 1, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(1990), 1, + anon_sym_DOT_DOT, + ACTIONS(1992), 1, sym_float, - STATE(1052), 1, + ACTIONS(2125), 1, + anon_sym_RPAREN, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1227), 1, sym_identifier, - STATE(1090), 1, - sym__case_clause_tuple_access, - STATE(1091), 1, - sym__case_clause_guard_binary_expression, + STATE(1243), 1, + sym_string, + STATE(1590), 1, + sym_record_pattern_argument, + STATE(1593), 1, + sym__pattern, + STATE(1779), 1, + sym_label, + STATE(1884), 1, + sym_pattern_spread, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1094), 11, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym__case_clause_guard_expression, - sym__case_clause_guard_unit, - sym_boolean_negation, - sym_string, + STATE(1255), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [62029] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(586), 1, - anon_sym_COLON, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(399), 9, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(397), 20, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_as, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [62073] = 13, + sym_discard, + [59185] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(736), 7, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - [62133] = 19, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(91), 1, + ACTIONS(2127), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, anon_sym_DQUOTE, - ACTIONS(97), 1, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(2129), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, sym__decimal, - ACTIONS(99), 1, sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(672), 1, - anon_sym_BANG, - ACTIONS(2175), 1, - anon_sym_LBRACE, - ACTIONS(2177), 1, + [59228] = 23, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(2179), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(2209), 1, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1772), 1, sym_float, - STATE(1059), 1, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(2131), 1, + anon_sym_RBRACE, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1250), 1, sym_identifier, - STATE(1073), 1, - sym__case_clause_guard_binary_expression, - STATE(1074), 1, - sym__case_clause_tuple_access, + STATE(1267), 1, + sym_string, + STATE(1325), 1, + sym__pattern, + STATE(1404), 1, + sym_case_clause_pattern, + STATE(1460), 1, + sym_case_clause_patterns, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1028), 2, + STATE(746), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1063), 11, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym__case_clause_guard_expression, - sym__case_clause_guard_unit, - sym_boolean_negation, - sym_string, + STATE(1319), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [62205] = 4, + sym_discard, + [59309] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(574), 9, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PIPE, - ACTIONS(572), 21, + ACTIONS(1678), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1680), 18, anon_sym_if, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_as, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [62247] = 6, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [59352] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 6, + ACTIONS(1682), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1684), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - ACTIONS(756), 18, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_DOT_DOT, - [62293] = 12, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [59395] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2133), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(2135), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 8, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_DOT_DOT, - [62351] = 11, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [59438] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(1646), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1648), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 9, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_DOT_DOT, - [62407] = 10, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [59481] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(1650), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(1652), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 11, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_DOT_DOT, - [62461] = 9, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [59524] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2137), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(2139), 18, + anon_sym_if, + anon_sym_import, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(758), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 15, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_DOT_DOT, - [62513] = 19, + anon_sym_fn, + anon_sym_external, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [59567] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(241), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(1164), 1, + ACTIONS(1112), 1, anon_sym_BANG, - ACTIONS(1782), 1, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(2193), 1, + ACTIONS(2141), 1, anon_sym_LBRACE, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2211), 1, + ACTIONS(2149), 1, sym_float, - STATE(1052), 1, + STATE(1037), 1, sym_identifier, - STATE(1090), 1, - sym__case_clause_tuple_access, - STATE(1091), 1, + STATE(1039), 1, sym__case_clause_guard_binary_expression, + STATE(1076), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(245), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(1098), 11, + STATE(1079), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -59392,143 +57073,95 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [62585] = 8, + [59639] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2171), 2, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(758), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2173), 4, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 16, + ACTIONS(698), 7, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_GT_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, anon_sym_DOT_DOT, - [62635] = 19, + [59699] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(241), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(249), 1, - sym__name, - ACTIONS(251), 1, - sym__upname, - ACTIONS(1164), 1, - anon_sym_BANG, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(2193), 1, - anon_sym_LBRACE, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2213), 1, - sym_float, - STATE(1052), 1, - sym_identifier, - STATE(1090), 1, - sym__case_clause_tuple_access, - STATE(1091), 1, - sym__case_clause_guard_binary_expression, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(245), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1099), 11, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym__case_clause_guard_expression, - sym__case_clause_guard_unit, - sym_boolean_negation, - sym_string, - sym_integer, - [62707] = 19, - ACTIONS(3), 1, - sym_module_comment, ACTIONS(241), 1, - anon_sym_DQUOTE, - ACTIONS(247), 1, - sym__decimal, - ACTIONS(249), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(1164), 1, + ACTIONS(1112), 1, anon_sym_BANG, - ACTIONS(1782), 1, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(2193), 1, + ACTIONS(2141), 1, anon_sym_LBRACE, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2215), 1, + ACTIONS(2171), 1, sym_float, - STATE(1052), 1, + STATE(1037), 1, sym_identifier, - STATE(1090), 1, - sym__case_clause_tuple_access, - STATE(1091), 1, + STATE(1039), 1, sym__case_clause_guard_binary_expression, + STATE(1076), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(245), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(1100), 11, + STATE(1040), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -59540,48 +57173,48 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [62779] = 19, + [59771] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(241), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(1164), 1, + ACTIONS(1112), 1, anon_sym_BANG, - ACTIONS(1782), 1, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(2193), 1, + ACTIONS(2141), 1, anon_sym_LBRACE, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2217), 1, + ACTIONS(2173), 1, sym_float, - STATE(1052), 1, + STATE(1037), 1, sym_identifier, - STATE(1090), 1, - sym__case_clause_tuple_access, - STATE(1091), 1, + STATE(1039), 1, sym__case_clause_guard_binary_expression, + STATE(1076), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(245), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(1102), 11, + STATE(1065), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -59593,138 +57226,48 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [62851] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(1926), 1, - anon_sym_DASH, - ACTIONS(1934), 1, - anon_sym_unit, - ACTIONS(1998), 1, - anon_sym_size, - STATE(1734), 1, - sym_constant_bit_string_segment_options, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - ACTIONS(1932), 3, - anon_sym_utf8, - anon_sym_utf16, - anon_sym_utf32, - STATE(1411), 5, - sym__constant_bit_string_segment_option, - sym__constant_bit_string_named_segment_option, - sym__constant_bit_string_segment_option_size, - sym_integer, - sym__bit_string_segment_option, - ACTIONS(1930), 14, - anon_sym_binary, - anon_sym_bytes, - anon_sym_int, - anon_sym_float, - anon_sym_bit_string, - anon_sym_bits, - 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, - [62907] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(1926), 1, - anon_sym_DASH, - ACTIONS(1934), 1, - anon_sym_unit, - ACTIONS(1962), 1, - anon_sym_size, - STATE(1719), 1, - sym_expression_bit_string_segment_options, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - ACTIONS(1932), 3, - anon_sym_utf8, - anon_sym_utf16, - anon_sym_utf32, - STATE(1421), 5, - sym__expression_bit_string_segment_option, - sym__expression_bit_string_named_segment_option, - sym__expression_bit_string_segment_option_size, - sym_integer, - sym__bit_string_segment_option, - ACTIONS(1930), 14, - anon_sym_binary, - anon_sym_bytes, - anon_sym_int, - anon_sym_float, - anon_sym_bit_string, - anon_sym_bits, - 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, - [62963] = 19, + [59843] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(241), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(247), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(249), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(251), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1164), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(2193), 1, + ACTIONS(2175), 1, anon_sym_LBRACE, - ACTIONS(2195), 1, + ACTIONS(2177), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2181), 1, anon_sym_LT_LT, - ACTIONS(2219), 1, + ACTIONS(2183), 1, + anon_sym_DASH, + ACTIONS(2185), 1, sym_float, - STATE(1052), 1, + STATE(1028), 1, sym_identifier, - STATE(1090), 1, - sym__case_clause_tuple_access, - STATE(1091), 1, + STATE(1057), 1, sym__case_clause_guard_binary_expression, + STATE(1058), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(991), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(245), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1103), 11, + STATE(1047), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -59736,18 +57279,18 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [63035] = 19, + [59915] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(672), 1, + ACTIONS(820), 1, anon_sym_BANG, ACTIONS(2175), 1, anon_sym_LBRACE, @@ -59759,25 +57302,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, ACTIONS(2183), 1, anon_sym_DASH, - ACTIONS(2221), 1, + ACTIONS(2187), 1, sym_float, - STATE(1059), 1, + STATE(1028), 1, sym_identifier, - STATE(1073), 1, + STATE(1057), 1, sym__case_clause_guard_binary_expression, - STATE(1074), 1, + STATE(1058), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1028), 2, + STATE(991), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1078), 11, + STATE(1050), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -59789,90 +57332,90 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [63107] = 22, + [59987] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(2175), 1, + anon_sym_LBRACE, + ACTIONS(2177), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(2181), 1, + anon_sym_LT_LT, + ACTIONS(2183), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(2189), 1, sym_float, - ACTIONS(2223), 1, - anon_sym_RBRACK, - ACTIONS(2225), 1, - anon_sym_DOT_DOT, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1028), 1, sym_identifier, - STATE(1259), 1, - sym_string, - STATE(1302), 1, - sym__pattern, - STATE(1806), 1, - sym_list_pattern_tail, + STATE(1057), 1, + sym__case_clause_guard_binary_expression, + STATE(1058), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(991), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + STATE(1080), 11, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym__case_clause_guard_expression, + sym__case_clause_guard_unit, + sym_boolean_negation, + sym_string, sym_integer, - sym_discard, - [63184] = 10, + [60059] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1926), 1, + ACTIONS(1924), 1, anon_sym_DASH, - ACTIONS(1928), 1, - anon_sym_size, - ACTIONS(1934), 1, + ACTIONS(1932), 1, anon_sym_unit, + ACTIONS(1952), 1, + anon_sym_size, + STATE(1638), 1, + sym_expression_bit_string_segment_options, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(1932), 3, + ACTIONS(1930), 3, anon_sym_utf8, anon_sym_utf16, anon_sym_utf32, - STATE(1504), 5, - sym__pattern_bit_string_segment_option, - sym__pattern_bit_string_named_segment_option, - sym__pattern_bit_string_segment_option_size, + STATE(1392), 5, + sym__expression_bit_string_segment_option, + sym__expression_bit_string_named_segment_option, + sym__expression_bit_string_segment_option_size, sym_integer, sym__bit_string_segment_option, - ACTIONS(1930), 14, + ACTIONS(1928), 14, anon_sym_binary, anon_sym_bytes, anon_sym_int, @@ -59887,35 +57430,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_big, anon_sym_little, anon_sym_native, - [63237] = 10, + [60115] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1926), 1, + ACTIONS(1924), 1, anon_sym_DASH, - ACTIONS(1934), 1, + ACTIONS(1932), 1, anon_sym_unit, - ACTIONS(1962), 1, + ACTIONS(2079), 1, anon_sym_size, + STATE(1650), 1, + sym_pattern_bit_string_segment_options, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(1932), 3, + ACTIONS(1930), 3, anon_sym_utf8, anon_sym_utf16, anon_sym_utf32, - STATE(1587), 5, - sym__expression_bit_string_segment_option, - sym__expression_bit_string_named_segment_option, - sym__expression_bit_string_segment_option_size, + STATE(1401), 5, + sym__pattern_bit_string_segment_option, + sym__pattern_bit_string_named_segment_option, + sym__pattern_bit_string_segment_option_size, sym_integer, sym__bit_string_segment_option, - ACTIONS(1930), 14, + ACTIONS(1928), 14, anon_sym_binary, anon_sym_bytes, anon_sym_int, @@ -59930,307 +57475,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_big, anon_sym_little, anon_sym_native, - [63290] = 22, + [60171] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2006), 1, - sym_float, - ACTIONS(2225), 1, - anon_sym_DOT_DOT, - ACTIONS(2227), 1, - anon_sym_RBRACK, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, - sym_identifier, - STATE(1259), 1, - sym_string, - STATE(1350), 1, - sym__pattern, - STATE(1877), 1, - sym_list_pattern_tail, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [63367] = 22, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1776), 1, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(2175), 1, + anon_sym_LBRACE, + ACTIONS(2177), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(2181), 1, anon_sym_LT_LT, - ACTIONS(1782), 1, + ACTIONS(2183), 1, anon_sym_DASH, - ACTIONS(1784), 1, - anon_sym_DQUOTE, - ACTIONS(1786), 1, + ACTIONS(2191), 1, sym_float, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, - sym__upname, - ACTIONS(2229), 1, - anon_sym_if, - ACTIONS(2231), 1, - anon_sym_DASH_GT, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, + STATE(1028), 1, sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1366), 1, - sym__pattern, - STATE(1618), 1, - sym_case_clause_pattern, + STATE(1057), 1, + sym__case_clause_guard_binary_expression, + STATE(1058), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(991), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [63444] = 21, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(1784), 1, - anon_sym_DQUOTE, - ACTIONS(1786), 1, - sym_float, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, - sym__upname, - ACTIONS(2233), 1, - anon_sym_if, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, + STATE(1064), 11, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym__case_clause_guard_expression, + sym__case_clause_guard_unit, + sym_boolean_negation, sym_string, - STATE(1302), 1, - sym__pattern, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2235), 2, - anon_sym_DASH_GT, - anon_sym_PIPE, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1788), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, sym_integer, - sym_discard, - [63519] = 20, + [60243] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1112), 1, + anon_sym_BANG, + ACTIONS(1768), 1, + anon_sym_DASH, + ACTIONS(2141), 1, + anon_sym_LBRACE, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(2193), 1, sym_float, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1037), 1, sym_identifier, - STATE(1259), 1, - sym_string, - STATE(1585), 1, - sym__pattern, + STATE(1039), 1, + sym__case_clause_guard_binary_expression, + STATE(1076), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(2237), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DOT_DOT, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + STATE(1044), 11, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym__case_clause_guard_expression, + sym__case_clause_guard_unit, + sym_boolean_negation, + sym_string, sym_integer, - sym_discard, - [63592] = 22, + [60315] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(2175), 1, + anon_sym_LBRACE, + ACTIONS(2177), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(2181), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(2183), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(2195), 1, sym_float, - ACTIONS(2225), 1, - anon_sym_DOT_DOT, - ACTIONS(2239), 1, - anon_sym_RBRACK, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1028), 1, sym_identifier, - STATE(1259), 1, - sym_string, - STATE(1302), 1, - sym__pattern, - STATE(1786), 1, - sym_list_pattern_tail, + STATE(1057), 1, + sym__case_clause_guard_binary_expression, + STATE(1058), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(991), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + STATE(1048), 11, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym__case_clause_guard_expression, + sym__case_clause_guard_unit, + sym_boolean_negation, + sym_string, sym_integer, - sym_discard, - [63669] = 10, + [60387] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1926), 1, + ACTIONS(1924), 1, anon_sym_DASH, - ACTIONS(1934), 1, - anon_sym_unit, - ACTIONS(1998), 1, + ACTIONS(1926), 1, anon_sym_size, + ACTIONS(1932), 1, + anon_sym_unit, + STATE(1632), 1, + sym_constant_bit_string_segment_options, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(1932), 3, + ACTIONS(1930), 3, anon_sym_utf8, anon_sym_utf16, anon_sym_utf32, - STATE(1529), 5, + STATE(1382), 5, sym__constant_bit_string_segment_option, sym__constant_bit_string_named_segment_option, sym__constant_bit_string_segment_option_size, sym_integer, sym__bit_string_segment_option, - ACTIONS(1930), 14, + ACTIONS(1928), 14, anon_sym_binary, anon_sym_bytes, anon_sym_int, @@ -60245,430 +57679,803 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_big, anon_sym_little, anon_sym_native, - [63722] = 22, + [60443] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1784), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(1790), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(1796), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1112), 1, + anon_sym_BANG, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(2241), 1, - anon_sym_LT_DASH, - ACTIONS(2243), 1, + ACTIONS(2141), 1, + anon_sym_LBRACE, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2197), 1, sym_float, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, + STATE(1037), 1, sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1430), 1, - sym__pattern, - STATE(1435), 1, - sym_use_assignment, - STATE(1867), 1, - sym_use_assignments, + STATE(1039), 1, + sym__case_clause_guard_binary_expression, + STATE(1076), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(1353), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + STATE(1051), 11, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym__case_clause_guard_expression, + sym__case_clause_guard_unit, + sym_boolean_negation, + sym_string, sym_integer, - sym_discard, - [63799] = 21, + [60515] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(1784), 1, - anon_sym_DQUOTE, - ACTIONS(1786), 1, - sym_float, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, - sym__upname, - ACTIONS(2245), 1, - anon_sym_if, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1302), 1, - sym__pattern, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2247), 2, - anon_sym_DASH_GT, - anon_sym_PIPE, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1788), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [63874] = 22, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(684), 7, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + [60575] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(1784), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(1786), 1, - sym_float, - ACTIONS(1790), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(1796), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(2249), 1, - anon_sym_if, - ACTIONS(2251), 1, - anon_sym_DASH_GT, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, + ACTIONS(1112), 1, + anon_sym_BANG, + ACTIONS(1768), 1, + anon_sym_DASH, + ACTIONS(2141), 1, + anon_sym_LBRACE, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2199), 1, + sym_float, + STATE(1037), 1, sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1366), 1, - sym__pattern, - STATE(1618), 1, - sym_case_clause_pattern, + STATE(1039), 1, + sym__case_clause_guard_binary_expression, + STATE(1076), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + STATE(1049), 11, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym__case_clause_guard_expression, + sym__case_clause_guard_unit, + sym_boolean_negation, + sym_string, sym_integer, - sym_discard, - [63951] = 22, + [60647] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1784), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1790), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1796), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(2175), 1, + anon_sym_LBRACE, + ACTIONS(2177), 1, + anon_sym_POUND, + ACTIONS(2179), 1, + anon_sym_LBRACK, + ACTIONS(2181), 1, + anon_sym_LT_LT, + ACTIONS(2183), 1, anon_sym_DASH, - ACTIONS(2243), 1, + ACTIONS(2201), 1, sym_float, - ACTIONS(2253), 1, - anon_sym_LT_DASH, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, + STATE(1028), 1, sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1430), 1, - sym__pattern, - STATE(1435), 1, - sym_use_assignment, - STATE(1894), 1, - sym_use_assignments, + STATE(1057), 1, + sym__case_clause_guard_binary_expression, + STATE(1058), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(991), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1353), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + STATE(1078), 11, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym__case_clause_guard_expression, + sym__case_clause_guard_unit, + sym_boolean_negation, + sym_string, sym_integer, - sym_discard, - [64028] = 21, + [60719] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1784), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(1790), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(1796), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(2175), 1, + anon_sym_LBRACE, + ACTIONS(2177), 1, + anon_sym_POUND, + ACTIONS(2179), 1, + anon_sym_LBRACK, + ACTIONS(2181), 1, + anon_sym_LT_LT, + ACTIONS(2183), 1, anon_sym_DASH, - ACTIONS(2243), 1, + ACTIONS(2203), 1, sym_float, - ACTIONS(2255), 1, - anon_sym_LT_DASH, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, + STATE(1028), 1, sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1430), 1, - sym__pattern, - STATE(1740), 1, - sym_use_assignment, + STATE(1057), 1, + sym__case_clause_guard_binary_expression, + STATE(1058), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(991), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1353), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + STATE(1073), 11, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym__case_clause_guard_expression, + sym__case_clause_guard_unit, + sym_boolean_negation, + sym_string, sym_integer, - sym_discard, - [64102] = 21, + [60791] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(2175), 1, + anon_sym_LBRACE, + ACTIONS(2177), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(2179), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(2181), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(2183), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(2205), 1, sym_float, - ACTIONS(2257), 1, - anon_sym_GT_GT, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1028), 1, sym_identifier, - STATE(1259), 1, - sym_string, - STATE(1560), 1, - sym__pattern, - STATE(1768), 1, - sym_pattern_bit_string_segment, + STATE(1057), 1, + sym__case_clause_guard_binary_expression, + STATE(1058), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(991), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + STATE(1074), 11, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym__case_clause_guard_expression, + sym__case_clause_guard_unit, + sym_boolean_negation, + sym_string, sym_integer, - sym_discard, - [64176] = 21, + [60863] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(233), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(241), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(243), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1112), 1, + anon_sym_BANG, + ACTIONS(1768), 1, + anon_sym_DASH, + ACTIONS(2141), 1, + anon_sym_LBRACE, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(2207), 1, sym_float, - ACTIONS(2259), 1, - anon_sym_GT_GT, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1037), 1, sym_identifier, - STATE(1259), 1, - sym_string, - STATE(1549), 1, - sym_pattern_bit_string_segment, - STATE(1560), 1, - sym__pattern, + STATE(1039), 1, + sym__case_clause_guard_binary_expression, + STATE(1076), 1, + sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + STATE(1046), 11, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym__case_clause_guard_expression, + sym__case_clause_guard_unit, + sym_boolean_negation, + sym_string, sym_integer, - sym_discard, - [64250] = 21, + [60935] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, + ACTIONS(570), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(564), 9, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(562), 20, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_as, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [60979] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(423), 9, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_PIPE, + ACTIONS(421), 21, + anon_sym_if, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_as, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [61021] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(726), 7, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + [61081] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 6, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + ACTIONS(710), 18, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_DOT_DOT, + [61127] = 8, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(712), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 16, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_DOT_DOT, + [61177] = 12, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 8, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_DOT_DOT, + [61235] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 9, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_DOT_DOT, + [61291] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 11, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DOT_DOT, + [61345] = 9, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(712), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 15, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_DOT_DOT, + [61397] = 22, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1784), 1, + ACTIONS(1768), 1, + anon_sym_DASH, + ACTIONS(1770), 1, anon_sym_DQUOTE, - ACTIONS(1790), 1, + ACTIONS(1772), 1, + sym_float, + ACTIONS(1776), 1, sym__decimal, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(1794), 1, + ACTIONS(1780), 1, sym__name, - ACTIONS(1796), 1, + ACTIONS(1782), 1, sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2243), 1, - sym_float, - ACTIONS(2261), 1, - anon_sym_LT_DASH, - STATE(1191), 1, + ACTIONS(2209), 1, + anon_sym_if, + ACTIONS(2211), 1, + anon_sym_DASH_GT, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1281), 1, + STATE(1250), 1, sym_identifier, - STATE(1296), 1, + STATE(1267), 1, sym_string, - STATE(1430), 1, + STATE(1325), 1, sym__pattern, - STATE(1740), 1, - sym_use_assignment, + STATE(1579), 1, + sym_case_clause_pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1353), 7, + STATE(1319), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -60676,52 +58483,53 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [64324] = 21, + [61474] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1772), 1, sym_float, - ACTIONS(2263), 1, - anon_sym_assert, - STATE(781), 1, - sym__assignment, - STATE(1191), 1, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(2213), 1, + anon_sym_if, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1250), 1, sym_identifier, - STATE(1259), 1, + STATE(1267), 1, sym_string, - STATE(1460), 1, + STATE(1274), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + ACTIONS(2215), 2, + anon_sym_DASH_GT, + anon_sym_PIPE, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1319), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -60729,52 +58537,53 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [64398] = 21, + [61549] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1772), 1, sym_float, - ACTIONS(2265), 1, - anon_sym_GT_GT, - STATE(1191), 1, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(2217), 1, + anon_sym_if, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1250), 1, sym_identifier, - STATE(1259), 1, + STATE(1267), 1, sym_string, - STATE(1560), 1, + STATE(1274), 1, sym__pattern, - STATE(1768), 1, - sym_pattern_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + ACTIONS(2219), 2, + anon_sym_DASH_GT, + anon_sym_PIPE, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1319), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -60782,105 +58591,97 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [64472] = 21, + [61624] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, - sym__upname, - ACTIONS(678), 1, - sym__name, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1924), 1, anon_sym_DASH, - ACTIONS(2006), 1, - sym_float, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, - sym_identifier, - STATE(1259), 1, - sym_string, - STATE(1491), 1, - sym__pattern, - STATE(1620), 1, - sym_record_pattern_argument, - STATE(1811), 1, - sym_label, + ACTIONS(1926), 1, + anon_sym_size, + ACTIONS(1932), 1, + anon_sym_unit, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + ACTIONS(1930), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1424), 5, + sym__constant_bit_string_segment_option, + sym__constant_bit_string_named_segment_option, + sym__constant_bit_string_segment_option_size, sym_integer, - sym_discard, - [64546] = 21, + sym__bit_string_segment_option, + ACTIONS(1928), 14, + anon_sym_binary, + anon_sym_bytes, + anon_sym_int, + anon_sym_float, + anon_sym_bit_string, + anon_sym_bits, + 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, + [61677] = 22, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - ACTIONS(2267), 1, - anon_sym_assert, - STATE(1054), 1, - sym__assignment, - STATE(1191), 1, + ACTIONS(2221), 1, + anon_sym_RBRACK, + ACTIONS(2223), 1, + anon_sym_DOT_DOT, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1445), 1, + STATE(1340), 1, sym__pattern, + STATE(1748), 1, + sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -60888,134 +58689,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [64620] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2269), 1, - anon_sym_LPAREN, - STATE(926), 1, - sym_arguments, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(383), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(381), 17, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [64663] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2271), 1, - anon_sym_COMMA, - ACTIONS(2273), 1, - anon_sym_RBRACK, - ACTIONS(2275), 1, - anon_sym_DOT_DOT, - STATE(1374), 1, - aux_sym_tuple_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [64726] = 20, + [61754] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - STATE(169), 1, - sym__assignment, - STATE(1191), 1, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1460), 1, + STATE(1589), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + ACTIONS(2225), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DOT_DOT, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61023,97 +58742,54 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [64797] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2277), 1, - anon_sym_COMMA, - ACTIONS(2279), 1, - anon_sym_RBRACK, - ACTIONS(2281), 1, - anon_sym_DOT_DOT, - STATE(1429), 1, - aux_sym_tuple_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [64860] = 20, + [61827] = 22, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1782), 1, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(1784), 1, + ACTIONS(1770), 1, anon_sym_DQUOTE, - ACTIONS(1786), 1, + ACTIONS(1772), 1, sym_float, - ACTIONS(1790), 1, + ACTIONS(1776), 1, sym__decimal, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(1794), 1, + ACTIONS(1780), 1, sym__name, - ACTIONS(1796), 1, + ACTIONS(1782), 1, sym__upname, - STATE(1191), 1, + ACTIONS(2227), 1, + anon_sym_if, + ACTIONS(2229), 1, + anon_sym_DASH_GT, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1281), 1, + STATE(1250), 1, sym_identifier, - STATE(1296), 1, + STATE(1267), 1, sym_string, - STATE(1366), 1, + STATE(1325), 1, sym__pattern, - STATE(1618), 1, + STATE(1579), 1, sym_case_clause_pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1312), 7, + STATE(1319), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61121,50 +58797,97 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [64931] = 20, + [61904] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(1924), 1, + anon_sym_DASH, + ACTIONS(1932), 1, + anon_sym_unit, + ACTIONS(2079), 1, + anon_sym_size, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + ACTIONS(1930), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1473), 5, + sym__pattern_bit_string_segment_option, + sym__pattern_bit_string_named_segment_option, + sym__pattern_bit_string_segment_option_size, + sym_integer, + sym__bit_string_segment_option, + ACTIONS(1928), 14, + anon_sym_binary, + anon_sym_bytes, + anon_sym_int, + anon_sym_float, + anon_sym_bit_string, + anon_sym_bits, + 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, + [61957] = 22, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1784), 1, + ACTIONS(1770), 1, anon_sym_DQUOTE, - ACTIONS(1790), 1, + ACTIONS(1776), 1, sym__decimal, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(1794), 1, + ACTIONS(1780), 1, sym__name, - ACTIONS(1796), 1, + ACTIONS(1782), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2243), 1, + ACTIONS(2231), 1, + anon_sym_LT_DASH, + ACTIONS(2233), 1, sym_float, - STATE(1191), 1, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1281), 1, + STATE(1250), 1, sym_identifier, - STATE(1296), 1, + STATE(1267), 1, sym_string, - STATE(1430), 1, + STATE(1364), 1, sym__pattern, - STATE(1740), 1, + STATE(1450), 1, sym_use_assignment, + STATE(1785), 1, + sym_use_assignments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1353), 7, + STATE(1334), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61172,97 +58895,54 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [65002] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2283), 1, - anon_sym_COMMA, - ACTIONS(2285), 1, - anon_sym_RBRACK, - ACTIONS(2287), 1, - anon_sym_DOT_DOT, - STATE(1384), 1, - aux_sym_tuple_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [65065] = 20, + [62034] = 22, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - STATE(407), 1, - sym__assignment, - STATE(1191), 1, + ACTIONS(2223), 1, + anon_sym_DOT_DOT, + ACTIONS(2235), 1, + anon_sym_RBRACK, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1548), 1, + STATE(1274), 1, sym__pattern, + STATE(1853), 1, + sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61270,141 +58950,97 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [65136] = 16, + [62111] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2289), 1, - anon_sym_COMMA, - ACTIONS(2291), 1, - anon_sym_RBRACK, - ACTIONS(2293), 1, - anon_sym_DOT_DOT, - STATE(1424), 1, - aux_sym_tuple_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(1924), 1, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [65199] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, + ACTIONS(1932), 1, + anon_sym_unit, + ACTIONS(1952), 1, + anon_sym_size, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(2295), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_DOT_DOT, - [65256] = 20, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + ACTIONS(1930), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1560), 5, + sym__expression_bit_string_segment_option, + sym__expression_bit_string_named_segment_option, + sym__expression_bit_string_segment_option_size, + sym_integer, + sym__bit_string_segment_option, + ACTIONS(1928), 14, + anon_sym_binary, + anon_sym_bytes, + anon_sym_int, + anon_sym_float, + anon_sym_bit_string, + anon_sym_bits, + 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, + [62164] = 22, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(2233), 1, sym_float, - ACTIONS(2297), 1, - anon_sym_RPAREN, - STATE(1191), 1, + ACTIONS(2237), 1, + anon_sym_LT_DASH, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1250), 1, sym_identifier, - STATE(1259), 1, + STATE(1267), 1, sym_string, - STATE(1482), 1, + STATE(1364), 1, sym__pattern, + STATE(1450), 1, + sym_use_assignment, + STATE(1876), 1, + sym_use_assignments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1334), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61412,50 +59048,54 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [65327] = 20, + [62241] = 22, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - STATE(679), 1, - sym__assignment, - STATE(1191), 1, + ACTIONS(2223), 1, + anon_sym_DOT_DOT, + ACTIONS(2239), 1, + anon_sym_RBRACK, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1604), 1, + STATE(1274), 1, sym__pattern, + STATE(1765), 1, + sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61463,185 +59103,105 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [65398] = 20, + [62318] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - ACTIONS(2299), 1, - anon_sym_RPAREN, - STATE(1191), 1, + ACTIONS(2241), 1, + anon_sym_assert, + STATE(1029), 1, + sym__assignment, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1302), 1, + STATE(1413), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1278), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [65469] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2301), 1, - anon_sym_COMMA, - ACTIONS(2303), 1, - anon_sym_RBRACK, - ACTIONS(2305), 1, - anon_sym_DOT_DOT, - STATE(1391), 1, - aux_sym_tuple_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [65532] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1888), 1, - anon_sym_LPAREN, - ACTIONS(2307), 1, - anon_sym_as, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(640), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(638), 17, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [65575] = 20, + sym_remote_constructor_name, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1255), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [62392] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(2233), 1, sym_float, - STATE(755), 1, - sym__assignment, - STATE(1191), 1, + ACTIONS(2243), 1, + anon_sym_LT_DASH, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1250), 1, sym_identifier, - STATE(1259), 1, + STATE(1267), 1, sym_string, - STATE(1548), 1, + STATE(1364), 1, sym__pattern, + STATE(1680), 1, + sym_use_assignment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1334), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61649,50 +59209,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [65646] = 20, + [62466] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(2233), 1, sym_float, - STATE(1039), 1, - sym__assignment, - STATE(1191), 1, + ACTIONS(2245), 1, + anon_sym_LT_DASH, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1250), 1, sym_identifier, - STATE(1259), 1, + STATE(1267), 1, sym_string, - STATE(1592), 1, + STATE(1364), 1, sym__pattern, + STATE(1680), 1, + sym_use_assignment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1334), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61700,87 +59262,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [65717] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1884), 1, - anon_sym_LPAREN, - ACTIONS(2309), 1, - anon_sym_as, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(646), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(644), 17, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [65760] = 20, + [62540] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - STATE(511), 1, - sym__assignment, - STATE(1191), 1, + ACTIONS(2247), 1, + anon_sym_GT_GT, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1444), 1, + STATE(1545), 1, sym__pattern, + STATE(1690), 1, + sym_pattern_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61788,50 +59315,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [65831] = 20, + [62614] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - STATE(1024), 1, - sym__assignment, - STATE(1191), 1, + ACTIONS(2249), 1, + anon_sym_GT_GT, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1444), 1, + STATE(1545), 1, sym__pattern, + STATE(1690), 1, + sym_pattern_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61839,97 +59368,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [65902] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2311), 1, - anon_sym_COMMA, - ACTIONS(2313), 1, - anon_sym_RBRACK, - ACTIONS(2315), 1, - anon_sym_DOT_DOT, - STATE(1427), 1, - aux_sym_tuple_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [65965] = 20, + [62688] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - STATE(755), 1, + ACTIONS(2251), 1, + anon_sym_assert, + STATE(783), 1, sym__assignment, - STATE(1191), 1, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1453), 1, + STATE(1440), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61937,97 +59421,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [66036] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2317), 1, - anon_sym_COMMA, - ACTIONS(2319), 1, - anon_sym_RBRACK, - ACTIONS(2321), 1, - anon_sym_DOT_DOT, - STATE(1399), 1, - aux_sym_tuple_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [66099] = 20, + [62762] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(826), 1, + sym__name, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - STATE(407), 1, - sym__assignment, - STATE(1191), 1, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1445), 1, + STATE(1590), 1, + sym_record_pattern_argument, + STATE(1593), 1, sym__pattern, + STATE(1779), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -62035,50 +59474,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [66170] = 20, + [62836] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - STATE(133), 1, - sym__assignment, - STATE(1191), 1, + ACTIONS(2253), 1, + anon_sym_GT_GT, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1604), 1, + STATE(1545), 1, sym__pattern, + STATE(1547), 1, + sym_pattern_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -62086,50 +59527,50 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [66241] = 20, + [62910] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - STATE(611), 1, - sym__assignment, - STATE(1191), 1, + ACTIONS(2255), 1, + anon_sym_RPAREN, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1509), 1, + STATE(1446), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -62137,50 +59578,50 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [66312] = 20, + [62981] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, - sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1770), 1, + anon_sym_DQUOTE, + ACTIONS(1772), 1, sym_float, - STATE(1191), 1, + ACTIONS(1776), 1, + sym__decimal, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, + sym__name, + ACTIONS(1782), 1, + sym__upname, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1250), 1, sym_identifier, - STATE(1259), 1, + STATE(1267), 1, sym_string, - STATE(1560), 1, + STATE(1325), 1, sym__pattern, - STATE(1768), 1, - sym_pattern_bit_string_segment, + STATE(1579), 1, + sym_case_clause_pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1319), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -62188,50 +59629,50 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [66383] = 20, + [63052] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - ACTIONS(2323), 1, + ACTIONS(2257), 1, anon_sym_RPAREN, - STATE(1191), 1, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1302), 1, + STATE(1274), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -62239,141 +59680,141 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [66454] = 15, + [63123] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2325), 1, - anon_sym_LBRACE, - ACTIONS(2327), 1, - anon_sym_COMMA, - ACTIONS(2333), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2335), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2343), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - STATE(1617), 1, - aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2329), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2331), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2337), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2345), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2339), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2341), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2347), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66514] = 18, + ACTIONS(2259), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DOT_DOT, + [63180] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, - sym__name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2349), 1, - anon_sym_RPAREN, - ACTIONS(2351), 1, - sym_float, - STATE(1323), 1, - sym_identifier, - STATE(1763), 1, - sym_attribute_value, - STATE(1845), 1, - sym_label, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2261), 1, + anon_sym_COMMA, + ACTIONS(2263), 1, + anon_sym_RBRACK, + ACTIONS(2265), 1, + anon_sym_DOT_DOT, + STATE(1381), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1626), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [66580] = 19, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [63243] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1992), 1, sym_float, - STATE(1191), 1, + ACTIONS(2267), 1, + anon_sym_RPAREN, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1255), 1, + STATE(1227), 1, sym_identifier, - STATE(1259), 1, + STATE(1243), 1, sym_string, - STATE(1302), 1, + STATE(1274), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1278), 7, + STATE(1255), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -62381,61 +59822,17 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [66648] = 18, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, - sym__name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2351), 1, - sym_float, - ACTIONS(2353), 1, - anon_sym_RPAREN, - STATE(1323), 1, - sym_identifier, - STATE(1763), 1, - sym_attribute_value, - STATE(1845), 1, - sym_label, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1626), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [66714] = 4, + [63314] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1806), 1, + anon_sym_LPAREN, + ACTIONS(2269), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(534), 8, + ACTIONS(604), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -62444,343 +59841,511 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(532), 18, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_DASH_GT, + ACTIONS(602), 17, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [63357] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2271), 1, + anon_sym_COMMA, + ACTIONS(2273), 1, + anon_sym_RBRACK, + ACTIONS(2275), 1, + anon_sym_DOT_DOT, + STATE(1379), 1, + aux_sym_tuple_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [63420] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, anon_sym_PIPE_GT, + ACTIONS(2277), 1, + anon_sym_COMMA, + ACTIONS(2279), 1, + anon_sym_RBRACK, + ACTIONS(2281), 1, + anon_sym_DOT_DOT, + STATE(1376), 1, + aux_sym_tuple_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66752] = 4, + [63483] = 20, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, + sym__upname, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(1992), 1, + sym_float, + STATE(678), 1, + sym__assignment, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1227), 1, + sym_identifier, + STATE(1243), 1, + sym_string, + STATE(1535), 1, + sym__pattern, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1107), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1255), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [63554] = 16, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2283), 1, + anon_sym_COMMA, + ACTIONS(2285), 1, + anon_sym_RBRACK, + ACTIONS(2287), 1, + anon_sym_DOT_DOT, + STATE(1403), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(588), 8, + ACTIONS(2151), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(586), 18, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66790] = 18, + [63617] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(187), 1, + sym__upname, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(2355), 1, - anon_sym_RPAREN, - ACTIONS(2357), 1, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(1992), 1, sym_float, - STATE(1323), 1, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1227), 1, sym_identifier, - STATE(1716), 1, - sym_constant_record_argument, - STATE(1783), 1, - sym_label, + STATE(1243), 1, + sym_string, + STATE(1545), 1, + sym__pattern, + STATE(1690), 1, + sym_pattern_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1625), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, + STATE(1255), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [66856] = 6, + sym_discard, + [63688] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2359), 1, - anon_sym_LPAREN, - ACTIONS(2361), 1, - anon_sym_as, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2289), 1, + anon_sym_COMMA, + ACTIONS(2291), 1, + anon_sym_RBRACK, + ACTIONS(2293), 1, + anon_sym_DOT_DOT, + STATE(1391), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(646), 8, + ACTIONS(2151), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(644), 16, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66898] = 18, + [63751] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(187), 1, + sym__upname, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(2357), 1, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(1992), 1, sym_float, - ACTIONS(2363), 1, - anon_sym_RPAREN, - STATE(1323), 1, + STATE(989), 1, + sym__assignment, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1227), 1, sym_identifier, - STATE(1494), 1, - sym_constant_record_argument, - STATE(1783), 1, - sym_label, + STATE(1243), 1, + sym_string, + STATE(1583), 1, + sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1625), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, + STATE(1255), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [66964] = 15, + sym_discard, + [63822] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2365), 1, + ACTIONS(2295), 1, anon_sym_COMMA, - ACTIONS(2367), 1, - anon_sym_RPAREN, - STATE(1505), 1, + ACTIONS(2297), 1, + anon_sym_RBRACK, + ACTIONS(2299), 1, + anon_sym_DOT_DOT, + STATE(1384), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67024] = 18, + [63885] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, - sym__name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2357), 1, - sym_float, - ACTIONS(2369), 1, - anon_sym_RPAREN, - STATE(1323), 1, - sym_identifier, - STATE(1567), 1, - sym_constant_record_argument, - STATE(1783), 1, - sym_label, + ACTIONS(2301), 1, + anon_sym_LPAREN, + STATE(941), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1625), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [67090] = 18, + ACTIONS(375), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(373), 17, + anon_sym_DOT, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [63928] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1770), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(1776), 1, sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, sym__name, - ACTIONS(2002), 1, + ACTIONS(1782), 1, + sym__upname, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2357), 1, + ACTIONS(2233), 1, sym_float, - ACTIONS(2371), 1, - anon_sym_RPAREN, - STATE(1323), 1, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1250), 1, sym_identifier, - STATE(1716), 1, - sym_constant_record_argument, - STATE(1783), 1, - sym_label, + STATE(1267), 1, + sym_string, + STATE(1364), 1, + sym__pattern, + STATE(1680), 1, + sym_use_assignment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1625), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, + STATE(1334), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [67156] = 6, + sym_discard, + [63999] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2373), 1, + ACTIONS(1802), 1, anon_sym_LPAREN, - ACTIONS(2375), 1, + ACTIONS(2303), 1, anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(640), 8, + ACTIONS(626), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -62789,8 +60354,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(638), 16, - anon_sym_DASH_GT, + ACTIONS(624), 17, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -62806,260 +60372,361 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67198] = 15, + [64042] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2377), 1, + ACTIONS(2305), 1, anon_sym_COMMA, - ACTIONS(2379), 1, - anon_sym_RPAREN, - STATE(1616), 1, + ACTIONS(2307), 1, + anon_sym_RBRACK, + ACTIONS(2309), 1, + anon_sym_DOT_DOT, + STATE(1373), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67258] = 15, + [64105] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2381), 1, + ACTIONS(2311), 1, anon_sym_COMMA, - ACTIONS(2383), 1, + ACTIONS(2313), 1, anon_sym_RPAREN, - STATE(1465), 1, + STATE(1554), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67318] = 15, + [64165] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2385), 1, - anon_sym_COMMA, - ACTIONS(2387), 1, - anon_sym_RPAREN, - STATE(1566), 1, - aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(588), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(586), 18, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67378] = 15, + [64203] = 18, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(419), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2315), 1, + anon_sym_RPAREN, + ACTIONS(2317), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + STATE(1736), 1, + sym_attribute_value, + STATE(1882), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1612), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [64269] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(419), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2319), 1, + anon_sym_RPAREN, + ACTIONS(2321), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + STATE(1480), 1, + sym_constant_record_argument, + STATE(1773), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1729), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [64335] = 15, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2389), 1, + ACTIONS(2323), 1, anon_sym_COMMA, - ACTIONS(2391), 1, + ACTIONS(2325), 1, anon_sym_RPAREN, - STATE(1563), 1, + STATE(1479), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67438] = 4, + [64395] = 18, ACTIONS(3), 1, sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(419), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2317), 1, + sym_float, + ACTIONS(2327), 1, + anon_sym_RPAREN, + STATE(1318), 1, + sym_identifier, + STATE(1736), 1, + sym_attribute_value, + STATE(1882), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(548), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(546), 18, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [67476] = 18, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1612), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [64461] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2357), 1, + ACTIONS(2321), 1, sym_float, - ACTIONS(2393), 1, + ACTIONS(2329), 1, anon_sym_RPAREN, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, - STATE(1716), 1, + STATE(1626), 1, sym_constant_record_argument, - STATE(1783), 1, + STATE(1773), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1625), 8, + STATE(1729), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -63068,159 +60735,184 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [67542] = 4, + [64527] = 15, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2331), 1, + anon_sym_COMMA, + ACTIONS(2333), 1, + anon_sym_RPAREN, + STATE(1447), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(399), 8, + ACTIONS(2151), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(397), 18, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67580] = 15, + [64587] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2395), 1, + ACTIONS(2335), 1, anon_sym_COMMA, - ACTIONS(2397), 1, + ACTIONS(2337), 1, anon_sym_RPAREN, - STATE(1438), 1, + STATE(1557), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67640] = 4, + [64647] = 18, ACTIONS(3), 1, sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(419), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2321), 1, + sym_float, + ACTIONS(2339), 1, + anon_sym_RPAREN, + STATE(1318), 1, + sym_identifier, + STATE(1626), 1, + sym_constant_record_argument, + STATE(1773), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(544), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(542), 18, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [67678] = 18, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1729), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [64713] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2357), 1, + ACTIONS(2321), 1, sym_float, - ACTIONS(2399), 1, + ACTIONS(2341), 1, anon_sym_RPAREN, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, - STATE(1716), 1, + STATE(1626), 1, sym_constant_record_argument, - STATE(1783), 1, + STATE(1773), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1625), 8, + STATE(1729), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -63229,13 +60921,62 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [67744] = 4, + [64779] = 15, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2343), 1, + anon_sym_COMMA, + ACTIONS(2345), 1, + anon_sym_RPAREN, + STATE(1515), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(552), 8, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [64839] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2347), 1, + anon_sym_LPAREN, + ACTIONS(2349), 1, + anon_sym_as, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(626), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63244,9 +60985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(550), 18, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(624), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -63263,107 +61002,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67782] = 19, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1782), 1, - anon_sym_DASH, - ACTIONS(1784), 1, - anon_sym_DQUOTE, - ACTIONS(1786), 1, - sym_float, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, - sym__upname, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, - sym_string, - STATE(1302), 1, - sym__pattern, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1788), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1312), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [67850] = 15, + [64881] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2401), 1, + ACTIONS(2351), 1, anon_sym_COMMA, - ACTIONS(2403), 1, + ACTIONS(2353), 1, anon_sym_RPAREN, - STATE(1458), 1, + STATE(1558), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67910] = 4, + [64941] = 18, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(419), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2321), 1, + sym_float, + ACTIONS(2355), 1, + anon_sym_RPAREN, + STATE(1318), 1, + sym_identifier, + STATE(1626), 1, + sym_constant_record_argument, + STATE(1773), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1729), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [65007] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(526), 8, + ACTIONS(572), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63372,7 +61110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(524), 18, + ACTIONS(570), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -63391,17 +61129,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67948] = 6, + [65045] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(513), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 8, + ACTIONS(427), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63410,7 +61144,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(387), 16, + ACTIONS(425), 18, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -63427,13 +61163,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67990] = 4, + [65083] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(558), 8, + ACTIONS(433), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63442,7 +61178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(556), 18, + ACTIONS(431), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -63461,17 +61197,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68028] = 6, + [65121] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, - ACTIONS(2405), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 8, + ACTIONS(449), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63480,7 +61212,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(387), 16, + ACTIONS(447), 18, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -63497,13 +61231,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68070] = 4, + [65159] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(562), 8, + ACTIONS(548), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63512,7 +61246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(560), 18, + ACTIONS(546), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -63531,13 +61265,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68108] = 4, + [65197] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(570), 8, + ACTIONS(552), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63546,7 +61280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(568), 18, + ACTIONS(550), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -63565,103 +61299,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68146] = 18, + [65235] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, - sym__name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(2351), 1, - sym_float, - ACTIONS(2409), 1, - anon_sym_RPAREN, - STATE(1323), 1, - sym_identifier, - STATE(1763), 1, - sym_attribute_value, - STATE(1845), 1, - sym_label, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1626), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [68212] = 18, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(491), 1, + ACTIONS(1768), 1, + anon_sym_DASH, + ACTIONS(1770), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(1772), 1, + sym_float, + ACTIONS(1776), 1, sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, sym__name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2357), 1, - sym_float, - ACTIONS(2411), 1, - anon_sym_RPAREN, - STATE(1323), 1, + ACTIONS(1782), 1, + sym__upname, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1250), 1, sym_identifier, - STATE(1716), 1, - sym_constant_record_argument, - STATE(1783), 1, - sym_label, + STATE(1267), 1, + sym_string, + STATE(1274), 1, + sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1625), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, + STATE(1319), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [68278] = 4, + sym_discard, + [65303] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -63695,46 +61382,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68316] = 18, + [65341] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2357), 1, + ACTIONS(2317), 1, sym_float, - ACTIONS(2413), 1, + ACTIONS(2357), 1, anon_sym_RPAREN, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, - STATE(1581), 1, - sym_constant_record_argument, - STATE(1783), 1, + STATE(1736), 1, + sym_attribute_value, + STATE(1882), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1625), 8, + STATE(1612), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -63743,13 +61430,13 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [68382] = 4, + [65407] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(538), 8, + ACTIONS(578), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63758,7 +61445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(536), 18, + ACTIONS(576), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -63777,61 +61464,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68420] = 18, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, - sym__name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2357), 1, - sym_float, - ACTIONS(2415), 1, - anon_sym_RPAREN, - STATE(1323), 1, - sym_identifier, - STATE(1716), 1, - sym_constant_record_argument, - STATE(1783), 1, - sym_label, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1625), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [68486] = 4, + [65445] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(507), 8, + ACTIONS(542), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63840,7 +61479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(505), 18, + ACTIONS(540), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -63859,114 +61498,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68524] = 4, + [65483] = 15, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2359), 1, + anon_sym_LBRACE, + ACTIONS(2361), 1, + anon_sym_COMMA, + ACTIONS(2367), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2369), 1, + anon_sym_AMP_AMP, + ACTIONS(2377), 1, + anon_sym_PIPE_GT, + STATE(1537), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(592), 8, + ACTIONS(2363), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2365), 2, anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(590), 18, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(2371), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, + ACTIONS(2379), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [68562] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(596), 8, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(2373), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(594), 18, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2375), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2381), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68600] = 18, + [65543] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2351), 1, + ACTIONS(2321), 1, sym_float, - ACTIONS(2417), 1, + ACTIONS(2383), 1, anon_sym_RPAREN, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, - STATE(1763), 1, - sym_attribute_value, - STATE(1845), 1, + STATE(1574), 1, + sym_constant_record_argument, + STATE(1773), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1626), 8, + STATE(1729), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -63975,224 +61591,46 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [68666] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(518), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(516), 18, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [68704] = 9, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2343), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2329), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2331), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2345), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(758), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2347), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 10, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - [68751] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(614), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(612), 17, - anon_sym_LPAREN, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [68788] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(634), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(632), 17, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [68825] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2333), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2335), 1, - anon_sym_AMP_AMP, - ACTIONS(2343), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(810), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2329), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2331), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2337), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2345), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2339), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2341), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2347), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [68880] = 17, + [65609] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2419), 1, - anon_sym_GT_GT, - ACTIONS(2421), 1, + ACTIONS(2321), 1, sym_float, - STATE(1323), 1, + ACTIONS(2385), 1, + anon_sym_RPAREN, + STATE(1318), 1, sym_identifier, - STATE(1733), 1, - sym_constant_bit_string_segment, + STATE(1491), 1, + sym_constant_record_argument, + STATE(1773), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1562), 8, + STATE(1729), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -64201,13 +61639,47 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [68943] = 4, + [65675] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(525), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(523), 18, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [65713] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(626), 8, + ACTIONS(519), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64216,7 +61688,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(624), 17, + ACTIONS(517), 18, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, @@ -64234,61 +61707,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68980] = 17, + [65751] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(2421), 1, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(1992), 1, sym_float, - ACTIONS(2423), 1, - anon_sym_GT_GT, - STATE(1323), 1, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1227), 1, sym_identifier, - STATE(1733), 1, - sym_constant_bit_string_segment, + STATE(1243), 1, + sym_string, + STATE(1274), 1, + sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1562), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, + STATE(1255), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [69043] = 5, + sym_discard, + [65819] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(391), 1, - anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 8, + ACTIONS(515), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64297,7 +61771,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(387), 16, + ACTIONS(513), 18, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64314,91 +61790,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69082] = 18, + [65857] = 15, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2387), 1, + anon_sym_COMMA, + ACTIONS(2389), 1, + anon_sym_RPAREN, + STATE(1585), 1, + aux_sym_tuple_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [65917] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, - sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(1776), 1, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2425), 1, + ACTIONS(2317), 1, sym_float, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1255), 1, + ACTIONS(2391), 1, + anon_sym_RPAREN, + STATE(1318), 1, sym_identifier, - STATE(1259), 1, - sym_string, + STATE(1736), 1, + sym_attribute_value, + STATE(1882), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1197), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + STATE(1612), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, sym_integer, - sym_discard, - [69147] = 17, + [65983] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2421), 1, + ACTIONS(2321), 1, sym_float, - ACTIONS(2427), 1, - anon_sym_GT_GT, - STATE(1323), 1, + ACTIONS(2393), 1, + anon_sym_RPAREN, + STATE(1318), 1, sym_identifier, - STATE(1733), 1, - sym_constant_bit_string_segment, + STATE(1626), 1, + sym_constant_record_argument, + STATE(1773), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1562), 8, + STATE(1729), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -64407,43 +61931,46 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [69210] = 16, + [66049] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2431), 1, + ACTIONS(2321), 1, sym_float, - STATE(1323), 1, + ACTIONS(2395), 1, + anon_sym_RPAREN, + STATE(1318), 1, sym_identifier, + STATE(1626), 1, + sym_constant_record_argument, + STATE(1773), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2429), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1714), 8, + STATE(1729), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -64452,15 +61979,17 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [69271] = 5, + [66115] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(598), 1, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(2397), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 8, + ACTIONS(437), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64469,7 +61998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(387), 16, + ACTIONS(435), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64486,13 +62015,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69310] = 4, + [66157] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, + ACTIONS(535), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(602), 8, + ACTIONS(437), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64501,8 +62034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(600), 17, - anon_sym_DOT, + ACTIONS(435), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64519,61 +62051,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69347] = 17, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2421), 1, - sym_float, - ACTIONS(2433), 1, - anon_sym_GT_GT, - STATE(1323), 1, - sym_identifier, - STATE(1471), 1, - sym_constant_bit_string_segment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1562), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [69410] = 5, + [66199] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(636), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(389), 8, + ACTIONS(568), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64582,7 +62066,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(387), 16, + ACTIONS(566), 18, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64599,81 +62085,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69449] = 18, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1776), 1, - anon_sym_POUND, - ACTIONS(1778), 1, - anon_sym_LBRACK, - ACTIONS(1780), 1, - anon_sym_LT_LT, - ACTIONS(1784), 1, - anon_sym_DQUOTE, - ACTIONS(1790), 1, - sym__decimal, - ACTIONS(1792), 1, - sym__discard_name, - ACTIONS(1794), 1, - sym__name, - ACTIONS(1796), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2425), 1, - sym_float, - STATE(1191), 1, - sym__pattern_binary_expression, - STATE(1281), 1, - sym_identifier, - STATE(1296), 1, - sym_string, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1133), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1788), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1197), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [69514] = 8, + [66237] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2329), 2, + ACTIONS(564), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2331), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2345), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(758), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2347), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 11, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(562), 18, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -64683,86 +62113,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, anon_sym_PIPE_GT, - [69559] = 13, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [66275] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2333), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2335), 1, - anon_sym_AMP_AMP, - ACTIONS(2343), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2295), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2329), 2, + ACTIONS(556), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2331), 2, anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, anon_sym_PLUS, - ACTIONS(2337), 2, + anon_sym_STAR, + ACTIONS(554), 18, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2345), 2, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2339), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [66313] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2401), 1, + anon_sym_LPAREN, + ACTIONS(2403), 1, + anon_sym_as, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(604), 8, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2341), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(602), 16, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2347), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69614] = 17, + [66355] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2421), 1, - sym_float, - ACTIONS(2435), 1, + ACTIONS(2405), 1, anon_sym_GT_GT, - STATE(1323), 1, + ACTIONS(2407), 1, + sym_float, + STATE(1318), 1, sym_identifier, - STATE(1733), 1, + STATE(1637), 1, sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1562), 8, + STATE(1432), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -64771,205 +62235,262 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [69677] = 6, + [66418] = 17, ACTIONS(3), 1, sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2407), 1, + sym_float, + ACTIONS(2409), 1, + anon_sym_GT_GT, + STATE(1318), 1, + sym_identifier, + STATE(1637), 1, + sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2329), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2347), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 6, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1432), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [66481] = 17, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - ACTIONS(756), 13, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - [69718] = 13, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2407), 1, + sym_float, + ACTIONS(2411), 1, + anon_sym_GT_GT, + STATE(1318), 1, + sym_identifier, + STATE(1637), 1, + sym_constant_bit_string_segment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1432), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [66544] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2367), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2369), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2377), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(684), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2363), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2365), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2371), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2379), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2437), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2165), 4, + ACTIONS(2373), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2375), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2381), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69773] = 13, + [66599] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2333), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2335), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2343), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(768), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2329), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2331), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2337), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2345), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2339), 4, + ACTIONS(2413), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2341), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2347), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69828] = 13, + [66654] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2333), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2335), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2343), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(764), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2329), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2331), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2337), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2345), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2339), 4, + ACTIONS(2415), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2341), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2347), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69883] = 17, + [66709] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(2002), 1, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2351), 1, + ACTIONS(2407), 1, sym_float, - STATE(1323), 1, + ACTIONS(2417), 1, + anon_sym_GT_GT, + STATE(1318), 1, sym_identifier, - STATE(1452), 1, - sym_attribute_value, - STATE(1845), 1, - sym_label, + STATE(1637), 1, + sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1626), 8, + STATE(1432), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -64978,85 +62499,77 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [69946] = 12, + [66772] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2335), 1, - anon_sym_AMP_AMP, - ACTIONS(2343), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2329), 2, + ACTIONS(596), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2331), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2337), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2345), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(756), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - ACTIONS(2339), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2341), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(594), 17, + anon_sym_DOT, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2347), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69999] = 17, + [66809] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(678), 1, + ACTIONS(826), 1, sym__name, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2357), 1, + ACTIONS(2321), 1, sym_float, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, - STATE(1716), 1, + STATE(1626), 1, sym_constant_record_argument, - STATE(1783), 1, + STATE(1773), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1625), 8, + STATE(1729), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -65065,123 +62578,132 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [70062] = 11, + [66872] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2343), 1, + ACTIONS(2367), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2369), 1, + anon_sym_AMP_AMP, + ACTIONS(2377), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2329), 2, + ACTIONS(2259), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2363), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2331), 2, + ACTIONS(2365), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2337), 2, + ACTIONS(2371), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2345), 2, + ACTIONS(2379), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(756), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(2339), 4, + ACTIONS(2373), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2341), 4, + ACTIONS(2375), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2347), 4, + ACTIONS(2381), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70113] = 10, + [66927] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2343), 1, - anon_sym_PIPE_GT, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(419), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2317), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + STATE(1441), 1, + sym_attribute_value, + STATE(1882), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2329), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2331), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2345), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2339), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2341), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2347), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(756), 6, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [70162] = 17, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1612), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [66990] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2421), 1, + ACTIONS(2407), 1, sym_float, - ACTIONS(2439), 1, + ACTIONS(2419), 1, anon_sym_GT_GT, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, - STATE(1733), 1, + STATE(1411), 1, sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1562), 8, + STATE(1432), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -65190,108 +62712,153 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [70225] = 13, + [67053] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2333), 1, + ACTIONS(2367), 1, anon_sym_PIPE_PIPE, - ACTIONS(2335), 1, + ACTIONS(2369), 1, anon_sym_AMP_AMP, - ACTIONS(2343), 1, + ACTIONS(2377), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(736), 2, + ACTIONS(698), 2, anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(2329), 2, + ACTIONS(2363), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2331), 2, + ACTIONS(2365), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2337), 2, + ACTIONS(2371), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2345), 2, + ACTIONS(2379), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2339), 4, + ACTIONS(2373), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2341), 4, + ACTIONS(2375), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2347), 4, + ACTIONS(2381), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70280] = 13, + [67108] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2333), 1, + ACTIONS(2367), 1, anon_sym_PIPE_PIPE, - ACTIONS(2335), 1, + ACTIONS(2369), 1, anon_sym_AMP_AMP, - ACTIONS(2343), 1, + ACTIONS(2377), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(696), 2, + ACTIONS(726), 2, anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(2329), 2, + ACTIONS(2363), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2331), 2, + ACTIONS(2365), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2337), 2, + ACTIONS(2371), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2345), 2, + ACTIONS(2379), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2339), 4, + ACTIONS(2373), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2341), 4, + ACTIONS(2375), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2347), 4, + ACTIONS(2381), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70335] = 4, + [67163] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(606), 8, + ACTIONS(2363), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2381), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 6, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, + ACTIONS(710), 13, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + [67204] = 8, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2363), 2, + anon_sym_SLASH, anon_sym_STAR, - ACTIONS(604), 17, - anon_sym_DOT, - anon_sym_DASH_GT, + ACTIONS(2365), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2379), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(712), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2381), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 11, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -65301,50 +62868,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, anon_sym_PIPE_GT, + [67249] = 12, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2369), 1, + anon_sym_AMP_AMP, + ACTIONS(2377), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2363), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2365), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2371), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2379), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(710), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + ACTIONS(2373), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2375), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2381), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70372] = 17, + [67302] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2421), 1, + ACTIONS(2407), 1, sym_float, - ACTIONS(2441), 1, + ACTIONS(2421), 1, anon_sym_GT_GT, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, - STATE(1574), 1, + STATE(1459), 1, sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1562), 8, + STATE(1432), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -65353,44 +62955,44 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [70435] = 17, + [67365] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(2002), 1, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2351), 1, + ACTIONS(2407), 1, sym_float, - STATE(1323), 1, + ACTIONS(2423), 1, + anon_sym_GT_GT, + STATE(1318), 1, sym_identifier, - STATE(1763), 1, - sym_attribute_value, - STATE(1845), 1, - sym_label, + STATE(1637), 1, + sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1626), 8, + STATE(1432), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -65399,105 +63001,100 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [70498] = 17, + [67428] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(1762), 1, + anon_sym_POUND, + ACTIONS(1764), 1, + anon_sym_LBRACK, + ACTIONS(1766), 1, + anon_sym_LT_LT, + ACTIONS(1770), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(1776), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1780), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(1782), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2421), 1, + ACTIONS(2425), 1, sym_float, - ACTIONS(2443), 1, - anon_sym_GT_GT, - STATE(1323), 1, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1250), 1, sym_identifier, - STATE(1733), 1, - sym_constant_bit_string_segment, + STATE(1267), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1562), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, + STATE(1177), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [70561] = 17, + sym_discard, + [67493] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2421), 1, - sym_float, - ACTIONS(2445), 1, - anon_sym_GT_GT, - STATE(1323), 1, - sym_identifier, - STATE(1571), 1, - sym_constant_bit_string_segment, + ACTIONS(2377), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1562), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [70624] = 4, + ACTIONS(2363), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2365), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2371), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2379), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(710), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(2373), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2375), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2381), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [67544] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(610), 8, + ACTIONS(614), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -65506,8 +63103,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(608), 17, - anon_sym_LPAREN, + ACTIONS(612), 17, + anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -65524,55 +63121,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70661] = 13, + [67581] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2377), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2363), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2365), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2379), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2447), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2165), 4, + ACTIONS(2373), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2375), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2381), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70716] = 4, + ACTIONS(710), 6, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [67630] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(630), 8, + ACTIONS(648), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -65581,7 +63175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(628), 17, + ACTIONS(646), 17, anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, @@ -65599,92 +63193,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70753] = 17, + [67667] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(501), 1, - sym__upname, - ACTIONS(678), 1, - sym__name, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2351), 1, - sym_float, - STATE(1323), 1, - sym_identifier, - STATE(1502), 1, - sym_attribute_value, - STATE(1845), 1, - sym_label, + ACTIONS(2377), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1626), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [70816] = 18, + ACTIONS(2363), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2365), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2379), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(712), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2381), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 10, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [67714] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1776), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(1778), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(1780), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(1782), 1, + ACTIONS(1768), 1, anon_sym_DASH, - ACTIONS(1784), 1, + ACTIONS(1770), 1, anon_sym_DQUOTE, - ACTIONS(1790), 1, + ACTIONS(1776), 1, sym__decimal, - ACTIONS(1792), 1, + ACTIONS(1778), 1, sym__discard_name, - ACTIONS(1794), 1, + ACTIONS(1780), 1, sym__name, - ACTIONS(1796), 1, + ACTIONS(1782), 1, sym__upname, ACTIONS(2425), 1, sym_float, - STATE(1191), 1, + STATE(1199), 1, sym__pattern_binary_expression, - STATE(1281), 1, + STATE(1250), 1, sym_identifier, - STATE(1296), 1, + STATE(1267), 1, sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1133), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1788), 3, + ACTIONS(1774), 3, sym__hex, sym__octal, sym__binary, - STATE(1197), 7, + STATE(1177), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -65692,55 +63278,15 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [70881] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2449), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [70936] = 4, + [67779] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(598), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 8, + ACTIONS(437), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -65749,8 +63295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(620), 17, - anon_sym_DOT, + ACTIONS(435), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -65767,95 +63312,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70973] = 13, + [67818] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2451), 1, - anon_sym_COMMA, + ACTIONS(600), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(437), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [71027] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(435), 16, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2453), 1, - anon_sym_RBRACK, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71081] = 4, + [67857] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(734), 8, + ACTIONS(618), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -65864,7 +63361,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(732), 16, + ACTIONS(616), 17, + anon_sym_LPAREN, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -65881,13 +63379,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71117] = 4, + [67894] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(439), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(730), 8, + ACTIONS(437), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -65896,7 +63396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(728), 16, + ACTIONS(435), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -65913,13 +63413,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71153] = 4, + [67933] = 17, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(419), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2317), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + STATE(1592), 1, + sym_attribute_value, + STATE(1882), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1612), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [67996] = 17, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2407), 1, + sym_float, + ACTIONS(2427), 1, + anon_sym_GT_GT, + STATE(1318), 1, + sym_identifier, + STATE(1564), 1, + sym_constant_bit_string_segment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1432), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [68059] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2431), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2429), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1648), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [68120] = 17, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2407), 1, + sym_float, + ACTIONS(2433), 1, + anon_sym_GT_GT, + STATE(1318), 1, + sym_identifier, + STATE(1637), 1, + sym_constant_bit_string_segment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1432), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [68183] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(726), 8, + ACTIONS(622), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -65928,7 +63611,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(724), 16, + ACTIONS(620), 17, + anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -65945,54 +63629,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71189] = 13, + [68220] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2455), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(636), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(634), 17, + anon_sym_LPAREN, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71243] = 4, + [68257] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(758), 8, + ACTIONS(632), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -66001,7 +63677,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(756), 16, + ACTIONS(630), 17, + anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -66018,180 +63695,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71279] = 13, + [68294] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(696), 1, - anon_sym_DASH_GT, - ACTIONS(2461), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2463), 1, - anon_sym_AMP_AMP, - ACTIONS(2471), 1, - anon_sym_PIPE_GT, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(419), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2317), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + STATE(1736), 1, + sym_attribute_value, + STATE(1882), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2457), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2459), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2465), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2473), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2467), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2469), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2475), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [71333] = 13, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1612), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [68357] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2477), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(610), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(608), 17, + anon_sym_DOT, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71387] = 16, + [68394] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(1762), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(1764), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(1766), 1, anon_sym_LT_LT, - ACTIONS(2479), 1, - anon_sym_RBRACK, - ACTIONS(2481), 1, + ACTIONS(1778), 1, + sym__discard_name, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2425), 1, sym_float, - STATE(1323), 1, + STATE(1199), 1, + sym__pattern_binary_expression, + STATE(1227), 1, sym_identifier, + STATE(1243), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(1107), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1544), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, + STATE(1177), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [71447] = 13, + sym_discard, + [68459] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2483), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2435), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71501] = 4, + [68514] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(682), 8, + ACTIONS(695), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -66200,7 +63878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(680), 16, + ACTIONS(692), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -66217,83 +63895,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71537] = 13, + [68550] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(764), 1, - anon_sym_DASH_GT, - ACTIONS(2461), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2463), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2471), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, + ACTIONS(2437), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2457), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2459), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2465), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2473), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2467), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2469), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2475), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71591] = 16, + [68604] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2485), 1, + ACTIONS(2439), 1, anon_sym_RBRACK, - ACTIONS(2487), 1, + ACTIONS(2441), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1567), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [68664] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2441), 1, sym_float, - STATE(1323), 1, + ACTIONS(2443), 1, + anon_sym_RBRACK, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1570), 8, + STATE(1567), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -66302,13 +64024,13 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [71651] = 4, + [68724] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 8, + ACTIONS(756), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -66317,7 +64039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(658), 16, + ACTIONS(754), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -66334,124 +64056,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71687] = 13, + [68760] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(768), 1, - anon_sym_DASH_GT, - ACTIONS(2461), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2463), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2471), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, + ACTIONS(2445), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2457), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2459), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2465), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2473), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2467), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2469), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2475), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71741] = 4, + [68814] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2447), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(690), 8, + ACTIONS(2151), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(688), 16, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71777] = 10, + [68868] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2471), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2457), 2, + ACTIONS(760), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2459), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2473), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2467), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2469), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(758), 16, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2475), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 5, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [71825] = 4, + [68904] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(782), 8, + ACTIONS(652), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -66460,7 +64185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(780), 16, + ACTIONS(650), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -66477,382 +64202,218 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71861] = 13, + [68940] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2489), 1, + ACTIONS(2449), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71915] = 4, + [68994] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2451), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(786), 8, + ACTIONS(2151), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(784), 16, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71951] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2491), 1, - anon_sym_RPAREN, - ACTIONS(2493), 1, - sym_float, - STATE(1323), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1615), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [72011] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2493), 1, - sym_float, - ACTIONS(2495), 1, - anon_sym_RBRACK, - STATE(1323), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1615), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [72071] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2493), 1, - sym_float, - ACTIONS(2497), 1, - anon_sym_RBRACK, - STATE(1323), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1615), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [72131] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2493), 1, - sym_float, - ACTIONS(2499), 1, - anon_sym_RPAREN, - STATE(1323), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1615), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [72191] = 9, + [69048] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2471), 1, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, anon_sym_PIPE_GT, + ACTIONS(2453), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2457), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2459), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2473), 2, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(758), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2475), 4, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 9, + [69102] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(684), 1, anon_sym_DASH_GT, + ACTIONS(2459), 1, anon_sym_PIPE_PIPE, + ACTIONS(2461), 1, anon_sym_AMP_AMP, + ACTIONS(2469), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2455), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2457), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2463), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2471), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2465), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2467), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [72237] = 11, + ACTIONS(2473), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [69156] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2471), 1, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, anon_sym_PIPE_GT, + ACTIONS(2475), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2457), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2459), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2465), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2473), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(756), 3, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(2467), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2469), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2475), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [72287] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2501), 1, - anon_sym_RPAREN, - ACTIONS(2503), 1, - sym_float, - STATE(1323), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1622), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [72347] = 4, + [69210] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(790), 8, + ACTIONS(764), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -66861,7 +64422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(788), 16, + ACTIONS(762), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -66878,274 +64439,262 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [72383] = 13, + [69246] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2505), 1, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2441), 1, + sym_float, + ACTIONS(2477), 1, anon_sym_RBRACK, + STATE(1318), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [72437] = 13, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1567), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [69306] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2507), 1, - anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(744), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(742), 16, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [72491] = 13, + [69342] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2509), 1, - anon_sym_COMMA, + ACTIONS(2479), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [72545] = 13, + [69396] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2511), 1, - anon_sym_COMMA, + ACTIONS(2481), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [72599] = 13, + [69450] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2513), 1, + ACTIONS(2483), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [72653] = 13, + [69504] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2515), 1, + ACTIONS(2485), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [72707] = 6, + [69558] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2457), 2, + ACTIONS(740), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2475), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(758), 6, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, - ACTIONS(756), 12, + anon_sym_STAR, + ACTIONS(738), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67158,83 +64707,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - [72747] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2517), 1, - anon_sym_RBRACK, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2155), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [72801] = 16, + [69594] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2493), 1, - sym_float, - ACTIONS(2519), 1, + ACTIONS(2487), 1, anon_sym_RPAREN, - STATE(1323), 1, + ACTIONS(2489), 1, + sym_float, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1615), 8, + STATE(1569), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -67243,331 +64755,454 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [72861] = 12, + [69654] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2463), 1, - anon_sym_AMP_AMP, - ACTIONS(2471), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(756), 2, + ACTIONS(736), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(734), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, - ACTIONS(2457), 2, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [69690] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2491), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2459), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2465), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2473), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2467), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2469), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2475), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [72913] = 16, + [69744] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2421), 1, - sym_float, - STATE(1323), 1, - sym_identifier, - STATE(1733), 1, - sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1562), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [72973] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(690), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(688), 16, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, anon_sym_PIPE_GT, - ACTIONS(2521), 1, - anon_sym_COMMA, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [69780] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(682), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(680), 16, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73027] = 13, + [69816] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2523), 1, - anon_sym_COMMA, + ACTIONS(2493), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73081] = 13, + [69870] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2525), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(704), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, anon_sym_PLUS, - ACTIONS(2163), 2, + anon_sym_STAR, + ACTIONS(702), 16, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [69906] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(708), 8, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(706), 16, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73135] = 13, + [69942] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(736), 1, - anon_sym_DASH_GT, - ACTIONS(2461), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2463), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2471), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, + ACTIONS(2495), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2457), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2459), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2465), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2473), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2467), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2469), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2475), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73189] = 13, + [69996] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2527), 1, + ACTIONS(2497), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73243] = 16, + [70050] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2529), 1, + ACTIONS(2441), 1, + sym_float, + ACTIONS(2499), 1, anon_sym_RPAREN, - ACTIONS(2531), 1, + STATE(1318), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1567), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [70110] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2501), 1, + anon_sym_RBRACK, + ACTIONS(2503), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1563), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [70170] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2441), 1, sym_float, - STATE(1323), 1, + ACTIONS(2505), 1, + anon_sym_RBRACK, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1576), 8, + STATE(1567), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -67576,95 +65211,130 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [73303] = 13, + [70230] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2533), 1, + ACTIONS(2507), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73357] = 13, + [70284] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2509), 1, + anon_sym_RPAREN, + ACTIONS(2511), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1475), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [70344] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2535), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(720), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(718), 16, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73411] = 4, + [70380] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(742), 8, + ACTIONS(716), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67673,7 +65343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(740), 16, + ACTIONS(714), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67690,73 +65360,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73447] = 13, + [70416] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(698), 1, + anon_sym_DASH_GT, + ACTIONS(2459), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2461), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2469), 1, anon_sym_PIPE_GT, - ACTIONS(2537), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2455), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2457), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2463), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2471), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2465), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2467), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2473), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73501] = 8, + [70470] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(726), 1, + anon_sym_DASH_GT, + ACTIONS(2459), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2461), 1, + anon_sym_AMP_AMP, + ACTIONS(2469), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2457), 2, + ACTIONS(2455), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2459), 2, + ACTIONS(2457), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2473), 2, + ACTIONS(2463), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2471), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(758), 4, + ACTIONS(2465), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2475), 4, + ACTIONS(2467), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2473), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(756), 10, + [70524] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(724), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(722), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67767,124 +65468,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, anon_sym_PIPE_GT, - [73545] = 13, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [70560] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2539), 1, - anon_sym_RPAREN, + ACTIONS(2513), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73599] = 13, + [70614] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2515), 1, + anon_sym_as, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1828), 11, + anon_sym_DASH, + anon_sym_fn, + anon_sym_todo, + anon_sym_panic, + anon_sym_echo, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + sym__decimal, + sym__name, + ACTIONS(1826), 12, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, + anon_sym_BANG, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [70652] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2541), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(768), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, anon_sym_PLUS, - ACTIONS(2163), 2, + anon_sym_STAR, + ACTIONS(766), 16, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [70688] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2517), 1, + anon_sym_LPAREN, + STATE(1043), 1, + sym_constant_record_arguments, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1572), 8, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1568), 14, + anon_sym_RBRACE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - anon_sym_LT_GT, - [73653] = 16, + [70728] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2493), 1, + ACTIONS(2441), 1, sym_float, - ACTIONS(2543), 1, - anon_sym_RBRACK, - STATE(1323), 1, + ACTIONS(2519), 1, + anon_sym_RPAREN, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1615), 8, + STATE(1567), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -67893,95 +65658,86 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [73713] = 13, + [70788] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2545), 1, + ACTIONS(2521), 1, anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73767] = 13, + [70842] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2547), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(712), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2157), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2165), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(710), 16, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73821] = 4, + [70878] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(686), 8, + ACTIONS(772), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67990,7 +65746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(684), 16, + ACTIONS(770), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68007,75 +65763,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [73857] = 5, + [70914] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2549), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1824), 11, + ACTIONS(2455), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2473), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 6, anon_sym_DASH, - anon_sym_fn, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - sym__decimal, - sym__name, - ACTIONS(1822), 12, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [73895] = 16, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + ACTIONS(710), 12, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + [70954] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2493), 1, + ACTIONS(2441), 1, sym_float, - ACTIONS(2551), 1, + ACTIONS(2523), 1, anon_sym_RPAREN, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1615), 8, + STATE(1567), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -68084,234 +65841,244 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [73955] = 13, + [71014] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2553), 1, - anon_sym_RBRACK, + ACTIONS(2525), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74009] = 16, + [71068] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2493), 1, - sym_float, - ACTIONS(2555), 1, - anon_sym_RBRACK, - STATE(1323), 1, - sym_identifier, + ACTIONS(2461), 1, + anon_sym_AMP_AMP, + ACTIONS(2469), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1615), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [74069] = 6, + ACTIONS(710), 2, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + ACTIONS(2455), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2457), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2463), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2471), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2465), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2467), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2473), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [71120] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2557), 1, - anon_sym_LPAREN, - STATE(1089), 1, - sym_constant_record_arguments, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2527), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1594), 8, + ACTIONS(2151), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(1590), 14, - anon_sym_RBRACE, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74109] = 13, + anon_sym_LT_GT, + [71174] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2559), 1, + ACTIONS(2529), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74163] = 4, + [71228] = 11, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2469), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(750), 8, + ACTIONS(2455), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2457), 2, anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(748), 16, + ACTIONS(2463), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2471), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(710), 3, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2465), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2467), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2473), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74199] = 16, + [71278] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2561), 1, + ACTIONS(2531), 1, anon_sym_RBRACK, - ACTIONS(2563), 1, + ACTIONS(2533), 1, sym_float, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1470), 8, + STATE(1458), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -68320,42 +66087,42 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [74259] = 16, + [71338] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2493), 1, + ACTIONS(2441), 1, sym_float, - ACTIONS(2565), 1, - anon_sym_RPAREN, - STATE(1323), 1, + ACTIONS(2535), 1, + anon_sym_RBRACK, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1615), 8, + STATE(1567), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -68364,74 +66131,124 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [74319] = 4, + [71398] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2537), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(664), 8, + ACTIONS(2151), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(662), 16, - anon_sym_DASH_GT, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [71452] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2539), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74355] = 16, + [71506] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2493), 1, + ACTIONS(2441), 1, sym_float, - ACTIONS(2567), 1, + ACTIONS(2541), 1, anon_sym_RPAREN, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1615), 8, + STATE(1567), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -68440,115 +66257,124 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [74415] = 4, + [71566] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2543), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(754), 8, + ACTIONS(2151), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(752), 16, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74451] = 13, + [71620] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2569), 1, + ACTIONS(2545), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74505] = 16, + [71674] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2493), 1, + ACTIONS(2441), 1, sym_float, - ACTIONS(2571), 1, - anon_sym_RBRACK, - STATE(1323), 1, + ACTIONS(2547), 1, + anon_sym_RPAREN, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1615), 8, + STATE(1567), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -68557,130 +66383,92 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [74565] = 13, + [71734] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2169), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, - ACTIONS(2573), 1, - anon_sym_RBRACK, + ACTIONS(2549), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74619] = 4, + [71788] = 10, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2469), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(816), 8, + ACTIONS(2455), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2457), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2471), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2465), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(814), 16, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2467), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2473), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74655] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(499), 1, - sym__name, - ACTIONS(501), 1, - sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, - anon_sym_POUND, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(2199), 1, - anon_sym_LT_LT, - ACTIONS(2575), 1, - anon_sym_RPAREN, - ACTIONS(2577), 1, - sym_float, - STATE(1323), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(575), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1488), 8, - sym__constant_value, - sym_constant_tuple, - sym_constant_list, - sym__constant_bit_string, - sym_constant_record, - sym_constant_field_access, - sym_string, - sym_integer, - [74715] = 4, + ACTIONS(710), 5, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [71836] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(794), 8, + ACTIONS(732), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68689,7 +66477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(792), 16, + ACTIONS(730), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68706,22 +66494,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74751] = 4, + [71872] = 9, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2469), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(798), 8, + ACTIONS(2455), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2457), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2471), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(712), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(796), 16, + ACTIONS(2473), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 9, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68731,70 +66531,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [74787] = 13, + [71918] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2551), 1, + anon_sym_RPAREN, + ACTIONS(2553), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1474), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [71978] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2161), 1, - anon_sym_AMP_AMP, - ACTIONS(2169), 1, - anon_sym_PIPE_GT, - ACTIONS(2579), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2155), 2, + ACTIONS(2455), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2157), 2, + ACTIONS(2457), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2163), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2171), 2, + ACTIONS(2471), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2165), 4, + ACTIONS(712), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2167), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2173), 4, + ACTIONS(2473), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74841] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(803), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(800), 16, + ACTIONS(710), 10, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68805,19 +66611,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [74877] = 4, + [72022] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(808), 8, + ACTIONS(712), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68826,7 +66626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(806), 16, + ACTIONS(710), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68843,115 +66643,171 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74913] = 13, + [72058] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(810), 1, - anon_sym_DASH_GT, - ACTIONS(2461), 1, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2407), 1, + sym_float, + STATE(1318), 1, + sym_identifier, + STATE(1637), 1, + sym_constant_bit_string_segment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1432), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [72118] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2155), 1, anon_sym_PIPE_PIPE, - ACTIONS(2463), 1, + ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2471), 1, + ACTIONS(2165), 1, anon_sym_PIPE_GT, + ACTIONS(2555), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2457), 2, + ACTIONS(2151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2459), 2, + ACTIONS(2153), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2465), 2, + ACTIONS(2159), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2473), 2, + ACTIONS(2167), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2467), 4, + ACTIONS(2161), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2469), 4, + ACTIONS(2163), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2475), 4, + ACTIONS(2169), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [74967] = 4, + [72172] = 16, ACTIONS(3), 1, sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(417), 1, + sym__name, + ACTIONS(419), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2441), 1, + sym_float, + ACTIONS(2557), 1, + anon_sym_RPAREN, + STATE(1318), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(758), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(756), 16, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [75003] = 16, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1567), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [72232] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2493), 1, + ACTIONS(2441), 1, sym_float, - ACTIONS(2581), 1, + ACTIONS(2559), 1, anon_sym_RBRACK, - STATE(1323), 1, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1615), 8, + STATE(1567), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -68960,40 +66816,42 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75063] = 15, + [72292] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2583), 1, + ACTIONS(2561), 1, + anon_sym_RBRACK, + ACTIONS(2563), 1, sym_float, - STATE(1252), 1, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1261), 8, + STATE(1433), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -69002,40 +66860,122 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75120] = 15, + [72352] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(53), 1, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2565), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [72406] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2155), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2157), 1, + anon_sym_AMP_AMP, + ACTIONS(2165), 1, + anon_sym_PIPE_GT, + ACTIONS(2567), 1, + anon_sym_COMMA, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2153), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2159), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2167), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2161), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2163), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2169), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [72460] = 15, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2585), 1, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2587), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2589), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2591), 1, - anon_sym_DASH, - ACTIONS(2593), 1, + ACTIONS(2569), 1, sym_float, - STATE(673), 1, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(665), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(57), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(757), 8, + STATE(1733), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -69044,40 +66984,40 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75177] = 15, + [72517] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(419), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2595), 1, + ACTIONS(2441), 1, sym_float, - STATE(1252), 1, + STATE(1318), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - STATE(1286), 8, + STATE(1567), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -69086,39 +67026,7 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75234] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2597), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2599), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(2602), 14, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - [75271] = 15, + [72574] = 15, ACTIONS(3), 1, sym_module_comment, ACTIONS(53), 1, @@ -69129,29 +67037,29 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(63), 1, sym__upname, - ACTIONS(2585), 1, + ACTIONS(2571), 1, anon_sym_POUND, - ACTIONS(2587), 1, + ACTIONS(2573), 1, anon_sym_LBRACK, - ACTIONS(2589), 1, + ACTIONS(2575), 1, anon_sym_LT_LT, - ACTIONS(2591), 1, + ACTIONS(2577), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2579), 1, sym_float, - STATE(673), 1, + STATE(677), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(665), 2, + STATE(651), 2, sym_constructor_name, sym_remote_constructor_name, ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(724), 8, + STATE(777), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -69160,13 +67068,45 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75328] = 4, + [72631] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2584), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2586), 8, + anon_sym_SLASH, + anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(2581), 14, + anon_sym_RBRACE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [72668] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2127), 11, + ACTIONS(2123), 11, anon_sym_DASH, anon_sym_fn, anon_sym_todo, @@ -69178,7 +67118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, sym__decimal, sym__name, - ACTIONS(2125), 12, + ACTIONS(2121), 12, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -69191,40 +67131,40 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [75363] = 15, + [72703] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2571), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2573), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2575), 1, anon_sym_LT_LT, - ACTIONS(2607), 1, + ACTIONS(2577), 1, + anon_sym_DASH, + ACTIONS(2589), 1, sym_float, - STATE(1252), 1, + STATE(677), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(651), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(1288), 8, + STATE(735), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -69233,40 +67173,40 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75420] = 15, + [72760] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(53), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(2585), 1, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2587), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2589), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, ACTIONS(2591), 1, - anon_sym_DASH, - ACTIONS(2609), 1, sym_float, - STATE(673), 1, + STATE(1234), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(665), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(57), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(764), 8, + STATE(1254), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -69275,40 +67215,40 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75477] = 15, + [72817] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2493), 1, + ACTIONS(2593), 1, sym_float, - STATE(1323), 1, + STATE(1234), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1615), 8, + STATE(1249), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -69317,40 +67257,40 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75534] = 15, + [72874] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(99), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(101), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(2002), 1, - anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2571), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2573), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2575), 1, anon_sym_LT_LT, - ACTIONS(2611), 1, + ACTIONS(2577), 1, + anon_sym_DASH, + ACTIONS(2595), 1, sym_float, - STATE(1252), 1, + STATE(677), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(651), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(95), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(1279), 8, + STATE(716), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -69359,39 +67299,7 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75591] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2613), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2599), 8, - anon_sym_SLASH, - anon_sym_DASH, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(2602), 14, - anon_sym_RBRACE, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - [75628] = 15, + [72931] = 15, ACTIONS(3), 1, sym_module_comment, ACTIONS(53), 1, @@ -69402,29 +67310,29 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(63), 1, sym__upname, - ACTIONS(2585), 1, + ACTIONS(2571), 1, anon_sym_POUND, - ACTIONS(2587), 1, + ACTIONS(2573), 1, anon_sym_LBRACK, - ACTIONS(2589), 1, + ACTIONS(2575), 1, anon_sym_LT_LT, - ACTIONS(2591), 1, + ACTIONS(2577), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2597), 1, sym_float, - STATE(673), 1, + STATE(677), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(665), 2, + STATE(651), 2, sym_constructor_name, sym_remote_constructor_name, ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(788), 8, + STATE(766), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -69433,40 +67341,82 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75685] = 15, + [72988] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(177), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(501), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(2002), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2197), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2199), 1, + ACTIONS(2147), 1, + anon_sym_LT_LT, + ACTIONS(2599), 1, + sym_float, + STATE(1234), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(556), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1262), 8, + sym__constant_value, + sym_constant_tuple, + sym_constant_list, + sym__constant_bit_string, + sym_constant_record, + sym_constant_field_access, + sym_string, + sym_integer, + [73045] = 15, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(177), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(185), 1, + sym__name, + ACTIONS(187), 1, + sym__upname, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2143), 1, + anon_sym_POUND, + ACTIONS(2145), 1, + anon_sym_LBRACK, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2617), 1, + ACTIONS(2601), 1, sym_float, - STATE(1323), 1, + STATE(1234), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(575), 2, + STATE(556), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(495), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - STATE(1762), 8, + STATE(1258), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -69475,13 +67425,15 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [75742] = 4, + [73102] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2603), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1682), 8, + ACTIONS(2586), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69490,8 +67442,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1680), 14, - anon_sym_RBRACE, + ACTIONS(2581), 14, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -69505,28 +67457,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [75776] = 6, + [73139] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2621), 2, + ACTIONS(2605), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2625), 3, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - ACTIONS(2623), 6, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, - ACTIONS(2619), 11, - anon_sym_RBRACE, + anon_sym_STAR, + ACTIONS(2607), 14, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -69537,13 +67484,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ_DOT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - [75814] = 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [73173] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1630), 8, + ACTIONS(2609), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69552,8 +67502,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1628), 14, - anon_sym_RBRACE, + ACTIONS(2611), 14, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -69567,23 +67517,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [75848] = 4, + [73207] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1674), 8, + ACTIONS(2613), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2619), 3, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + ACTIONS(2615), 6, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(1672), 14, - anon_sym_RBRACE, + ACTIONS(2617), 11, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -69594,16 +67549,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ_DOT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - [75882] = 4, + [73245] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1654), 8, + ACTIONS(1676), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69612,7 +67564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1652), 14, + ACTIONS(1674), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -69627,13 +67579,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [75916] = 4, + [73279] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1686), 8, + ACTIONS(1664), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69642,7 +67594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1684), 14, + ACTIONS(1662), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -69657,13 +67609,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [75950] = 4, + [73313] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1662), 8, + ACTIONS(1656), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69672,7 +67624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1660), 14, + ACTIONS(1654), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -69687,13 +67639,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [75984] = 4, + [73347] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1666), 8, + ACTIONS(2615), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69702,8 +67654,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1664), 14, - anon_sym_RBRACE, + ACTIONS(2617), 14, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -69717,13 +67669,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76018] = 4, + [73381] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1642), 8, + ACTIONS(2621), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69732,8 +67684,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1640), 14, - anon_sym_RBRACE, + ACTIONS(2623), 14, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -69747,23 +67699,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76052] = 4, + [73415] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1622), 8, + ACTIONS(2613), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2625), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2627), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2619), 3, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + ACTIONS(2615), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(1620), 14, - anon_sym_RBRACE, + ACTIONS(2617), 9, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -69772,57 +67733,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + [73457] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2629), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2631), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2633), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2639), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2617), 3, + anon_sym_RBRACE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(2641), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76086] = 4, + ACTIONS(2635), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2637), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [73503] = 9, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1658), 8, + ACTIONS(2629), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2631), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2639), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2641), 3, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + ACTIONS(2635), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(1656), 14, + ACTIONS(2637), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2617), 5, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, + [73547] = 9, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2613), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2625), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2627), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2619), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76120] = 4, + ACTIONS(2643), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2645), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2617), 5, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [73591] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2629), 8, + ACTIONS(2629), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2631), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2639), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2641), 3, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + ACTIONS(2615), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(2627), 14, + ACTIONS(2617), 9, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -69832,18 +67873,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + [73633] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2613), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2625), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2627), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2617), 3, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(2619), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76154] = 4, + ACTIONS(2643), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2645), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [73679] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2633), 8, + ACTIONS(1644), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69852,7 +67924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2631), 14, + ACTIONS(1642), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -69867,43 +67939,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76188] = 4, + [73713] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(574), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(572), 21, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_DASH, - anon_sym_fn, - anon_sym_external, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [76222] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2637), 8, + ACTIONS(1640), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69912,7 +67954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2635), 14, + ACTIONS(1638), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -69927,13 +67969,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76256] = 4, + [73747] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1634), 8, + ACTIONS(1636), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69942,7 +67984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1632), 14, + ACTIONS(1634), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -69957,13 +67999,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76290] = 4, + [73781] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2623), 8, + ACTIONS(1604), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -69972,7 +68014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2619), 14, + ACTIONS(1602), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -69987,13 +68029,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76324] = 4, + [73815] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1650), 8, + ACTIONS(1600), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -70002,7 +68044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1648), 14, + ACTIONS(1598), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -70017,13 +68059,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76358] = 4, + [73849] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1646), 8, + ACTIONS(2609), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -70032,7 +68074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1644), 14, + ACTIONS(2611), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -70047,13 +68089,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76392] = 4, + [73883] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1638), 8, + ACTIONS(2651), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -70062,7 +68104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1636), 14, + ACTIONS(2649), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -70077,86 +68119,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76426] = 11, + [73917] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2641), 1, - anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2619), 2, - anon_sym_RBRACE, - anon_sym_PIPE_PIPE, - ACTIONS(2621), 2, + ACTIONS(2605), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2639), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2643), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2649), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2625), 3, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - ACTIONS(2645), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2647), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(2607), 14, + anon_sym_RBRACE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [76474] = 10, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2621), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2639), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2643), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2649), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2619), 3, - anon_sym_RBRACE, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(2625), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2645), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2647), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - [76520] = 4, + [73951] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1626), 8, + ACTIONS(1672), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -70165,7 +68164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1624), 14, + ACTIONS(1670), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -70180,66 +68179,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76554] = 9, + [73985] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2621), 2, + ACTIONS(1588), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2639), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2649), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2625), 3, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - ACTIONS(2645), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2647), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2619), 5, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1586), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [76598] = 8, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [74019] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2621), 2, + ACTIONS(1592), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2639), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2649), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2625), 3, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - ACTIONS(2623), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2619), 9, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1590), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -70249,13 +68234,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [76640] = 4, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [74053] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2651), 8, + ACTIONS(1596), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -70264,8 +68254,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2653), 14, - anon_sym_DASH_GT, + ACTIONS(1594), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -70279,81 +68269,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76674] = 12, + [74087] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2641), 1, - anon_sym_AMP_AMP, - ACTIONS(2655), 1, + ACTIONS(2653), 1, anon_sym_RBRACE, - ACTIONS(2657), 1, + ACTIONS(2655), 1, anon_sym_PIPE_PIPE, + ACTIONS(2657), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2621), 2, + ACTIONS(2629), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2639), 2, + ACTIONS(2631), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2643), 2, + ACTIONS(2633), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2649), 2, + ACTIONS(2639), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2625), 3, + ACTIONS(2641), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2645), 4, + ACTIONS(2635), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2647), 4, + ACTIONS(2637), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [76724] = 4, + [74137] = 11, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2659), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1670), 8, + ACTIONS(2613), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2617), 2, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + ACTIONS(2625), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2627), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2619), 3, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + ACTIONS(2643), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(1668), 14, - anon_sym_RBRACE, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2645), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - [76758] = 4, + [74185] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2633), 8, + ACTIONS(1632), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -70362,8 +68359,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2631), 14, - anon_sym_DASH_GT, + ACTIONS(1630), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -70377,13 +68374,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76792] = 4, + [74219] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2629), 8, + ACTIONS(1668), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -70392,8 +68389,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2627), 14, - anon_sym_DASH_GT, + ACTIONS(1666), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -70407,51 +68404,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76826] = 12, + [74253] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2663), 1, - anon_sym_DASH_GT, - ACTIONS(2665), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2667), 1, - anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2659), 2, + ACTIONS(1680), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2661), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2669), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2675), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2677), 3, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - ACTIONS(2671), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2673), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1678), 14, + anon_sym_RBRACE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [76876] = 4, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [74287] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2651), 8, + ACTIONS(1684), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -70460,7 +68449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2653), 14, + ACTIONS(1682), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -70475,32 +68464,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76910] = 8, + [74321] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2659), 2, + ACTIONS(1648), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2661), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2675), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2677), 3, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - ACTIONS(2623), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2619), 9, - anon_sym_DASH_GT, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(1646), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -70509,13 +68489,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [76952] = 4, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [74355] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1698), 8, + ACTIONS(1652), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -70524,7 +68509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1696), 14, + ACTIONS(1650), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -70539,13 +68524,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [76986] = 3, + [74389] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2129), 22, + ACTIONS(1942), 22, anon_sym_if, anon_sym_RBRACE, anon_sym_AT, @@ -70568,22 +68553,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [77018] = 4, + [74421] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1678), 8, + ACTIONS(2629), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2641), 3, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + ACTIONS(2615), 6, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(1676), 14, + ACTIONS(2617), 11, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -70595,16 +68585,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ_DOT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - [77052] = 4, + [74459] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2623), 8, + ACTIONS(2615), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -70613,8 +68600,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2619), 14, - anon_sym_DASH_GT, + ACTIONS(2617), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -70628,28 +68615,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [77086] = 6, + [74493] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2659), 2, + ACTIONS(2621), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2677), 3, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - ACTIONS(2623), 6, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_PLUS, - ACTIONS(2619), 11, - anon_sym_DASH_GT, + anon_sym_STAR, + ACTIONS(2623), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -70660,207 +68642,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ_DOT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - [77124] = 11, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [74527] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2667), 1, - anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2619), 2, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - ACTIONS(2659), 2, + ACTIONS(2651), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2661), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2669), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2675), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2677), 3, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - ACTIONS(2671), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2673), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(2649), 14, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [77172] = 12, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [74561] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2641), 1, - anon_sym_AMP_AMP, - ACTIONS(2657), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2679), 1, + ACTIONS(423), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(421), 21, anon_sym_RBRACE, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_import, + anon_sym_as, + anon_sym_type, + anon_sym_const, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_DASH, + anon_sym_fn, + anon_sym_external, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [74595] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2657), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2621), 2, + ACTIONS(2617), 2, + anon_sym_RBRACE, + anon_sym_PIPE_PIPE, + ACTIONS(2629), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2639), 2, + ACTIONS(2631), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2643), 2, + ACTIONS(2633), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2649), 2, + ACTIONS(2639), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2625), 3, + ACTIONS(2641), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2645), 4, + ACTIONS(2635), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2647), 4, + ACTIONS(2637), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [77222] = 10, + [74643] = 12, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2659), 1, + anon_sym_AMP_AMP, + ACTIONS(2661), 1, + anon_sym_DASH_GT, + ACTIONS(2663), 1, + anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2659), 2, + ACTIONS(2613), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2661), 2, + ACTIONS(2625), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2669), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2675), 2, + ACTIONS(2627), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(2619), 3, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(2677), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2671), 4, + ACTIONS(2643), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2673), 4, + ACTIONS(2645), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [77268] = 9, + [74693] = 12, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2655), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2657), 1, + anon_sym_AMP_AMP, + ACTIONS(2665), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2659), 2, + ACTIONS(2629), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2661), 2, + ACTIONS(2631), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2675), 2, + ACTIONS(2633), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2639), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2677), 3, + ACTIONS(2641), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2671), 4, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(2673), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - ACTIONS(2619), 5, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [77312] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2637), 8, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(2635), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(2635), 14, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2637), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - [77346] = 12, + [74743] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2681), 1, + ACTIONS(2667), 1, anon_sym_RBRACE, - ACTIONS(2683), 1, + ACTIONS(2669), 1, anon_sym_AT, - ACTIONS(2686), 1, + ACTIONS(2672), 1, anon_sym_import, - ACTIONS(2689), 1, + ACTIONS(2675), 1, anon_sym_type, - ACTIONS(2692), 1, + ACTIONS(2678), 1, anon_sym_const, - ACTIONS(2695), 1, + ACTIONS(2681), 1, anon_sym_fn, - ACTIONS(2698), 1, + ACTIONS(2684), 1, anon_sym_external, - ACTIONS(2701), 1, + ACTIONS(2687), 1, sym_visibility_modifier, - ACTIONS(2704), 1, + ACTIONS(2690), 1, sym_opacity_modifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1105), 10, + STATE(1081), 10, sym__module_statement, sym_attribute, sym_import, @@ -70871,31 +68853,31 @@ static const uint16_t ts_small_parse_table[] = { sym_type_definition, sym_type_alias, aux_sym_target_group_repeat1, - [77393] = 12, + [74790] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2707), 1, + ACTIONS(2693), 1, anon_sym_RBRACE, - ACTIONS(2709), 1, + ACTIONS(2695), 1, anon_sym_AT, - ACTIONS(2711), 1, + ACTIONS(2697), 1, anon_sym_import, - ACTIONS(2713), 1, + ACTIONS(2699), 1, anon_sym_type, - ACTIONS(2715), 1, + ACTIONS(2701), 1, anon_sym_const, - ACTIONS(2717), 1, + ACTIONS(2703), 1, anon_sym_fn, - ACTIONS(2719), 1, + ACTIONS(2705), 1, anon_sym_external, - ACTIONS(2721), 1, + ACTIONS(2707), 1, sym_visibility_modifier, - ACTIONS(2723), 1, + ACTIONS(2709), 1, sym_opacity_modifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1105), 10, + STATE(1081), 10, sym__module_statement, sym_attribute, sym_import, @@ -70906,31 +68888,31 @@ static const uint16_t ts_small_parse_table[] = { sym_type_definition, sym_type_alias, aux_sym_target_group_repeat1, - [77440] = 12, + [74837] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2709), 1, + ACTIONS(2695), 1, anon_sym_AT, - ACTIONS(2711), 1, + ACTIONS(2697), 1, anon_sym_import, - ACTIONS(2713), 1, + ACTIONS(2699), 1, anon_sym_type, - ACTIONS(2715), 1, + ACTIONS(2701), 1, anon_sym_const, - ACTIONS(2717), 1, + ACTIONS(2703), 1, anon_sym_fn, - ACTIONS(2719), 1, + ACTIONS(2705), 1, anon_sym_external, - ACTIONS(2721), 1, + ACTIONS(2707), 1, sym_visibility_modifier, - ACTIONS(2723), 1, + ACTIONS(2709), 1, sym_opacity_modifier, - ACTIONS(2725), 1, + ACTIONS(2711), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1106), 10, + STATE(1082), 10, sym__module_statement, sym_attribute, sym_import, @@ -70941,339 +68923,285 @@ static const uint16_t ts_small_parse_table[] = { sym_type_definition, sym_type_alias, aux_sym_target_group_repeat1, - [77487] = 13, + [74884] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2727), 1, + ACTIONS(2713), 1, anon_sym_RPAREN, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2735), 1, + ACTIONS(2721), 1, sym__name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1709), 1, + STATE(1720), 1, sym_data_constructor_argument, - STATE(1797), 1, - sym_label, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, + STATE(1835), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1757), 6, + STATE(1706), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77534] = 13, + [74931] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2735), 1, + ACTIONS(2721), 1, sym__name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2739), 1, + ACTIONS(2725), 1, anon_sym_RPAREN, - STATE(1441), 1, + STATE(1720), 1, sym_data_constructor_argument, - STATE(1797), 1, - sym_label, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, + STATE(1835), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1757), 6, + STATE(1706), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77581] = 13, + [74978] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2735), 1, + ACTIONS(2721), 1, sym__name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2741), 1, + ACTIONS(2727), 1, anon_sym_RPAREN, - STATE(1709), 1, + STATE(1505), 1, sym_data_constructor_argument, - STATE(1797), 1, - sym_label, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, + STATE(1835), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1757), 6, + STATE(1706), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77628] = 12, + [75025] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2743), 1, + ACTIONS(2729), 1, anon_sym_RPAREN, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, STATE(1705), 1, sym_type_argument, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1752), 6, + STATE(1697), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77672] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(397), 2, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(1850), 14, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_EQ, - anon_sym_fn, - anon_sym_external, - anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [77700] = 12, + [75069] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2735), 1, - sym__name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1709), 1, - sym_data_constructor_argument, - STATE(1797), 1, - sym_label, - STATE(1884), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1122), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1757), 6, - sym__type, - sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [77744] = 12, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2729), 1, - anon_sym_POUND, ACTIONS(2731), 1, - anon_sym_fn, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2745), 1, sym__name, - ACTIONS(2747), 1, + ACTIONS(2733), 1, anon_sym_RPAREN, - STATE(1705), 1, - sym_type_argument, - STATE(1884), 1, + STATE(1488), 1, + sym_external_function_parameter, + STATE(1611), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1752), 6, + STATE(1687), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77788] = 12, + [75113] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2749), 1, + ACTIONS(2735), 1, anon_sym_RPAREN, - STATE(1721), 1, - sym_external_function_parameter, - STATE(1748), 1, + STATE(1611), 1, sym_identifier, + STATE(1717), 1, + sym_external_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1758), 6, + STATE(1687), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77832] = 12, + [75157] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2751), 1, + ACTIONS(2737), 1, anon_sym_RPAREN, - STATE(1475), 1, + STATE(1705), 1, sym_type_argument, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1752), 6, + STATE(1697), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77876] = 12, + [75201] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2753), 1, + ACTIONS(2739), 1, anon_sym_RPAREN, - STATE(1705), 1, + STATE(1516), 1, sym_type_argument, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1752), 6, + STATE(1697), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77920] = 3, + [75245] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2741), 1, + anon_sym_LPAREN, + STATE(1151), 1, + sym_type_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1738), 16, + ACTIONS(1711), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_EQ, @@ -71282,258 +69210,197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [77946] = 12, + [75275] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, - anon_sym_POUND, - ACTIONS(2731), 1, - anon_sym_fn, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2745), 1, - sym__name, - ACTIONS(2755), 1, - anon_sym_RPAREN, - STATE(1705), 1, - sym_type_argument, - STATE(1884), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1752), 6, - sym__type, - sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [77990] = 12, + ACTIONS(562), 2, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(1848), 14, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_EQ, + anon_sym_fn, + anon_sym_external, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [75303] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2757), 1, + ACTIONS(2743), 1, anon_sym_RPAREN, - STATE(1573), 1, - sym_external_function_parameter, - STATE(1748), 1, + STATE(1407), 1, + sym_type_argument, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1758), 6, + STATE(1697), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78034] = 12, + [75347] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2745), 1, + ACTIONS(2721), 1, sym__name, - ACTIONS(2759), 1, - anon_sym_RPAREN, - STATE(1498), 1, - sym_type_argument, - STATE(1884), 1, + ACTIONS(2723), 1, + sym__upname, + STATE(1720), 1, + sym_data_constructor_argument, + STATE(1761), 1, sym_identifier, + STATE(1835), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1752), 6, + STATE(1706), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78078] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2761), 1, - anon_sym_LPAREN, - STATE(1183), 1, - sym_type_arguments, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1756), 14, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_EQ, - anon_sym_fn, - anon_sym_external, - anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [78108] = 12, + [75391] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2763), 1, + ACTIONS(2745), 1, anon_sym_RPAREN, - STATE(1721), 1, - sym_external_function_parameter, - STATE(1748), 1, + STATE(1705), 1, + sym_type_argument, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1758), 6, + STATE(1697), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78152] = 12, + [75435] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, - sym__name, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2765), 1, - anon_sym_RPAREN, - ACTIONS(2767), 1, - anon_sym_POUND, - ACTIONS(2769), 1, - anon_sym_fn, - STATE(1701), 1, - sym_constant_type_argument, - STATE(1884), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1370), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1749), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, - sym_type_hole, - [78195] = 12, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(499), 1, - sym__name, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2767), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2769), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2771), 1, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2731), 1, + sym__name, + ACTIONS(2747), 1, anon_sym_RPAREN, - STATE(1701), 1, - sym_constant_type_argument, - STATE(1884), 1, + STATE(1705), 1, + sym_type_argument, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1749), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, + STATE(1697), 6, + sym__type, sym_type_hole, - [78238] = 11, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [75479] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2773), 1, + ACTIONS(2749), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1611), 1, sym_identifier, + STATE(1717), 1, + sym_external_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1474), 6, + STATE(1687), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78279] = 3, + [75523] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1764), 15, + ACTIONS(1731), 16, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -71541,6 +69408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RPAREN, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_EQ, @@ -71549,167 +69417,228 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [78304] = 11, + [75549] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2775), 1, + ACTIONS(2751), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1707), 6, + STATE(1483), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78345] = 11, + [75590] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2777), 1, + ACTIONS(2753), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1707), 6, + STATE(1508), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78386] = 11, + [75631] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1721), 1, - sym_external_function_parameter, - STATE(1748), 1, + ACTIONS(2755), 1, + anon_sym_RPAREN, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1758), 6, + STATE(1709), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78427] = 11, + [75672] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2779), 1, + ACTIONS(2757), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1707), 6, + STATE(1513), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78468] = 11, + [75713] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(417), 1, + sym__name, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2759), 1, + anon_sym_RPAREN, + ACTIONS(2761), 1, + anon_sym_POUND, + ACTIONS(2763), 1, + anon_sym_fn, + STATE(1555), 1, + sym_constant_type_argument, + STATE(1761), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1348), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1664), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, + sym_type_hole, + [75756] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2715), 1, anon_sym_POUND, + ACTIONS(2717), 1, + anon_sym_fn, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, ACTIONS(2731), 1, + sym__name, + ACTIONS(2765), 1, + anon_sym_RPAREN, + STATE(1761), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1092), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1709), 6, + sym__type, + sym_type_hole, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [75797] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2715), 1, + anon_sym_POUND, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1705), 1, - sym_type_argument, - STATE(1884), 1, + ACTIONS(2767), 1, + anon_sym_RPAREN, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1752), 6, + STATE(1709), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78509] = 5, + [75838] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2783), 1, + ACTIONS(2771), 1, anon_sym_LPAREN, - STATE(1196), 1, + STATE(1192), 1, sym_record_pattern_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2781), 13, + ACTIONS(2769), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71723,644 +69652,706 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78538] = 11, + [75867] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, + ACTIONS(2717), 1, + anon_sym_fn, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, ACTIONS(2731), 1, + sym__name, + STATE(1705), 1, + sym_type_argument, + STATE(1761), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1092), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1697), 6, + sym__type, + sym_type_hole, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [75908] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1750), 15, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_EQ, anon_sym_fn, - ACTIONS(2733), 1, + anon_sym_external, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [75933] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2715), 1, + anon_sym_POUND, + ACTIONS(2717), 1, + anon_sym_fn, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2785), 1, + ACTIONS(2773), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1707), 6, + STATE(1709), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78579] = 11, + [75974] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2787), 1, + ACTIONS(2775), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1443), 6, + STATE(1709), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78620] = 12, + [76015] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2767), 1, + ACTIONS(2761), 1, anon_sym_POUND, - ACTIONS(2769), 1, + ACTIONS(2763), 1, anon_sym_fn, - ACTIONS(2789), 1, + ACTIONS(2777), 1, anon_sym_RPAREN, - STATE(1606), 1, + STATE(1689), 1, sym_constant_type_argument, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, + STATE(1348), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1749), 5, + STATE(1664), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [78663] = 11, + [76058] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2791), 1, + ACTIONS(2779), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1707), 6, + STATE(1709), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78704] = 11, + [76099] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - ACTIONS(2793), 1, - anon_sym_RPAREN, - STATE(1884), 1, + STATE(1611), 1, sym_identifier, + STATE(1717), 1, + sym_external_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1707), 6, + STATE(1687), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78745] = 11, + [76140] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, - anon_sym_POUND, - ACTIONS(2731), 1, - anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(417), 1, + sym__name, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, - sym__name, - ACTIONS(2795), 1, + ACTIONS(2761), 1, + anon_sym_POUND, + ACTIONS(2763), 1, + anon_sym_fn, + ACTIONS(2781), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1689), 1, + sym_constant_type_argument, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1348), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1497), 6, - sym__type, + STATE(1664), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [78786] = 10, + [76183] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2783), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2785), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2787), 1, sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2745), 1, + ACTIONS(2789), 1, sym__name, - STATE(1884), 1, + ACTIONS(2791), 1, + sym__upname, + STATE(1857), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(644), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1373), 6, + STATE(722), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78824] = 10, + [76221] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1708), 6, + STATE(1223), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78862] = 11, + [76259] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2767), 1, + ACTIONS(2761), 1, anon_sym_POUND, - ACTIONS(2769), 1, + ACTIONS(2763), 1, anon_sym_fn, - ACTIONS(2797), 1, + ACTIONS(2793), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, + STATE(1348), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1703), 5, + STATE(1536), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [78902] = 10, + [76299] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, - anon_sym_POUND, - ACTIONS(2731), 1, - anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(417), 1, + sym__name, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, - sym__name, - STATE(1884), 1, + ACTIONS(2761), 1, + anon_sym_POUND, + ACTIONS(2763), 1, + anon_sym_fn, + ACTIONS(2795), 1, + anon_sym_RPAREN, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1348), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1839), 6, - sym__type, + STATE(1525), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [78940] = 10, + [76339] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2783), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2785), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2787), 1, sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2745), 1, + ACTIONS(2789), 1, sym__name, - STATE(1884), 1, + ACTIONS(2791), 1, + sym__upname, + STATE(1857), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(644), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1707), 6, + STATE(750), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [78978] = 10, + [76377] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, - anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1910), 14, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_EQ, anon_sym_fn, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2745), 1, - sym__name, - STATE(1884), 1, - sym_identifier, + anon_sym_external, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [76401] = 3, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1737), 6, - sym__type, - sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [79016] = 10, + ACTIONS(2065), 14, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_EQ, + anon_sym_fn, + anon_sym_external, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [76425] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1629), 6, + STATE(1694), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79054] = 11, + [76463] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, - sym__name, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2767), 1, - anon_sym_POUND, - ACTIONS(2769), 1, - anon_sym_fn, - STATE(1701), 1, - sym_constant_type_argument, - STATE(1884), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1749), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, - sym_type_hole, - [79094] = 10, + ACTIONS(2057), 14, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_EQ, + anon_sym_fn, + anon_sym_external, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [76487] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2799), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2801), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2803), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2805), 1, - sym__name, - ACTIONS(2807), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1901), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(663), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(713), 6, + STATE(1657), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79132] = 10, + [76525] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, - anon_sym_POUND, - ACTIONS(2731), 1, - anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(417), 1, + sym__name, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, - sym__name, - STATE(1884), 1, + ACTIONS(2761), 1, + anon_sym_POUND, + ACTIONS(2763), 1, + anon_sym_fn, + ACTIONS(2797), 1, + anon_sym_RPAREN, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1348), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1275), 6, - sym__type, + STATE(1735), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [79170] = 10, + [76565] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2799), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2801), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2803), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2805), 1, - sym__name, - ACTIONS(2807), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1901), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(663), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(704), 6, + STATE(1256), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79208] = 10, + [76603] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1240), 6, + STATE(1841), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79246] = 10, + [76641] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2799), 1, - anon_sym_POUND, - ACTIONS(2801), 1, - anon_sym_fn, - ACTIONS(2803), 1, - sym__discard_name, - ACTIONS(2805), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(2807), 1, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, sym__upname, - STATE(1901), 1, + ACTIONS(2761), 1, + anon_sym_POUND, + ACTIONS(2763), 1, + anon_sym_fn, + ACTIONS(2799), 1, + anon_sym_RPAREN, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(663), 2, + STATE(1348), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(733), 6, - sym__type, + STATE(1735), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [79284] = 10, + [76681] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2783), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2785), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2787), 1, sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2745), 1, + ACTIONS(2789), 1, sym__name, - STATE(1884), 1, + ACTIONS(2791), 1, + sym__upname, + STATE(1857), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(644), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1273), 6, + STATE(692), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79322] = 10, + [76719] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1290), 6, + STATE(1723), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79360] = 10, + [76757] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2799), 1, + ACTIONS(2783), 1, anon_sym_POUND, - ACTIONS(2801), 1, + ACTIONS(2785), 1, anon_sym_fn, - ACTIONS(2803), 1, + ACTIONS(2787), 1, sym__discard_name, - ACTIONS(2805), 1, + ACTIONS(2789), 1, sym__name, - ACTIONS(2807), 1, + ACTIONS(2791), 1, sym__upname, - STATE(1901), 1, + STATE(1857), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(663), 2, + STATE(644), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(740), 6, + STATE(768), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79398] = 3, + [76795] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2064), 14, + ACTIONS(1958), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -72375,13 +70366,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [79422] = 3, + [76819] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2052), 14, + ACTIONS(1946), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -72396,500 +70387,526 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [79446] = 10, + [76843] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(417), 1, + sym__name, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2761), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2763), 1, anon_sym_fn, - ACTIONS(2733), 1, + STATE(1689), 1, + sym_constant_type_argument, + STATE(1761), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1348), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1664), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, + sym_type_hole, + [76883] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2715), 1, + anon_sym_POUND, + ACTIONS(2717), 1, + anon_sym_fn, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1180), 6, + STATE(1783), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79484] = 10, + [76921] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2783), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2785), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2787), 1, sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2745), 1, + ACTIONS(2789), 1, sym__name, - STATE(1884), 1, + ACTIONS(2791), 1, + sym__upname, + STATE(1857), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(644), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1720), 6, + STATE(705), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79522] = 3, + [76959] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2044), 14, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_EQ, + ACTIONS(2715), 1, + anon_sym_POUND, + ACTIONS(2717), 1, anon_sym_fn, - anon_sym_external, - anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [79546] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(499), 1, - sym__name, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2767), 1, - anon_sym_POUND, - ACTIONS(2769), 1, - anon_sym_fn, - ACTIONS(2809), 1, - anon_sym_RPAREN, - STATE(1884), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1436), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, + STATE(1719), 6, + sym__type, sym_type_hole, - [79586] = 10, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [76997] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2799), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2801), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2803), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2805), 1, - sym__name, - ACTIONS(2807), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1901), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(663), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(787), 6, + STATE(1709), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79624] = 3, + [77035] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2020), 14, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_EQ, + ACTIONS(2715), 1, + anon_sym_POUND, + ACTIONS(2717), 1, anon_sym_fn, - anon_sym_external, - anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [79648] = 3, - ACTIONS(3), 1, - sym_module_comment, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2731), 1, + sym__name, + STATE(1761), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2016), 14, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_EQ, - anon_sym_fn, - anon_sym_external, - anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [79672] = 11, + STATE(1092), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1264), 6, + sym__type, + sym_type_hole, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [77073] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, - sym__name, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2767), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2769), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2811), 1, - anon_sym_RPAREN, - STATE(1884), 1, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2731), 1, + sym__name, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1493), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, + STATE(1781), 6, + sym__type, sym_type_hole, - [79712] = 10, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [77111] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1637), 6, + STATE(1397), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79750] = 10, + [77149] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2783), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2785), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2787), 1, sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2745), 1, + ACTIONS(2789), 1, sym__name, - STATE(1884), 1, + ACTIONS(2791), 1, + sym__upname, + STATE(1857), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(644), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1805), 6, + STATE(745), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79788] = 11, + [77187] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, - sym__name, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2767), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2769), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2813), 1, - anon_sym_RPAREN, - STATE(1884), 1, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2731), 1, + sym__name, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1703), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, + STATE(1700), 6, + sym__type, sym_type_hole, - [79828] = 10, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [77225] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1764), 6, + STATE(1739), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79866] = 10, + [77263] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1679), 6, + STATE(1699), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79904] = 10, + [77301] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2799), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2801), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2803), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2805), 1, - sym__name, - ACTIONS(2807), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1901), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(663), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(693), 6, + STATE(1659), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79942] = 10, + [77339] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1157), 6, + STATE(1622), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [79980] = 11, + [77377] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2767), 1, + ACTIONS(2761), 1, anon_sym_POUND, - ACTIONS(2769), 1, + ACTIONS(2763), 1, anon_sym_fn, - ACTIONS(2815), 1, + ACTIONS(2801), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, + STATE(1348), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1703), 5, + STATE(1735), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [80020] = 10, + [77417] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1809), 6, + STATE(1160), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [80058] = 10, + [77455] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, - anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1974), 14, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_EQ, anon_sym_fn, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2745), 1, - sym__name, - STATE(1884), 1, - sym_identifier, + anon_sym_external, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [77479] = 3, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1807), 6, - sym__type, - sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [80096] = 3, + ACTIONS(2073), 14, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_EQ, + anon_sym_fn, + anon_sym_external, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [77503] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1906), 14, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_EQ, + anon_sym_fn, + anon_sym_external, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [77527] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2012), 14, + ACTIONS(2137), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -72904,70 +70921,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [80120] = 11, + [77551] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, + ACTIONS(2783), 1, + anon_sym_POUND, + ACTIONS(2785), 1, + anon_sym_fn, + ACTIONS(2787), 1, + sym__discard_name, + ACTIONS(2789), 1, sym__name, - ACTIONS(2733), 1, + ACTIONS(2791), 1, + sym__upname, + STATE(1857), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(644), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(690), 6, + sym__type, + sym_type_hole, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [77589] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2715), 1, + anon_sym_POUND, + ACTIONS(2717), 1, + anon_sym_fn, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2767), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1761), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1092), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1752), 6, + sym__type, + sym_type_hole, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [77627] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(417), 1, + sym__name, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2761), 1, anon_sym_POUND, - ACTIONS(2769), 1, + ACTIONS(2763), 1, anon_sym_fn, - ACTIONS(2817), 1, + ACTIONS(2803), 1, anon_sym_RPAREN, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, + STATE(1348), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1703), 5, + STATE(1735), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [80160] = 10, + [77667] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2069), 14, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_EQ, + anon_sym_fn, + anon_sym_external, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [77691] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1722), 6, + STATE(1153), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [80198] = 3, + [77729] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1968), 14, + ACTIONS(2014), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -72982,13 +71076,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [80222] = 3, + [77753] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1980), 14, + ACTIONS(2002), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -73003,201 +71097,232 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [80246] = 10, + [77777] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2731), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, + ACTIONS(2731), 1, sym__name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1227), 6, + STATE(1220), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [80284] = 10, + [77815] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2799), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2801), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2803), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2805), 1, - sym__name, - ACTIONS(2807), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1901), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(663), 2, + STATE(1092), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(756), 6, + STATE(1236), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [80322] = 3, + [77853] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1964), 14, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, + ACTIONS(2805), 13, + anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_import, - anon_sym_type, - anon_sym_const, + anon_sym_COLON, + anon_sym_as, anon_sym_EQ, - anon_sym_fn, - anon_sym_external, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_DASH_GT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + anon_sym_PIPE, anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [80346] = 3, + [77876] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2024), 14, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, + ACTIONS(2807), 13, + anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_import, - anon_sym_type, - anon_sym_const, + anon_sym_COLON, + anon_sym_as, anon_sym_EQ, - anon_sym_fn, - anon_sym_external, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_DASH_GT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + anon_sym_PIPE, anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [80370] = 3, + [77899] = 10, ACTIONS(3), 1, sym_module_comment, + ACTIONS(417), 1, + sym__name, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2761), 1, + anon_sym_POUND, + ACTIONS(2763), 1, + anon_sym_fn, + STATE(1761), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2109), 14, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, + STATE(1348), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1836), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, + sym_type_hole, + [77936] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2809), 13, + anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_import, - anon_sym_type, - anon_sym_const, + anon_sym_COLON, + anon_sym_as, anon_sym_EQ, - anon_sym_fn, - anon_sym_external, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_DASH_GT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + anon_sym_PIPE, anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [80394] = 3, + [77959] = 10, ACTIONS(3), 1, sym_module_comment, + ACTIONS(417), 1, + sym__name, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2761), 1, + anon_sym_POUND, + ACTIONS(2763), 1, + anon_sym_fn, + STATE(1761), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2119), 14, - anon_sym_LBRACE, + STATE(1348), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1548), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, + sym_type_hole, + [77996] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2811), 1, + anon_sym_SLASH, + STATE(1169), 1, + aux_sym_module_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1686), 11, anon_sym_RBRACE, anon_sym_AT, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_import, + anon_sym_DOT, + anon_sym_as, anon_sym_type, anon_sym_const, - anon_sym_EQ, anon_sym_fn, anon_sym_external, - anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [80418] = 10, + [78023] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2729), 1, - anon_sym_POUND, - ACTIONS(2731), 1, - anon_sym_fn, - ACTIONS(2733), 1, + ACTIONS(417), 1, + sym__name, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2745), 1, - sym__name, - STATE(1884), 1, + ACTIONS(2761), 1, + anon_sym_POUND, + ACTIONS(2763), 1, + anon_sym_fn, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1122), 2, + STATE(1348), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1655), 6, - sym__type, + STATE(1514), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [80456] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2819), 13, - anon_sym_if, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_as, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_DASH_GT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - anon_sym_PIPE, - anon_sym_LT_DASH, - [80479] = 3, + [78060] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2821), 13, + ACTIONS(2814), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73211,33 +71336,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80502] = 3, + [78083] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2816), 1, + anon_sym_SLASH, + STATE(1169), 1, + aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2823), 13, - anon_sym_if, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, + ACTIONS(1699), 11, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_import, + anon_sym_DOT, anon_sym_as, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_DASH_GT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - anon_sym_PIPE, - anon_sym_LT_DASH, - [80525] = 3, + anon_sym_type, + anon_sym_const, + anon_sym_fn, + anon_sym_external, + sym_visibility_modifier, + sym_opacity_modifier, + [78110] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2825), 13, + ACTIONS(2818), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73251,13 +71378,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80548] = 3, + [78133] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2827), 13, + ACTIONS(2820), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73271,13 +71398,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80571] = 3, + [78156] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2829), 13, + ACTIONS(2822), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73291,13 +71418,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80594] = 3, + [78179] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2831), 13, + ACTIONS(2824), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73311,13 +71438,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80617] = 3, + [78202] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2833), 13, + ACTIONS(2824), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73331,13 +71458,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80640] = 3, + [78225] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2835), 13, + ACTIONS(2826), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73351,13 +71478,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80663] = 3, + [78248] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2833), 13, + ACTIONS(2828), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73371,40 +71498,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80686] = 10, + [78271] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, - sym__name, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2767), 1, - anon_sym_POUND, - ACTIONS(2769), 1, - anon_sym_fn, - STATE(1884), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1534), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, - sym_type_hole, - [80723] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2837), 13, + ACTIONS(2830), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73418,13 +71518,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80746] = 3, + [78294] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2839), 13, + ACTIONS(2832), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73438,40 +71538,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80769] = 10, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(499), 1, - sym__name, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2767), 1, - anon_sym_POUND, - ACTIONS(2769), 1, - anon_sym_fn, - STATE(1884), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1370), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1834), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, - sym_type_hole, - [80806] = 3, + [78317] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2841), 13, + ACTIONS(2830), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73485,13 +71558,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80829] = 3, + [78340] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2843), 13, + ACTIONS(2834), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73505,35 +71578,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80852] = 5, + [78363] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2845), 1, - anon_sym_SLASH, - STATE(1204), 1, - aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1710), 11, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_import, - anon_sym_DOT, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_external, - sym_visibility_modifier, - sym_opacity_modifier, - [80879] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2848), 13, + ACTIONS(2836), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73547,13 +71598,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80902] = 3, + [78386] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2850), 13, + ACTIONS(2838), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73567,13 +71618,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80925] = 3, + [78409] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2852), 13, + ACTIONS(2840), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73587,13 +71638,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80948] = 3, + [78432] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2854), 13, + ACTIONS(2832), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73607,13 +71658,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80971] = 3, + [78455] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2856), 13, + ACTIONS(2842), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73627,13 +71678,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [80994] = 3, + [78478] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2858), 13, + ACTIONS(2844), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73647,35 +71698,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [81017] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2860), 1, - anon_sym_LPAREN, - STATE(1243), 1, - sym_type_parameters, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1717), 11, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_EQ, - anon_sym_fn, - anon_sym_external, - sym_visibility_modifier, - sym_opacity_modifier, - [81044] = 3, + [78501] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2862), 13, + ACTIONS(2846), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73689,35 +71718,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [81067] = 5, + [78524] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2864), 1, - anon_sym_SLASH, - STATE(1216), 1, - aux_sym_module_repeat1, + ACTIONS(2848), 1, + anon_sym_LPAREN, + STATE(1214), 1, + sym_type_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1706), 11, + ACTIONS(1705), 11, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, - anon_sym_DOT, - anon_sym_as, anon_sym_type, anon_sym_const, + anon_sym_EQ, anon_sym_fn, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81094] = 3, + [78551] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2866), 13, + ACTIONS(2850), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73731,13 +71760,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [81117] = 3, + [78574] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2868), 13, + ACTIONS(2852), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73751,35 +71780,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [81140] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2864), 1, - anon_sym_SLASH, - STATE(1204), 1, - aux_sym_module_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1700), 11, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_import, - anon_sym_DOT, - anon_sym_as, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_external, - sym_visibility_modifier, - sym_opacity_modifier, - [81167] = 3, + [78597] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2850), 13, + ACTIONS(2854), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73793,13 +71800,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [81190] = 3, + [78620] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2870), 13, + ACTIONS(2856), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73813,60 +71820,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [81213] = 3, + [78643] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2816), 1, + anon_sym_SLASH, + STATE(1172), 1, + aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2872), 13, - anon_sym_if, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, + ACTIONS(1693), 11, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_import, + anon_sym_DOT, anon_sym_as, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_DASH_GT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - anon_sym_PIPE, - anon_sym_LT_DASH, - [81236] = 10, + anon_sym_type, + anon_sym_const, + anon_sym_fn, + anon_sym_external, + sym_visibility_modifier, + sym_opacity_modifier, + [78670] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(2733), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2767), 1, + ACTIONS(2761), 1, anon_sym_POUND, - ACTIONS(2769), 1, + ACTIONS(2763), 1, anon_sym_fn, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1370), 2, + STATE(1348), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1577), 5, + STATE(1735), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [81273] = 3, + [78707] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2841), 13, + ACTIONS(2858), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73880,40 +71889,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [81296] = 10, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(499), 1, - sym__name, - ACTIONS(2733), 1, - sym__discard_name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2767), 1, - anon_sym_POUND, - ACTIONS(2769), 1, - anon_sym_fn, - STATE(1884), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1370), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1703), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, - sym_type_hole, - [81333] = 3, + [78730] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2874), 13, + ACTIONS(2860), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -73927,19 +71909,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [81356] = 6, + [78753] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(157), 1, anon_sym_LBRACE, - ACTIONS(2876), 1, + ACTIONS(2862), 1, anon_sym_DASH_GT, - STATE(1283), 1, + STATE(1244), 1, sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1732), 9, + ACTIONS(1735), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -73949,59 +71931,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81384] = 6, + [78781] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - STATE(1271), 1, - sym_block, + ACTIONS(1688), 1, + anon_sym_SLASH, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1750), 9, + ACTIONS(1686), 11, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, + anon_sym_DOT, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_fn, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81412] = 4, + [78805] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1712), 1, - anon_sym_SLASH, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(2864), 1, + anon_sym_DASH_GT, + STATE(1238), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1710), 11, + ACTIONS(1754), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, - anon_sym_DOT, - anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_fn, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81436] = 5, + [78833] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, + ACTIONS(2866), 1, anon_sym_LBRACE, - STATE(1287), 1, - sym_block, + ACTIONS(2868), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1880), 9, + ACTIONS(1832), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74011,31 +71993,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81461] = 3, + [78858] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2870), 1, + anon_sym_RPAREN, + ACTIONS(2872), 1, + sym__discard_name, + ACTIONS(2874), 1, + sym__name, + STATE(1372), 1, + sym__labeled_name_param, + STATE(1394), 1, + sym__labeled_discard_param, + STATE(1395), 1, + sym__discard_param, + STATE(1398), 1, + sym__name_param, + STATE(1399), 1, + sym_label, + STATE(1517), 1, + sym_identifier, + STATE(1524), 1, + sym_discard, + STATE(1718), 1, + sym_function_parameter, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [78899] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2872), 1, + sym__discard_name, + ACTIONS(2874), 1, + sym__name, + ACTIONS(2876), 1, + anon_sym_RPAREN, + STATE(1372), 1, + sym__labeled_name_param, + STATE(1394), 1, + sym__labeled_discard_param, + STATE(1395), 1, + sym__discard_param, + STATE(1398), 1, + sym__name_param, + STATE(1399), 1, + sym_label, + STATE(1452), 1, + sym_function_parameter, + STATE(1517), 1, + sym_identifier, + STATE(1524), 1, + sym_discard, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1876), 11, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_DASH_GT, - anon_sym_external, - sym_visibility_modifier, - sym_opacity_modifier, - [81482] = 3, + [78940] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2880), 11, + ACTIONS(2878), 11, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -74047,41 +72067,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [81503] = 13, + [78961] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2882), 1, - anon_sym_RPAREN, - ACTIONS(2884), 1, + ACTIONS(2872), 1, sym__discard_name, - ACTIONS(2886), 1, + ACTIONS(2874), 1, sym__name, - STATE(1397), 1, - sym_label, + ACTIONS(2880), 1, + anon_sym_RPAREN, + STATE(1372), 1, + sym__labeled_name_param, + STATE(1394), 1, + sym__labeled_discard_param, + STATE(1395), 1, + sym__discard_param, STATE(1398), 1, sym__name_param, - STATE(1413), 1, + STATE(1399), 1, + sym_label, + STATE(1517), 1, + sym_identifier, + STATE(1520), 1, + sym_function_parameter, + STATE(1524), 1, + sym_discard, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [79002] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2872), 1, + sym__discard_name, + ACTIONS(2874), 1, + sym__name, + ACTIONS(2882), 1, + anon_sym_RPAREN, + STATE(1372), 1, sym__labeled_name_param, - STATE(1415), 1, - sym__discard_param, - STATE(1416), 1, + STATE(1394), 1, sym__labeled_discard_param, - STATE(1595), 1, + STATE(1395), 1, + sym__discard_param, + STATE(1398), 1, + sym__name_param, + STATE(1399), 1, + sym_label, + STATE(1517), 1, sym_identifier, - STATE(1600), 1, + STATE(1524), 1, sym_discard, - STATE(1745), 1, + STATE(1718), 1, sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [81544] = 3, + [79043] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1912), 11, + ACTIONS(1810), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -74093,41 +72141,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81565] = 13, + [79064] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2884), 1, + ACTIONS(2872), 1, sym__discard_name, - ACTIONS(2886), 1, + ACTIONS(2874), 1, sym__name, - ACTIONS(2888), 1, + ACTIONS(2884), 1, anon_sym_RPAREN, - STATE(1397), 1, - sym_label, - STATE(1398), 1, - sym__name_param, - STATE(1413), 1, + STATE(1372), 1, sym__labeled_name_param, - STATE(1415), 1, - sym__discard_param, - STATE(1416), 1, + STATE(1394), 1, sym__labeled_discard_param, - STATE(1595), 1, + STATE(1395), 1, + sym__discard_param, + STATE(1398), 1, + sym__name_param, + STATE(1399), 1, + sym_label, + STATE(1517), 1, sym_identifier, - STATE(1600), 1, + STATE(1524), 1, sym_discard, - STATE(1745), 1, + STATE(1718), 1, sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [81606] = 3, + [79105] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1858), 11, + ACTIONS(1894), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -74139,151 +72187,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81627] = 3, + [79126] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2886), 1, + anon_sym_LBRACE, + ACTIONS(2888), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1872), 11, - anon_sym_LBRACE, + ACTIONS(1788), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, anon_sym_type, anon_sym_const, anon_sym_fn, - anon_sym_DASH_GT, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81648] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2884), 1, - sym__discard_name, - ACTIONS(2886), 1, - sym__name, - ACTIONS(2890), 1, - anon_sym_RPAREN, - STATE(1397), 1, - sym_label, - STATE(1398), 1, - sym__name_param, - STATE(1413), 1, - sym__labeled_name_param, - STATE(1415), 1, - sym__discard_param, - STATE(1416), 1, - sym__labeled_discard_param, - STATE(1463), 1, - sym_function_parameter, - STATE(1595), 1, - sym_identifier, - STATE(1600), 1, - sym_discard, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [81689] = 5, + [79151] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2892), 1, - anon_sym_LPAREN, - STATE(1289), 1, - sym__attribute_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1768), 9, + ACTIONS(1784), 11, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, anon_sym_type, anon_sym_const, + anon_sym_EQ, anon_sym_fn, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81714] = 5, + [79172] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2894), 1, - anon_sym_DOT, - ACTIONS(2896), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1742), 9, + ACTIONS(1798), 11, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, anon_sym_type, anon_sym_const, + anon_sym_EQ, anon_sym_fn, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81739] = 13, + [79193] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2884), 1, - sym__discard_name, - ACTIONS(2886), 1, - sym__name, - ACTIONS(2898), 1, - anon_sym_RPAREN, - STATE(1397), 1, - sym_label, - STATE(1398), 1, - sym__name_param, - STATE(1413), 1, - sym__labeled_name_param, - STATE(1415), 1, - sym__discard_param, - STATE(1416), 1, - sym__labeled_discard_param, - STATE(1595), 1, - sym_identifier, - STATE(1600), 1, - sym_discard, - STATE(1745), 1, - sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [81780] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2900), 1, + ACTIONS(1886), 11, anon_sym_LBRACE, - ACTIONS(2902), 1, - anon_sym_EQ, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1834), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, anon_sym_type, anon_sym_const, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81805] = 5, + [79214] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - STATE(1284), 1, - sym_block, + ACTIONS(2890), 1, + anon_sym_DOT, + ACTIONS(2892), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1900), 9, + ACTIONS(1723), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74293,17 +72281,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81830] = 5, + [79239] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2904), 1, - anon_sym_LBRACE, - ACTIONS(2906), 1, - anon_sym_EQ, + ACTIONS(2894), 1, + anon_sym_LPAREN, + STATE(1263), 1, + sym__attribute_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1904), 9, + ACTIONS(1717), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74313,13 +72301,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81855] = 3, + [79264] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1846), 11, + ACTIONS(1898), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -74331,13 +72319,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81876] = 3, + [79285] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1810), 11, + ACTIONS(1852), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -74349,158 +72337,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81897] = 3, + [79306] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + STATE(1235), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1818), 11, - anon_sym_LBRACE, + ACTIONS(1874), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, anon_sym_type, anon_sym_const, anon_sym_fn, - anon_sym_DASH_GT, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81918] = 3, + [79331] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1916), 11, + ACTIONS(1866), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, anon_sym_type, anon_sym_const, - anon_sym_EQ, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [81939] = 13, + [79352] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2884), 1, + ACTIONS(2872), 1, sym__discard_name, - ACTIONS(2886), 1, + ACTIONS(2874), 1, sym__name, - ACTIONS(2908), 1, + ACTIONS(2896), 1, anon_sym_RPAREN, - STATE(1397), 1, - sym_label, - STATE(1398), 1, - sym__name_param, - STATE(1413), 1, + STATE(1372), 1, sym__labeled_name_param, - STATE(1415), 1, - sym__discard_param, - STATE(1416), 1, + STATE(1394), 1, sym__labeled_discard_param, - STATE(1551), 1, - sym_function_parameter, - STATE(1595), 1, - sym_identifier, - STATE(1600), 1, - sym_discard, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [81980] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2884), 1, - sym__discard_name, - ACTIONS(2886), 1, - sym__name, - ACTIONS(2910), 1, - anon_sym_RPAREN, - STATE(1397), 1, - sym_label, + STATE(1395), 1, + sym__discard_param, STATE(1398), 1, sym__name_param, - STATE(1413), 1, - sym__labeled_name_param, - STATE(1415), 1, - sym__discard_param, - STATE(1416), 1, - sym__labeled_discard_param, - STATE(1595), 1, + STATE(1399), 1, + sym_label, + STATE(1517), 1, sym_identifier, - STATE(1600), 1, + STATE(1524), 1, sym_discard, - STATE(1745), 1, + STATE(1718), 1, sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82021] = 3, + [79393] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(157), 1, + anon_sym_LBRACE, + STATE(1261), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1814), 11, - anon_sym_LBRACE, + ACTIONS(1870), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, anon_sym_type, anon_sym_const, - anon_sym_EQ, anon_sym_fn, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82042] = 3, + [79418] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1806), 10, + ACTIONS(1878), 11, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82062] = 10, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(247), 1, - sym__decimal, - ACTIONS(251), 1, - sym__upname, - ACTIONS(2912), 1, - anon_sym_DASH, - ACTIONS(2914), 1, - sym__name, - STATE(613), 1, - sym_label, - STATE(919), 1, - sym_constructor_name, - STATE(1087), 1, - sym_integer, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(245), 3, - sym__hex, - sym__octal, - sym__binary, - [82096] = 3, + [79439] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -74517,33 +72458,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82116] = 4, + [79459] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2916), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1798), 9, + ACTIONS(1882), 10, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_fn, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82138] = 4, + [79479] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, + ACTIONS(2900), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2898), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_as, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [79501] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2902), 1, anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1828), 9, + ACTIONS(1842), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74553,55 +72511,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82160] = 10, + [79523] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(97), 1, + ACTIONS(183), 1, sym__decimal, - ACTIONS(101), 1, + ACTIONS(187), 1, sym__upname, - ACTIONS(2920), 1, + ACTIONS(2904), 1, anon_sym_DASH, - ACTIONS(2922), 1, + ACTIONS(2906), 1, sym__name, - STATE(550), 1, + STATE(546), 1, sym_constructor_name, - STATE(1068), 1, + STATE(1055), 1, sym_label, - STATE(1093), 1, + STATE(1059), 1, sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(95), 3, + ACTIONS(181), 3, sym__hex, sym__octal, sym__binary, - [82194] = 4, + [79557] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2926), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2924), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, + ACTIONS(1902), 10, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_import, anon_sym_as, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [82216] = 3, + anon_sym_type, + anon_sym_const, + anon_sym_fn, + anon_sym_external, + sym_visibility_modifier, + sym_opacity_modifier, + [79577] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(239), 1, + sym__decimal, + ACTIONS(243), 1, + sym__upname, + ACTIONS(2908), 1, + anon_sym_DASH, + ACTIONS(2910), 1, + sym__name, + STATE(600), 1, + sym_label, + STATE(863), 1, + sym_constructor_name, + STATE(1038), 1, + sym_integer, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(237), 3, + sym__hex, + sym__octal, + sym__binary, + [79611] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1866), 10, + ACTIONS(1890), 10, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74612,89 +72593,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82236] = 12, + [79631] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2884), 1, + ACTIONS(2872), 1, sym__discard_name, - ACTIONS(2886), 1, + ACTIONS(2874), 1, sym__name, - STATE(1397), 1, - sym_label, - STATE(1398), 1, - sym__name_param, - STATE(1413), 1, + STATE(1372), 1, sym__labeled_name_param, - STATE(1415), 1, - sym__discard_param, - STATE(1416), 1, + STATE(1394), 1, sym__labeled_discard_param, - STATE(1595), 1, + STATE(1395), 1, + sym__discard_param, + STATE(1398), 1, + sym__name_param, + STATE(1399), 1, + sym_label, + STATE(1517), 1, sym_identifier, - STATE(1600), 1, + STATE(1524), 1, sym_discard, - STATE(1745), 1, + STATE(1718), 1, sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82274] = 3, + [79669] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2912), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1842), 10, + ACTIONS(1820), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_fn, anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82294] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2928), 1, - anon_sym_as, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2924), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_LT_GT, - anon_sym_DOT_DOT, - [82315] = 3, + [79691] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(505), 9, - anon_sym_if, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_as, - anon_sym_DASH_GT, - anon_sym_LT_GT, - anon_sym_PIPE, - anon_sym_LT_DASH, - [82334] = 3, + ACTIONS(1914), 9, + anon_sym_RBRACE, + anon_sym_AT, + anon_sym_import, + anon_sym_type, + anon_sym_const, + anon_sym_fn, + anon_sym_external, + sym_visibility_modifier, + sym_opacity_modifier, + [79710] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2056), 9, + ACTIONS(2097), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74704,13 +72669,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82353] = 3, + [79729] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(397), 9, + ACTIONS(562), 9, anon_sym_if, anon_sym_COMMA, anon_sym_COLON, @@ -74720,29 +72685,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_PIPE, anon_sym_LT_DASH, - [82372] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1956), 9, - anon_sym_RBRACE, - anon_sym_AT, - anon_sym_import, - anon_sym_type, - anon_sym_const, - anon_sym_fn, - anon_sym_external, - sym_visibility_modifier, - sym_opacity_modifier, - [82391] = 3, + [79748] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1936), 9, + ACTIONS(1934), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74752,13 +72701,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82410] = 3, + [79767] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1988), 9, + ACTIONS(1918), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74768,13 +72717,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82429] = 3, + [79786] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 9, + ACTIONS(2109), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74784,13 +72733,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82448] = 3, + [79805] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(524), 9, + ACTIONS(566), 9, anon_sym_if, anon_sym_LPAREN, anon_sym_COMMA, @@ -74800,13 +72749,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_PIPE, anon_sym_LT_DASH, - [82467] = 3, + [79824] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2032), 9, + ACTIONS(1994), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74816,13 +72765,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82486] = 3, + [79843] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2914), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2036), 9, + ACTIONS(2898), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_LT_GT, + anon_sym_DOT_DOT, + [79864] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2133), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74832,13 +72798,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82505] = 3, + [79883] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2048), 9, + ACTIONS(2089), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74848,13 +72814,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82524] = 3, + [79902] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2133), 9, + ACTIONS(1970), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74864,13 +72830,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82543] = 3, + [79921] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2113), 9, + ACTIONS(1966), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74880,13 +72846,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82562] = 3, + [79940] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2008), 9, + ACTIONS(1938), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74896,13 +72862,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82581] = 3, + [79959] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1904), 9, + ACTIONS(1954), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74912,13 +72878,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82600] = 3, + [79978] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2916), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1920), 9, + ACTIONS(2898), 8, + anon_sym_if, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_as, + anon_sym_DASH_GT, + anon_sym_LT_GT, + anon_sym_PIPE, + anon_sym_LT_DASH, + [79999] = 7, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(1924), 1, + anon_sym_DASH, + ACTIONS(2918), 1, + sym__name, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1762), 3, + sym__pattern_bit_string_segment_argument, + sym_integer, + sym_identifier, + [80026] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2081), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74928,13 +72931,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82619] = 3, + [80045] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1992), 9, + ACTIONS(2085), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74944,13 +72947,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82638] = 3, + [80064] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1940), 9, + ACTIONS(2093), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74960,17 +72963,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82657] = 5, + [80083] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2932), 1, + ACTIONS(2922), 1, anon_sym_as, - ACTIONS(2934), 1, + ACTIONS(2924), 1, anon_sym_LT_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2930), 7, + ACTIONS(2920), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -74978,13 +72981,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_GT_GT, anon_sym_DOT_DOT, - [82680] = 3, + [80106] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2068), 9, + ACTIONS(2061), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -74994,13 +72997,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82699] = 3, + [80125] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1976), 9, + ACTIONS(2053), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -75010,50 +73013,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82718] = 4, + [80144] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2936), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2924), 8, - anon_sym_if, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_as, - anon_sym_DASH_GT, - anon_sym_LT_GT, - anon_sym_PIPE, - anon_sym_LT_DASH, - [82739] = 7, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(1926), 1, - anon_sym_DASH, - ACTIONS(2938), 1, - sym__name, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1863), 3, - sym__pattern_bit_string_segment_argument, - sym_integer, - sym_identifier, - [82766] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2145), 9, + ACTIONS(2113), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -75063,13 +73029,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82785] = 3, + [80163] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1948), 9, + ACTIONS(2117), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -75079,13 +73045,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82804] = 3, + [80182] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1972), 9, + ACTIONS(1832), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -75095,13 +73061,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82823] = 3, + [80201] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1952), 9, + ACTIONS(2006), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -75111,13 +73077,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82842] = 3, + [80220] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1944), 9, + ACTIONS(1982), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -75127,13 +73093,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82861] = 3, + [80239] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2141), 9, + ACTIONS(2127), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -75143,13 +73109,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82880] = 3, + [80258] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2060), 9, + ACTIONS(1962), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -75159,13 +73125,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82899] = 3, + [80277] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2137), 9, + ACTIONS(1978), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -75175,72 +73141,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [82918] = 10, + [80296] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, - sym__name, - ACTIONS(2884), 1, - sym__discard_name, - ACTIONS(2940), 1, - anon_sym_RPAREN, - STATE(1406), 1, - sym__name_param, - STATE(1408), 1, - sym__discard_param, - STATE(1595), 1, - sym_identifier, - STATE(1600), 1, - sym_discard, - STATE(1750), 1, - sym_anonymous_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82950] = 3, + ACTIONS(586), 9, + anon_sym_if, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_as, + anon_sym_DASH_GT, + anon_sym_LT_GT, + anon_sym_PIPE, + anon_sym_LT_DASH, + [80315] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2926), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(680), 8, + ACTIONS(2898), 7, anon_sym_if, anon_sym_COMMA, anon_sym_COLON, - anon_sym_as, anon_sym_DASH_GT, anon_sym_LT_GT, anon_sym_PIPE, anon_sym_LT_DASH, - [82968] = 10, + [80335] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(2884), 1, + ACTIONS(2872), 1, sym__discard_name, - ACTIONS(2942), 1, + ACTIONS(2928), 1, anon_sym_RPAREN, - STATE(1406), 1, + STATE(1377), 1, + sym__discard_param, + STATE(1378), 1, sym__name_param, - STATE(1408), 1, + STATE(1517), 1, + sym_identifier, + STATE(1524), 1, + sym_discard, + STATE(1743), 1, + sym_anonymous_function_parameter, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [80367] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(417), 1, + sym__name, + ACTIONS(2872), 1, + sym__discard_name, + ACTIONS(2930), 1, + anon_sym_RPAREN, + STATE(1377), 1, sym__discard_param, - STATE(1595), 1, + STATE(1378), 1, + sym__name_param, + STATE(1517), 1, sym_identifier, - STATE(1600), 1, + STATE(1524), 1, sym_discard, - STATE(1610), 1, + STATE(1743), 1, sym_anonymous_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83000] = 3, + [80399] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(684), 8, + ACTIONS(650), 8, anon_sym_if, anon_sym_COMMA, anon_sym_COLON, @@ -75249,51 +73232,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_PIPE, anon_sym_LT_DASH, - [83018] = 10, + [80417] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(2884), 1, + ACTIONS(2872), 1, sym__discard_name, - ACTIONS(2944), 1, + ACTIONS(2932), 1, anon_sym_RPAREN, - STATE(1406), 1, - sym__name_param, - STATE(1408), 1, + STATE(1377), 1, sym__discard_param, - STATE(1595), 1, + STATE(1378), 1, + sym__name_param, + STATE(1512), 1, + sym_anonymous_function_parameter, + STATE(1517), 1, sym_identifier, - STATE(1600), 1, + STATE(1524), 1, sym_discard, - STATE(1750), 1, - sym_anonymous_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83050] = 4, + [80449] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2946), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2924), 7, + ACTIONS(554), 8, anon_sym_if, anon_sym_COMMA, anon_sym_COLON, + anon_sym_as, anon_sym_DASH_GT, anon_sym_LT_GT, anon_sym_PIPE, anon_sym_LT_DASH, - [83070] = 3, + [80467] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(546), 8, + ACTIONS(722), 8, anon_sym_if, anon_sym_COMMA, anon_sym_COLON, @@ -75302,5828 +73284,5868 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_PIPE, anon_sym_LT_DASH, - [83088] = 9, + [80485] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(99), 1, - sym__name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2948), 1, - anon_sym_RBRACE, - ACTIONS(2950), 1, - anon_sym_type, - STATE(1476), 1, - sym_unqualified_import, - STATE(1598), 1, - sym_identifier, - STATE(1599), 1, - sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83117] = 9, + ACTIONS(2934), 7, + anon_sym_if, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DASH_GT, + anon_sym_DOT_DOT, + anon_sym_PIPE, + [80502] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2950), 1, - anon_sym_type, - ACTIONS(2952), 1, + ACTIONS(2936), 1, anon_sym_RBRACE, - STATE(1598), 1, - sym_identifier, - STATE(1599), 1, + ACTIONS(2938), 1, + anon_sym_type, + STATE(1415), 1, sym_type_identifier, - STATE(1731), 1, + STATE(1423), 1, + sym_identifier, + STATE(1656), 1, sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83146] = 9, + [80531] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2950), 1, + ACTIONS(2938), 1, anon_sym_type, - ACTIONS(2954), 1, + ACTIONS(2940), 1, anon_sym_RBRACE, - STATE(1598), 1, - sym_identifier, - STATE(1599), 1, + STATE(1415), 1, sym_type_identifier, - STATE(1731), 1, + STATE(1423), 1, + sym_identifier, + STATE(1656), 1, sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83175] = 9, + [80560] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2950), 1, + ACTIONS(2938), 1, anon_sym_type, - ACTIONS(2956), 1, + ACTIONS(2942), 1, anon_sym_RBRACE, - STATE(1596), 1, - sym_unqualified_import, - STATE(1598), 1, - sym_identifier, - STATE(1599), 1, + STATE(1415), 1, sym_type_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [83204] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2958), 7, - anon_sym_if, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_PIPE, - [83221] = 9, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(99), 1, - sym__name, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2950), 1, - anon_sym_type, - ACTIONS(2960), 1, - anon_sym_RBRACE, - STATE(1598), 1, + STATE(1423), 1, sym_identifier, - STATE(1599), 1, - sym_type_identifier, - STATE(1731), 1, + STATE(1656), 1, sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83250] = 9, + [80589] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, + ACTIONS(417), 1, sym__name, - ACTIONS(2884), 1, + ACTIONS(2872), 1, sym__discard_name, - STATE(1406), 1, - sym__name_param, - STATE(1408), 1, + STATE(1377), 1, sym__discard_param, - STATE(1595), 1, + STATE(1378), 1, + sym__name_param, + STATE(1517), 1, sym_identifier, - STATE(1600), 1, + STATE(1524), 1, sym_discard, - STATE(1750), 1, + STATE(1743), 1, sym_anonymous_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83279] = 9, + [80618] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2950), 1, + ACTIONS(2938), 1, anon_sym_type, - ACTIONS(2962), 1, + ACTIONS(2944), 1, anon_sym_RBRACE, - STATE(1598), 1, - sym_identifier, - STATE(1599), 1, + STATE(1415), 1, sym_type_identifier, - STATE(1731), 1, - sym_unqualified_import, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [83308] = 7, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2807), 1, - sym__upname, - ACTIONS(2938), 1, - sym__name, - STATE(708), 1, - sym_type_name, - STATE(1901), 1, + STATE(1423), 1, sym_identifier, + STATE(1656), 1, + sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, - sym_comment, - STATE(649), 2, - sym_type_identifier, - sym_remote_type_identifier, - [83332] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(1926), 1, - anon_sym_DASH, - STATE(215), 1, - sym_integer, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - [83354] = 7, + sym_comment, + [80647] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2807), 1, + ACTIONS(185), 1, + sym__name, + ACTIONS(2723), 1, sym__upname, ACTIONS(2938), 1, - sym__name, - STATE(681), 1, - sym_type_name, - STATE(1901), 1, + anon_sym_type, + ACTIONS(2946), 1, + anon_sym_RBRACE, + STATE(1414), 1, + sym_unqualified_import, + STATE(1415), 1, + sym_type_identifier, + STATE(1423), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(649), 2, - sym_type_identifier, - sym_remote_type_identifier, - [83378] = 8, + [80676] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(99), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2950), 1, + ACTIONS(2938), 1, anon_sym_type, - STATE(1598), 1, - sym_identifier, - STATE(1599), 1, + ACTIONS(2948), 1, + anon_sym_RBRACE, + STATE(1415), 1, sym_type_identifier, - STATE(1731), 1, + STATE(1423), 1, + sym_identifier, + STATE(1463), 1, sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83404] = 6, + [80705] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2964), 1, - anon_sym_DQUOTE2, - ACTIONS(2968), 1, - sym_quoted_content, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(2950), 1, + anon_sym_DASH, + STATE(207), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, - aux_sym_escape_sequence_token1, - aux_sym_escape_sequence_token2, - STATE(1326), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [83426] = 6, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + [80727] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2968), 1, - sym_quoted_content, - ACTIONS(2970), 1, - anon_sym_DQUOTE2, + ACTIONS(185), 1, + sym__name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2938), 1, + anon_sym_type, + STATE(1415), 1, + sym_type_identifier, + STATE(1423), 1, + sym_identifier, + STATE(1656), 1, + sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, - aux_sym_escape_sequence_token1, - aux_sym_escape_sequence_token2, - STATE(1326), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [83448] = 5, + [80753] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2972), 1, - anon_sym_as, - ACTIONS(2974), 1, - anon_sym_LT_GT, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2918), 1, + sym__name, + STATE(1260), 1, + sym_type_name, + STATE(1761), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2930), 4, - anon_sym_if, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_PIPE, - [83468] = 7, + STATE(1191), 2, + sym_type_identifier, + sym_remote_type_identifier, + [80777] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, + ACTIONS(2791), 1, sym__upname, - ACTIONS(2938), 1, + ACTIONS(2918), 1, sym__name, - STATE(1680), 1, + STATE(776), 1, sym_type_name, - STATE(1884), 1, + STATE(1857), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1211), 2, + STATE(643), 2, sym_type_identifier, sym_remote_type_identifier, - [83492] = 6, + [80801] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2968), 1, - sym_quoted_content, - ACTIONS(2976), 1, + ACTIONS(2952), 1, anon_sym_DQUOTE2, + ACTIONS(2956), 1, + sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(2954), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1326), 2, + STATE(1297), 2, sym_escape_sequence, aux_sym_string_repeat1, - [83514] = 6, + [80823] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2978), 1, + ACTIONS(2958), 1, anon_sym_DQUOTE2, - ACTIONS(2980), 1, + ACTIONS(2960), 1, sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(2954), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1310), 2, + STATE(1322), 2, sym_escape_sequence, aux_sym_string_repeat1, - [83536] = 6, + [80845] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2982), 1, + ACTIONS(2962), 1, anon_sym_DQUOTE2, - ACTIONS(2984), 1, + ACTIONS(2964), 1, sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(2954), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1311), 2, + STATE(1291), 2, sym_escape_sequence, aux_sym_string_repeat1, - [83558] = 6, + [80867] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(59), 1, + ACTIONS(239), 1, sym__decimal, - ACTIONS(2986), 1, + ACTIONS(2908), 1, anon_sym_DASH, - STATE(70), 1, + STATE(887), 1, sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(57), 3, + ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - [83580] = 6, + [80889] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(497), 1, + ACTIONS(1034), 1, sym__decimal, - ACTIONS(1926), 1, + ACTIONS(2966), 1, anon_sym_DASH, - STATE(1856), 1, + STATE(229), 1, sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(495), 3, + ACTIONS(1032), 3, sym__hex, sym__octal, sym__binary, - [83602] = 7, + [80911] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, + ACTIONS(2968), 1, + anon_sym_DQUOTE2, + ACTIONS(2970), 1, + sym_quoted_content, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2954), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1308), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [80933] = 7, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2938), 1, + ACTIONS(2918), 1, sym__name, - STATE(1239), 1, + STATE(1212), 1, sym_type_name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1211), 2, + STATE(1191), 2, sym_type_identifier, sym_remote_type_identifier, - [83626] = 6, + [80957] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1150), 1, - sym__decimal, - ACTIONS(2988), 1, - anon_sym_DASH, - STATE(46), 1, - sym_integer, + ACTIONS(2970), 1, + sym_quoted_content, + ACTIONS(2972), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1148), 3, - sym__hex, - sym__octal, - sym__binary, - [83648] = 7, + ACTIONS(2954), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1308), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [80979] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2938), 1, + ACTIONS(2918), 1, sym__name, - STATE(1274), 1, + STATE(1203), 1, sym_type_name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1211), 2, + STATE(1191), 2, sym_type_identifier, sym_remote_type_identifier, - [83672] = 6, + [81003] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2990), 1, + ACTIONS(2974), 1, anon_sym_DQUOTE2, - ACTIONS(2992), 1, + ACTIONS(2976), 1, sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(2954), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1314), 2, + STATE(1293), 2, sym_escape_sequence, aux_sym_string_repeat1, - [83694] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2994), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1798), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - [83712] = 6, + [81025] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2968), 1, + ACTIONS(2970), 1, sym_quoted_content, - ACTIONS(2996), 1, + ACTIONS(2978), 1, anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(2954), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1326), 2, + STATE(1308), 2, sym_escape_sequence, aux_sym_string_repeat1, - [83734] = 6, + [81047] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2968), 1, + ACTIONS(2970), 1, sym_quoted_content, - ACTIONS(2998), 1, + ACTIONS(2980), 1, anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(2954), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1326), 2, + STATE(1308), 2, sym_escape_sequence, aux_sym_string_repeat1, - [83756] = 6, + [81069] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3000), 1, - anon_sym_DQUOTE2, - ACTIONS(3005), 1, - sym_quoted_content, + ACTIONS(1172), 1, + sym__decimal, + ACTIONS(2982), 1, + anon_sym_DASH, + STATE(561), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3002), 2, - aux_sym_escape_sequence_token1, - aux_sym_escape_sequence_token2, - STATE(1326), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [83778] = 7, + ACTIONS(1170), 3, + sym__hex, + sym__octal, + sym__binary, + [81091] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2938), 1, - sym__name, - STATE(1742), 1, - sym_type_name, - STATE(1884), 1, - sym_identifier, + ACTIONS(59), 1, + sym__decimal, + ACTIONS(2984), 1, + anon_sym_DASH, + STATE(67), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1211), 2, - sym_type_identifier, - sym_remote_type_identifier, - [83802] = 6, + ACTIONS(57), 3, + sym__hex, + sym__octal, + sym__binary, + [81113] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3008), 1, + ACTIONS(2986), 1, anon_sym_DQUOTE2, - ACTIONS(3010), 1, + ACTIONS(2988), 1, sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(2954), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1324), 2, + STATE(1307), 2, sym_escape_sequence, aux_sym_string_repeat1, - [83824] = 7, + [81135] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2807), 1, - sym__upname, - ACTIONS(2938), 1, - sym__name, - STATE(737), 1, - sym_type_name, - STATE(1901), 1, - sym_identifier, + ACTIONS(2970), 1, + sym_quoted_content, + ACTIONS(2990), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(649), 2, - sym_type_identifier, - sym_remote_type_identifier, - [83848] = 6, + ACTIONS(2954), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1308), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81157] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(247), 1, + ACTIONS(994), 1, sym__decimal, - ACTIONS(2912), 1, + ACTIONS(2992), 1, anon_sym_DASH, - STATE(915), 1, + STATE(35), 1, sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(245), 3, + ACTIONS(992), 3, sym__hex, sym__octal, sym__binary, - [83870] = 6, + [81179] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3012), 1, - anon_sym_DQUOTE2, - ACTIONS(3014), 1, - sym_quoted_content, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2918), 1, + sym__name, + STATE(1631), 1, + sym_type_name, + STATE(1761), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, - aux_sym_escape_sequence_token1, - aux_sym_escape_sequence_token2, - STATE(1346), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [83892] = 6, + STATE(1191), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81203] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(1926), 1, - anon_sym_DASH, - STATE(1837), 1, - sym_integer, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2918), 1, + sym__name, + STATE(1240), 1, + sym_type_name, + STATE(1761), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - [83914] = 6, + STATE(1191), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81227] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1106), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(3016), 1, + ACTIONS(1924), 1, anon_sym_DASH, - STATE(568), 1, + STATE(1844), 1, sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1104), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - [83936] = 6, + [81249] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3018), 1, + ACTIONS(2994), 1, anon_sym_DQUOTE2, - ACTIONS(3020), 1, + ACTIONS(2996), 1, sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(2954), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1325), 2, + STATE(1312), 2, sym_escape_sequence, aux_sym_string_repeat1, - [83958] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(497), 1, - sym__decimal, - ACTIONS(3022), 1, - anon_sym_DASH, - STATE(215), 1, - sym_integer, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(495), 3, - sym__hex, - sym__octal, - sym__binary, - [83980] = 7, + [81271] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2938), 1, - sym__name, - STATE(1650), 1, - sym_type_name, - STATE(1884), 1, - sym_identifier, + ACTIONS(2970), 1, + sym_quoted_content, + ACTIONS(2998), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1211), 2, - sym_type_identifier, - sym_remote_type_identifier, - [84004] = 6, + ACTIONS(2954), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1308), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81293] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2968), 1, - sym_quoted_content, - ACTIONS(3024), 1, + ACTIONS(3000), 1, anon_sym_DQUOTE2, + ACTIONS(3005), 1, + sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(3002), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1326), 2, + STATE(1308), 2, sym_escape_sequence, aux_sym_string_repeat1, - [84026] = 6, + [81315] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3026), 1, + ACTIONS(3008), 1, anon_sym_DQUOTE2, - ACTIONS(3028), 1, + ACTIONS(3010), 1, sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(2954), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1337), 2, + STATE(1296), 2, sym_escape_sequence, aux_sym_string_repeat1, - [84048] = 6, + [81337] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1064), 1, + ACTIONS(415), 1, sym__decimal, - ACTIONS(3030), 1, + ACTIONS(1924), 1, anon_sym_DASH, - STATE(422), 1, + STATE(207), 1, sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1062), 3, + ACTIONS(413), 3, sym__hex, sym__octal, sym__binary, - [84070] = 6, + [81359] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(97), 1, - sym__decimal, - ACTIONS(2920), 1, - anon_sym_DASH, - STATE(664), 1, - sym_integer, + ACTIONS(3012), 1, + anon_sym_DQUOTE2, + ACTIONS(3014), 1, + sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(95), 3, - sym__hex, - sym__octal, - sym__binary, - [84092] = 6, + ACTIONS(2954), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1301), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81381] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3032), 1, - anon_sym_DQUOTE2, - ACTIONS(3034), 1, + ACTIONS(2970), 1, sym_quoted_content, + ACTIONS(3016), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, + ACTIONS(2954), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1347), 2, + STATE(1308), 2, sym_escape_sequence, aux_sym_string_repeat1, - [84114] = 7, + [81403] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2938), 1, + ACTIONS(2918), 1, sym__name, - STATE(1241), 1, + STATE(1686), 1, sym_type_name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1211), 2, + STATE(1191), 2, sym_type_identifier, sym_remote_type_identifier, - [84138] = 7, + [81427] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2938), 1, + ACTIONS(2918), 1, sym__name, - STATE(1657), 1, + STATE(1702), 1, sym_type_name, - STATE(1884), 1, + STATE(1761), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1211), 2, + STATE(1191), 2, sym_type_identifier, sym_remote_type_identifier, - [84162] = 7, + [81451] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, - sym__upname, - ACTIONS(2938), 1, - sym__name, - STATE(1276), 1, - sym_type_name, - STATE(1884), 1, - sym_identifier, + ACTIONS(183), 1, + sym__decimal, + ACTIONS(2904), 1, + anon_sym_DASH, + STATE(645), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1211), 2, - sym_type_identifier, - sym_remote_type_identifier, - [84186] = 7, + ACTIONS(181), 3, + sym__hex, + sym__octal, + sym__binary, + [81473] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(415), 1, + sym__decimal, + ACTIONS(1924), 1, + anon_sym_DASH, + STATE(1828), 1, + sym_integer, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(413), 3, + sym__hex, + sym__octal, + sym__binary, + [81495] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2807), 1, + ACTIONS(2791), 1, sym__upname, - ACTIONS(2938), 1, + ACTIONS(2918), 1, sym__name, - STATE(732), 1, + STATE(748), 1, sym_type_name, - STATE(1901), 1, + STATE(1857), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(649), 2, + STATE(643), 2, sym_type_identifier, sym_remote_type_identifier, - [84210] = 6, + [81519] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2968), 1, - sym_quoted_content, - ACTIONS(3036), 1, - anon_sym_DQUOTE2, + ACTIONS(3018), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, - aux_sym_escape_sequence_token1, - aux_sym_escape_sequence_token2, - STATE(1326), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [84232] = 6, + ACTIONS(1820), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + [81537] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2968), 1, - sym_quoted_content, - ACTIONS(3038), 1, - anon_sym_DQUOTE2, + ACTIONS(3020), 1, + anon_sym_as, + ACTIONS(3022), 1, + anon_sym_LT_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2966), 2, - aux_sym_escape_sequence_token1, - aux_sym_escape_sequence_token2, - STATE(1326), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [84254] = 6, + ACTIONS(2920), 4, + anon_sym_if, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_PIPE, + [81557] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(501), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1404), 1, - sym_constructor_name, - STATE(1779), 1, - sym_data_constructors, + ACTIONS(2918), 1, + sym__name, + STATE(1738), 1, + sym_type_name, + STATE(1761), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1362), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [84275] = 6, + STATE(1191), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81581] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, + ACTIONS(2791), 1, + sym__upname, + ACTIONS(2918), 1, sym__name, - ACTIONS(2884), 1, - sym__discard_name, - ACTIONS(3040), 1, - anon_sym_RBRACK, + STATE(667), 1, + sym_type_name, + STATE(1857), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1815), 2, - sym_identifier, - sym_discard, - [84296] = 7, + STATE(643), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81605] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2225), 1, - anon_sym_DOT_DOT, - ACTIONS(3042), 1, - anon_sym_COMMA, - ACTIONS(3044), 1, - anon_sym_RBRACK, - STATE(1372), 1, - aux_sym_case_clause_pattern_repeat1, - STATE(1814), 1, - sym_list_pattern_tail, + ACTIONS(2970), 1, + sym_quoted_content, + ACTIONS(3024), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84319] = 5, + ACTIONS(2954), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1308), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81627] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3048), 1, - anon_sym_COMMA, - STATE(1354), 1, - aux_sym_case_clause_pattern_repeat1, + ACTIONS(2791), 1, + sym__upname, + ACTIONS(2918), 1, + sym__name, + STATE(679), 1, + sym_type_name, + STATE(1857), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3046), 3, - anon_sym_if, - anon_sym_DASH_GT, - anon_sym_PIPE, - [84338] = 7, + STATE(643), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81651] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2000), 1, - anon_sym_RPAREN, - ACTIONS(2004), 1, + ACTIONS(1990), 1, anon_sym_DOT_DOT, - ACTIONS(3050), 1, + ACTIONS(2125), 1, + anon_sym_RPAREN, + ACTIONS(3026), 1, anon_sym_COMMA, - STATE(1405), 1, + STATE(1385), 1, aux_sym_record_pattern_arguments_repeat1, - STATE(1810), 1, + STATE(1884), 1, sym_pattern_spread, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84361] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2972), 1, - anon_sym_as, - ACTIONS(3052), 1, - anon_sym_LT_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2930), 3, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LT_DASH, - [84380] = 5, + [81674] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3056), 1, + ACTIONS(3030), 1, anon_sym_COMMA, - STATE(1354), 1, + STATE(1336), 1, aux_sym_case_clause_pattern_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3054), 3, + ACTIONS(3028), 3, anon_sym_if, anon_sym_DASH_GT, anon_sym_PIPE, - [84399] = 6, + [81693] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - STATE(1404), 1, + STATE(1387), 1, sym_constructor_name, - STATE(1885), 1, + STATE(1750), 1, sym_data_constructors, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1362), 2, + STATE(1342), 2, sym_data_constructor, aux_sym_data_constructors_repeat1, - [84420] = 6, + [81714] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - STATE(1404), 1, + STATE(1387), 1, sym_constructor_name, - STATE(1893), 1, + STATE(1768), 1, sym_data_constructors, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1362), 2, + STATE(1342), 2, sym_data_constructor, aux_sym_data_constructors_repeat1, - [84441] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(586), 1, - sym__discard_name, - ACTIONS(588), 1, - sym__name, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(397), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [84460] = 5, + [81735] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3059), 1, - anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + ACTIONS(3032), 1, + anon_sym_RBRACE, + ACTIONS(3034), 1, + sym__upname, + STATE(1387), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2295), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_DOT_DOT, - [84479] = 6, + STATE(1328), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [81756] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(501), 1, - sym__upname, - STATE(1404), 1, - sym_constructor_name, - STATE(1892), 1, - sym_data_constructors, + ACTIONS(1120), 1, + anon_sym_LPAREN, + ACTIONS(1804), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1362), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [84500] = 7, + ACTIONS(624), 3, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_GT_GT, + [81775] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3062), 1, - anon_sym_type, - ACTIONS(3064), 1, - anon_sym_const, - ACTIONS(3066), 1, - anon_sym_fn, - ACTIONS(3068), 1, - anon_sym_external, - ACTIONS(3070), 1, - sym_opacity_modifier, + ACTIONS(2223), 1, + anon_sym_DOT_DOT, + ACTIONS(3037), 1, + anon_sym_COMMA, + ACTIONS(3039), 1, + anon_sym_RBRACK, + STATE(1332), 1, + aux_sym_case_clause_pattern_repeat1, + STATE(1851), 1, + sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84523] = 6, + [81798] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - STATE(1404), 1, + STATE(1387), 1, sym_constructor_name, - STATE(1813), 1, + STATE(1790), 1, sym_data_constructors, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1362), 2, + STATE(1342), 2, sym_data_constructor, aux_sym_data_constructors_repeat1, - [84544] = 6, + [81819] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(501), 1, - sym__upname, - ACTIONS(3072), 1, - anon_sym_RBRACE, - STATE(1404), 1, - sym_constructor_name, + ACTIONS(3041), 1, + anon_sym_COMMA, + STATE(1332), 1, + aux_sym_case_clause_pattern_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1363), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [84565] = 6, + ACTIONS(3044), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DOT_DOT, + [81838] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3074), 1, - anon_sym_RBRACE, - ACTIONS(3076), 1, - sym__upname, - STATE(1404), 1, - sym_constructor_name, + ACTIONS(570), 1, + sym__discard_name, + ACTIONS(572), 1, + sym__name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1363), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [84586] = 5, + ACTIONS(562), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [81857] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1474), 1, - anon_sym_LPAREN, - ACTIONS(1890), 1, + ACTIONS(3020), 1, anon_sym_as, + ACTIONS(3046), 1, + anon_sym_LT_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(638), 3, + ACTIONS(2920), 3, anon_sym_COMMA, anon_sym_COLON, - anon_sym_GT_GT, - [84605] = 5, + anon_sym_LT_DASH, + [81876] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1478), 1, - anon_sym_LPAREN, - ACTIONS(1886), 1, - anon_sym_as, + ACTIONS(3048), 1, + anon_sym_COMMA, + STATE(1335), 1, + aux_sym_case_clause_pattern_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(644), 3, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - [84624] = 5, + ACTIONS(3044), 3, + anon_sym_if, + anon_sym_DASH_GT, + anon_sym_PIPE, + [81895] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3081), 1, + ACTIONS(3053), 1, anon_sym_COMMA, - STATE(1351), 1, + STATE(1335), 1, aux_sym_case_clause_pattern_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3079), 3, + ACTIONS(3051), 3, anon_sym_if, anon_sym_DASH_GT, anon_sym_PIPE, - [84643] = 7, + [81914] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3083), 1, + ACTIONS(3055), 1, anon_sym_type, - ACTIONS(3085), 1, + ACTIONS(3057), 1, anon_sym_const, - ACTIONS(3087), 1, + ACTIONS(3059), 1, anon_sym_fn, - ACTIONS(3089), 1, + ACTIONS(3061), 1, anon_sym_external, - ACTIONS(3091), 1, + ACTIONS(3063), 1, sym_opacity_modifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84666] = 7, + [81937] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2004), 1, - anon_sym_DOT_DOT, - ACTIONS(3093), 1, - anon_sym_COMMA, - ACTIONS(3095), 1, - anon_sym_RPAREN, - STATE(1352), 1, - aux_sym_record_pattern_arguments_repeat1, - STATE(1782), 1, - sym_pattern_spread, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [84689] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(501), 1, + ACTIONS(419), 1, sym__upname, - STATE(1404), 1, + STATE(1387), 1, sym_constructor_name, - STATE(1844), 1, + STATE(1881), 1, sym_data_constructors, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1362), 2, + STATE(1342), 2, sym_data_constructor, aux_sym_data_constructors_repeat1, - [84710] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3097), 1, - anon_sym_LPAREN, - STATE(1613), 1, - sym_constant_type_arguments, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(3099), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [84729] = 5, + [81958] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3101), 1, - anon_sym_COMMA, - STATE(1371), 1, - aux_sym_case_clause_pattern_repeat1, + ACTIONS(417), 1, + sym__name, + ACTIONS(2872), 1, + sym__discard_name, + ACTIONS(3065), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3054), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_DOT_DOT, - [84748] = 7, + STATE(1843), 2, + sym_identifier, + sym_discard, + [81979] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2225), 1, + ACTIONS(2223), 1, anon_sym_DOT_DOT, - ACTIONS(3104), 1, + ACTIONS(3067), 1, anon_sym_COMMA, - ACTIONS(3106), 1, + ACTIONS(3069), 1, anon_sym_RBRACK, - STATE(1371), 1, + STATE(1330), 1, aux_sym_case_clause_pattern_repeat1, - STATE(1778), 1, + STATE(1852), 1, sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84771] = 3, + [82002] = 7, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3071), 1, + anon_sym_type, + ACTIONS(3073), 1, + anon_sym_const, + ACTIONS(3075), 1, + anon_sym_fn, + ACTIONS(3077), 1, + anon_sym_external, + ACTIONS(3079), 1, + sym_opacity_modifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3108), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_LT_DASH, - [84785] = 6, + [82025] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(946), 1, - anon_sym_RBRACK, - ACTIONS(948), 1, - anon_sym_DOT_DOT, - ACTIONS(3110), 1, - anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + ACTIONS(419), 1, + sym__upname, + ACTIONS(3081), 1, + anon_sym_RBRACE, + STATE(1387), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84805] = 6, + STATE(1328), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [82046] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3112), 1, - anon_sym_RPAREN, - ACTIONS(3114), 1, - sym__name, - STATE(1698), 1, - sym_record_update_argument, - STATE(1820), 1, - sym_label, + ACTIONS(1124), 1, + anon_sym_LPAREN, + ACTIONS(1808), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84825] = 5, + ACTIONS(602), 3, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_GT_GT, + [82065] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(99), 1, - sym__name, - ACTIONS(2884), 1, - sym__discard_name, + ACTIONS(419), 1, + sym__upname, + STATE(1387), 1, + sym_constructor_name, + STATE(1786), 1, + sym_data_constructors, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1280), 2, - sym_identifier, - sym_discard, - [84843] = 4, + STATE(1342), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [82086] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3118), 1, - sym__decimal, + ACTIONS(3083), 1, + anon_sym_COMMA, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3116), 3, - sym__hex, - sym__octal, - sym__binary, - [84859] = 6, + ACTIONS(2259), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DOT_DOT, + [82105] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3114), 1, - sym__name, - STATE(1608), 1, - sym_record_update_argument, - STATE(1820), 1, - sym_label, - STATE(1897), 1, - sym_record_update_arguments, + ACTIONS(419), 1, + sym__upname, + STATE(1387), 1, + sym_constructor_name, + STATE(1885), 1, + sym_data_constructors, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84879] = 5, + STATE(1342), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [82126] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3120), 1, - anon_sym_DASH, - STATE(1401), 1, - aux_sym_expression_bit_string_segment_options_repeat1, + ACTIONS(1990), 1, + anon_sym_DOT_DOT, + ACTIONS(3086), 1, + anon_sym_COMMA, + ACTIONS(3088), 1, + anon_sym_RPAREN, + STATE(1324), 1, + aux_sym_record_pattern_arguments_repeat1, + STATE(1787), 1, + sym_pattern_spread, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2117), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [84897] = 5, + [82149] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(99), 1, - sym__name, - ACTIONS(2884), 1, - sym__discard_name, + ACTIONS(3090), 1, + anon_sym_LPAREN, + STATE(1465), 1, + sym_constant_type_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1272), 2, - sym_identifier, - sym_discard, - [84915] = 4, + ACTIONS(3092), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [82168] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3124), 1, + ACTIONS(3096), 1, sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3122), 3, + ACTIONS(3094), 3, sym__hex, sym__octal, sym__binary, - [84931] = 6, + [82184] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3114), 1, - sym__name, - STATE(1608), 1, - sym_record_update_argument, - STATE(1820), 1, - sym_label, - STATE(1864), 1, - sym_record_update_arguments, + ACTIONS(3098), 1, + anon_sym_PIPE, + STATE(1389), 1, + aux_sym_case_clause_patterns_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84951] = 4, + ACTIONS(2229), 2, + anon_sym_if, + anon_sym_DASH_GT, + [82202] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3128), 1, - sym__decimal, + ACTIONS(63), 1, + sym__upname, + ACTIONS(3100), 1, + sym__name, + STATE(61), 1, + sym_constructor_name, + STATE(717), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3126), 3, - sym__hex, - sym__octal, - sym__binary, - [84967] = 6, + [82222] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(914), 1, - anon_sym_RBRACK, - ACTIONS(916), 1, - anon_sym_DOT_DOT, - ACTIONS(3130), 1, - anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + ACTIONS(2918), 1, + sym__name, + ACTIONS(3102), 1, + anon_sym_LPAREN, + STATE(1431), 1, + sym_anonymous_function_parameters, + STATE(1647), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84987] = 6, + [82242] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3114), 1, + ACTIONS(185), 1, sym__name, - STATE(1608), 1, - sym_record_update_argument, - STATE(1818), 1, - sym_record_update_arguments, - STATE(1820), 1, - sym_label, + ACTIONS(2872), 1, + sym__discard_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85007] = 5, + STATE(1257), 2, + sym_identifier, + sym_discard, + [82260] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3134), 1, + ACTIONS(3106), 1, anon_sym_DASH, - STATE(1386), 1, - aux_sym_pattern_bit_string_segment_options_repeat1, + STATE(1354), 1, + aux_sym_constant_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3132), 2, + ACTIONS(3104), 2, anon_sym_COMMA, anon_sym_GT_GT, - [85025] = 6, + [82278] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3114), 1, + ACTIONS(3109), 1, sym__name, - STATE(1608), 1, + STATE(1586), 1, sym_record_update_argument, - STATE(1820), 1, - sym_label, - STATE(1899), 1, + STATE(1753), 1, sym_record_update_arguments, + STATE(1871), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85045] = 6, + [82298] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(63), 1, - sym__upname, - ACTIONS(3137), 1, + ACTIONS(3109), 1, sym__name, - STATE(65), 1, - sym_constructor_name, - STATE(800), 1, + STATE(1586), 1, + sym_record_update_argument, + STATE(1778), 1, + sym_record_update_arguments, + STATE(1871), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85065] = 5, + [82318] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(61), 1, + ACTIONS(3109), 1, sym__name, - ACTIONS(3139), 1, - sym__discard_name, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(774), 2, - sym_identifier, - sym_discard, - [85083] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3143), 1, - sym__decimal, + ACTIONS(3111), 1, + anon_sym_RPAREN, + STATE(1651), 1, + sym_record_update_argument, + STATE(1871), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3141), 3, - sym__hex, - sym__octal, - sym__binary, - [85099] = 6, + [82338] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(950), 1, - anon_sym_RBRACK, - ACTIONS(952), 1, - anon_sym_DOT_DOT, - ACTIONS(3145), 1, - anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + ACTIONS(3109), 1, + sym__name, + STATE(1586), 1, + sym_record_update_argument, + STATE(1822), 1, + sym_record_update_arguments, + STATE(1871), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85119] = 6, + [82358] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(501), 1, - sym__upname, - ACTIONS(3114), 1, + ACTIONS(3109), 1, sym__name, - STATE(196), 1, - sym_constructor_name, - STATE(613), 1, + STATE(1586), 1, + sym_record_update_argument, + STATE(1862), 1, + sym_record_update_arguments, + STATE(1871), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85139] = 5, + [82378] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3149), 1, - anon_sym_PIPE, - STATE(1425), 1, - aux_sym_case_clause_patterns_repeat1, + ACTIONS(3115), 1, + sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3147), 2, - anon_sym_if, - anon_sym_DASH_GT, - [85157] = 6, + ACTIONS(3113), 3, + sym__hex, + sym__octal, + sym__binary, + [82394] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(101), 1, - sym__upname, - ACTIONS(2922), 1, + ACTIONS(61), 1, sym__name, - STATE(550), 1, - sym_constructor_name, - STATE(613), 1, - sym_label, + ACTIONS(3117), 1, + sym__discard_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85177] = 6, + STATE(732), 2, + sym_identifier, + sym_discard, + [82412] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3114), 1, + ACTIONS(3109), 1, sym__name, - ACTIONS(3151), 1, - anon_sym_RPAREN, - STATE(1698), 1, + STATE(1586), 1, sym_record_update_argument, - STATE(1820), 1, + STATE(1840), 1, + sym_record_update_arguments, + STATE(1871), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85197] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3155), 1, - anon_sym_DASH, - STATE(1396), 1, - aux_sym_constant_bit_string_segment_options_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(3153), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [85215] = 6, + [82432] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(499), 1, + ACTIONS(185), 1, sym__name, - ACTIONS(2884), 1, + ACTIONS(2872), 1, sym__discard_name, - STATE(1579), 1, - sym_discard, - STATE(1582), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85235] = 5, + STATE(1265), 2, + sym_identifier, + sym_discard, + [82450] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, + ACTIONS(3121), 1, anon_sym_COLON, - STATE(1756), 1, + STATE(1645), 1, sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3158), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [85253] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(942), 1, - anon_sym_RBRACK, - ACTIONS(944), 1, - anon_sym_DOT_DOT, - ACTIONS(3162), 1, + ACTIONS(3119), 2, anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [85273] = 5, + anon_sym_LT_DASH, + [82468] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3164), 1, - anon_sym_DASH, - STATE(1386), 1, - aux_sym_pattern_bit_string_segment_options_repeat1, + ACTIONS(3109), 1, + sym__name, + STATE(1586), 1, + sym_record_update_argument, + STATE(1771), 1, + sym_record_update_arguments, + STATE(1871), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2040), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [85291] = 5, + [82488] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3168), 1, + ACTIONS(3123), 1, anon_sym_DASH, - STATE(1401), 1, - aux_sym_expression_bit_string_segment_options_repeat1, + STATE(1354), 1, + aux_sym_constant_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3166), 2, + ACTIONS(1922), 2, anon_sym_COMMA, anon_sym_GT_GT, - [85309] = 4, + [82506] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3173), 1, + ACTIONS(3127), 1, sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3171), 3, + ACTIONS(3125), 3, sym__hex, sym__octal, sym__binary, - [85325] = 6, + [82522] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3114), 1, + ACTIONS(3109), 1, sym__name, - STATE(1608), 1, + ACTIONS(3129), 1, + anon_sym_RPAREN, + STATE(1651), 1, sym_record_update_argument, - STATE(1820), 1, + STATE(1871), 1, sym_label, - STATE(1825), 1, - sym_record_update_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85345] = 5, + [82542] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3177), 1, - anon_sym_LPAREN, - STATE(1744), 1, - sym_data_constructor_arguments, + ACTIONS(3131), 1, + anon_sym_DASH, + STATE(1390), 1, + aux_sym_expression_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3175), 2, - anon_sym_RBRACE, - sym__upname, - [85363] = 5, + ACTIONS(1950), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [82560] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3179), 1, - anon_sym_COMMA, - STATE(1405), 1, - aux_sym_record_pattern_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3182), 2, - anon_sym_RPAREN, - anon_sym_DOT_DOT, - [85381] = 5, + ACTIONS(3133), 4, + sym_quoted_content, + anon_sym_DQUOTE2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + [82574] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3137), 1, + anon_sym_DASH, + STATE(1371), 1, + aux_sym_pattern_bit_string_segment_options_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3135), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [82592] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, + ACTIONS(3121), 1, anon_sym_COLON, - STATE(1735), 1, + STATE(1608), 1, sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3184), 2, + ACTIONS(3140), 2, anon_sym_COMMA, anon_sym_RPAREN, - [85399] = 5, + [82610] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(910), 1, + anon_sym_RBRACK, + ACTIONS(912), 1, + anon_sym_DOT_DOT, + ACTIONS(3142), 1, + anon_sym_COMMA, + STATE(1345), 1, + aux_sym_tuple_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [82630] = 5, ACTIONS(3), 1, sym_module_comment, ACTIONS(61), 1, sym__name, - ACTIONS(3139), 1, + ACTIONS(3117), 1, sym__discard_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(731), 2, + STATE(747), 2, sym_identifier, sym_discard, - [85417] = 5, + [82648] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, - anon_sym_COLON, - STATE(1724), 1, - sym__type_annotation, + ACTIONS(3146), 1, + sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3184), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [85435] = 5, + ACTIONS(3144), 3, + sym__hex, + sym__octal, + sym__binary, + [82664] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3186), 1, - anon_sym_DASH, - STATE(1396), 1, - aux_sym_constant_bit_string_segment_options_repeat1, + ACTIONS(934), 1, + anon_sym_RBRACK, + ACTIONS(936), 1, + anon_sym_DOT_DOT, + ACTIONS(3148), 1, + anon_sym_COMMA, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2123), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [85453] = 5, + [82684] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(397), 1, - anon_sym_DOT, - ACTIONS(586), 1, + ACTIONS(3121), 1, anon_sym_COLON, + STATE(1681), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1850), 2, + ACTIONS(3150), 2, anon_sym_COMMA, anon_sym_RPAREN, - [85471] = 5, + [82702] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3190), 1, - anon_sym_DASH, - STATE(1409), 1, - aux_sym_constant_bit_string_segment_options_repeat1, + ACTIONS(3121), 1, + anon_sym_COLON, + STATE(1597), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3188), 2, + ACTIONS(3150), 2, anon_sym_COMMA, - anon_sym_GT_GT, - [85489] = 3, + anon_sym_RPAREN, + [82720] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(906), 1, + anon_sym_RBRACK, + ACTIONS(908), 1, + anon_sym_DOT_DOT, + ACTIONS(3152), 1, + anon_sym_COMMA, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3192), 4, - sym_quoted_content, - anon_sym_DQUOTE2, - aux_sym_escape_sequence_token1, - aux_sym_escape_sequence_token2, - [85503] = 5, + [82740] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, - anon_sym_COLON, - STATE(1755), 1, - sym__type_annotation, + ACTIONS(3156), 1, + sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3194), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [85521] = 5, + ACTIONS(3154), 3, + sym__hex, + sym__octal, + sym__binary, + [82756] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3196), 1, + ACTIONS(946), 1, + anon_sym_RBRACK, + ACTIONS(948), 1, + anon_sym_DOT_DOT, + ACTIONS(3158), 1, anon_sym_COMMA, - STATE(1414), 1, - aux_sym_constant_tuple_repeat1, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3199), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - [85539] = 5, + [82776] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, - anon_sym_COLON, - STATE(1754), 1, - sym__type_annotation, + ACTIONS(3162), 1, + anon_sym_DASH, + STATE(1366), 1, + aux_sym_constant_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3158), 2, + ACTIONS(3160), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [85557] = 5, + anon_sym_GT_GT, + [82794] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, - anon_sym_COLON, - STATE(1753), 1, - sym__type_annotation, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(3194), 2, + ACTIONS(3164), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [85575] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3203), 1, - sym__decimal, + STATE(1383), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3201), 3, - sym__hex, - sym__octal, - sym__binary, - [85591] = 6, + ACTIONS(3167), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [82812] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3114), 1, - sym__name, - STATE(1608), 1, - sym_record_update_argument, - STATE(1784), 1, - sym_record_update_arguments, - STATE(1820), 1, - sym_label, + ACTIONS(902), 1, + anon_sym_RBRACK, + ACTIONS(904), 1, + anon_sym_DOT_DOT, + ACTIONS(3169), 1, + anon_sym_COMMA, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85611] = 4, + [82832] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3207), 1, - sym__decimal, + ACTIONS(3171), 1, + anon_sym_COMMA, + STATE(1385), 1, + aux_sym_record_pattern_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3205), 3, - sym__hex, - sym__octal, - sym__binary, - [85627] = 4, + ACTIONS(3174), 2, + anon_sym_RPAREN, + anon_sym_DOT_DOT, + [82850] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3211), 1, + ACTIONS(3178), 1, sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3209), 3, + ACTIONS(3176), 3, sym__hex, sym__octal, sym__binary, - [85643] = 5, + [82866] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3215), 1, - anon_sym_DASH, - STATE(1379), 1, - aux_sym_expression_bit_string_segment_options_repeat1, + ACTIONS(3182), 1, + anon_sym_LPAREN, + STATE(1673), 1, + sym_data_constructor_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3213), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [85661] = 5, + ACTIONS(3180), 2, + anon_sym_RBRACE, + sym__upname, + [82884] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3219), 1, + ACTIONS(3184), 1, anon_sym_DASH, - STATE(1400), 1, + STATE(1371), 1, aux_sym_pattern_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3217), 2, + ACTIONS(2107), 2, anon_sym_COMMA, anon_sym_GT_GT, - [85679] = 5, + [82902] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3223), 1, + ACTIONS(3188), 1, anon_sym_PIPE, - STATE(1423), 1, + STATE(1389), 1, aux_sym_case_clause_patterns_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3221), 2, + ACTIONS(3186), 2, anon_sym_if, anon_sym_DASH_GT, - [85697] = 6, + [82920] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3193), 1, + anon_sym_DASH, + STATE(1390), 1, + aux_sym_expression_bit_string_segment_options_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3191), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [82938] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(930), 1, anon_sym_RBRACK, ACTIONS(932), 1, anon_sym_DOT_DOT, - ACTIONS(3226), 1, + ACTIONS(3196), 1, anon_sym_COMMA, - STATE(1358), 1, + STATE(1345), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85717] = 5, + [82958] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3228), 1, - anon_sym_PIPE, - STATE(1423), 1, - aux_sym_case_clause_patterns_repeat1, + ACTIONS(3200), 1, + anon_sym_DASH, + STATE(1369), 1, + aux_sym_expression_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2231), 2, - anon_sym_if, - anon_sym_DASH_GT, - [85735] = 6, + ACTIONS(3198), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [82976] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, - sym__name, - ACTIONS(3230), 1, - anon_sym_LPAREN, - STATE(1550), 1, - sym_anonymous_function_parameters, - STATE(1641), 1, - sym_identifier, + ACTIONS(3204), 1, + sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85755] = 6, + ACTIONS(3202), 3, + sym__hex, + sym__octal, + sym__binary, + [82992] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(906), 1, - anon_sym_RBRACK, - ACTIONS(908), 1, - anon_sym_DOT_DOT, - ACTIONS(3232), 1, - anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + ACTIONS(3121), 1, + anon_sym_COLON, + STATE(1698), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85775] = 6, + ACTIONS(3140), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [83010] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3114), 1, - sym__name, - STATE(1608), 1, - sym_record_update_argument, - STATE(1820), 1, - sym_label, - STATE(1905), 1, - sym_record_update_arguments, + ACTIONS(3121), 1, + anon_sym_COLON, + STATE(1613), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85795] = 6, + ACTIONS(3206), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [83028] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(910), 1, - anon_sym_RBRACK, - ACTIONS(912), 1, - anon_sym_DOT_DOT, - ACTIONS(3234), 1, + ACTIONS(562), 1, + anon_sym_DOT, + ACTIONS(570), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1848), 2, anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + anon_sym_RPAREN, + [83046] = 3, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85815] = 5, + ACTIONS(3208), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_LT_DASH, + [83060] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, + ACTIONS(3121), 1, anon_sym_COLON, - STATE(1672), 1, + STATE(1653), 1, sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3236), 2, + ACTIONS(3206), 2, anon_sym_COMMA, - anon_sym_LT_DASH, - [85833] = 5, + anon_sym_RPAREN, + [83078] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2954), 1, - anon_sym_RBRACE, - ACTIONS(3238), 1, - anon_sym_COMMA, - STATE(1561), 1, - aux_sym_unqualified_imports_repeat1, + ACTIONS(417), 1, + sym__name, + ACTIONS(2872), 1, + sym__discard_name, + STATE(1539), 1, + sym_discard, + STATE(1542), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85850] = 3, + [83098] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(419), 1, + sym__upname, + ACTIONS(3109), 1, + sym__name, + STATE(166), 1, + sym_constructor_name, + STATE(600), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3240), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [85863] = 5, + [83118] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3242), 1, - anon_sym_RPAREN, - ACTIONS(3244), 1, - sym__name, - STATE(1456), 1, - sym_type_parameter, + ACTIONS(3212), 1, + anon_sym_DASH, + STATE(1388), 1, + aux_sym_pattern_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85880] = 5, + ACTIONS(3210), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [83136] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3246), 1, - anon_sym_LPAREN, - ACTIONS(3248), 1, - anon_sym_DASH_GT, - STATE(1801), 1, - sym_constant_function_parameter_types, + ACTIONS(3109), 1, + sym__name, + STATE(1586), 1, + sym_record_update_argument, + STATE(1871), 1, + sym_label, + STATE(1874), 1, + sym_record_update_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85897] = 5, + [83156] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3250), 1, + ACTIONS(950), 1, + anon_sym_RBRACK, + ACTIONS(952), 1, + anon_sym_DOT_DOT, + ACTIONS(3214), 1, anon_sym_COMMA, - ACTIONS(3252), 1, - anon_sym_LT_DASH, - STATE(1554), 1, - aux_sym_use_assignments_repeat1, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85914] = 5, + [83176] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3254), 1, - anon_sym_COMMA, - ACTIONS(3256), 1, - anon_sym_RPAREN, - STATE(1535), 1, - aux_sym_constant_tuple_type_repeat1, + ACTIONS(3218), 1, + anon_sym_PIPE, + STATE(1350), 1, + aux_sym_case_clause_patterns_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85931] = 5, + ACTIONS(3216), 2, + anon_sym_if, + anon_sym_DASH_GT, + [83194] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1456), 1, - anon_sym_GT_GT, - ACTIONS(3258), 1, - anon_sym_COMMA, - STATE(1451), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3222), 1, + sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85948] = 5, + ACTIONS(3220), 3, + sym__hex, + sym__octal, + sym__binary, + [83210] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1008), 1, - anon_sym_RPAREN, - ACTIONS(3260), 1, - anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + ACTIONS(187), 1, + sym__upname, + ACTIONS(2906), 1, + sym__name, + STATE(546), 1, + sym_constructor_name, + STATE(600), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85965] = 5, + [83230] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1390), 1, - anon_sym_GT_GT, - ACTIONS(3262), 1, + ACTIONS(3224), 1, anon_sym_COMMA, - STATE(1451), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3226), 1, + anon_sym_RPAREN, + STATE(1501), 1, + aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85982] = 3, + [83247] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(966), 1, + anon_sym_LBRACE, + ACTIONS(3228), 1, + anon_sym_DASH_GT, + STATE(70), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3264), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [85995] = 5, + [83264] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3266), 1, + ACTIONS(3230), 1, anon_sym_COMMA, - ACTIONS(3268), 1, - anon_sym_RPAREN, - STATE(1583), 1, - aux_sym_data_constructor_arguments_repeat1, + ACTIONS(3232), 1, + anon_sym_GT_GT, + STATE(1427), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86012] = 5, + [83281] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1428), 1, - anon_sym_GT_GT, - ACTIONS(3270), 1, - anon_sym_COMMA, - STATE(1451), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(379), 1, + anon_sym_LBRACE, + ACTIONS(3234), 1, + anon_sym_DASH_GT, + STATE(215), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86029] = 5, + [83298] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3272), 1, + ACTIONS(3236), 1, anon_sym_COMMA, - ACTIONS(3274), 1, - anon_sym_RPAREN, - STATE(1547), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(3238), 1, + anon_sym_GT_GT, + STATE(1551), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86046] = 5, + [83315] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, - anon_sym_COLON, - ACTIONS(3276), 1, - anon_sym_EQ, - STATE(1870), 1, - sym__type_annotation, + ACTIONS(2249), 1, + anon_sym_GT_GT, + ACTIONS(3240), 1, + anon_sym_COMMA, + STATE(1442), 1, + aux_sym__pattern_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86063] = 5, + [83332] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, + ACTIONS(3121), 1, anon_sym_COLON, - ACTIONS(3278), 1, + ACTIONS(3242), 1, anon_sym_EQ, - STATE(1898), 1, + STATE(1825), 1, sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86080] = 5, + [83349] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3280), 1, - anon_sym_COLON, - ACTIONS(3282), 1, - anon_sym_EQ, - STATE(1888), 1, - sym__constant_type_annotation, + ACTIONS(3244), 1, + anon_sym_RBRACE, + ACTIONS(3246), 1, + anon_sym_COMMA, + STATE(1497), 1, + aux_sym_unqualified_imports_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86097] = 5, + [83366] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, - anon_sym_LBRACE, - ACTIONS(3284), 1, - anon_sym_DASH_GT, - STATE(472), 1, - sym_block, + ACTIONS(3250), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86114] = 5, + ACTIONS(3248), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [83381] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3286), 1, - anon_sym_COMMA, - ACTIONS(3288), 1, - anon_sym_GT_GT, - STATE(1442), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(729), 1, + sym_external_function_body, + STATE(1684), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86131] = 5, + [83398] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3290), 1, - anon_sym_COMMA, - ACTIONS(3292), 1, - anon_sym_RPAREN, - STATE(1468), 1, - aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86148] = 5, + ACTIONS(3252), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DASH, + [83411] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1414), 1, - anon_sym_GT_GT, - ACTIONS(3294), 1, - anon_sym_COMMA, - STATE(1451), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3109), 1, + sym__name, + STATE(1651), 1, + sym_record_update_argument, + STATE(1871), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86165] = 5, + [83428] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3296), 1, + ACTIONS(3254), 1, anon_sym_COMMA, - ACTIONS(3299), 1, - anon_sym_GT_GT, - STATE(1451), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3256), 1, + anon_sym_RPAREN, + STATE(1332), 1, + aux_sym_case_clause_pattern_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86182] = 5, + [83445] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3301), 1, - anon_sym_COMMA, - ACTIONS(3303), 1, - anon_sym_RPAREN, - STATE(1473), 1, - aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86199] = 5, + ACTIONS(3258), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [83458] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, - anon_sym_COLON, - ACTIONS(3305), 1, - anon_sym_EQ, - STATE(1821), 1, - sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86216] = 5, + ACTIONS(3260), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [83471] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2940), 1, + ACTIONS(3262), 1, anon_sym_RPAREN, - ACTIONS(3307), 1, - anon_sym_COMMA, - STATE(1589), 1, - aux_sym_anonymous_function_parameters_repeat1, + ACTIONS(3264), 1, + sym__name, + STATE(1445), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86233] = 5, + [83488] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3309), 1, - anon_sym_LPAREN, - ACTIONS(3311), 1, - anon_sym_DASH_GT, - STATE(1891), 1, - sym_function_parameter_types, + ACTIONS(3266), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86250] = 5, + ACTIONS(3248), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [83503] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3313), 1, - anon_sym_COMMA, - ACTIONS(3315), 1, - anon_sym_RPAREN, - STATE(1481), 1, - aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86267] = 5, + ACTIONS(3104), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DASH, + [83516] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3317), 1, + ACTIONS(2259), 1, + anon_sym_LBRACE, + ACTIONS(3268), 1, anon_sym_COMMA, - ACTIONS(3319), 1, - anon_sym_RPAREN, - STATE(1483), 1, - aux_sym_arguments_repeat1, + STATE(1425), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86284] = 5, + [83533] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1084), 1, - anon_sym_RPAREN, - ACTIONS(3321), 1, - anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + ACTIONS(3271), 1, + anon_sym_COLON, + ACTIONS(3273), 1, + anon_sym_EQ, + STATE(1776), 1, + sym__constant_type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86301] = 5, + [83550] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, - anon_sym_LBRACE, - ACTIONS(3323), 1, - anon_sym_DASH_GT, - STATE(243), 1, - sym_block, + ACTIONS(1391), 1, + anon_sym_GT_GT, + ACTIONS(3275), 1, + anon_sym_COMMA, + STATE(1531), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86318] = 5, + [83567] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, + ACTIONS(3279), 1, anon_sym_COLON, - ACTIONS(3325), 1, - anon_sym_EQ, - STATE(1875), 1, - sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86335] = 5, + ACTIONS(3277), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [83582] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3327), 1, + ACTIONS(3281), 1, anon_sym_COMMA, - ACTIONS(3329), 1, + ACTIONS(3283), 1, anon_sym_GT_GT, - STATE(1437), 1, + STATE(1506), 1, aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86352] = 5, + [83599] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3331), 1, + ACTIONS(3285), 1, anon_sym_COMMA, - ACTIONS(3334), 1, + ACTIONS(3288), 1, anon_sym_RPAREN, - STATE(1462), 1, - aux_sym_constant_record_arguments_repeat1, + STATE(1430), 1, + aux_sym_record_update_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86369] = 5, + [83616] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3336), 1, - anon_sym_COMMA, - ACTIONS(3338), 1, - anon_sym_RPAREN, - STATE(1485), 1, - aux_sym_function_parameters_repeat1, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(3290), 1, + anon_sym_DASH_GT, + STATE(103), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86386] = 5, + [83633] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3280), 1, + ACTIONS(3294), 1, anon_sym_COLON, - ACTIONS(3340), 1, - anon_sym_EQ, - STATE(1876), 1, - sym__constant_type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86403] = 5, + ACTIONS(3292), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [83648] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1000), 1, - anon_sym_RPAREN, - ACTIONS(3342), 1, + ACTIONS(3296), 1, anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + ACTIONS(3298), 1, + anon_sym_RBRACK, + STATE(1562), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86420] = 5, + [83665] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3309), 1, - anon_sym_LPAREN, - ACTIONS(3344), 1, - anon_sym_DASH_GT, - STATE(1802), 1, - sym_function_parameter_types, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(758), 1, + sym_external_function_body, + STATE(1684), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86437] = 5, + [83682] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3151), 1, - anon_sym_RPAREN, - ACTIONS(3346), 1, - anon_sym_COMMA, - STATE(1527), 1, - aux_sym_record_update_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86454] = 5, + ACTIONS(3300), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DASH, + [83695] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(878), 1, - anon_sym_RPAREN, - ACTIONS(3348), 1, - anon_sym_COMMA, - STATE(1624), 1, - aux_sym_arguments_repeat1, + ACTIONS(3271), 1, + anon_sym_COLON, + ACTIONS(3302), 1, + anon_sym_EQ, + STATE(1780), 1, + sym__constant_type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86471] = 5, + [83712] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3350), 1, + ACTIONS(3304), 1, anon_sym_COMMA, - ACTIONS(3353), 1, + ACTIONS(3307), 1, anon_sym_RPAREN, - STATE(1469), 1, - aux_sym_data_constructor_arguments_repeat1, + STATE(1437), 1, + aux_sym_constant_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86488] = 5, + [83729] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3355), 1, - anon_sym_COMMA, - ACTIONS(3357), 1, - anon_sym_RBRACK, - STATE(1490), 1, - aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86505] = 5, + ACTIONS(3309), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [83742] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3359), 1, + ACTIONS(3311), 1, anon_sym_COMMA, - ACTIONS(3361), 1, - anon_sym_GT_GT, - STATE(1492), 1, - aux_sym__constant_bit_string_repeat1, + ACTIONS(3313), 1, + anon_sym_RPAREN, + STATE(1456), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86522] = 5, + [83759] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3363), 1, - anon_sym_if, - ACTIONS(3365), 1, - anon_sym_DASH_GT, - STATE(1787), 1, - sym_case_clause_guard, + ACTIONS(3121), 1, + anon_sym_COLON, + ACTIONS(3315), 1, + anon_sym_EQ, + STATE(1832), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86539] = 5, + [83776] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2353), 1, - anon_sym_RPAREN, - ACTIONS(3367), 1, + ACTIONS(3317), 1, anon_sym_COMMA, - STATE(1575), 1, + ACTIONS(3319), 1, + anon_sym_RPAREN, + STATE(1461), 1, aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86556] = 5, + [83793] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3369), 1, + ACTIONS(3321), 1, anon_sym_COMMA, - ACTIONS(3371), 1, - anon_sym_RPAREN, - STATE(1543), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(3324), 1, + anon_sym_GT_GT, + STATE(1442), 1, + aux_sym__pattern_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86573] = 5, + [83810] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3373), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - ACTIONS(3375), 1, + ACTIONS(3329), 1, anon_sym_RPAREN, - STATE(1542), 1, - aux_sym_type_arguments_repeat1, + STATE(1443), 1, + aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86590] = 5, + [83827] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3377), 1, - anon_sym_RBRACE, - ACTIONS(3379), 1, - anon_sym_COMMA, - STATE(1496), 1, - aux_sym_unqualified_imports_repeat1, + ACTIONS(3331), 1, + anon_sym_LPAREN, + ACTIONS(3333), 1, + anon_sym_DASH_GT, + STATE(1810), 1, + sym_function_parameter_types, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86607] = 5, + [83844] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3381), 1, + ACTIONS(3335), 1, anon_sym_COMMA, - ACTIONS(3383), 1, + ACTIONS(3337), 1, anon_sym_RPAREN, - STATE(1541), 1, - aux_sym_arguments_repeat1, + STATE(1468), 1, + aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86624] = 5, + [83861] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3385), 1, + ACTIONS(3339), 1, anon_sym_COMMA, - ACTIONS(3387), 1, + ACTIONS(3341), 1, anon_sym_RPAREN, - STATE(1501), 1, - aux_sym_arguments_repeat1, + STATE(1419), 1, + aux_sym_case_clause_pattern_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86641] = 5, + [83878] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3244), 1, - sym__name, - ACTIONS(3389), 1, + ACTIONS(1066), 1, anon_sym_RPAREN, - STATE(1751), 1, - sym_type_parameter, + ACTIONS(3343), 1, + anon_sym_COMMA, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86658] = 5, + [83895] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3244), 1, + ACTIONS(3264), 1, sym__name, - ACTIONS(3391), 1, + ACTIONS(3345), 1, anon_sym_RPAREN, - STATE(1751), 1, + STATE(1695), 1, sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86675] = 5, + [83912] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3391), 1, - anon_sym_RPAREN, - ACTIONS(3393), 1, - anon_sym_COMMA, - STATE(1486), 1, - aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86692] = 5, + ACTIONS(3347), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [83925] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3395), 1, + ACTIONS(3349), 1, anon_sym_COMMA, - ACTIONS(3397), 1, - anon_sym_RPAREN, - STATE(1552), 1, - aux_sym_case_clause_pattern_repeat1, + ACTIONS(3351), 1, + anon_sym_LT_DASH, + STATE(1565), 1, + aux_sym_use_assignments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86709] = 5, + [83942] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(842), 1, + ACTIONS(3345), 1, anon_sym_RPAREN, - ACTIONS(3399), 1, + ACTIONS(3353), 1, anon_sym_COMMA, - STATE(1624), 1, - aux_sym_arguments_repeat1, + STATE(1519), 1, + aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86726] = 5, + [83959] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3401), 1, + ACTIONS(3355), 1, anon_sym_COMMA, - ACTIONS(3404), 1, + ACTIONS(3357), 1, anon_sym_RPAREN, - STATE(1484), 1, - aux_sym_tuple_type_repeat1, + STATE(1472), 1, + aux_sym_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86743] = 5, + [83976] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2882), 1, + ACTIONS(2357), 1, anon_sym_RPAREN, - ACTIONS(3406), 1, + ACTIONS(3359), 1, anon_sym_COMMA, - STATE(1597), 1, - aux_sym_function_parameters_repeat1, + STATE(1481), 1, + aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86760] = 5, + [83993] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3408), 1, + ACTIONS(3361), 1, anon_sym_COMMA, - ACTIONS(3411), 1, + ACTIONS(3364), 1, anon_sym_RPAREN, - STATE(1486), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [86777] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2257), 1, - anon_sym_GT_GT, - ACTIONS(3413), 1, - anon_sym_COMMA, - STATE(1523), 1, - aux_sym__pattern_bit_string_repeat1, + STATE(1454), 1, + aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86794] = 5, + [84010] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3415), 1, + ACTIONS(3366), 1, anon_sym_COMMA, - ACTIONS(3417), 1, - anon_sym_RPAREN, - STATE(1506), 1, - aux_sym_constant_tuple_repeat1, + ACTIONS(3369), 1, + anon_sym_RPAREN, + STATE(1455), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86811] = 3, + [84027] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(856), 1, + anon_sym_RPAREN, + ACTIONS(3371), 1, + anon_sym_COMMA, + STATE(1470), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3419), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [86824] = 5, + [84044] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2495), 1, - anon_sym_RBRACK, - ACTIONS(3421), 1, + ACTIONS(3373), 1, anon_sym_COMMA, - STATE(1414), 1, - aux_sym_constant_tuple_repeat1, + ACTIONS(3376), 1, + anon_sym_RPAREN, + STATE(1457), 1, + aux_sym_data_constructor_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86841] = 3, + [84061] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3378), 1, + anon_sym_COMMA, + ACTIONS(3380), 1, + anon_sym_RBRACK, + STATE(1476), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3423), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DOT_DOT, - [86854] = 5, + [84078] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2419), 1, - anon_sym_GT_GT, - ACTIONS(3425), 1, + ACTIONS(3382), 1, anon_sym_COMMA, - STATE(1572), 1, + ACTIONS(3384), 1, + anon_sym_GT_GT, + STATE(1478), 1, aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86871] = 5, + [84095] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3427), 1, - anon_sym_COMMA, - ACTIONS(3429), 1, - anon_sym_RPAREN, - STATE(1536), 1, - aux_sym_constant_tuple_type_repeat1, + ACTIONS(3386), 1, + anon_sym_if, + ACTIONS(3388), 1, + anon_sym_DASH_GT, + STATE(1869), 1, + sym_case_clause_guard, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86888] = 5, + [84112] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3431), 1, - anon_sym_COMMA, - ACTIONS(3433), 1, + ACTIONS(2327), 1, anon_sym_RPAREN, - STATE(1510), 1, - aux_sym_constant_record_arguments_repeat1, + ACTIONS(3390), 1, + anon_sym_COMMA, + STATE(1481), 1, + aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86905] = 5, + [84129] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3435), 1, - anon_sym_COMMA, - ACTIONS(3438), 1, - anon_sym_LT_DASH, - STATE(1495), 1, - aux_sym_use_assignments_repeat1, + STATE(1859), 1, + sym_target, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86922] = 5, + ACTIONS(3392), 2, + anon_sym_erlang, + anon_sym_javascript, + [84144] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2962), 1, + ACTIONS(3394), 1, anon_sym_RBRACE, - ACTIONS(3440), 1, + ACTIONS(3396), 1, anon_sym_COMMA, - STATE(1561), 1, + STATE(1482), 1, aux_sym_unqualified_imports_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86939] = 5, + [84161] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3442), 1, + ACTIONS(3398), 1, anon_sym_COMMA, - ACTIONS(3444), 1, + ACTIONS(3401), 1, anon_sym_RPAREN, - STATE(1513), 1, - aux_sym_tuple_type_repeat1, + STATE(1464), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86956] = 5, + [84178] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3446), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3403), 3, anon_sym_COMMA, - ACTIONS(3448), 1, anon_sym_RPAREN, - STATE(1515), 1, - aux_sym_type_arguments_repeat1, + anon_sym_EQ, + [84191] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(872), 1, + anon_sym_RPAREN, + ACTIONS(3405), 1, + anon_sym_COMMA, + STATE(1470), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86973] = 5, + [84208] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3244), 1, + ACTIONS(3264), 1, sym__name, - ACTIONS(3450), 1, + ACTIONS(3407), 1, anon_sym_RPAREN, - STATE(1751), 1, + STATE(1695), 1, sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86990] = 5, + [84225] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1198), 1, - anon_sym_GT_GT, - ACTIONS(3452), 1, + ACTIONS(3407), 1, + anon_sym_RPAREN, + ACTIONS(3409), 1, anon_sym_COMMA, - STATE(1451), 1, - aux_sym__expression_bit_string_repeat1, + STATE(1519), 1, + aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87007] = 5, + [84242] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(870), 1, + ACTIONS(3129), 1, anon_sym_RPAREN, - ACTIONS(3454), 1, + ACTIONS(3411), 1, anon_sym_COMMA, - STATE(1624), 1, - aux_sym_arguments_repeat1, + STATE(1430), 1, + aux_sym_record_update_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87024] = 5, + [84259] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3456), 1, + ACTIONS(3413), 1, anon_sym_COMMA, - ACTIONS(3458), 1, + ACTIONS(3416), 1, anon_sym_RPAREN, - STATE(1590), 1, - aux_sym__attribute_arguments_repeat1, + STATE(1470), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87041] = 4, + [84276] = 5, ACTIONS(3), 1, sym_module_comment, - STATE(1903), 1, - sym_target, + ACTIONS(862), 1, + anon_sym_RPAREN, + ACTIONS(3418), 1, + anon_sym_COMMA, + STATE(1470), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3460), 2, - anon_sym_erlang, - anon_sym_javascript, - [87056] = 3, + [84293] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2870), 1, + anon_sym_RPAREN, + ACTIONS(3420), 1, + anon_sym_COMMA, + STATE(1570), 1, + aux_sym_function_parameters_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [84310] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3132), 3, + ACTIONS(3135), 3, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_DASH, - [87069] = 5, + [84323] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, - anon_sym_RPAREN, - ACTIONS(3462), 1, + ACTIONS(3422), 1, anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + ACTIONS(3424), 1, + anon_sym_RPAREN, + STATE(1492), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87086] = 5, + [84340] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2551), 1, - anon_sym_RPAREN, - ACTIONS(3464), 1, + ACTIONS(3426), 1, anon_sym_COMMA, - STATE(1414), 1, + ACTIONS(3428), 1, + anon_sym_RPAREN, + STATE(1591), 1, aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87103] = 5, + [84357] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3466), 1, + ACTIONS(2439), 1, + anon_sym_RBRACK, + ACTIONS(3430), 1, anon_sym_COMMA, - ACTIONS(3469), 1, - anon_sym_RPAREN, - STATE(1507), 1, - aux_sym_type_arguments_repeat1, + STATE(1383), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87120] = 3, + [84374] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1464), 1, + anon_sym_GT_GT, + ACTIONS(3432), 1, + anon_sym_COMMA, + STATE(1531), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3471), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [87133] = 5, + [84391] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, - anon_sym_COLON, - ACTIONS(3473), 1, - anon_sym_EQ, - STATE(1842), 1, - sym__type_annotation, + ACTIONS(2411), 1, + anon_sym_GT_GT, + ACTIONS(3434), 1, + anon_sym_COMMA, + STATE(1576), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87150] = 5, + [84408] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2393), 1, + ACTIONS(1098), 1, anon_sym_RPAREN, - ACTIONS(3475), 1, + ACTIONS(3436), 1, anon_sym_COMMA, - STATE(1462), 1, - aux_sym_constant_record_arguments_repeat1, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87167] = 5, + [84425] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3477), 1, + ACTIONS(3438), 1, anon_sym_COMMA, - ACTIONS(3480), 1, + ACTIONS(3440), 1, anon_sym_RPAREN, - STATE(1511), 1, - aux_sym_constant_tuple_type_repeat1, + STATE(1496), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87184] = 5, + [84442] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3482), 1, + ACTIONS(3442), 1, anon_sym_COMMA, - ACTIONS(3484), 1, + ACTIONS(3445), 1, anon_sym_RPAREN, - STATE(1538), 1, - aux_sym_arguments_repeat1, + STATE(1481), 1, + aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87201] = 5, + [84459] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2775), 1, - anon_sym_RPAREN, - ACTIONS(3486), 1, + ACTIONS(2944), 1, + anon_sym_RBRACE, + ACTIONS(3447), 1, anon_sym_COMMA, - STATE(1484), 1, - aux_sym_tuple_type_repeat1, + STATE(1556), 1, + aux_sym_unqualified_imports_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87218] = 3, + [84476] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3449), 1, + anon_sym_COMMA, + ACTIONS(3451), 1, + anon_sym_RPAREN, + STATE(1499), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3488), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [87231] = 5, + [84493] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2743), 1, - anon_sym_RPAREN, - ACTIONS(3490), 1, + ACTIONS(3453), 1, anon_sym_COMMA, - STATE(1507), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3455), 1, + anon_sym_RPAREN, + STATE(1471), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87248] = 5, + [84510] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1264), 1, - sym_external_function_body, - STATE(1645), 1, - sym_string, + ACTIONS(3264), 1, + sym__name, + ACTIONS(3457), 1, + anon_sym_RPAREN, + STATE(1695), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87265] = 5, + [84527] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, - anon_sym_LBRACE, - ACTIONS(3492), 1, - anon_sym_DASH_GT, - STATE(589), 1, - sym_block, + ACTIONS(1287), 1, + anon_sym_GT_GT, + ACTIONS(3459), 1, + anon_sym_COMMA, + STATE(1531), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87282] = 5, + [84544] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(718), 1, - sym_external_function_body, - STATE(1699), 1, - sym_string, + ACTIONS(3461), 1, + anon_sym_COMMA, + ACTIONS(3464), 1, + anon_sym_RPAREN, + STATE(1487), 1, + aux_sym_external_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87299] = 5, + [84561] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3494), 1, + ACTIONS(3466), 1, anon_sym_COMMA, - ACTIONS(3497), 1, + ACTIONS(3468), 1, anon_sym_RPAREN, - STATE(1519), 1, - aux_sym_constant_type_arguments_repeat1, + STATE(1575), 1, + aux_sym_external_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87316] = 5, + [84578] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3499), 1, + ACTIONS(3470), 1, anon_sym_COMMA, - ACTIONS(3501), 1, - anon_sym_GT_GT, - STATE(1450), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3473), 1, + anon_sym_RPAREN, + STATE(1489), 1, + aux_sym_anonymous_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87333] = 3, + [84595] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(213), 1, + anon_sym_LBRACE, + ACTIONS(3475), 1, + anon_sym_DASH_GT, + STATE(933), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3503), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [87346] = 5, + [84612] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3505), 1, + ACTIONS(3477), 1, anon_sym_COMMA, - ACTIONS(3508), 1, + ACTIONS(3479), 1, anon_sym_RPAREN, - STATE(1522), 1, - aux_sym_external_function_parameters_repeat1, + STATE(1572), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87363] = 5, + [84629] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3510), 1, + ACTIONS(2523), 1, + anon_sym_RPAREN, + ACTIONS(3481), 1, anon_sym_COMMA, - ACTIONS(3513), 1, - anon_sym_GT_GT, - STATE(1523), 1, - aux_sym__pattern_bit_string_repeat1, + STATE(1383), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87380] = 5, + [84646] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1269), 1, - sym_external_function_body, - STATE(1645), 1, - sym_string, + ACTIONS(3483), 1, + anon_sym_COMMA, + ACTIONS(3485), 1, + anon_sym_GT_GT, + STATE(1486), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87397] = 3, + [84663] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3489), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3515), 3, + ACTIONS(3487), 2, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [87410] = 5, + [84678] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3280), 1, + ACTIONS(3271), 1, anon_sym_COLON, - ACTIONS(3517), 1, + ACTIONS(3491), 1, anon_sym_EQ, - STATE(1808), 1, + STATE(1856), 1, sym__constant_type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87427] = 5, + [84695] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3519), 1, - anon_sym_COMMA, - ACTIONS(3522), 1, + ACTIONS(2339), 1, anon_sym_RPAREN, - STATE(1527), 1, - aux_sym_record_update_arguments_repeat1, + ACTIONS(3493), 1, + anon_sym_COMMA, + STATE(1464), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87444] = 5, + [84712] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3524), 1, + ACTIONS(2942), 1, + anon_sym_RBRACE, + ACTIONS(3495), 1, anon_sym_COMMA, - ACTIONS(3526), 1, - anon_sym_RPAREN, - STATE(1623), 1, - aux_sym_type_parameters_repeat1, + STATE(1556), 1, + aux_sym_unqualified_imports_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87461] = 3, + [84729] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3264), 1, + sym__name, + ACTIONS(3497), 1, + anon_sym_RPAREN, + STATE(1584), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3153), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [87474] = 5, + [84746] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2771), 1, + ACTIONS(2765), 1, anon_sym_RPAREN, - ACTIONS(3528), 1, + ACTIONS(3499), 1, anon_sym_COMMA, - STATE(1519), 1, - aux_sym_constant_type_arguments_repeat1, + STATE(1455), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87491] = 3, + [84763] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3530), 3, + ACTIONS(3501), 3, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [87504] = 3, + anon_sym_GT_GT, + anon_sym_DASH, + [84776] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2747), 1, + anon_sym_RPAREN, + ACTIONS(3503), 1, + anon_sym_COMMA, + STATE(1454), 1, + aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3532), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [87517] = 3, + [84793] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1246), 1, + sym_external_function_body, + STATE(1704), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3534), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [87530] = 3, + [84810] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3536), 3, + ACTIONS(3505), 3, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [87543] = 5, + anon_sym_GT_GT, + anon_sym_DASH, + [84823] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2817), 1, + ACTIONS(2781), 1, anon_sym_RPAREN, - ACTIONS(3538), 1, + ACTIONS(3507), 1, anon_sym_COMMA, - STATE(1511), 1, - aux_sym_constant_tuple_type_repeat1, + STATE(1437), 1, + aux_sym_constant_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87560] = 5, + [84840] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2815), 1, - anon_sym_RPAREN, - ACTIONS(3540), 1, + ACTIONS(3509), 1, anon_sym_COMMA, - STATE(1511), 1, - aux_sym_constant_tuple_type_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [87577] = 3, - ACTIONS(3), 1, - sym_module_comment, + ACTIONS(3511), 1, + anon_sym_RPAREN, + STATE(1549), 1, + aux_sym_data_constructor_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3542), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [87590] = 5, + [84857] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(848), 1, - anon_sym_RPAREN, - ACTIONS(3544), 1, + ACTIONS(1202), 1, + anon_sym_GT_GT, + ACTIONS(3513), 1, anon_sym_COMMA, - STATE(1624), 1, - aux_sym_arguments_repeat1, + STATE(1531), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87607] = 5, + [84874] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3114), 1, - sym__name, - STATE(1698), 1, - sym_record_update_argument, - STATE(1820), 1, - sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87624] = 3, + ACTIONS(3515), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [84887] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3517), 1, + anon_sym_COMMA, + ACTIONS(3519), 1, + anon_sym_RPAREN, + STATE(1546), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3546), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [87637] = 5, + [84904] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(864), 1, + ACTIONS(874), 1, anon_sym_RPAREN, - ACTIONS(3548), 1, + ACTIONS(3521), 1, anon_sym_COMMA, - STATE(1624), 1, + STATE(1470), 1, aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87654] = 5, + [84921] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2755), 1, - anon_sym_RPAREN, - ACTIONS(3550), 1, - anon_sym_COMMA, - STATE(1507), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1253), 1, + sym_external_function_body, + STATE(1704), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87671] = 5, + [84938] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2785), 1, + ACTIONS(2884), 1, anon_sym_RPAREN, - ACTIONS(3552), 1, + ACTIONS(3523), 1, anon_sym_COMMA, - STATE(1484), 1, - aux_sym_tuple_type_repeat1, + STATE(1570), 1, + aux_sym_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87688] = 5, + [84955] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3554), 1, + ACTIONS(3525), 1, anon_sym_COMMA, - ACTIONS(3556), 1, - anon_sym_RBRACK, - STATE(1611), 1, - aux_sym_constant_tuple_repeat1, + ACTIONS(3527), 1, + anon_sym_RPAREN, + STATE(1523), 1, + aux_sym_anonymous_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87705] = 5, + [84972] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3558), 1, + ACTIONS(3529), 1, anon_sym_COMMA, - ACTIONS(3560), 1, - anon_sym_GT_GT, - STATE(1556), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3531), 1, + anon_sym_RPAREN, + STATE(1541), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87722] = 5, + [84989] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - ACTIONS(3562), 1, - anon_sym_DASH_GT, - STATE(672), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87739] = 5, + ACTIONS(3533), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [85002] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2793), 1, + ACTIONS(1132), 1, anon_sym_RPAREN, - ACTIONS(3564), 1, + ACTIONS(3535), 1, anon_sym_COMMA, - STATE(1484), 1, - aux_sym_tuple_type_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [87756] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3160), 1, - anon_sym_COLON, - ACTIONS(3566), 1, - anon_sym_EQ, - STATE(1918), 1, - sym__type_annotation, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87773] = 5, + [85019] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3568), 1, + ACTIONS(3537), 1, anon_sym_COMMA, - ACTIONS(3570), 1, - anon_sym_GT_GT, - STATE(1487), 1, - aux_sym__pattern_bit_string_repeat1, + ACTIONS(3539), 1, + anon_sym_RPAREN, + STATE(1540), 1, + aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87790] = 5, + [85036] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - ACTIONS(3572), 1, - anon_sym_DASH_GT, - STATE(108), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87807] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3574), 1, + ACTIONS(3541), 3, anon_sym_COMMA, - ACTIONS(3576), 1, anon_sym_RPAREN, - STATE(1586), 1, - aux_sym_function_parameters_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [87824] = 5, + anon_sym_COLON, + [85049] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3578), 1, - anon_sym_COMMA, - ACTIONS(3580), 1, + ACTIONS(3264), 1, + sym__name, + ACTIONS(3543), 1, anon_sym_RPAREN, - STATE(1371), 1, - aux_sym_case_clause_pattern_repeat1, + STATE(1695), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87841] = 5, + [85066] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3582), 1, + ACTIONS(3545), 1, anon_sym_COMMA, - ACTIONS(3584), 1, - anon_sym_GT_GT, - STATE(1500), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3548), 1, + anon_sym_RPAREN, + STATE(1519), 1, + aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87858] = 5, + [85083] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2255), 1, - anon_sym_LT_DASH, - ACTIONS(3586), 1, + ACTIONS(3550), 1, anon_sym_COMMA, - STATE(1495), 1, - aux_sym_use_assignments_repeat1, + ACTIONS(3552), 1, + anon_sym_RPAREN, + STATE(1511), 1, + aux_sym_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87875] = 4, + [85100] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3590), 1, - anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3588), 2, + ACTIONS(3554), 3, anon_sym_COMMA, - anon_sym_GT_GT, - [87890] = 5, + anon_sym_RPAREN, + anon_sym_EQ, + [85113] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1354), 1, - anon_sym_GT_GT, - ACTIONS(3592), 1, + ACTIONS(3556), 1, anon_sym_COMMA, - STATE(1451), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3558), 1, + anon_sym_RPAREN, + STATE(1509), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87907] = 4, + [85130] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3596), 1, - anon_sym_as, + ACTIONS(2928), 1, + anon_sym_RPAREN, + ACTIONS(3560), 1, + anon_sym_COMMA, + STATE(1489), 1, + aux_sym_anonymous_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3594), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [87922] = 5, + [85147] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(749), 1, - sym_external_function_body, - STATE(1699), 1, - sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87939] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3598), 1, + ACTIONS(3562), 3, anon_sym_COMMA, - ACTIONS(3600), 1, anon_sym_RPAREN, - STATE(1568), 1, - aux_sym_arguments_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [87956] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3604), 1, anon_sym_COLON, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(3602), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [87971] = 5, + [85160] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3606), 1, - anon_sym_RBRACE, - ACTIONS(3608), 1, + ACTIONS(3564), 1, anon_sym_COMMA, - STATE(1561), 1, - aux_sym_unqualified_imports_repeat1, + ACTIONS(3566), 1, + anon_sym_RPAREN, + STATE(1529), 1, + aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87988] = 4, + [85177] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3613), 1, - anon_sym_COLON, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(3611), 2, - anon_sym_COMMA, + ACTIONS(1223), 1, anon_sym_GT_GT, - [88003] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(994), 1, - anon_sym_RPAREN, - ACTIONS(3615), 1, + ACTIONS(3568), 1, anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + STATE(1531), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88020] = 3, + [85194] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2797), 1, + anon_sym_RPAREN, + ACTIONS(3570), 1, + anon_sym_COMMA, + STATE(1443), 1, + aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3617), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [88033] = 5, + [85211] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3280), 1, - anon_sym_COLON, - ACTIONS(3619), 1, - anon_sym_EQ, - STATE(1833), 1, - sym__constant_type_annotation, + ACTIONS(3572), 1, + anon_sym_COMMA, + ACTIONS(3575), 1, + anon_sym_LT_DASH, + STATE(1528), 1, + aux_sym_use_assignments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88050] = 5, + [85228] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(972), 1, + ACTIONS(2799), 1, anon_sym_RPAREN, - ACTIONS(3621), 1, + ACTIONS(3577), 1, anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + STATE(1443), 1, + aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88067] = 5, + [85245] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3623), 1, - anon_sym_COMMA, - ACTIONS(3625), 1, - anon_sym_RPAREN, - STATE(1569), 1, - aux_sym_constant_record_arguments_repeat1, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(3579), 1, + anon_sym_DASH_GT, + STATE(586), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88084] = 5, + [85262] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(860), 1, - anon_sym_RPAREN, - ACTIONS(3627), 1, + ACTIONS(3581), 1, anon_sym_COMMA, - STATE(1624), 1, - aux_sym_arguments_repeat1, + ACTIONS(3584), 1, + anon_sym_GT_GT, + STATE(1531), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88101] = 5, + [85279] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2399), 1, - anon_sym_RPAREN, - ACTIONS(3629), 1, + ACTIONS(3586), 1, anon_sym_COMMA, - STATE(1462), 1, - aux_sym_constant_record_arguments_repeat1, + ACTIONS(3588), 1, + anon_sym_GT_GT, + STATE(1544), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88118] = 5, + [85296] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3631), 1, - anon_sym_COMMA, - ACTIONS(3633), 1, - anon_sym_RBRACK, - STATE(1578), 1, - aux_sym_constant_tuple_repeat1, + ACTIONS(157), 1, + anon_sym_LBRACE, + ACTIONS(3590), 1, + anon_sym_DASH_GT, + STATE(703), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88135] = 5, + [85313] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3635), 1, + ACTIONS(3592), 1, anon_sym_COMMA, - ACTIONS(3637), 1, + ACTIONS(3594), 1, anon_sym_GT_GT, - STATE(1580), 1, - aux_sym__constant_bit_string_repeat1, + STATE(1526), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88152] = 5, + [85330] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3639), 1, - anon_sym_COMMA, - ACTIONS(3642), 1, - anon_sym_GT_GT, - STATE(1572), 1, - aux_sym__constant_bit_string_repeat1, + ACTIONS(3121), 1, + anon_sym_COLON, + ACTIONS(3596), 1, + anon_sym_EQ, + STATE(1824), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88169] = 5, + [85347] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3644), 1, + ACTIONS(3598), 1, anon_sym_COMMA, - ACTIONS(3646), 1, + ACTIONS(3600), 1, anon_sym_RPAREN, - STATE(1605), 1, - aux_sym_external_function_parameters_repeat1, + STATE(1527), 1, + aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88186] = 5, + [85364] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3648), 1, + ACTIONS(3602), 1, + anon_sym_LBRACE, + ACTIONS(3604), 1, anon_sym_COMMA, - ACTIONS(3650), 1, - anon_sym_GT_GT, - STATE(1593), 1, - aux_sym__constant_bit_string_repeat1, + STATE(1425), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88203] = 5, + [85381] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3652), 1, - anon_sym_COMMA, - ACTIONS(3655), 1, - anon_sym_RPAREN, - STATE(1575), 1, - aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88220] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3657), 1, + ACTIONS(3606), 3, anon_sym_COMMA, - ACTIONS(3659), 1, anon_sym_RPAREN, - STATE(1584), 1, - aux_sym_constant_tuple_repeat1, + anon_sym_EQ, + [85394] = 3, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88237] = 3, + ACTIONS(3608), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [85407] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2745), 1, + anon_sym_RPAREN, + ACTIONS(3610), 1, + anon_sym_COMMA, + STATE(1454), 1, + aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3661), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [88250] = 5, + [85424] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2543), 1, - anon_sym_RBRACK, - ACTIONS(3663), 1, + ACTIONS(2773), 1, + anon_sym_RPAREN, + ACTIONS(3612), 1, anon_sym_COMMA, - STATE(1414), 1, - aux_sym_constant_tuple_repeat1, + STATE(1455), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88267] = 3, + [85441] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3665), 3, + ACTIONS(3614), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [88280] = 5, + [85454] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2435), 1, - anon_sym_GT_GT, - ACTIONS(3667), 1, - anon_sym_COMMA, - STATE(1572), 1, - aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88297] = 5, + ACTIONS(3616), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DASH, + [85467] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3669), 1, + ACTIONS(1468), 1, + anon_sym_GT_GT, + ACTIONS(3618), 1, anon_sym_COMMA, - ACTIONS(3671), 1, - anon_sym_RPAREN, - STATE(1588), 1, - aux_sym_constant_record_arguments_repeat1, + STATE(1531), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88314] = 3, + [85484] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3622), 1, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3673), 3, + ACTIONS(3620), 2, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [88327] = 5, + anon_sym_GT_GT, + [85499] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2741), 1, + ACTIONS(2767), 1, anon_sym_RPAREN, - ACTIONS(3675), 1, + ACTIONS(3624), 1, anon_sym_COMMA, - STATE(1469), 1, - aux_sym_data_constructor_arguments_repeat1, + STATE(1455), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88344] = 5, + [85516] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2565), 1, - anon_sym_RPAREN, - ACTIONS(3677), 1, + ACTIONS(3626), 1, anon_sym_COMMA, - STATE(1414), 1, - aux_sym_constant_tuple_repeat1, + ACTIONS(3628), 1, + anon_sym_GT_GT, + STATE(1412), 1, + aux_sym__pattern_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88361] = 3, + [85533] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3679), 3, + ACTIONS(3630), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_DOT_DOT, - [88374] = 5, + anon_sym_EQ, + [85546] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2910), 1, + ACTIONS(2713), 1, anon_sym_RPAREN, - ACTIONS(3681), 1, + ACTIONS(3632), 1, anon_sym_COMMA, - STATE(1597), 1, - aux_sym_function_parameters_repeat1, + STATE(1457), 1, + aux_sym_data_constructor_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88391] = 3, + [85563] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3634), 1, + anon_sym_COMMA, + ACTIONS(3636), 1, + anon_sym_RPAREN, + STATE(1561), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3166), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [88404] = 5, + [85580] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2415), 1, - anon_sym_RPAREN, - ACTIONS(3683), 1, + ACTIONS(2405), 1, + anon_sym_GT_GT, + ACTIONS(3638), 1, anon_sym_COMMA, - STATE(1462), 1, - aux_sym_constant_record_arguments_repeat1, + STATE(1576), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88421] = 5, + [85597] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3685), 1, - anon_sym_COMMA, - ACTIONS(3688), 1, - anon_sym_RPAREN, - STATE(1589), 1, - aux_sym_anonymous_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88438] = 5, + ACTIONS(3640), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [85610] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2417), 1, + ACTIONS(868), 1, anon_sym_RPAREN, - ACTIONS(3690), 1, + ACTIONS(3642), 1, anon_sym_COMMA, - STATE(1575), 1, - aux_sym__attribute_arguments_repeat1, + STATE(1470), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88455] = 5, + [85627] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3244), 1, - sym__name, - ACTIONS(3692), 1, + ACTIONS(1080), 1, anon_sym_RPAREN, - STATE(1528), 1, - sym_type_parameter, + ACTIONS(3644), 1, + anon_sym_COMMA, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88472] = 5, + [85644] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, - anon_sym_COLON, - ACTIONS(3694), 1, - anon_sym_EQ, - STATE(1791), 1, - sym__type_annotation, + ACTIONS(3646), 1, + anon_sym_COMMA, + ACTIONS(3648), 1, + anon_sym_RPAREN, + STATE(1504), 1, + aux_sym_constant_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88489] = 5, + [85661] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2439), 1, - anon_sym_GT_GT, - ACTIONS(3696), 1, + ACTIONS(3650), 1, + anon_sym_RBRACE, + ACTIONS(3652), 1, anon_sym_COMMA, - STATE(1572), 1, - aux_sym__constant_bit_string_repeat1, + STATE(1556), 1, + aux_sym_unqualified_imports_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88506] = 5, + [85678] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2499), 1, + ACTIONS(1100), 1, anon_sym_RPAREN, - ACTIONS(3698), 1, + ACTIONS(3655), 1, anon_sym_COMMA, - STATE(1414), 1, - aux_sym_constant_tuple_repeat1, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88523] = 3, + [85695] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(3700), 3, - anon_sym_COMMA, + ACTIONS(1052), 1, anon_sym_RPAREN, - anon_sym_COLON, - [88536] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3702), 1, - anon_sym_RBRACE, - ACTIONS(3704), 1, + ACTIONS(3657), 1, anon_sym_COMMA, - STATE(1431), 1, - aux_sym_unqualified_imports_repeat1, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88553] = 5, + [85712] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3706), 1, + ACTIONS(3659), 1, anon_sym_COMMA, - ACTIONS(3709), 1, + ACTIONS(3661), 1, anon_sym_RPAREN, - STATE(1597), 1, - aux_sym_function_parameters_repeat1, + STATE(1553), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88570] = 4, + [85729] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3713), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3711), 2, - anon_sym_RBRACE, + ACTIONS(3191), 3, anon_sym_COMMA, - [88585] = 4, + anon_sym_GT_GT, + anon_sym_DASH, + [85742] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3715), 1, - anon_sym_as, + ACTIONS(866), 1, + anon_sym_RPAREN, + ACTIONS(3663), 1, + anon_sym_COMMA, + STATE(1470), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3711), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [88600] = 3, + [85759] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2443), 1, + anon_sym_RBRACK, + ACTIONS(3665), 1, + anon_sym_COMMA, + STATE(1383), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3717), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [88613] = 5, + [85776] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3719), 1, + ACTIONS(3667), 1, anon_sym_COMMA, - ACTIONS(3721), 1, - anon_sym_GT_GT, - STATE(1612), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3669), 1, + anon_sym_RBRACK, + STATE(1571), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88630] = 5, + [85793] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, - anon_sym_LBRACE, - ACTIONS(3723), 1, - anon_sym_DASH_GT, - STATE(56), 1, - sym_block, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(3673), 1, + anon_sym_GT_GT, + STATE(1573), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88647] = 5, + [85810] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, - anon_sym_LBRACE, - ACTIONS(3725), 1, - anon_sym_DASH_GT, - STATE(925), 1, - sym_block, + ACTIONS(2245), 1, + anon_sym_LT_DASH, + ACTIONS(3675), 1, + anon_sym_COMMA, + STATE(1528), 1, + aux_sym_use_assignments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88664] = 5, + [85827] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3160), 1, + ACTIONS(3271), 1, anon_sym_COLON, - ACTIONS(3727), 1, + ACTIONS(3677), 1, anon_sym_EQ, - STATE(1919), 1, - sym__type_annotation, + STATE(1767), 1, + sym__constant_type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88681] = 5, + [85844] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2749), 1, - anon_sym_RPAREN, - ACTIONS(3729), 1, - anon_sym_COMMA, - STATE(1522), 1, - aux_sym_external_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88698] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3731), 1, + ACTIONS(3167), 3, anon_sym_COMMA, - ACTIONS(3733), 1, anon_sym_RPAREN, - STATE(1530), 1, - aux_sym_constant_type_arguments_repeat1, + anon_sym_RBRACK, + [85857] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3679), 1, + anon_sym_LPAREN, + ACTIONS(3681), 1, + anon_sym_DASH_GT, + STATE(1858), 1, + sym_constant_function_parameter_types, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88715] = 5, + [85874] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2295), 1, - anon_sym_LBRACE, - ACTIONS(3735), 1, + ACTIONS(3683), 1, anon_sym_COMMA, - STATE(1607), 1, - aux_sym_tuple_repeat1, + ACTIONS(3685), 1, + anon_sym_RPAREN, + STATE(1578), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88732] = 5, + [85891] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3738), 1, + ACTIONS(3687), 1, anon_sym_COMMA, - ACTIONS(3740), 1, + ACTIONS(3690), 1, anon_sym_RPAREN, - STATE(1467), 1, - aux_sym_record_update_arguments_repeat1, + STATE(1570), 1, + aux_sym_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88749] = 5, + [85908] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3742), 1, + ACTIONS(2477), 1, + anon_sym_RBRACK, + ACTIONS(3692), 1, anon_sym_COMMA, - ACTIONS(3744), 1, - anon_sym_GT_GT, - STATE(1439), 1, - aux_sym__expression_bit_string_repeat1, + STATE(1383), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88766] = 5, + [85925] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3746), 1, - anon_sym_COMMA, - ACTIONS(3748), 1, + ACTIONS(2395), 1, anon_sym_RPAREN, - STATE(1454), 1, - aux_sym_anonymous_function_parameters_repeat1, + ACTIONS(3694), 1, + anon_sym_COMMA, + STATE(1464), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88783] = 5, + [85942] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2555), 1, - anon_sym_RBRACK, - ACTIONS(3750), 1, + ACTIONS(2409), 1, + anon_sym_GT_GT, + ACTIONS(3696), 1, anon_sym_COMMA, - STATE(1414), 1, - aux_sym_constant_tuple_repeat1, + STATE(1576), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88800] = 5, + [85959] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1261), 1, - anon_sym_GT_GT, - ACTIONS(3752), 1, + ACTIONS(3698), 1, anon_sym_COMMA, - STATE(1451), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3700), 1, + anon_sym_RPAREN, + STATE(1582), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88817] = 3, + [85976] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2749), 1, + anon_sym_RPAREN, + ACTIONS(3702), 1, + anon_sym_COMMA, + STATE(1487), 1, + aux_sym_external_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3754), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [88830] = 5, + [85993] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3756), 1, + ACTIONS(3704), 1, anon_sym_COMMA, - ACTIONS(3758), 1, - anon_sym_RPAREN, - STATE(1621), 1, - aux_sym_arguments_repeat1, + ACTIONS(3707), 1, + anon_sym_GT_GT, + STATE(1576), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88847] = 3, + [86010] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1006), 1, + anon_sym_LBRACE, + ACTIONS(3709), 1, + anon_sym_DASH_GT, + STATE(277), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3199), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [88860] = 5, + [86027] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1082), 1, + ACTIONS(2519), 1, anon_sym_RPAREN, - ACTIONS(3760), 1, + ACTIONS(3711), 1, anon_sym_COMMA, - STATE(1358), 1, - aux_sym_tuple_repeat1, + STATE(1383), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88877] = 5, + [86044] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3762), 1, - anon_sym_LBRACE, - ACTIONS(3764), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3186), 3, + anon_sym_if, + anon_sym_DASH_GT, + anon_sym_PIPE, + [86057] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3713), 1, anon_sym_COMMA, - STATE(1607), 1, - aux_sym_tuple_repeat1, + ACTIONS(3715), 1, + anon_sym_GT_GT, + STATE(1477), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88894] = 3, + [86074] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1401), 1, + anon_sym_GT_GT, + ACTIONS(3717), 1, + anon_sym_COMMA, + STATE(1531), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3221), 3, - anon_sym_if, - anon_sym_DASH_GT, - anon_sym_PIPE, - [88907] = 5, + [86091] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3244), 1, - sym__name, - ACTIONS(3766), 1, + ACTIONS(2329), 1, anon_sym_RPAREN, - STATE(1751), 1, - sym_type_parameter, + ACTIONS(3719), 1, + anon_sym_COMMA, + STATE(1464), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88924] = 3, + [86108] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3121), 1, + anon_sym_COLON, + ACTIONS(3721), 1, + anon_sym_EQ, + STATE(1873), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3182), 3, + [86125] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3723), 1, anon_sym_COMMA, + ACTIONS(3725), 1, anon_sym_RPAREN, - anon_sym_DOT_DOT, - [88937] = 5, + STATE(1451), 1, + aux_sym_type_parameters_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [86142] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(852), 1, + ACTIONS(1152), 1, anon_sym_RPAREN, - ACTIONS(3768), 1, + ACTIONS(3727), 1, anon_sym_COMMA, - STATE(1624), 1, - aux_sym_arguments_repeat1, + STATE(1345), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88954] = 5, + [86159] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3770), 1, + ACTIONS(3729), 1, anon_sym_COMMA, - ACTIONS(3772), 1, + ACTIONS(3731), 1, anon_sym_RPAREN, - STATE(1594), 1, - aux_sym_constant_tuple_repeat1, + STATE(1469), 1, + aux_sym_record_update_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88971] = 5, + [86176] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3766), 1, - anon_sym_RPAREN, - ACTIONS(3774), 1, - anon_sym_COMMA, - STATE(1486), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(3331), 1, + anon_sym_LPAREN, + ACTIONS(3733), 1, + anon_sym_DASH_GT, + STATE(1803), 1, + sym_function_parameter_types, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88988] = 5, + [86193] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3776), 1, + ACTIONS(3735), 1, anon_sym_COMMA, - ACTIONS(3779), 1, + ACTIONS(3737), 1, anon_sym_RPAREN, - STATE(1624), 1, + STATE(1466), 1, aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89005] = 3, + [86210] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3781), 2, + ACTIONS(3739), 3, anon_sym_COMMA, anon_sym_RPAREN, - [89017] = 3, + anon_sym_DOT_DOT, + [86223] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3783), 2, + ACTIONS(3174), 3, anon_sym_COMMA, anon_sym_RPAREN, - [89029] = 4, + anon_sym_DOT_DOT, + [86236] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2922), 1, - sym__name, - STATE(658), 1, - sym_label, + ACTIONS(2499), 1, + anon_sym_RPAREN, + ACTIONS(3741), 1, + anon_sym_COMMA, + STATE(1383), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89043] = 4, + [86253] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3785), 1, - sym__name, - STATE(48), 1, - sym_label, + ACTIONS(3743), 1, + anon_sym_COMMA, + ACTIONS(3745), 1, + anon_sym_RPAREN, + STATE(1453), 1, + aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89057] = 4, + [86270] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1120), 1, - anon_sym_LBRACE, - STATE(55), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89071] = 4, + ACTIONS(3747), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DOT_DOT, + [86283] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3787), 1, - anon_sym_LPAREN, - STATE(31), 1, - sym_arguments, + ACTIONS(3749), 1, + anon_sym_COMMA, + ACTIONS(3751), 1, + anon_sym_RPAREN, + STATE(1595), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89085] = 4, + [86300] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, - sym__name, - STATE(1633), 1, - sym_identifier, + ACTIONS(854), 1, + anon_sym_RPAREN, + ACTIONS(3753), 1, + anon_sym_COMMA, + STATE(1470), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89099] = 4, + [86317] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, - sym__name, - STATE(1634), 1, - sym_identifier, + ACTIONS(3755), 1, + anon_sym_COMMA, + ACTIONS(3757), 1, + anon_sym_GT_GT, + STATE(1581), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89113] = 4, + [86334] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3789), 1, - anon_sym_LPAREN, - STATE(1910), 1, - sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89127] = 4, + ACTIONS(3759), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86346] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3789), 1, + ACTIONS(3761), 1, anon_sym_LPAREN, - STATE(1909), 1, - sym_external_function_parameters, + STATE(1202), 1, + sym_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89141] = 4, + [86360] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3791), 1, + ACTIONS(2918), 1, sym__name, - STATE(660), 1, - sym_module, + STATE(1604), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89155] = 4, + [86374] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, - sym__name, - STATE(1565), 1, - sym_identifier, + ACTIONS(1782), 1, + sym__upname, + STATE(1266), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89169] = 4, + [86388] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(69), 1, - anon_sym_LBRACE, - STATE(703), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89183] = 4, + ACTIONS(3763), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86400] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2918), 1, + sym__name, + STATE(1606), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [86414] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3793), 1, + ACTIONS(3765), 1, anon_sym_type, - ACTIONS(3795), 1, + ACTIONS(3767), 1, anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89197] = 4, + [86428] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3797), 1, + ACTIONS(3769), 1, anon_sym_LPAREN, - STATE(83), 1, - sym_arguments, + STATE(1878), 1, + sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89211] = 4, + [86442] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3230), 1, + ACTIONS(3771), 1, anon_sym_LPAREN, - STATE(1459), 1, - sym_anonymous_function_parameters, + STATE(26), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89225] = 4, + [86456] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3799), 1, + ACTIONS(3769), 1, anon_sym_LPAREN, - STATE(656), 1, - sym_function_parameters, + STATE(1877), 1, + sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89239] = 4, + [86470] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, + ACTIONS(3773), 1, sym__name, - STATE(1663), 1, + STATE(646), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89253] = 4, + [86484] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1879), 1, - sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89267] = 4, + ACTIONS(3775), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86496] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1878), 1, - sym_string, + ACTIONS(3777), 1, + sym__name, + STATE(647), 1, + sym_module, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89281] = 4, + [86510] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(91), 1, - anon_sym_DQUOTE, - STATE(1268), 1, - sym_string, + ACTIONS(3779), 1, + sym__name, + STATE(46), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89295] = 4, + [86524] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, - sym__name, - STATE(1526), 1, - sym_identifier, + ACTIONS(3781), 1, + anon_sym_COLON, + ACTIONS(3783), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89309] = 4, + [86538] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, - sym__name, - STATE(1673), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89323] = 4, + ACTIONS(3785), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86550] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3801), 1, - anon_sym_type, - ACTIONS(3803), 1, - anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89337] = 4, + ACTIONS(3787), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86562] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3137), 1, + ACTIONS(2918), 1, sym__name, - STATE(68), 1, - sym_label, + STATE(1426), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89351] = 4, + [86576] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3805), 1, - anon_sym_LBRACE, - ACTIONS(3807), 1, - anon_sym_EQ, + ACTIONS(2723), 1, + sym__upname, + STATE(1109), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89365] = 4, + [86590] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(63), 1, - sym__upname, - STATE(65), 1, - sym_constructor_name, + ACTIONS(3789), 1, + anon_sym_type, + ACTIONS(3791), 1, + anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89379] = 4, + [86604] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3809), 1, - anon_sym_LPAREN, - STATE(457), 1, - sym_arguments, + ACTIONS(3793), 1, + anon_sym_type, + ACTIONS(3795), 1, + anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89393] = 4, + [86618] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3811), 1, - anon_sym_LBRACE, - STATE(680), 1, - sym_unqualified_imports, + ACTIONS(419), 1, + sym__upname, + STATE(166), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89407] = 4, + [86632] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2807), 1, + ACTIONS(187), 1, sym__upname, - STATE(666), 1, - sym_type_identifier, + STATE(546), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89421] = 4, + [86646] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(461), 1, - anon_sym_LBRACE, - STATE(259), 1, - sym_block, + ACTIONS(3109), 1, + sym__name, + STATE(213), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89435] = 4, + [86660] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3813), 1, + ACTIONS(2918), 1, sym__name, - STATE(669), 1, + STATE(1732), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89449] = 4, + [86674] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2904), 1, + ACTIONS(966), 1, anon_sym_LBRACE, - ACTIONS(2906), 1, - anon_sym_EQ, + STATE(80), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89463] = 4, + [86688] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3815), 1, + ACTIONS(3797), 1, anon_sym_LPAREN, - STATE(1225), 1, - sym_function_parameters, + STATE(52), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89477] = 4, + [86702] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3817), 1, - sym__name, - STATE(1195), 1, - sym_identifier, + ACTIONS(3799), 1, + anon_sym_LBRACE, + STATE(1228), 1, + sym_unqualified_imports, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89491] = 3, + [86716] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3819), 2, - anon_sym_LBRACE, - anon_sym_DASH_GT, - [89503] = 4, + ACTIONS(2435), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86728] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3821), 1, - sym__name, - STATE(404), 1, - sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89517] = 4, + ACTIONS(3401), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86740] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3817), 1, - sym__name, - STATE(1229), 1, - sym_identifier, + ACTIONS(3102), 1, + anon_sym_LPAREN, + STATE(1410), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89531] = 4, + [86754] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3789), 1, - anon_sym_LPAREN, - STATE(1817), 1, - sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89545] = 4, + ACTIONS(3801), 2, + anon_sym_RBRACE, + sym__upname, + [86766] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, - sym__name, - STATE(1229), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89559] = 4, + ACTIONS(3803), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86778] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3823), 1, - sym__name, - STATE(1195), 1, - sym_identifier, + ACTIONS(2723), 1, + sym__upname, + STATE(1494), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89573] = 4, + [86792] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3825), 1, + ACTIONS(1836), 1, anon_sym_LBRACE, - STATE(1253), 1, - sym_unqualified_imports, + ACTIONS(1838), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89587] = 4, + [86806] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1794), 1, - sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89601] = 4, + ACTIONS(3805), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [86818] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3114), 1, - sym__name, - STATE(200), 1, - sym_label, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1763), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89615] = 4, + [86832] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1795), 1, - sym_string, + ACTIONS(3807), 1, + anon_sym_LPAREN, + STATE(232), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89629] = 4, + [86846] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3230), 1, - anon_sym_LPAREN, - STATE(1603), 1, - sym_anonymous_function_parameters, + ACTIONS(3809), 1, + sym__name, + STATE(1217), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89643] = 4, + [86860] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3827), 1, - anon_sym_type, - ACTIONS(3829), 1, - anon_sym_fn, + ACTIONS(2918), 1, + sym__name, + STATE(1727), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89657] = 3, + [86874] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3831), 2, + ACTIONS(3707), 2, anon_sym_COMMA, - anon_sym_LT_DASH, - [89669] = 4, + anon_sym_GT_GT, + [86886] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3799), 1, - anon_sym_LPAREN, - STATE(661), 1, - sym_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89683] = 4, + ACTIONS(3811), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [86898] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3813), 1, + anon_sym_COMMA, ACTIONS(3815), 1, - anon_sym_LPAREN, - STATE(1224), 1, - sym_function_parameters, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89697] = 4, + [86912] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1110), 1, - sym__upname, - STATE(567), 1, - sym_constructor_name, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1764), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89711] = 4, + [86926] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3833), 1, + ACTIONS(3102), 1, anon_sym_LPAREN, - STATE(226), 1, - sym_arguments, + STATE(1490), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89725] = 4, + [86940] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, + ACTIONS(3817), 1, sym__name, - STATE(1741), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [89739] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3835), 1, - anon_sym_type, - ACTIONS(3837), 1, - anon_sym_fn, + STATE(233), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89753] = 4, + [86954] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1034), 1, - anon_sym_LBRACE, - STATE(466), 1, - sym_block, + ACTIONS(3819), 1, + anon_sym_LPAREN, + STATE(662), 1, + sym_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89767] = 4, + [86968] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1908), 1, - anon_sym_LBRACE, - ACTIONS(1910), 1, - anon_sym_EQ, + ACTIONS(1176), 1, + sym__upname, + STATE(565), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89781] = 4, + [86982] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3839), 1, - sym__name, - STATE(1237), 1, - sym_module, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89795] = 4, + ACTIONS(3821), 2, + anon_sym_COMMA, + anon_sym_LT_DASH, + [86994] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(3823), 1, sym__name, - STATE(1236), 1, + STATE(1206), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89809] = 4, + [87008] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(251), 1, - sym__upname, - STATE(919), 1, - sym_constructor_name, + ACTIONS(3819), 1, + anon_sym_LPAREN, + STATE(649), 1, + sym_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89823] = 4, + [87022] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1154), 1, - sym__upname, - STATE(20), 1, - sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89837] = 4, + ACTIONS(3825), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87034] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1068), 1, - sym__upname, - STATE(289), 1, - sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89851] = 4, + ACTIONS(3827), 2, + anon_sym_LBRACE, + anon_sym_DASH_GT, + [87046] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1796), 1, - sym__upname, - STATE(1260), 1, - sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89865] = 3, + ACTIONS(3829), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [87058] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3841), 2, + ACTIONS(3288), 2, anon_sym_COMMA, anon_sym_RPAREN, - [89877] = 4, + [87070] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(101), 1, - sym__upname, - STATE(550), 1, - sym_constructor_name, + ACTIONS(3809), 1, + sym__name, + STATE(1176), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89891] = 4, + [87084] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(501), 1, - sym__upname, - STATE(196), 1, - sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89905] = 4, + ACTIONS(3787), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87096] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, - sym__upname, - STATE(1127), 1, - sym_type_identifier, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1797), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89919] = 4, + [87110] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - STATE(1848), 1, + STATE(1798), 1, sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89933] = 4, + [87124] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1849), 1, - sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89947] = 4, + ACTIONS(3650), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [87136] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3230), 1, - anon_sym_LPAREN, - STATE(1517), 1, - sym_anonymous_function_parameters, + ACTIONS(157), 1, + anon_sym_LBRACE, + STATE(702), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89961] = 3, + [87150] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2447), 2, + ACTIONS(3831), 2, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_RPAREN, - [89973] = 4, + [87162] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3843), 1, + ACTIONS(1006), 1, + anon_sym_LBRACE, + STATE(306), 1, + sym_block, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [87176] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3102), 1, anon_sym_LPAREN, - STATE(565), 1, - sym_arguments, + STATE(1530), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89987] = 3, + [87190] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2918), 1, + sym__name, + STATE(1206), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3845), 2, - anon_sym_RBRACE, - sym__upname, - [89999] = 4, + [87204] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, + ACTIONS(2918), 1, sym__name, - STATE(1674), 1, + STATE(1685), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90013] = 3, + [87218] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3833), 2, + anon_sym_RBRACE, + sym__upname, + [87230] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3522), 2, + ACTIONS(3835), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90025] = 4, + [87242] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(53), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - STATE(748), 1, + STATE(1806), 1, sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90039] = 3, + [87256] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3823), 1, + sym__name, + STATE(1176), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3847), 2, - anon_sym_LBRACE, - anon_sym_DASH_GT, - [90051] = 3, + [87270] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1807), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3497), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90063] = 4, + [87284] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - STATE(1871), 1, + STATE(1833), 1, sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90077] = 3, + [87298] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1834), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3480), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90089] = 4, + [87312] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3849), 1, - sym__name, - STATE(569), 1, - sym_label, + ACTIONS(3102), 1, + anon_sym_LPAREN, + STATE(1577), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90103] = 3, + [87326] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3469), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90115] = 4, + ACTIONS(3837), 2, + anon_sym_LBRACE, + anon_sym_DASH_GT, + [87338] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - STATE(1872), 1, + STATE(1846), 1, sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90129] = 3, + [87352] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3404), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90141] = 3, + ACTIONS(3839), 2, + anon_sym_RBRACE, + sym__upname, + [87364] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3841), 1, + anon_sym_LPAREN, + STATE(577), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3851), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90153] = 3, + [87378] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3264), 1, + sym__name, + STATE(1695), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3353), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90165] = 3, + [87392] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1875), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3853), 2, - anon_sym_RBRACE, - sym__upname, - [90177] = 3, + [87406] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3855), 2, - anon_sym_RBRACE, + ACTIONS(3584), 2, anon_sym_COMMA, - [90189] = 4, + anon_sym_GT_GT, + [87418] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3230), 1, - anon_sym_LPAREN, - STATE(1447), 1, - sym_anonymous_function_parameters, + ACTIONS(2906), 1, + sym__name, + STATE(658), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [87432] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1880), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90203] = 3, + [87446] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3857), 2, + ACTIONS(3575), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [90215] = 3, + anon_sym_LT_DASH, + [87458] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3859), 2, + ACTIONS(3759), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90227] = 4, + [87470] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1793), 1, - sym_string, + ACTIONS(3843), 1, + sym__name, + STATE(559), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90241] = 3, + [87484] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3102), 1, + anon_sym_LPAREN, + STATE(1408), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3334), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90253] = 4, + [87498] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - STATE(1900), 1, + STATE(757), 1, sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90267] = 4, + [87512] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3230), 1, + ACTIONS(3769), 1, anon_sym_LPAREN, - STATE(1602), 1, - sym_anonymous_function_parameters, + STATE(1756), 1, + sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90281] = 3, + [87526] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2866), 1, + anon_sym_LBRACE, + ACTIONS(2868), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3861), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [90293] = 3, + [87540] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3863), 2, + ACTIONS(3845), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90305] = 3, + [87552] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3847), 1, + anon_sym_LPAREN, + STATE(654), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3508), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90317] = 4, + [87566] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(191), 1, - anon_sym_LBRACE, - STATE(585), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90331] = 3, + ACTIONS(3307), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87578] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3299), 2, + ACTIONS(3324), 2, anon_sym_COMMA, anon_sym_GT_GT, - [90343] = 3, + [87590] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1821), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3865), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90355] = 4, + [87604] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DQUOTE, - STATE(1902), 1, + STATE(1817), 1, sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90369] = 4, + [87618] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3244), 1, - sym__name, - STATE(1751), 1, - sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90383] = 4, + ACTIONS(3849), 2, + anon_sym_LBRACE, + anon_sym_DASH_GT, + [87630] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1916), 1, - sym_string, + ACTIONS(11), 1, + anon_sym_LBRACE, + STATE(94), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90397] = 3, + [87644] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3867), 2, - anon_sym_RBRACE, - sym__upname, - [90409] = 3, + ACTIONS(3548), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87656] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3102), 1, + anon_sym_LPAREN, + STATE(1431), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3869), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [90421] = 4, + [87670] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3230), 1, - anon_sym_LPAREN, - STATE(1550), 1, - sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90435] = 3, + ACTIONS(3851), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87682] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3606), 2, - anon_sym_RBRACE, + ACTIONS(3775), 2, anon_sym_COMMA, - [90447] = 4, + anon_sym_RPAREN, + [87694] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, - sym__upname, - STATE(1711), 1, - sym_type_identifier, + ACTIONS(189), 1, + anon_sym_LBRACE, + STATE(587), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90461] = 3, + [87708] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(379), 1, + anon_sym_LBRACE, + STATE(221), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3642), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [90473] = 3, + [87722] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3853), 1, + anon_sym_LPAREN, + STATE(212), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3871), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [90485] = 3, + [87736] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3855), 1, + anon_sym_LBRACE, + ACTIONS(3857), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3865), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90497] = 3, + [87750] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3873), 2, + ACTIONS(3859), 2, anon_sym_LBRACE, anon_sym_DASH_GT, - [90509] = 4, + [87762] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - STATE(111), 1, - sym_block, + ACTIONS(177), 1, + anon_sym_DQUOTE, + STATE(1252), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90523] = 4, + [87776] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3875), 1, - anon_sym_LPAREN, - STATE(917), 1, - sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90537] = 4, + ACTIONS(3364), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87788] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3877), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3861), 2, anon_sym_COMMA, - ACTIONS(3879), 1, anon_sym_RPAREN, + [87800] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2918), 1, + sym__name, + STATE(1566), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90551] = 3, + [87814] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(243), 1, + sym__upname, + STATE(863), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3438), 2, - anon_sym_COMMA, - anon_sym_LT_DASH, - [90563] = 4, + [87828] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3789), 1, - anon_sym_LPAREN, - STATE(1789), 1, - sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90577] = 4, + ACTIONS(3369), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87840] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3881), 1, - anon_sym_LBRACE, - ACTIONS(3883), 1, - anon_sym_EQ, + ACTIONS(3863), 1, + sym__name, + STATE(1216), 1, + sym_module, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90591] = 4, + [87854] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, - sym__upname, - STATE(1557), 1, - sym_type_identifier, + ACTIONS(3865), 1, + anon_sym_type, + ACTIONS(3867), 1, + anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90605] = 3, + [87868] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3885), 2, + ACTIONS(3869), 2, anon_sym_RBRACE, sym__upname, - [90617] = 3, + [87880] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2918), 1, + sym__name, + STATE(1643), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3709), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90629] = 3, + [87894] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3871), 1, + anon_sym_LPAREN, + STATE(892), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3887), 2, - anon_sym_LBRACE, - anon_sym_DASH_GT, - [90641] = 4, + [87908] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2914), 1, - sym__name, - STATE(920), 1, - sym_label, + ACTIONS(2723), 1, + sym__upname, + STATE(1658), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90655] = 4, + [87922] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3889), 1, - anon_sym_COLON, - ACTIONS(3891), 1, - anon_sym_DOT, + ACTIONS(2791), 1, + sym__upname, + STATE(653), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90669] = 3, + [87936] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3893), 2, + ACTIONS(3464), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90681] = 3, + [87948] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3688), 2, + ACTIONS(3690), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90693] = 3, + [87960] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3411), 2, + ACTIONS(3873), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90705] = 3, + [87972] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3895), 2, + ACTIONS(3376), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90717] = 3, + [87984] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1038), 1, + sym__upname, + STATE(267), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3897), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90729] = 3, + [87998] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2910), 1, + sym__name, + STATE(886), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3899), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90741] = 3, + [88012] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3897), 2, + ACTIONS(3875), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90753] = 3, + [88024] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3899), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90765] = 3, + ACTIONS(3877), 2, + anon_sym_RBRACE, + sym__upname, + [88036] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3879), 1, + anon_sym_LBRACE, + STATE(681), 1, + sym_unqualified_imports, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3901), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [90777] = 3, + [88050] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3903), 2, + ACTIONS(3881), 2, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_RPAREN, - [90789] = 3, + [88062] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3769), 1, + anon_sym_LPAREN, + STATE(1775), 1, + sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3905), 2, - anon_sym_RBRACE, - sym__upname, - [90801] = 4, + [88076] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2737), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1729), 1, + STATE(1726), 1, sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90815] = 4, + [88090] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3883), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [88102] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2918), 1, + sym__name, + STATE(1598), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88116] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2918), 1, sym__name, - STATE(1729), 1, + STATE(1436), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90829] = 3, + [88130] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3761), 1, + anon_sym_LPAREN, + STATE(1200), 1, + sym_function_parameters, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88144] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3907), 2, + ACTIONS(3885), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90841] = 3, + [88156] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(63), 1, + sym__upname, + STATE(61), 1, + sym_constructor_name, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88170] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3655), 2, + ACTIONS(3329), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90853] = 4, + [88182] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(219), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3445), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [88194] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3100), 1, + sym__name, + STATE(77), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88208] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3887), 1, + anon_sym_LBRACE, + ACTIONS(3889), 1, + anon_sym_EQ, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88222] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(213), 1, anon_sym_LBRACE, - STATE(960), 1, + STATE(940), 1, sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90867] = 3, + [88236] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2449), 2, + ACTIONS(2415), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90879] = 3, + [88248] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(998), 1, + sym__upname, + STATE(49), 1, + sym_constructor_name, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88262] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(409), 1, + anon_sym_DQUOTE, + STATE(1845), 1, + sym_string, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88276] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3779), 2, + ACTIONS(3473), 2, anon_sym_COMMA, anon_sym_RPAREN, - [90891] = 4, + [88288] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3909), 1, + ACTIONS(3102), 1, anon_sym_LPAREN, - STATE(654), 1, - sym_arguments, + STATE(1533), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90905] = 3, + [88302] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3513), 2, + ACTIONS(3416), 2, anon_sym_COMMA, - anon_sym_GT_GT, - [90917] = 3, + anon_sym_RPAREN, + [88314] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2918), 1, + sym__name, + STATE(1658), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3911), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [90929] = 4, + [88328] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, + ACTIONS(2918), 1, sym__name, - STATE(1464), 1, + STATE(1495), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90943] = 4, + [88342] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3230), 1, - anon_sym_LPAREN, - STATE(1546), 1, - sym_anonymous_function_parameters, + ACTIONS(3891), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90957] = 4, + [88353] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1882), 1, - sym_string, + ACTIONS(3893), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90971] = 4, + [88364] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(491), 1, - anon_sym_DQUOTE, - STATE(1883), 1, - sym_string, + ACTIONS(3895), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90985] = 4, + [88375] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, - sym__name, - STATE(1446), 1, - sym_identifier, + ACTIONS(3897), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [90999] = 4, + [88386] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2938), 1, - sym__name, - STATE(1658), 1, - sym_identifier, + ACTIONS(3899), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91013] = 3, + [88397] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3913), 1, + ACTIONS(3901), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91024] = 3, + [88408] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3915), 1, - anon_sym_LPAREN, + ACTIONS(3903), 1, + anon_sym_type, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91035] = 3, + [88419] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3917), 1, - anon_sym_RBRACK, + ACTIONS(3905), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91046] = 3, + [88430] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3919), 1, - anon_sym_RBRACE, + ACTIONS(3907), 1, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91057] = 3, + [88441] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3921), 1, + ACTIONS(3909), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91068] = 3, + [88452] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3923), 1, + ACTIONS(3911), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88463] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3913), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88474] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3915), 1, + anon_sym_DASH_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88485] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3783), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91079] = 3, + [88496] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2000), 1, + ACTIONS(3917), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88507] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3919), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91090] = 3, + [88518] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3921), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88529] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3923), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88540] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3925), 1, - anon_sym_COLON, + sym__name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91101] = 3, + [88551] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3927), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91112] = 3, + [88562] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3929), 1, - anon_sym_LBRACE, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91123] = 3, + [88573] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3931), 1, - anon_sym_RBRACK, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91134] = 3, + [88584] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3933), 1, - anon_sym_DASH_GT, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91145] = 3, + [88595] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3935), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91156] = 3, + [88606] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3937), 1, - anon_sym_DASH_GT, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91167] = 3, + [88617] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3939), 1, - anon_sym_DOT, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91178] = 3, + [88628] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3941), 1, - anon_sym_EQ, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91189] = 3, + [88639] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3943), 1, @@ -81131,23 +79153,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91200] = 3, + [88650] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3945), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91211] = 3, + [88661] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3947), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91222] = 3, + [88672] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3949), 1, @@ -81155,47 +79177,47 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91233] = 3, + [88683] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3951), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91244] = 3, + [88694] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3953), 1, - anon_sym_COLON, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91255] = 3, + [88705] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3955), 1, - anon_sym_LPAREN, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91266] = 3, + [88716] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3957), 1, - anon_sym_DASH_GT, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91277] = 3, + [88727] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3959), 1, - anon_sym_LPAREN, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91288] = 3, + [88738] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3961), 1, @@ -81203,167 +79225,159 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91299] = 3, + [88749] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3963), 1, - anon_sym_DASH_GT, + anon_sym_LT_DASH, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91310] = 3, + [88760] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3965), 1, - anon_sym_DASH_GT, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88771] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2125), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91321] = 3, + [88782] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3967), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91332] = 3, + [88793] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3969), 1, - anon_sym_EQ, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91343] = 3, + [88804] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3971), 1, - anon_sym_RBRACK, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91354] = 3, + [88815] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3973), 1, - anon_sym_EQ, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91365] = 3, + [88826] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3975), 1, - anon_sym_EQ, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91376] = 3, + [88837] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3977), 1, - anon_sym_EQ, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [91387] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2042), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91398] = 3, + [88848] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3979), 1, - anon_sym_COLON, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [91409] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3095), 1, - anon_sym_RPAREN, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91420] = 3, + [88859] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3981), 1, - anon_sym_RBRACE, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91431] = 3, + [88870] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3983), 1, - anon_sym_RBRACK, + anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91442] = 3, + [88881] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3985), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91453] = 3, + [88892] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3987), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91464] = 3, + [88903] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3989), 1, - anon_sym_DASH_GT, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91475] = 3, + [88914] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3991), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91486] = 3, + [88925] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3993), 1, - anon_sym_DOT, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91497] = 3, + [88936] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3995), 1, - anon_sym_COLON, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91508] = 3, + [88947] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3997), 1, - anon_sym_EQ, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91519] = 3, + [88958] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(3999), 1, @@ -81371,7 +79385,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91530] = 3, + [88969] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4001), 1, @@ -81379,15 +79393,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91541] = 3, + [88980] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4003), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91552] = 3, + [88991] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4005), 1, @@ -81395,7 +79409,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91563] = 3, + [89002] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4007), 1, @@ -81403,7 +79417,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91574] = 3, + [89013] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4009), 1, @@ -81411,7 +79425,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91585] = 3, + [89024] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4011), 1, @@ -81419,31 +79433,31 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91596] = 3, + [89035] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4013), 1, - anon_sym_DASH_GT, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91607] = 3, + [89046] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4015), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91618] = 3, + [89057] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4017), 1, - anon_sym_LPAREN, + anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91629] = 3, + [89068] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4019), 1, @@ -81451,71 +79465,71 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91640] = 3, + [89079] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4021), 1, - anon_sym_EQ, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91651] = 3, + [89090] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4023), 1, - anon_sym_EQ, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91662] = 3, + [89101] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4025), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91673] = 3, + [89112] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4027), 1, - anon_sym_DOT, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91684] = 3, + [89123] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4029), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91695] = 3, + [89134] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4031), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91706] = 3, + [89145] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4033), 1, - anon_sym_EQ, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91717] = 3, + [89156] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4035), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91728] = 3, + [89167] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4037), 1, @@ -81523,7 +79537,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91739] = 3, + [89178] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4039), 1, @@ -81531,167 +79545,167 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91750] = 3, + [89189] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4041), 1, - anon_sym_LPAREN, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91761] = 3, + [89200] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4043), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91772] = 3, + [89211] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4045), 1, - anon_sym_COLON, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91783] = 3, + [89222] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4047), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91794] = 3, + [89233] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4049), 1, - anon_sym_DOT, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91805] = 3, + [89244] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4051), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91816] = 3, + [89255] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4053), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91827] = 3, + [89266] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4055), 1, - anon_sym_DASH_GT, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91838] = 3, + [89277] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4057), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91849] = 3, + [89288] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4059), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91860] = 3, + [89299] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4061), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91871] = 3, + [89310] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4063), 1, - anon_sym_DASH_GT, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91882] = 3, + [89321] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4065), 1, - anon_sym_COLON, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91893] = 3, + [89332] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4067), 1, - anon_sym_RPAREN, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91904] = 3, + [89343] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4069), 1, - anon_sym_LPAREN, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91915] = 3, + [89354] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4071), 1, - anon_sym_DOT, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91926] = 3, + [89365] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4073), 1, - anon_sym_DOT, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91937] = 3, + [89376] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4075), 1, - anon_sym_DASH_GT, + anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91948] = 3, + [89387] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4077), 1, - anon_sym_DASH_GT, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91959] = 3, + [89398] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4079), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91970] = 3, + [89409] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4081), 1, @@ -81699,7 +79713,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91981] = 3, + [89420] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4083), 1, @@ -81707,279 +79721,271 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [91992] = 3, + [89431] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4085), 1, - anon_sym_RBRACE, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92003] = 3, + [89442] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4087), 1, - anon_sym_DOT, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92014] = 3, + [89453] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4089), 1, - anon_sym_LT_DASH, + anon_sym_type, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92025] = 3, + [89464] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4091), 1, - anon_sym_LPAREN, + anon_sym_type, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92036] = 3, + [89475] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4093), 1, - anon_sym_DOT, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92047] = 3, + [89486] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4095), 1, - anon_sym_EQ, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92058] = 3, + [89497] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4097), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92069] = 3, + [89508] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4099), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92080] = 3, + [89519] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4101), 1, - anon_sym_LBRACE, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92091] = 3, + [89530] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4103), 1, - sym__name, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92102] = 3, + [89541] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4105), 1, - anon_sym_EQ, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92113] = 3, + [89552] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4107), 1, - anon_sym_EQ, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92124] = 3, + [89563] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4109), 1, - anon_sym_RBRACK, + anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92135] = 3, + [89574] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4111), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92146] = 3, + [89585] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4113), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92157] = 3, + [89596] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4115), 1, - anon_sym_type, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92168] = 3, + [89607] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4117), 1, - anon_sym_type, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92179] = 3, + [89618] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4119), 1, - anon_sym_RPAREN, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92190] = 3, + [89629] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4121), 1, - anon_sym_RPAREN, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92201] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3891), 1, - anon_sym_DOT, + sym__name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92212] = 3, + [89640] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4123), 1, - anon_sym_RBRACE, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92223] = 3, + [89651] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4125), 1, - anon_sym_RBRACE, + ts_builtin_sym_end, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92234] = 3, + [89662] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4127), 1, - sym__name, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92245] = 3, + [89673] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4129), 1, - anon_sym_EQ, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92256] = 3, + [89684] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4131), 1, - anon_sym_DOT, + anon_sym_type, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92267] = 3, + [89695] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4133), 1, - anon_sym_type, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92278] = 3, + [89706] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4135), 1, - anon_sym_DASH_GT, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92289] = 3, + [89717] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4137), 1, - anon_sym_RBRACE, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92300] = 3, + [89728] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4139), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92311] = 3, + [89739] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4141), 1, - anon_sym_LT_DASH, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92322] = 3, + [89750] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4143), 1, - anon_sym_LPAREN, + anon_sym_LT_DASH, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92333] = 3, + [89761] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4145), 1, - anon_sym_LBRACE, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92344] = 3, + [89772] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4147), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92355] = 3, + [89783] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4149), 1, - anon_sym_EQ, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92366] = 3, + [89794] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4151), 1, @@ -81987,163 +79993,59 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92377] = 3, + [89805] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4153), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92388] = 3, + [89816] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(4155), 1, - anon_sym_DOT, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92399] = 3, + [89827] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4157), 1, + ACTIONS(3088), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92410] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4159), 1, - anon_sym_LBRACE, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92421] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4161), 1, - anon_sym_LBRACE, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92432] = 3, + [89838] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4163), 1, + ACTIONS(2012), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92443] = 3, + [89849] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4165), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92454] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4167), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92465] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4169), 1, - ts_builtin_sym_end, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92476] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4171), 1, - anon_sym_DASH_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92487] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4173), 1, - anon_sym_DASH_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92498] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4175), 1, - anon_sym_type, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92509] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4177), 1, - anon_sym_RBRACE, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92520] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4179), 1, - anon_sym_LPAREN, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92531] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4181), 1, + ACTIONS(4157), 1, anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92542] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4183), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92553] = 3, + [89860] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4185), 1, - anon_sym_RPAREN, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92564] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4187), 1, + ACTIONS(4159), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [92575] = 3, + [89871] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4189), 1, - anon_sym_EQ, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [92586] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(4191), 1, - anon_sym_EQ, + ACTIONS(4161), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, @@ -82152,1910 +80054,1878 @@ static const uint16_t ts_small_parse_table[] = { static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(14)] = 0, [SMALL_STATE(15)] = 73, - [SMALL_STATE(16)] = 145, - [SMALL_STATE(17)] = 213, - [SMALL_STATE(18)] = 341, - [SMALL_STATE(19)] = 469, - [SMALL_STATE(20)] = 597, - [SMALL_STATE(21)] = 665, - [SMALL_STATE(22)] = 793, - [SMALL_STATE(23)] = 921, - [SMALL_STATE(24)] = 993, - [SMALL_STATE(25)] = 1061, - [SMALL_STATE(26)] = 1189, - [SMALL_STATE(27)] = 1317, - [SMALL_STATE(28)] = 1385, - [SMALL_STATE(29)] = 1513, - [SMALL_STATE(30)] = 1641, - [SMALL_STATE(31)] = 1709, - [SMALL_STATE(32)] = 1777, - [SMALL_STATE(33)] = 1905, + [SMALL_STATE(16)] = 201, + [SMALL_STATE(17)] = 269, + [SMALL_STATE(18)] = 337, + [SMALL_STATE(19)] = 465, + [SMALL_STATE(20)] = 533, + [SMALL_STATE(21)] = 605, + [SMALL_STATE(22)] = 733, + [SMALL_STATE(23)] = 801, + [SMALL_STATE(24)] = 929, + [SMALL_STATE(25)] = 1057, + [SMALL_STATE(26)] = 1125, + [SMALL_STATE(27)] = 1193, + [SMALL_STATE(28)] = 1321, + [SMALL_STATE(29)] = 1389, + [SMALL_STATE(30)] = 1517, + [SMALL_STATE(31)] = 1645, + [SMALL_STATE(32)] = 1773, + [SMALL_STATE(33)] = 1901, [SMALL_STATE(34)] = 1973, - [SMALL_STATE(35)] = 2041, - [SMALL_STATE(36)] = 2109, - [SMALL_STATE(37)] = 2237, - [SMALL_STATE(38)] = 2305, - [SMALL_STATE(39)] = 2373, - [SMALL_STATE(40)] = 2445, - [SMALL_STATE(41)] = 2573, - [SMALL_STATE(42)] = 2641, - [SMALL_STATE(43)] = 2709, + [SMALL_STATE(35)] = 2101, + [SMALL_STATE(36)] = 2169, + [SMALL_STATE(37)] = 2297, + [SMALL_STATE(38)] = 2365, + [SMALL_STATE(39)] = 2433, + [SMALL_STATE(40)] = 2501, + [SMALL_STATE(41)] = 2629, + [SMALL_STATE(42)] = 2701, + [SMALL_STATE(43)] = 2769, [SMALL_STATE(44)] = 2837, - [SMALL_STATE(45)] = 2965, - [SMALL_STATE(46)] = 3093, - [SMALL_STATE(47)] = 3161, + [SMALL_STATE(45)] = 2905, + [SMALL_STATE(46)] = 3033, + [SMALL_STATE(47)] = 3101, [SMALL_STATE(48)] = 3229, [SMALL_STATE(49)] = 3297, [SMALL_STATE(50)] = 3365, - [SMALL_STATE(51)] = 3434, - [SMALL_STATE(52)] = 3501, - [SMALL_STATE(53)] = 3568, - [SMALL_STATE(54)] = 3635, - [SMALL_STATE(55)] = 3702, - [SMALL_STATE(56)] = 3769, - [SMALL_STATE(57)] = 3836, - [SMALL_STATE(58)] = 3907, - [SMALL_STATE(59)] = 3974, - [SMALL_STATE(60)] = 4041, - [SMALL_STATE(61)] = 4108, - [SMALL_STATE(62)] = 4175, - [SMALL_STATE(63)] = 4246, - [SMALL_STATE(64)] = 4313, - [SMALL_STATE(65)] = 4380, - [SMALL_STATE(66)] = 4447, - [SMALL_STATE(67)] = 4514, - [SMALL_STATE(68)] = 4581, - [SMALL_STATE(69)] = 4648, - [SMALL_STATE(70)] = 4715, - [SMALL_STATE(71)] = 4782, - [SMALL_STATE(72)] = 4849, - [SMALL_STATE(73)] = 4918, - [SMALL_STATE(74)] = 4987, - [SMALL_STATE(75)] = 5056, + [SMALL_STATE(51)] = 3432, + [SMALL_STATE(52)] = 3499, + [SMALL_STATE(53)] = 3566, + [SMALL_STATE(54)] = 3633, + [SMALL_STATE(55)] = 3704, + [SMALL_STATE(56)] = 3775, + [SMALL_STATE(57)] = 3842, + [SMALL_STATE(58)] = 3909, + [SMALL_STATE(59)] = 3978, + [SMALL_STATE(60)] = 4047, + [SMALL_STATE(61)] = 4114, + [SMALL_STATE(62)] = 4181, + [SMALL_STATE(63)] = 4250, + [SMALL_STATE(64)] = 4317, + [SMALL_STATE(65)] = 4384, + [SMALL_STATE(66)] = 4453, + [SMALL_STATE(67)] = 4520, + [SMALL_STATE(68)] = 4587, + [SMALL_STATE(69)] = 4654, + [SMALL_STATE(70)] = 4721, + [SMALL_STATE(71)] = 4788, + [SMALL_STATE(72)] = 4855, + [SMALL_STATE(73)] = 4924, + [SMALL_STATE(74)] = 4991, + [SMALL_STATE(75)] = 5058, [SMALL_STATE(76)] = 5125, [SMALL_STATE(77)] = 5192, - [SMALL_STATE(78)] = 5263, - [SMALL_STATE(79)] = 5334, - [SMALL_STATE(80)] = 5401, - [SMALL_STATE(81)] = 5468, - [SMALL_STATE(82)] = 5535, + [SMALL_STATE(78)] = 5259, + [SMALL_STATE(79)] = 5326, + [SMALL_STATE(80)] = 5393, + [SMALL_STATE(81)] = 5460, + [SMALL_STATE(82)] = 5531, [SMALL_STATE(83)] = 5602, [SMALL_STATE(84)] = 5669, - [SMALL_STATE(85)] = 5735, - [SMALL_STATE(86)] = 5801, - [SMALL_STATE(87)] = 5931, - [SMALL_STATE(88)] = 5997, - [SMALL_STATE(89)] = 6063, - [SMALL_STATE(90)] = 6129, - [SMALL_STATE(91)] = 6259, - [SMALL_STATE(92)] = 6325, - [SMALL_STATE(93)] = 6411, - [SMALL_STATE(94)] = 6541, - [SMALL_STATE(95)] = 6607, - [SMALL_STATE(96)] = 6673, - [SMALL_STATE(97)] = 6739, - [SMALL_STATE(98)] = 6825, - [SMALL_STATE(99)] = 6891, - [SMALL_STATE(100)] = 7021, - [SMALL_STATE(101)] = 7087, - [SMALL_STATE(102)] = 7153, - [SMALL_STATE(103)] = 7219, - [SMALL_STATE(104)] = 7285, - [SMALL_STATE(105)] = 7359, - [SMALL_STATE(106)] = 7425, - [SMALL_STATE(107)] = 7555, - [SMALL_STATE(108)] = 7631, - [SMALL_STATE(109)] = 7697, - [SMALL_STATE(110)] = 7763, - [SMALL_STATE(111)] = 7843, - [SMALL_STATE(112)] = 7909, - [SMALL_STATE(113)] = 7991, - [SMALL_STATE(114)] = 8075, - [SMALL_STATE(115)] = 8145, - [SMALL_STATE(116)] = 8211, - [SMALL_STATE(117)] = 8277, - [SMALL_STATE(118)] = 8363, - [SMALL_STATE(119)] = 8449, - [SMALL_STATE(120)] = 8579, - [SMALL_STATE(121)] = 8709, - [SMALL_STATE(122)] = 8775, - [SMALL_STATE(123)] = 8841, - [SMALL_STATE(124)] = 8907, - [SMALL_STATE(125)] = 8975, - [SMALL_STATE(126)] = 9043, - [SMALL_STATE(127)] = 9111, - [SMALL_STATE(128)] = 9177, - [SMALL_STATE(129)] = 9243, - [SMALL_STATE(130)] = 9309, - [SMALL_STATE(131)] = 9375, - [SMALL_STATE(132)] = 9441, - [SMALL_STATE(133)] = 9527, - [SMALL_STATE(134)] = 9593, - [SMALL_STATE(135)] = 9659, - [SMALL_STATE(136)] = 9744, - [SMALL_STATE(137)] = 9829, - [SMALL_STATE(138)] = 9894, - [SMALL_STATE(139)] = 10021, - [SMALL_STATE(140)] = 10086, - [SMALL_STATE(141)] = 10151, - [SMALL_STATE(142)] = 10278, - [SMALL_STATE(143)] = 10343, - [SMALL_STATE(144)] = 10428, - [SMALL_STATE(145)] = 10555, - [SMALL_STATE(146)] = 10682, - [SMALL_STATE(147)] = 10809, - [SMALL_STATE(148)] = 10874, - [SMALL_STATE(149)] = 10939, - [SMALL_STATE(150)] = 11004, - [SMALL_STATE(151)] = 11131, - [SMALL_STATE(152)] = 11258, - [SMALL_STATE(153)] = 11323, - [SMALL_STATE(154)] = 11450, - [SMALL_STATE(155)] = 11535, - [SMALL_STATE(156)] = 11600, - [SMALL_STATE(157)] = 11685, - [SMALL_STATE(158)] = 11770, - [SMALL_STATE(159)] = 11897, - [SMALL_STATE(160)] = 11982, - [SMALL_STATE(161)] = 12047, - [SMALL_STATE(162)] = 12174, - [SMALL_STATE(163)] = 12301, - [SMALL_STATE(164)] = 12374, - [SMALL_STATE(165)] = 12439, - [SMALL_STATE(166)] = 12504, - [SMALL_STATE(167)] = 12631, - [SMALL_STATE(168)] = 12696, - [SMALL_STATE(169)] = 12823, - [SMALL_STATE(170)] = 12888, - [SMALL_STATE(171)] = 12953, - [SMALL_STATE(172)] = 13018, - [SMALL_STATE(173)] = 13145, - [SMALL_STATE(174)] = 13272, - [SMALL_STATE(175)] = 13399, - [SMALL_STATE(176)] = 13464, - [SMALL_STATE(177)] = 13591, - [SMALL_STATE(178)] = 13656, - [SMALL_STATE(179)] = 13783, - [SMALL_STATE(180)] = 13910, - [SMALL_STATE(181)] = 13975, - [SMALL_STATE(182)] = 14060, - [SMALL_STATE(183)] = 14125, - [SMALL_STATE(184)] = 14252, - [SMALL_STATE(185)] = 14317, - [SMALL_STATE(186)] = 14386, - [SMALL_STATE(187)] = 14469, - [SMALL_STATE(188)] = 14550, - [SMALL_STATE(189)] = 14629, - [SMALL_STATE(190)] = 14756, - [SMALL_STATE(191)] = 14831, - [SMALL_STATE(192)] = 14916, - [SMALL_STATE(193)] = 14980, - [SMALL_STATE(194)] = 15104, - [SMALL_STATE(195)] = 15168, - [SMALL_STATE(196)] = 15232, - [SMALL_STATE(197)] = 15296, - [SMALL_STATE(198)] = 15418, - [SMALL_STATE(199)] = 15485, - [SMALL_STATE(200)] = 15547, - [SMALL_STATE(201)] = 15609, - [SMALL_STATE(202)] = 15727, - [SMALL_STATE(203)] = 15789, - [SMALL_STATE(204)] = 15855, - [SMALL_STATE(205)] = 15917, - [SMALL_STATE(206)] = 16035, - [SMALL_STATE(207)] = 16153, - [SMALL_STATE(208)] = 16215, - [SMALL_STATE(209)] = 16333, - [SMALL_STATE(210)] = 16395, - [SMALL_STATE(211)] = 16513, - [SMALL_STATE(212)] = 16631, - [SMALL_STATE(213)] = 16749, - [SMALL_STATE(214)] = 16811, - [SMALL_STATE(215)] = 16929, - [SMALL_STATE(216)] = 16991, - [SMALL_STATE(217)] = 17107, - [SMALL_STATE(218)] = 17225, - [SMALL_STATE(219)] = 17343, - [SMALL_STATE(220)] = 17405, - [SMALL_STATE(221)] = 17467, - [SMALL_STATE(222)] = 17585, - [SMALL_STATE(223)] = 17703, - [SMALL_STATE(224)] = 17821, - [SMALL_STATE(225)] = 17883, - [SMALL_STATE(226)] = 17945, - [SMALL_STATE(227)] = 18007, - [SMALL_STATE(228)] = 18125, - [SMALL_STATE(229)] = 18191, - [SMALL_STATE(230)] = 18252, - [SMALL_STATE(231)] = 18367, - [SMALL_STATE(232)] = 18482, - [SMALL_STATE(233)] = 18545, - [SMALL_STATE(234)] = 18608, - [SMALL_STATE(235)] = 18671, - [SMALL_STATE(236)] = 18786, - [SMALL_STATE(237)] = 18901, - [SMALL_STATE(238)] = 19016, - [SMALL_STATE(239)] = 19131, - [SMALL_STATE(240)] = 19192, - [SMALL_STATE(241)] = 19307, - [SMALL_STATE(242)] = 19422, - [SMALL_STATE(243)] = 19537, - [SMALL_STATE(244)] = 19598, - [SMALL_STATE(245)] = 19663, - [SMALL_STATE(246)] = 19778, - [SMALL_STATE(247)] = 19893, - [SMALL_STATE(248)] = 20008, - [SMALL_STATE(249)] = 20123, - [SMALL_STATE(250)] = 20238, - [SMALL_STATE(251)] = 20353, - [SMALL_STATE(252)] = 20468, - [SMALL_STATE(253)] = 20529, - [SMALL_STATE(254)] = 20644, - [SMALL_STATE(255)] = 20759, - [SMALL_STATE(256)] = 20820, - [SMALL_STATE(257)] = 20935, - [SMALL_STATE(258)] = 21050, - [SMALL_STATE(259)] = 21165, - [SMALL_STATE(260)] = 21226, - [SMALL_STATE(261)] = 21341, - [SMALL_STATE(262)] = 21456, - [SMALL_STATE(263)] = 21571, - [SMALL_STATE(264)] = 21686, - [SMALL_STATE(265)] = 21747, - [SMALL_STATE(266)] = 21862, - [SMALL_STATE(267)] = 21977, - [SMALL_STATE(268)] = 22038, - [SMALL_STATE(269)] = 22153, - [SMALL_STATE(270)] = 22268, - [SMALL_STATE(271)] = 22383, - [SMALL_STATE(272)] = 22498, - [SMALL_STATE(273)] = 22613, - [SMALL_STATE(274)] = 22728, - [SMALL_STATE(275)] = 22843, - [SMALL_STATE(276)] = 22958, - [SMALL_STATE(277)] = 23073, - [SMALL_STATE(278)] = 23188, - [SMALL_STATE(279)] = 23303, - [SMALL_STATE(280)] = 23418, - [SMALL_STATE(281)] = 23533, - [SMALL_STATE(282)] = 23648, - [SMALL_STATE(283)] = 23763, - [SMALL_STATE(284)] = 23878, - [SMALL_STATE(285)] = 23990, - [SMALL_STATE(286)] = 24106, - [SMALL_STATE(287)] = 24218, - [SMALL_STATE(288)] = 24330, - [SMALL_STATE(289)] = 24442, - [SMALL_STATE(290)] = 24502, - [SMALL_STATE(291)] = 24614, - [SMALL_STATE(292)] = 24730, - [SMALL_STATE(293)] = 24842, - [SMALL_STATE(294)] = 24958, - [SMALL_STATE(295)] = 25070, - [SMALL_STATE(296)] = 25182, - [SMALL_STATE(297)] = 25294, - [SMALL_STATE(298)] = 25406, - [SMALL_STATE(299)] = 25518, - [SMALL_STATE(300)] = 25630, - [SMALL_STATE(301)] = 25742, - [SMALL_STATE(302)] = 25854, - [SMALL_STATE(303)] = 25966, - [SMALL_STATE(304)] = 26078, - [SMALL_STATE(305)] = 26190, - [SMALL_STATE(306)] = 26302, - [SMALL_STATE(307)] = 26414, - [SMALL_STATE(308)] = 26526, - [SMALL_STATE(309)] = 26638, - [SMALL_STATE(310)] = 26750, - [SMALL_STATE(311)] = 26862, - [SMALL_STATE(312)] = 26974, - [SMALL_STATE(313)] = 27086, - [SMALL_STATE(314)] = 27198, - [SMALL_STATE(315)] = 27310, - [SMALL_STATE(316)] = 27422, - [SMALL_STATE(317)] = 27534, - [SMALL_STATE(318)] = 27646, - [SMALL_STATE(319)] = 27758, - [SMALL_STATE(320)] = 27870, - [SMALL_STATE(321)] = 27982, - [SMALL_STATE(322)] = 28098, - [SMALL_STATE(323)] = 28210, - [SMALL_STATE(324)] = 28322, - [SMALL_STATE(325)] = 28438, - [SMALL_STATE(326)] = 28550, - [SMALL_STATE(327)] = 28662, - [SMALL_STATE(328)] = 28774, - [SMALL_STATE(329)] = 28886, - [SMALL_STATE(330)] = 28998, - [SMALL_STATE(331)] = 29110, - [SMALL_STATE(332)] = 29222, - [SMALL_STATE(333)] = 29334, - [SMALL_STATE(334)] = 29446, - [SMALL_STATE(335)] = 29558, - [SMALL_STATE(336)] = 29670, - [SMALL_STATE(337)] = 29782, - [SMALL_STATE(338)] = 29894, - [SMALL_STATE(339)] = 30006, - [SMALL_STATE(340)] = 30118, - [SMALL_STATE(341)] = 30230, - [SMALL_STATE(342)] = 30342, - [SMALL_STATE(343)] = 30454, - [SMALL_STATE(344)] = 30566, - [SMALL_STATE(345)] = 30626, - [SMALL_STATE(346)] = 30742, - [SMALL_STATE(347)] = 30802, - [SMALL_STATE(348)] = 30914, - [SMALL_STATE(349)] = 31026, - [SMALL_STATE(350)] = 31138, - [SMALL_STATE(351)] = 31250, - [SMALL_STATE(352)] = 31310, - [SMALL_STATE(353)] = 31370, - [SMALL_STATE(354)] = 31482, - [SMALL_STATE(355)] = 31542, - [SMALL_STATE(356)] = 31658, - [SMALL_STATE(357)] = 31770, - [SMALL_STATE(358)] = 31882, - [SMALL_STATE(359)] = 31994, - [SMALL_STATE(360)] = 32106, - [SMALL_STATE(361)] = 32218, - [SMALL_STATE(362)] = 32278, - [SMALL_STATE(363)] = 32338, - [SMALL_STATE(364)] = 32398, - [SMALL_STATE(365)] = 32458, - [SMALL_STATE(366)] = 32518, - [SMALL_STATE(367)] = 32578, - [SMALL_STATE(368)] = 32638, - [SMALL_STATE(369)] = 32750, - [SMALL_STATE(370)] = 32866, - [SMALL_STATE(371)] = 32926, - [SMALL_STATE(372)] = 33038, - [SMALL_STATE(373)] = 33150, - [SMALL_STATE(374)] = 33262, - [SMALL_STATE(375)] = 33374, - [SMALL_STATE(376)] = 33486, - [SMALL_STATE(377)] = 33598, - [SMALL_STATE(378)] = 33658, - [SMALL_STATE(379)] = 33774, - [SMALL_STATE(380)] = 33886, - [SMALL_STATE(381)] = 33946, - [SMALL_STATE(382)] = 34006, - [SMALL_STATE(383)] = 34118, - [SMALL_STATE(384)] = 34230, - [SMALL_STATE(385)] = 34342, - [SMALL_STATE(386)] = 34454, - [SMALL_STATE(387)] = 34514, - [SMALL_STATE(388)] = 34574, - [SMALL_STATE(389)] = 34686, - [SMALL_STATE(390)] = 34798, - [SMALL_STATE(391)] = 34914, - [SMALL_STATE(392)] = 35026, - [SMALL_STATE(393)] = 35142, - [SMALL_STATE(394)] = 35202, - [SMALL_STATE(395)] = 35262, - [SMALL_STATE(396)] = 35374, - [SMALL_STATE(397)] = 35486, - [SMALL_STATE(398)] = 35598, - [SMALL_STATE(399)] = 35710, - [SMALL_STATE(400)] = 35822, - [SMALL_STATE(401)] = 35934, - [SMALL_STATE(402)] = 36046, - [SMALL_STATE(403)] = 36158, - [SMALL_STATE(404)] = 36270, - [SMALL_STATE(405)] = 36330, - [SMALL_STATE(406)] = 36390, - [SMALL_STATE(407)] = 36502, - [SMALL_STATE(408)] = 36562, - [SMALL_STATE(409)] = 36674, - [SMALL_STATE(410)] = 36786, - [SMALL_STATE(411)] = 36846, - [SMALL_STATE(412)] = 36962, - [SMALL_STATE(413)] = 37022, - [SMALL_STATE(414)] = 37134, - [SMALL_STATE(415)] = 37194, - [SMALL_STATE(416)] = 37254, - [SMALL_STATE(417)] = 37366, - [SMALL_STATE(418)] = 37482, - [SMALL_STATE(419)] = 37594, - [SMALL_STATE(420)] = 37706, - [SMALL_STATE(421)] = 37766, - [SMALL_STATE(422)] = 37878, - [SMALL_STATE(423)] = 37938, - [SMALL_STATE(424)] = 38050, - [SMALL_STATE(425)] = 38162, - [SMALL_STATE(426)] = 38278, - [SMALL_STATE(427)] = 38390, - [SMALL_STATE(428)] = 38454, - [SMALL_STATE(429)] = 38518, - [SMALL_STATE(430)] = 38630, - [SMALL_STATE(431)] = 38742, - [SMALL_STATE(432)] = 38802, - [SMALL_STATE(433)] = 38918, - [SMALL_STATE(434)] = 39030, - [SMALL_STATE(435)] = 39142, - [SMALL_STATE(436)] = 39254, - [SMALL_STATE(437)] = 39366, - [SMALL_STATE(438)] = 39482, - [SMALL_STATE(439)] = 39594, - [SMALL_STATE(440)] = 39706, - [SMALL_STATE(441)] = 39818, - [SMALL_STATE(442)] = 39934, - [SMALL_STATE(443)] = 40046, - [SMALL_STATE(444)] = 40158, - [SMALL_STATE(445)] = 40270, - [SMALL_STATE(446)] = 40382, - [SMALL_STATE(447)] = 40494, - [SMALL_STATE(448)] = 40606, - [SMALL_STATE(449)] = 40722, - [SMALL_STATE(450)] = 40834, - [SMALL_STATE(451)] = 40946, - [SMALL_STATE(452)] = 41058, - [SMALL_STATE(453)] = 41170, - [SMALL_STATE(454)] = 41282, - [SMALL_STATE(455)] = 41394, - [SMALL_STATE(456)] = 41510, - [SMALL_STATE(457)] = 41622, - [SMALL_STATE(458)] = 41682, - [SMALL_STATE(459)] = 41794, - [SMALL_STATE(460)] = 41910, - [SMALL_STATE(461)] = 41970, - [SMALL_STATE(462)] = 42086, - [SMALL_STATE(463)] = 42198, - [SMALL_STATE(464)] = 42258, - [SMALL_STATE(465)] = 42370, - [SMALL_STATE(466)] = 42482, - [SMALL_STATE(467)] = 42541, - [SMALL_STATE(468)] = 42602, - [SMALL_STATE(469)] = 42661, - [SMALL_STATE(470)] = 42720, - [SMALL_STATE(471)] = 42779, - [SMALL_STATE(472)] = 42838, - [SMALL_STATE(473)] = 42897, - [SMALL_STATE(474)] = 42956, - [SMALL_STATE(475)] = 43015, - [SMALL_STATE(476)] = 43076, - [SMALL_STATE(477)] = 43137, - [SMALL_STATE(478)] = 43198, - [SMALL_STATE(479)] = 43261, - [SMALL_STATE(480)] = 43374, - [SMALL_STATE(481)] = 43437, - [SMALL_STATE(482)] = 43496, - [SMALL_STATE(483)] = 43557, - [SMALL_STATE(484)] = 43667, - [SMALL_STATE(485)] = 43725, - [SMALL_STATE(486)] = 43791, - [SMALL_STATE(487)] = 43859, - [SMALL_STATE(488)] = 43931, - [SMALL_STATE(489)] = 44005, - [SMALL_STATE(490)] = 44081, - [SMALL_STATE(491)] = 44139, - [SMALL_STATE(492)] = 44249, - [SMALL_STATE(493)] = 44311, - [SMALL_STATE(494)] = 44421, - [SMALL_STATE(495)] = 44531, - [SMALL_STATE(496)] = 44641, - [SMALL_STATE(497)] = 44699, - [SMALL_STATE(498)] = 44777, - [SMALL_STATE(499)] = 44855, - [SMALL_STATE(500)] = 44965, - [SMALL_STATE(501)] = 45075, - [SMALL_STATE(502)] = 45133, - [SMALL_STATE(503)] = 45243, - [SMALL_STATE(504)] = 45353, - [SMALL_STATE(505)] = 45411, - [SMALL_STATE(506)] = 45469, - [SMALL_STATE(507)] = 45579, - [SMALL_STATE(508)] = 45637, - [SMALL_STATE(509)] = 45695, - [SMALL_STATE(510)] = 45805, - [SMALL_STATE(511)] = 45863, - [SMALL_STATE(512)] = 45921, - [SMALL_STATE(513)] = 46031, - [SMALL_STATE(514)] = 46089, - [SMALL_STATE(515)] = 46167, - [SMALL_STATE(516)] = 46225, - [SMALL_STATE(517)] = 46335, - [SMALL_STATE(518)] = 46445, - [SMALL_STATE(519)] = 46503, - [SMALL_STATE(520)] = 46613, - [SMALL_STATE(521)] = 46671, - [SMALL_STATE(522)] = 46749, - [SMALL_STATE(523)] = 46807, - [SMALL_STATE(524)] = 46917, - [SMALL_STATE(525)] = 46975, - [SMALL_STATE(526)] = 47033, - [SMALL_STATE(527)] = 47143, - [SMALL_STATE(528)] = 47253, - [SMALL_STATE(529)] = 47311, - [SMALL_STATE(530)] = 47369, - [SMALL_STATE(531)] = 47427, - [SMALL_STATE(532)] = 47485, - [SMALL_STATE(533)] = 47563, - [SMALL_STATE(534)] = 47638, - [SMALL_STATE(535)] = 47715, - [SMALL_STATE(536)] = 47786, - [SMALL_STATE(537)] = 47843, - [SMALL_STATE(538)] = 47910, - [SMALL_STATE(539)] = 47987, - [SMALL_STATE(540)] = 48064, - [SMALL_STATE(541)] = 48125, - [SMALL_STATE(542)] = 48202, - [SMALL_STATE(543)] = 48267, - [SMALL_STATE(544)] = 48340, - [SMALL_STATE(545)] = 48417, - [SMALL_STATE(546)] = 48474, - [SMALL_STATE(547)] = 48551, - [SMALL_STATE(548)] = 48628, - [SMALL_STATE(549)] = 48705, - [SMALL_STATE(550)] = 48782, - [SMALL_STATE(551)] = 48837, - [SMALL_STATE(552)] = 48892, - [SMALL_STATE(553)] = 48947, - [SMALL_STATE(554)] = 49002, - [SMALL_STATE(555)] = 49055, - [SMALL_STATE(556)] = 49108, - [SMALL_STATE(557)] = 49161, - [SMALL_STATE(558)] = 49214, - [SMALL_STATE(559)] = 49267, - [SMALL_STATE(560)] = 49322, - [SMALL_STATE(561)] = 49372, - [SMALL_STATE(562)] = 49422, - [SMALL_STATE(563)] = 49472, - [SMALL_STATE(564)] = 49522, - [SMALL_STATE(565)] = 49576, - [SMALL_STATE(566)] = 49626, - [SMALL_STATE(567)] = 49680, - [SMALL_STATE(568)] = 49730, - [SMALL_STATE(569)] = 49780, - [SMALL_STATE(570)] = 49830, - [SMALL_STATE(571)] = 49880, - [SMALL_STATE(572)] = 49934, - [SMALL_STATE(573)] = 49984, - [SMALL_STATE(574)] = 50034, - [SMALL_STATE(575)] = 50084, - [SMALL_STATE(576)] = 50138, - [SMALL_STATE(577)] = 50192, - [SMALL_STATE(578)] = 50242, - [SMALL_STATE(579)] = 50292, - [SMALL_STATE(580)] = 50342, - [SMALL_STATE(581)] = 50392, - [SMALL_STATE(582)] = 50442, - [SMALL_STATE(583)] = 50491, - [SMALL_STATE(584)] = 50540, - [SMALL_STATE(585)] = 50589, - [SMALL_STATE(586)] = 50638, - [SMALL_STATE(587)] = 50687, - [SMALL_STATE(588)] = 50736, - [SMALL_STATE(589)] = 50787, - [SMALL_STATE(590)] = 50836, - [SMALL_STATE(591)] = 50885, - [SMALL_STATE(592)] = 50936, - [SMALL_STATE(593)] = 50987, - [SMALL_STATE(594)] = 51055, - [SMALL_STATE(595)] = 51119, - [SMALL_STATE(596)] = 51167, - [SMALL_STATE(597)] = 51215, - [SMALL_STATE(598)] = 51263, - [SMALL_STATE(599)] = 51311, - [SMALL_STATE(600)] = 51359, - [SMALL_STATE(601)] = 51407, - [SMALL_STATE(602)] = 51455, - [SMALL_STATE(603)] = 51503, - [SMALL_STATE(604)] = 51551, - [SMALL_STATE(605)] = 51599, - [SMALL_STATE(606)] = 51647, - [SMALL_STATE(607)] = 51695, - [SMALL_STATE(608)] = 51763, - [SMALL_STATE(609)] = 51811, - [SMALL_STATE(610)] = 51879, - [SMALL_STATE(611)] = 51927, - [SMALL_STATE(612)] = 51975, - [SMALL_STATE(613)] = 52023, - [SMALL_STATE(614)] = 52071, - [SMALL_STATE(615)] = 52119, - [SMALL_STATE(616)] = 52167, - [SMALL_STATE(617)] = 52215, - [SMALL_STATE(618)] = 52263, - [SMALL_STATE(619)] = 52311, - [SMALL_STATE(620)] = 52359, - [SMALL_STATE(621)] = 52427, - [SMALL_STATE(622)] = 52475, - [SMALL_STATE(623)] = 52523, - [SMALL_STATE(624)] = 52571, - [SMALL_STATE(625)] = 52619, - [SMALL_STATE(626)] = 52667, - [SMALL_STATE(627)] = 52715, - [SMALL_STATE(628)] = 52783, - [SMALL_STATE(629)] = 52831, - [SMALL_STATE(630)] = 52879, - [SMALL_STATE(631)] = 52931, - [SMALL_STATE(632)] = 52997, - [SMALL_STATE(633)] = 53045, - [SMALL_STATE(634)] = 53093, - [SMALL_STATE(635)] = 53155, - [SMALL_STATE(636)] = 53203, - [SMALL_STATE(637)] = 53261, - [SMALL_STATE(638)] = 53317, - [SMALL_STATE(639)] = 53365, - [SMALL_STATE(640)] = 53413, - [SMALL_STATE(641)] = 53481, - [SMALL_STATE(642)] = 53549, - [SMALL_STATE(643)] = 53597, - [SMALL_STATE(644)] = 53645, - [SMALL_STATE(645)] = 53693, - [SMALL_STATE(646)] = 53744, - [SMALL_STATE(647)] = 53795, - [SMALL_STATE(648)] = 53846, - [SMALL_STATE(649)] = 53892, - [SMALL_STATE(650)] = 53942, - [SMALL_STATE(651)] = 53992, - [SMALL_STATE(652)] = 54041, - [SMALL_STATE(653)] = 54086, - [SMALL_STATE(654)] = 54131, - [SMALL_STATE(655)] = 54176, - [SMALL_STATE(656)] = 54225, - [SMALL_STATE(657)] = 54276, - [SMALL_STATE(658)] = 54321, - [SMALL_STATE(659)] = 54366, - [SMALL_STATE(660)] = 54411, - [SMALL_STATE(661)] = 54460, - [SMALL_STATE(662)] = 54511, - [SMALL_STATE(663)] = 54556, - [SMALL_STATE(664)] = 54605, - [SMALL_STATE(665)] = 54650, - [SMALL_STATE(666)] = 54699, - [SMALL_STATE(667)] = 54744, - [SMALL_STATE(668)] = 54789, - [SMALL_STATE(669)] = 54834, - [SMALL_STATE(670)] = 54883, - [SMALL_STATE(671)] = 54928, - [SMALL_STATE(672)] = 55012, - [SMALL_STATE(673)] = 55056, - [SMALL_STATE(674)] = 55102, - [SMALL_STATE(675)] = 55186, - [SMALL_STATE(676)] = 55230, - [SMALL_STATE(677)] = 55274, - [SMALL_STATE(678)] = 55318, - [SMALL_STATE(679)] = 55362, - [SMALL_STATE(680)] = 55408, - [SMALL_STATE(681)] = 55454, - [SMALL_STATE(682)] = 55502, - [SMALL_STATE(683)] = 55546, - [SMALL_STATE(684)] = 55590, - [SMALL_STATE(685)] = 55636, - [SMALL_STATE(686)] = 55720, - [SMALL_STATE(687)] = 55804, - [SMALL_STATE(688)] = 55848, - [SMALL_STATE(689)] = 55892, - [SMALL_STATE(690)] = 55936, - [SMALL_STATE(691)] = 56020, - [SMALL_STATE(692)] = 56064, - [SMALL_STATE(693)] = 56108, - [SMALL_STATE(694)] = 56156, - [SMALL_STATE(695)] = 56204, - [SMALL_STATE(696)] = 56252, - [SMALL_STATE(697)] = 56336, - [SMALL_STATE(698)] = 56380, - [SMALL_STATE(699)] = 56464, - [SMALL_STATE(700)] = 56510, - [SMALL_STATE(701)] = 56556, - [SMALL_STATE(702)] = 56600, - [SMALL_STATE(703)] = 56646, - [SMALL_STATE(704)] = 56690, - [SMALL_STATE(705)] = 56738, - [SMALL_STATE(706)] = 56782, - [SMALL_STATE(707)] = 56826, - [SMALL_STATE(708)] = 56870, - [SMALL_STATE(709)] = 56918, - [SMALL_STATE(710)] = 56962, - [SMALL_STATE(711)] = 57006, - [SMALL_STATE(712)] = 57050, - [SMALL_STATE(713)] = 57093, - [SMALL_STATE(714)] = 57136, - [SMALL_STATE(715)] = 57179, - [SMALL_STATE(716)] = 57236, - [SMALL_STATE(717)] = 57279, - [SMALL_STATE(718)] = 57322, - [SMALL_STATE(719)] = 57365, - [SMALL_STATE(720)] = 57408, - [SMALL_STATE(721)] = 57451, - [SMALL_STATE(722)] = 57494, - [SMALL_STATE(723)] = 57537, - [SMALL_STATE(724)] = 57580, - [SMALL_STATE(725)] = 57623, - [SMALL_STATE(726)] = 57666, - [SMALL_STATE(727)] = 57709, - [SMALL_STATE(728)] = 57766, - [SMALL_STATE(729)] = 57809, - [SMALL_STATE(730)] = 57852, - [SMALL_STATE(731)] = 57895, - [SMALL_STATE(732)] = 57938, - [SMALL_STATE(733)] = 57981, - [SMALL_STATE(734)] = 58024, - [SMALL_STATE(735)] = 58067, - [SMALL_STATE(736)] = 58110, - [SMALL_STATE(737)] = 58153, - [SMALL_STATE(738)] = 58196, - [SMALL_STATE(739)] = 58253, - [SMALL_STATE(740)] = 58336, - [SMALL_STATE(741)] = 58379, - [SMALL_STATE(742)] = 58422, - [SMALL_STATE(743)] = 58465, - [SMALL_STATE(744)] = 58508, - [SMALL_STATE(745)] = 58551, - [SMALL_STATE(746)] = 58594, - [SMALL_STATE(747)] = 58637, - [SMALL_STATE(748)] = 58680, - [SMALL_STATE(749)] = 58723, - [SMALL_STATE(750)] = 58766, - [SMALL_STATE(751)] = 58823, - [SMALL_STATE(752)] = 58906, - [SMALL_STATE(753)] = 58949, - [SMALL_STATE(754)] = 58992, - [SMALL_STATE(755)] = 59035, - [SMALL_STATE(756)] = 59078, - [SMALL_STATE(757)] = 59121, - [SMALL_STATE(758)] = 59164, - [SMALL_STATE(759)] = 59207, - [SMALL_STATE(760)] = 59250, - [SMALL_STATE(761)] = 59293, - [SMALL_STATE(762)] = 59336, - [SMALL_STATE(763)] = 59379, - [SMALL_STATE(764)] = 59422, - [SMALL_STATE(765)] = 59465, - [SMALL_STATE(766)] = 59546, - [SMALL_STATE(767)] = 59629, - [SMALL_STATE(768)] = 59672, - [SMALL_STATE(769)] = 59715, - [SMALL_STATE(770)] = 59758, - [SMALL_STATE(771)] = 59801, - [SMALL_STATE(772)] = 59844, - [SMALL_STATE(773)] = 59887, - [SMALL_STATE(774)] = 59930, - [SMALL_STATE(775)] = 59973, - [SMALL_STATE(776)] = 60030, - [SMALL_STATE(777)] = 60073, - [SMALL_STATE(778)] = 60130, - [SMALL_STATE(779)] = 60173, - [SMALL_STATE(780)] = 60216, - [SMALL_STATE(781)] = 60259, - [SMALL_STATE(782)] = 60302, - [SMALL_STATE(783)] = 60345, - [SMALL_STATE(784)] = 60388, - [SMALL_STATE(785)] = 60431, - [SMALL_STATE(786)] = 60474, - [SMALL_STATE(787)] = 60517, - [SMALL_STATE(788)] = 60560, - [SMALL_STATE(789)] = 60603, - [SMALL_STATE(790)] = 60646, - [SMALL_STATE(791)] = 60689, - [SMALL_STATE(792)] = 60732, - [SMALL_STATE(793)] = 60775, - [SMALL_STATE(794)] = 60818, - [SMALL_STATE(795)] = 60861, - [SMALL_STATE(796)] = 60942, - [SMALL_STATE(797)] = 60985, - [SMALL_STATE(798)] = 61028, - [SMALL_STATE(799)] = 61071, - [SMALL_STATE(800)] = 61114, - [SMALL_STATE(801)] = 61157, - [SMALL_STATE(802)] = 61217, - [SMALL_STATE(803)] = 61277, - [SMALL_STATE(804)] = 61349, - [SMALL_STATE(805)] = 61421, - [SMALL_STATE(806)] = 61477, - [SMALL_STATE(807)] = 61549, - [SMALL_STATE(808)] = 61621, - [SMALL_STATE(809)] = 61693, - [SMALL_STATE(810)] = 61765, - [SMALL_STATE(811)] = 61825, - [SMALL_STATE(812)] = 61897, - [SMALL_STATE(813)] = 61957, - [SMALL_STATE(814)] = 62029, - [SMALL_STATE(815)] = 62073, - [SMALL_STATE(816)] = 62133, - [SMALL_STATE(817)] = 62205, - [SMALL_STATE(818)] = 62247, - [SMALL_STATE(819)] = 62293, - [SMALL_STATE(820)] = 62351, - [SMALL_STATE(821)] = 62407, - [SMALL_STATE(822)] = 62461, - [SMALL_STATE(823)] = 62513, - [SMALL_STATE(824)] = 62585, - [SMALL_STATE(825)] = 62635, - [SMALL_STATE(826)] = 62707, - [SMALL_STATE(827)] = 62779, - [SMALL_STATE(828)] = 62851, - [SMALL_STATE(829)] = 62907, - [SMALL_STATE(830)] = 62963, - [SMALL_STATE(831)] = 63035, - [SMALL_STATE(832)] = 63107, - [SMALL_STATE(833)] = 63184, - [SMALL_STATE(834)] = 63237, - [SMALL_STATE(835)] = 63290, - [SMALL_STATE(836)] = 63367, - [SMALL_STATE(837)] = 63444, - [SMALL_STATE(838)] = 63519, - [SMALL_STATE(839)] = 63592, - [SMALL_STATE(840)] = 63669, - [SMALL_STATE(841)] = 63722, - [SMALL_STATE(842)] = 63799, - [SMALL_STATE(843)] = 63874, - [SMALL_STATE(844)] = 63951, - [SMALL_STATE(845)] = 64028, - [SMALL_STATE(846)] = 64102, - [SMALL_STATE(847)] = 64176, - [SMALL_STATE(848)] = 64250, - [SMALL_STATE(849)] = 64324, - [SMALL_STATE(850)] = 64398, - [SMALL_STATE(851)] = 64472, - [SMALL_STATE(852)] = 64546, - [SMALL_STATE(853)] = 64620, - [SMALL_STATE(854)] = 64663, - [SMALL_STATE(855)] = 64726, - [SMALL_STATE(856)] = 64797, - [SMALL_STATE(857)] = 64860, - [SMALL_STATE(858)] = 64931, - [SMALL_STATE(859)] = 65002, - [SMALL_STATE(860)] = 65065, - [SMALL_STATE(861)] = 65136, - [SMALL_STATE(862)] = 65199, - [SMALL_STATE(863)] = 65256, - [SMALL_STATE(864)] = 65327, - [SMALL_STATE(865)] = 65398, - [SMALL_STATE(866)] = 65469, - [SMALL_STATE(867)] = 65532, - [SMALL_STATE(868)] = 65575, - [SMALL_STATE(869)] = 65646, - [SMALL_STATE(870)] = 65717, - [SMALL_STATE(871)] = 65760, - [SMALL_STATE(872)] = 65831, - [SMALL_STATE(873)] = 65902, - [SMALL_STATE(874)] = 65965, - [SMALL_STATE(875)] = 66036, - [SMALL_STATE(876)] = 66099, - [SMALL_STATE(877)] = 66170, - [SMALL_STATE(878)] = 66241, - [SMALL_STATE(879)] = 66312, - [SMALL_STATE(880)] = 66383, - [SMALL_STATE(881)] = 66454, - [SMALL_STATE(882)] = 66514, - [SMALL_STATE(883)] = 66580, - [SMALL_STATE(884)] = 66648, - [SMALL_STATE(885)] = 66714, - [SMALL_STATE(886)] = 66752, - [SMALL_STATE(887)] = 66790, - [SMALL_STATE(888)] = 66856, - [SMALL_STATE(889)] = 66898, - [SMALL_STATE(890)] = 66964, - [SMALL_STATE(891)] = 67024, - [SMALL_STATE(892)] = 67090, - [SMALL_STATE(893)] = 67156, - [SMALL_STATE(894)] = 67198, - [SMALL_STATE(895)] = 67258, - [SMALL_STATE(896)] = 67318, - [SMALL_STATE(897)] = 67378, - [SMALL_STATE(898)] = 67438, - [SMALL_STATE(899)] = 67476, - [SMALL_STATE(900)] = 67542, - [SMALL_STATE(901)] = 67580, - [SMALL_STATE(902)] = 67640, - [SMALL_STATE(903)] = 67678, - [SMALL_STATE(904)] = 67744, - [SMALL_STATE(905)] = 67782, - [SMALL_STATE(906)] = 67850, - [SMALL_STATE(907)] = 67910, - [SMALL_STATE(908)] = 67948, - [SMALL_STATE(909)] = 67990, - [SMALL_STATE(910)] = 68028, - [SMALL_STATE(911)] = 68070, - [SMALL_STATE(912)] = 68108, - [SMALL_STATE(913)] = 68146, - [SMALL_STATE(914)] = 68212, - [SMALL_STATE(915)] = 68278, - [SMALL_STATE(916)] = 68316, - [SMALL_STATE(917)] = 68382, - [SMALL_STATE(918)] = 68420, - [SMALL_STATE(919)] = 68486, - [SMALL_STATE(920)] = 68524, - [SMALL_STATE(921)] = 68562, - [SMALL_STATE(922)] = 68600, - [SMALL_STATE(923)] = 68666, - [SMALL_STATE(924)] = 68704, - [SMALL_STATE(925)] = 68751, - [SMALL_STATE(926)] = 68788, - [SMALL_STATE(927)] = 68825, - [SMALL_STATE(928)] = 68880, - [SMALL_STATE(929)] = 68943, - [SMALL_STATE(930)] = 68980, - [SMALL_STATE(931)] = 69043, - [SMALL_STATE(932)] = 69082, - [SMALL_STATE(933)] = 69147, - [SMALL_STATE(934)] = 69210, - [SMALL_STATE(935)] = 69271, - [SMALL_STATE(936)] = 69310, - [SMALL_STATE(937)] = 69347, - [SMALL_STATE(938)] = 69410, - [SMALL_STATE(939)] = 69449, - [SMALL_STATE(940)] = 69514, - [SMALL_STATE(941)] = 69559, - [SMALL_STATE(942)] = 69614, - [SMALL_STATE(943)] = 69677, - [SMALL_STATE(944)] = 69718, - [SMALL_STATE(945)] = 69773, - [SMALL_STATE(946)] = 69828, - [SMALL_STATE(947)] = 69883, - [SMALL_STATE(948)] = 69946, - [SMALL_STATE(949)] = 69999, - [SMALL_STATE(950)] = 70062, - [SMALL_STATE(951)] = 70113, - [SMALL_STATE(952)] = 70162, - [SMALL_STATE(953)] = 70225, - [SMALL_STATE(954)] = 70280, - [SMALL_STATE(955)] = 70335, - [SMALL_STATE(956)] = 70372, - [SMALL_STATE(957)] = 70435, - [SMALL_STATE(958)] = 70498, - [SMALL_STATE(959)] = 70561, - [SMALL_STATE(960)] = 70624, - [SMALL_STATE(961)] = 70661, - [SMALL_STATE(962)] = 70716, - [SMALL_STATE(963)] = 70753, - [SMALL_STATE(964)] = 70816, - [SMALL_STATE(965)] = 70881, - [SMALL_STATE(966)] = 70936, - [SMALL_STATE(967)] = 70973, - [SMALL_STATE(968)] = 71027, - [SMALL_STATE(969)] = 71081, - [SMALL_STATE(970)] = 71117, - [SMALL_STATE(971)] = 71153, - [SMALL_STATE(972)] = 71189, - [SMALL_STATE(973)] = 71243, - [SMALL_STATE(974)] = 71279, - [SMALL_STATE(975)] = 71333, - [SMALL_STATE(976)] = 71387, - [SMALL_STATE(977)] = 71447, - [SMALL_STATE(978)] = 71501, - [SMALL_STATE(979)] = 71537, - [SMALL_STATE(980)] = 71591, - [SMALL_STATE(981)] = 71651, - [SMALL_STATE(982)] = 71687, - [SMALL_STATE(983)] = 71741, - [SMALL_STATE(984)] = 71777, - [SMALL_STATE(985)] = 71825, - [SMALL_STATE(986)] = 71861, - [SMALL_STATE(987)] = 71915, - [SMALL_STATE(988)] = 71951, - [SMALL_STATE(989)] = 72011, - [SMALL_STATE(990)] = 72071, - [SMALL_STATE(991)] = 72131, - [SMALL_STATE(992)] = 72191, - [SMALL_STATE(993)] = 72237, - [SMALL_STATE(994)] = 72287, - [SMALL_STATE(995)] = 72347, - [SMALL_STATE(996)] = 72383, - [SMALL_STATE(997)] = 72437, - [SMALL_STATE(998)] = 72491, - [SMALL_STATE(999)] = 72545, - [SMALL_STATE(1000)] = 72599, - [SMALL_STATE(1001)] = 72653, - [SMALL_STATE(1002)] = 72707, - [SMALL_STATE(1003)] = 72747, - [SMALL_STATE(1004)] = 72801, - [SMALL_STATE(1005)] = 72861, - [SMALL_STATE(1006)] = 72913, - [SMALL_STATE(1007)] = 72973, - [SMALL_STATE(1008)] = 73027, - [SMALL_STATE(1009)] = 73081, - [SMALL_STATE(1010)] = 73135, - [SMALL_STATE(1011)] = 73189, - [SMALL_STATE(1012)] = 73243, - [SMALL_STATE(1013)] = 73303, - [SMALL_STATE(1014)] = 73357, - [SMALL_STATE(1015)] = 73411, - [SMALL_STATE(1016)] = 73447, - [SMALL_STATE(1017)] = 73501, - [SMALL_STATE(1018)] = 73545, - [SMALL_STATE(1019)] = 73599, - [SMALL_STATE(1020)] = 73653, - [SMALL_STATE(1021)] = 73713, - [SMALL_STATE(1022)] = 73767, - [SMALL_STATE(1023)] = 73821, - [SMALL_STATE(1024)] = 73857, - [SMALL_STATE(1025)] = 73895, - [SMALL_STATE(1026)] = 73955, - [SMALL_STATE(1027)] = 74009, - [SMALL_STATE(1028)] = 74069, - [SMALL_STATE(1029)] = 74109, - [SMALL_STATE(1030)] = 74163, - [SMALL_STATE(1031)] = 74199, - [SMALL_STATE(1032)] = 74259, - [SMALL_STATE(1033)] = 74319, - [SMALL_STATE(1034)] = 74355, - [SMALL_STATE(1035)] = 74415, - [SMALL_STATE(1036)] = 74451, - [SMALL_STATE(1037)] = 74505, - [SMALL_STATE(1038)] = 74565, - [SMALL_STATE(1039)] = 74619, - [SMALL_STATE(1040)] = 74655, - [SMALL_STATE(1041)] = 74715, - [SMALL_STATE(1042)] = 74751, - [SMALL_STATE(1043)] = 74787, - [SMALL_STATE(1044)] = 74841, - [SMALL_STATE(1045)] = 74877, - [SMALL_STATE(1046)] = 74913, - [SMALL_STATE(1047)] = 74967, - [SMALL_STATE(1048)] = 75003, - [SMALL_STATE(1049)] = 75063, - [SMALL_STATE(1050)] = 75120, - [SMALL_STATE(1051)] = 75177, - [SMALL_STATE(1052)] = 75234, - [SMALL_STATE(1053)] = 75271, - [SMALL_STATE(1054)] = 75328, - [SMALL_STATE(1055)] = 75363, - [SMALL_STATE(1056)] = 75420, - [SMALL_STATE(1057)] = 75477, - [SMALL_STATE(1058)] = 75534, - [SMALL_STATE(1059)] = 75591, - [SMALL_STATE(1060)] = 75628, - [SMALL_STATE(1061)] = 75685, - [SMALL_STATE(1062)] = 75742, - [SMALL_STATE(1063)] = 75776, - [SMALL_STATE(1064)] = 75814, - [SMALL_STATE(1065)] = 75848, - [SMALL_STATE(1066)] = 75882, - [SMALL_STATE(1067)] = 75916, - [SMALL_STATE(1068)] = 75950, - [SMALL_STATE(1069)] = 75984, - [SMALL_STATE(1070)] = 76018, - [SMALL_STATE(1071)] = 76052, - [SMALL_STATE(1072)] = 76086, - [SMALL_STATE(1073)] = 76120, - [SMALL_STATE(1074)] = 76154, - [SMALL_STATE(1075)] = 76188, - [SMALL_STATE(1076)] = 76222, - [SMALL_STATE(1077)] = 76256, - [SMALL_STATE(1078)] = 76290, - [SMALL_STATE(1079)] = 76324, - [SMALL_STATE(1080)] = 76358, - [SMALL_STATE(1081)] = 76392, - [SMALL_STATE(1082)] = 76426, - [SMALL_STATE(1083)] = 76474, - [SMALL_STATE(1084)] = 76520, - [SMALL_STATE(1085)] = 76554, - [SMALL_STATE(1086)] = 76598, - [SMALL_STATE(1087)] = 76640, - [SMALL_STATE(1088)] = 76674, - [SMALL_STATE(1089)] = 76724, - [SMALL_STATE(1090)] = 76758, - [SMALL_STATE(1091)] = 76792, - [SMALL_STATE(1092)] = 76826, - [SMALL_STATE(1093)] = 76876, - [SMALL_STATE(1094)] = 76910, - [SMALL_STATE(1095)] = 76952, - [SMALL_STATE(1096)] = 76986, - [SMALL_STATE(1097)] = 77018, - [SMALL_STATE(1098)] = 77052, - [SMALL_STATE(1099)] = 77086, - [SMALL_STATE(1100)] = 77124, - [SMALL_STATE(1101)] = 77172, - [SMALL_STATE(1102)] = 77222, - [SMALL_STATE(1103)] = 77268, - [SMALL_STATE(1104)] = 77312, - [SMALL_STATE(1105)] = 77346, - [SMALL_STATE(1106)] = 77393, - [SMALL_STATE(1107)] = 77440, - [SMALL_STATE(1108)] = 77487, - [SMALL_STATE(1109)] = 77534, - [SMALL_STATE(1110)] = 77581, - [SMALL_STATE(1111)] = 77628, - [SMALL_STATE(1112)] = 77672, - [SMALL_STATE(1113)] = 77700, - [SMALL_STATE(1114)] = 77744, - [SMALL_STATE(1115)] = 77788, - [SMALL_STATE(1116)] = 77832, - [SMALL_STATE(1117)] = 77876, - [SMALL_STATE(1118)] = 77920, - [SMALL_STATE(1119)] = 77946, - [SMALL_STATE(1120)] = 77990, - [SMALL_STATE(1121)] = 78034, - [SMALL_STATE(1122)] = 78078, - [SMALL_STATE(1123)] = 78108, - [SMALL_STATE(1124)] = 78152, - [SMALL_STATE(1125)] = 78195, - [SMALL_STATE(1126)] = 78238, - [SMALL_STATE(1127)] = 78279, - [SMALL_STATE(1128)] = 78304, - [SMALL_STATE(1129)] = 78345, - [SMALL_STATE(1130)] = 78386, - [SMALL_STATE(1131)] = 78427, - [SMALL_STATE(1132)] = 78468, - [SMALL_STATE(1133)] = 78509, - [SMALL_STATE(1134)] = 78538, - [SMALL_STATE(1135)] = 78579, - [SMALL_STATE(1136)] = 78620, - [SMALL_STATE(1137)] = 78663, - [SMALL_STATE(1138)] = 78704, - [SMALL_STATE(1139)] = 78745, - [SMALL_STATE(1140)] = 78786, - [SMALL_STATE(1141)] = 78824, - [SMALL_STATE(1142)] = 78862, - [SMALL_STATE(1143)] = 78902, - [SMALL_STATE(1144)] = 78940, - [SMALL_STATE(1145)] = 78978, - [SMALL_STATE(1146)] = 79016, - [SMALL_STATE(1147)] = 79054, - [SMALL_STATE(1148)] = 79094, - [SMALL_STATE(1149)] = 79132, - [SMALL_STATE(1150)] = 79170, - [SMALL_STATE(1151)] = 79208, - [SMALL_STATE(1152)] = 79246, - [SMALL_STATE(1153)] = 79284, - [SMALL_STATE(1154)] = 79322, - [SMALL_STATE(1155)] = 79360, - [SMALL_STATE(1156)] = 79398, - [SMALL_STATE(1157)] = 79422, - [SMALL_STATE(1158)] = 79446, - [SMALL_STATE(1159)] = 79484, - [SMALL_STATE(1160)] = 79522, - [SMALL_STATE(1161)] = 79546, - [SMALL_STATE(1162)] = 79586, - [SMALL_STATE(1163)] = 79624, - [SMALL_STATE(1164)] = 79648, - [SMALL_STATE(1165)] = 79672, - [SMALL_STATE(1166)] = 79712, - [SMALL_STATE(1167)] = 79750, - [SMALL_STATE(1168)] = 79788, - [SMALL_STATE(1169)] = 79828, - [SMALL_STATE(1170)] = 79866, - [SMALL_STATE(1171)] = 79904, - [SMALL_STATE(1172)] = 79942, - [SMALL_STATE(1173)] = 79980, - [SMALL_STATE(1174)] = 80020, - [SMALL_STATE(1175)] = 80058, - [SMALL_STATE(1176)] = 80096, - [SMALL_STATE(1177)] = 80120, - [SMALL_STATE(1178)] = 80160, - [SMALL_STATE(1179)] = 80198, - [SMALL_STATE(1180)] = 80222, - [SMALL_STATE(1181)] = 80246, - [SMALL_STATE(1182)] = 80284, - [SMALL_STATE(1183)] = 80322, - [SMALL_STATE(1184)] = 80346, - [SMALL_STATE(1185)] = 80370, - [SMALL_STATE(1186)] = 80394, - [SMALL_STATE(1187)] = 80418, - [SMALL_STATE(1188)] = 80456, - [SMALL_STATE(1189)] = 80479, - [SMALL_STATE(1190)] = 80502, - [SMALL_STATE(1191)] = 80525, - [SMALL_STATE(1192)] = 80548, - [SMALL_STATE(1193)] = 80571, - [SMALL_STATE(1194)] = 80594, - [SMALL_STATE(1195)] = 80617, - [SMALL_STATE(1196)] = 80640, - [SMALL_STATE(1197)] = 80663, - [SMALL_STATE(1198)] = 80686, - [SMALL_STATE(1199)] = 80723, - [SMALL_STATE(1200)] = 80746, - [SMALL_STATE(1201)] = 80769, - [SMALL_STATE(1202)] = 80806, - [SMALL_STATE(1203)] = 80829, - [SMALL_STATE(1204)] = 80852, - [SMALL_STATE(1205)] = 80879, - [SMALL_STATE(1206)] = 80902, - [SMALL_STATE(1207)] = 80925, - [SMALL_STATE(1208)] = 80948, - [SMALL_STATE(1209)] = 80971, - [SMALL_STATE(1210)] = 80994, - [SMALL_STATE(1211)] = 81017, - [SMALL_STATE(1212)] = 81044, - [SMALL_STATE(1213)] = 81067, - [SMALL_STATE(1214)] = 81094, - [SMALL_STATE(1215)] = 81117, - [SMALL_STATE(1216)] = 81140, - [SMALL_STATE(1217)] = 81167, - [SMALL_STATE(1218)] = 81190, - [SMALL_STATE(1219)] = 81213, - [SMALL_STATE(1220)] = 81236, - [SMALL_STATE(1221)] = 81273, - [SMALL_STATE(1222)] = 81296, - [SMALL_STATE(1223)] = 81333, - [SMALL_STATE(1224)] = 81356, - [SMALL_STATE(1225)] = 81384, - [SMALL_STATE(1226)] = 81412, - [SMALL_STATE(1227)] = 81436, - [SMALL_STATE(1228)] = 81461, - [SMALL_STATE(1229)] = 81482, - [SMALL_STATE(1230)] = 81503, - [SMALL_STATE(1231)] = 81544, - [SMALL_STATE(1232)] = 81565, - [SMALL_STATE(1233)] = 81606, - [SMALL_STATE(1234)] = 81627, - [SMALL_STATE(1235)] = 81648, - [SMALL_STATE(1236)] = 81689, - [SMALL_STATE(1237)] = 81714, - [SMALL_STATE(1238)] = 81739, - [SMALL_STATE(1239)] = 81780, - [SMALL_STATE(1240)] = 81805, - [SMALL_STATE(1241)] = 81830, - [SMALL_STATE(1242)] = 81855, - [SMALL_STATE(1243)] = 81876, - [SMALL_STATE(1244)] = 81897, - [SMALL_STATE(1245)] = 81918, - [SMALL_STATE(1246)] = 81939, - [SMALL_STATE(1247)] = 81980, - [SMALL_STATE(1248)] = 82021, - [SMALL_STATE(1249)] = 82042, - [SMALL_STATE(1250)] = 82062, - [SMALL_STATE(1251)] = 82096, - [SMALL_STATE(1252)] = 82116, - [SMALL_STATE(1253)] = 82138, - [SMALL_STATE(1254)] = 82160, - [SMALL_STATE(1255)] = 82194, - [SMALL_STATE(1256)] = 82216, - [SMALL_STATE(1257)] = 82236, - [SMALL_STATE(1258)] = 82274, - [SMALL_STATE(1259)] = 82294, - [SMALL_STATE(1260)] = 82315, - [SMALL_STATE(1261)] = 82334, - [SMALL_STATE(1262)] = 82353, - [SMALL_STATE(1263)] = 82372, - [SMALL_STATE(1264)] = 82391, - [SMALL_STATE(1265)] = 82410, - [SMALL_STATE(1266)] = 82429, - [SMALL_STATE(1267)] = 82448, - [SMALL_STATE(1268)] = 82467, - [SMALL_STATE(1269)] = 82486, - [SMALL_STATE(1270)] = 82505, - [SMALL_STATE(1271)] = 82524, - [SMALL_STATE(1272)] = 82543, - [SMALL_STATE(1273)] = 82562, - [SMALL_STATE(1274)] = 82581, - [SMALL_STATE(1275)] = 82600, - [SMALL_STATE(1276)] = 82619, - [SMALL_STATE(1277)] = 82638, - [SMALL_STATE(1278)] = 82657, - [SMALL_STATE(1279)] = 82680, - [SMALL_STATE(1280)] = 82699, - [SMALL_STATE(1281)] = 82718, - [SMALL_STATE(1282)] = 82739, - [SMALL_STATE(1283)] = 82766, - [SMALL_STATE(1284)] = 82785, - [SMALL_STATE(1285)] = 82804, - [SMALL_STATE(1286)] = 82823, - [SMALL_STATE(1287)] = 82842, - [SMALL_STATE(1288)] = 82861, - [SMALL_STATE(1289)] = 82880, - [SMALL_STATE(1290)] = 82899, - [SMALL_STATE(1291)] = 82918, - [SMALL_STATE(1292)] = 82950, - [SMALL_STATE(1293)] = 82968, - [SMALL_STATE(1294)] = 83000, - [SMALL_STATE(1295)] = 83018, - [SMALL_STATE(1296)] = 83050, - [SMALL_STATE(1297)] = 83070, - [SMALL_STATE(1298)] = 83088, - [SMALL_STATE(1299)] = 83117, - [SMALL_STATE(1300)] = 83146, - [SMALL_STATE(1301)] = 83175, - [SMALL_STATE(1302)] = 83204, - [SMALL_STATE(1303)] = 83221, - [SMALL_STATE(1304)] = 83250, - [SMALL_STATE(1305)] = 83279, - [SMALL_STATE(1306)] = 83308, - [SMALL_STATE(1307)] = 83332, - [SMALL_STATE(1308)] = 83354, - [SMALL_STATE(1309)] = 83378, - [SMALL_STATE(1310)] = 83404, - [SMALL_STATE(1311)] = 83426, - [SMALL_STATE(1312)] = 83448, - [SMALL_STATE(1313)] = 83468, - [SMALL_STATE(1314)] = 83492, - [SMALL_STATE(1315)] = 83514, - [SMALL_STATE(1316)] = 83536, - [SMALL_STATE(1317)] = 83558, - [SMALL_STATE(1318)] = 83580, - [SMALL_STATE(1319)] = 83602, - [SMALL_STATE(1320)] = 83626, - [SMALL_STATE(1321)] = 83648, - [SMALL_STATE(1322)] = 83672, - [SMALL_STATE(1323)] = 83694, - [SMALL_STATE(1324)] = 83712, - [SMALL_STATE(1325)] = 83734, - [SMALL_STATE(1326)] = 83756, - [SMALL_STATE(1327)] = 83778, - [SMALL_STATE(1328)] = 83802, - [SMALL_STATE(1329)] = 83824, - [SMALL_STATE(1330)] = 83848, - [SMALL_STATE(1331)] = 83870, - [SMALL_STATE(1332)] = 83892, - [SMALL_STATE(1333)] = 83914, - [SMALL_STATE(1334)] = 83936, - [SMALL_STATE(1335)] = 83958, - [SMALL_STATE(1336)] = 83980, - [SMALL_STATE(1337)] = 84004, - [SMALL_STATE(1338)] = 84026, - [SMALL_STATE(1339)] = 84048, - [SMALL_STATE(1340)] = 84070, - [SMALL_STATE(1341)] = 84092, - [SMALL_STATE(1342)] = 84114, - [SMALL_STATE(1343)] = 84138, - [SMALL_STATE(1344)] = 84162, - [SMALL_STATE(1345)] = 84186, - [SMALL_STATE(1346)] = 84210, - [SMALL_STATE(1347)] = 84232, - [SMALL_STATE(1348)] = 84254, - [SMALL_STATE(1349)] = 84275, - [SMALL_STATE(1350)] = 84296, - [SMALL_STATE(1351)] = 84319, - [SMALL_STATE(1352)] = 84338, - [SMALL_STATE(1353)] = 84361, - [SMALL_STATE(1354)] = 84380, - [SMALL_STATE(1355)] = 84399, - [SMALL_STATE(1356)] = 84420, - [SMALL_STATE(1357)] = 84441, - [SMALL_STATE(1358)] = 84460, - [SMALL_STATE(1359)] = 84479, - [SMALL_STATE(1360)] = 84500, - [SMALL_STATE(1361)] = 84523, - [SMALL_STATE(1362)] = 84544, - [SMALL_STATE(1363)] = 84565, - [SMALL_STATE(1364)] = 84586, - [SMALL_STATE(1365)] = 84605, - [SMALL_STATE(1366)] = 84624, - [SMALL_STATE(1367)] = 84643, - [SMALL_STATE(1368)] = 84666, - [SMALL_STATE(1369)] = 84689, - [SMALL_STATE(1370)] = 84710, - [SMALL_STATE(1371)] = 84729, - [SMALL_STATE(1372)] = 84748, - [SMALL_STATE(1373)] = 84771, - [SMALL_STATE(1374)] = 84785, - [SMALL_STATE(1375)] = 84805, - [SMALL_STATE(1376)] = 84825, - [SMALL_STATE(1377)] = 84843, - [SMALL_STATE(1378)] = 84859, - [SMALL_STATE(1379)] = 84879, - [SMALL_STATE(1380)] = 84897, - [SMALL_STATE(1381)] = 84915, - [SMALL_STATE(1382)] = 84931, - [SMALL_STATE(1383)] = 84951, - [SMALL_STATE(1384)] = 84967, - [SMALL_STATE(1385)] = 84987, - [SMALL_STATE(1386)] = 85007, - [SMALL_STATE(1387)] = 85025, - [SMALL_STATE(1388)] = 85045, - [SMALL_STATE(1389)] = 85065, - [SMALL_STATE(1390)] = 85083, - [SMALL_STATE(1391)] = 85099, - [SMALL_STATE(1392)] = 85119, - [SMALL_STATE(1393)] = 85139, - [SMALL_STATE(1394)] = 85157, - [SMALL_STATE(1395)] = 85177, - [SMALL_STATE(1396)] = 85197, - [SMALL_STATE(1397)] = 85215, - [SMALL_STATE(1398)] = 85235, - [SMALL_STATE(1399)] = 85253, - [SMALL_STATE(1400)] = 85273, - [SMALL_STATE(1401)] = 85291, - [SMALL_STATE(1402)] = 85309, - [SMALL_STATE(1403)] = 85325, - [SMALL_STATE(1404)] = 85345, - [SMALL_STATE(1405)] = 85363, - [SMALL_STATE(1406)] = 85381, - [SMALL_STATE(1407)] = 85399, - [SMALL_STATE(1408)] = 85417, - [SMALL_STATE(1409)] = 85435, - [SMALL_STATE(1410)] = 85453, - [SMALL_STATE(1411)] = 85471, - [SMALL_STATE(1412)] = 85489, - [SMALL_STATE(1413)] = 85503, - [SMALL_STATE(1414)] = 85521, - [SMALL_STATE(1415)] = 85539, - [SMALL_STATE(1416)] = 85557, - [SMALL_STATE(1417)] = 85575, - [SMALL_STATE(1418)] = 85591, - [SMALL_STATE(1419)] = 85611, - [SMALL_STATE(1420)] = 85627, - [SMALL_STATE(1421)] = 85643, - [SMALL_STATE(1422)] = 85661, - [SMALL_STATE(1423)] = 85679, - [SMALL_STATE(1424)] = 85697, - [SMALL_STATE(1425)] = 85717, - [SMALL_STATE(1426)] = 85735, - [SMALL_STATE(1427)] = 85755, - [SMALL_STATE(1428)] = 85775, - [SMALL_STATE(1429)] = 85795, - [SMALL_STATE(1430)] = 85815, - [SMALL_STATE(1431)] = 85833, - [SMALL_STATE(1432)] = 85850, - [SMALL_STATE(1433)] = 85863, - [SMALL_STATE(1434)] = 85880, - [SMALL_STATE(1435)] = 85897, - [SMALL_STATE(1436)] = 85914, - [SMALL_STATE(1437)] = 85931, - [SMALL_STATE(1438)] = 85948, - [SMALL_STATE(1439)] = 85965, - [SMALL_STATE(1440)] = 85982, - [SMALL_STATE(1441)] = 85995, - [SMALL_STATE(1442)] = 86012, - [SMALL_STATE(1443)] = 86029, - [SMALL_STATE(1444)] = 86046, - [SMALL_STATE(1445)] = 86063, - [SMALL_STATE(1446)] = 86080, - [SMALL_STATE(1447)] = 86097, - [SMALL_STATE(1448)] = 86114, - [SMALL_STATE(1449)] = 86131, - [SMALL_STATE(1450)] = 86148, - [SMALL_STATE(1451)] = 86165, - [SMALL_STATE(1452)] = 86182, - [SMALL_STATE(1453)] = 86199, - [SMALL_STATE(1454)] = 86216, - [SMALL_STATE(1455)] = 86233, - [SMALL_STATE(1456)] = 86250, - [SMALL_STATE(1457)] = 86267, - [SMALL_STATE(1458)] = 86284, - [SMALL_STATE(1459)] = 86301, - [SMALL_STATE(1460)] = 86318, - [SMALL_STATE(1461)] = 86335, - [SMALL_STATE(1462)] = 86352, - [SMALL_STATE(1463)] = 86369, - [SMALL_STATE(1464)] = 86386, - [SMALL_STATE(1465)] = 86403, - [SMALL_STATE(1466)] = 86420, - [SMALL_STATE(1467)] = 86437, - [SMALL_STATE(1468)] = 86454, - [SMALL_STATE(1469)] = 86471, - [SMALL_STATE(1470)] = 86488, - [SMALL_STATE(1471)] = 86505, - [SMALL_STATE(1472)] = 86522, - [SMALL_STATE(1473)] = 86539, - [SMALL_STATE(1474)] = 86556, - [SMALL_STATE(1475)] = 86573, - [SMALL_STATE(1476)] = 86590, - [SMALL_STATE(1477)] = 86607, - [SMALL_STATE(1478)] = 86624, - [SMALL_STATE(1479)] = 86641, - [SMALL_STATE(1480)] = 86658, - [SMALL_STATE(1481)] = 86675, - [SMALL_STATE(1482)] = 86692, - [SMALL_STATE(1483)] = 86709, - [SMALL_STATE(1484)] = 86726, - [SMALL_STATE(1485)] = 86743, - [SMALL_STATE(1486)] = 86760, - [SMALL_STATE(1487)] = 86777, - [SMALL_STATE(1488)] = 86794, - [SMALL_STATE(1489)] = 86811, - [SMALL_STATE(1490)] = 86824, - [SMALL_STATE(1491)] = 86841, - [SMALL_STATE(1492)] = 86854, - [SMALL_STATE(1493)] = 86871, - [SMALL_STATE(1494)] = 86888, - [SMALL_STATE(1495)] = 86905, - [SMALL_STATE(1496)] = 86922, - [SMALL_STATE(1497)] = 86939, - [SMALL_STATE(1498)] = 86956, - [SMALL_STATE(1499)] = 86973, - [SMALL_STATE(1500)] = 86990, - [SMALL_STATE(1501)] = 87007, - [SMALL_STATE(1502)] = 87024, - [SMALL_STATE(1503)] = 87041, - [SMALL_STATE(1504)] = 87056, - [SMALL_STATE(1505)] = 87069, - [SMALL_STATE(1506)] = 87086, - [SMALL_STATE(1507)] = 87103, - [SMALL_STATE(1508)] = 87120, - [SMALL_STATE(1509)] = 87133, - [SMALL_STATE(1510)] = 87150, - [SMALL_STATE(1511)] = 87167, - [SMALL_STATE(1512)] = 87184, - [SMALL_STATE(1513)] = 87201, - [SMALL_STATE(1514)] = 87218, - [SMALL_STATE(1515)] = 87231, - [SMALL_STATE(1516)] = 87248, - [SMALL_STATE(1517)] = 87265, - [SMALL_STATE(1518)] = 87282, - [SMALL_STATE(1519)] = 87299, - [SMALL_STATE(1520)] = 87316, - [SMALL_STATE(1521)] = 87333, - [SMALL_STATE(1522)] = 87346, - [SMALL_STATE(1523)] = 87363, - [SMALL_STATE(1524)] = 87380, - [SMALL_STATE(1525)] = 87397, - [SMALL_STATE(1526)] = 87410, - [SMALL_STATE(1527)] = 87427, - [SMALL_STATE(1528)] = 87444, - [SMALL_STATE(1529)] = 87461, - [SMALL_STATE(1530)] = 87474, - [SMALL_STATE(1531)] = 87491, - [SMALL_STATE(1532)] = 87504, - [SMALL_STATE(1533)] = 87517, - [SMALL_STATE(1534)] = 87530, - [SMALL_STATE(1535)] = 87543, - [SMALL_STATE(1536)] = 87560, - [SMALL_STATE(1537)] = 87577, - [SMALL_STATE(1538)] = 87590, - [SMALL_STATE(1539)] = 87607, - [SMALL_STATE(1540)] = 87624, - [SMALL_STATE(1541)] = 87637, - [SMALL_STATE(1542)] = 87654, - [SMALL_STATE(1543)] = 87671, - [SMALL_STATE(1544)] = 87688, - [SMALL_STATE(1545)] = 87705, - [SMALL_STATE(1546)] = 87722, - [SMALL_STATE(1547)] = 87739, - [SMALL_STATE(1548)] = 87756, - [SMALL_STATE(1549)] = 87773, - [SMALL_STATE(1550)] = 87790, - [SMALL_STATE(1551)] = 87807, - [SMALL_STATE(1552)] = 87824, - [SMALL_STATE(1553)] = 87841, - [SMALL_STATE(1554)] = 87858, - [SMALL_STATE(1555)] = 87875, - [SMALL_STATE(1556)] = 87890, - [SMALL_STATE(1557)] = 87907, - [SMALL_STATE(1558)] = 87922, - [SMALL_STATE(1559)] = 87939, - [SMALL_STATE(1560)] = 87956, - [SMALL_STATE(1561)] = 87971, - [SMALL_STATE(1562)] = 87988, - [SMALL_STATE(1563)] = 88003, - [SMALL_STATE(1564)] = 88020, - [SMALL_STATE(1565)] = 88033, - [SMALL_STATE(1566)] = 88050, - [SMALL_STATE(1567)] = 88067, - [SMALL_STATE(1568)] = 88084, - [SMALL_STATE(1569)] = 88101, - [SMALL_STATE(1570)] = 88118, - [SMALL_STATE(1571)] = 88135, - [SMALL_STATE(1572)] = 88152, - [SMALL_STATE(1573)] = 88169, - [SMALL_STATE(1574)] = 88186, - [SMALL_STATE(1575)] = 88203, - [SMALL_STATE(1576)] = 88220, - [SMALL_STATE(1577)] = 88237, - [SMALL_STATE(1578)] = 88250, - [SMALL_STATE(1579)] = 88267, - [SMALL_STATE(1580)] = 88280, - [SMALL_STATE(1581)] = 88297, - [SMALL_STATE(1582)] = 88314, - [SMALL_STATE(1583)] = 88327, - [SMALL_STATE(1584)] = 88344, - [SMALL_STATE(1585)] = 88361, - [SMALL_STATE(1586)] = 88374, - [SMALL_STATE(1587)] = 88391, - [SMALL_STATE(1588)] = 88404, - [SMALL_STATE(1589)] = 88421, - [SMALL_STATE(1590)] = 88438, - [SMALL_STATE(1591)] = 88455, - [SMALL_STATE(1592)] = 88472, - [SMALL_STATE(1593)] = 88489, - [SMALL_STATE(1594)] = 88506, - [SMALL_STATE(1595)] = 88523, - [SMALL_STATE(1596)] = 88536, - [SMALL_STATE(1597)] = 88553, - [SMALL_STATE(1598)] = 88570, - [SMALL_STATE(1599)] = 88585, - [SMALL_STATE(1600)] = 88600, - [SMALL_STATE(1601)] = 88613, - [SMALL_STATE(1602)] = 88630, - [SMALL_STATE(1603)] = 88647, - [SMALL_STATE(1604)] = 88664, - [SMALL_STATE(1605)] = 88681, - [SMALL_STATE(1606)] = 88698, - [SMALL_STATE(1607)] = 88715, - [SMALL_STATE(1608)] = 88732, - [SMALL_STATE(1609)] = 88749, - [SMALL_STATE(1610)] = 88766, - [SMALL_STATE(1611)] = 88783, - [SMALL_STATE(1612)] = 88800, - [SMALL_STATE(1613)] = 88817, - [SMALL_STATE(1614)] = 88830, - [SMALL_STATE(1615)] = 88847, - [SMALL_STATE(1616)] = 88860, - [SMALL_STATE(1617)] = 88877, - [SMALL_STATE(1618)] = 88894, - [SMALL_STATE(1619)] = 88907, - [SMALL_STATE(1620)] = 88924, - [SMALL_STATE(1621)] = 88937, - [SMALL_STATE(1622)] = 88954, - [SMALL_STATE(1623)] = 88971, - [SMALL_STATE(1624)] = 88988, - [SMALL_STATE(1625)] = 89005, - [SMALL_STATE(1626)] = 89017, - [SMALL_STATE(1627)] = 89029, - [SMALL_STATE(1628)] = 89043, - [SMALL_STATE(1629)] = 89057, - [SMALL_STATE(1630)] = 89071, - [SMALL_STATE(1631)] = 89085, - [SMALL_STATE(1632)] = 89099, - [SMALL_STATE(1633)] = 89113, - [SMALL_STATE(1634)] = 89127, - [SMALL_STATE(1635)] = 89141, - [SMALL_STATE(1636)] = 89155, - [SMALL_STATE(1637)] = 89169, - [SMALL_STATE(1638)] = 89183, - [SMALL_STATE(1639)] = 89197, - [SMALL_STATE(1640)] = 89211, - [SMALL_STATE(1641)] = 89225, - [SMALL_STATE(1642)] = 89239, - [SMALL_STATE(1643)] = 89253, - [SMALL_STATE(1644)] = 89267, - [SMALL_STATE(1645)] = 89281, - [SMALL_STATE(1646)] = 89295, - [SMALL_STATE(1647)] = 89309, - [SMALL_STATE(1648)] = 89323, - [SMALL_STATE(1649)] = 89337, - [SMALL_STATE(1650)] = 89351, - [SMALL_STATE(1651)] = 89365, - [SMALL_STATE(1652)] = 89379, - [SMALL_STATE(1653)] = 89393, - [SMALL_STATE(1654)] = 89407, - [SMALL_STATE(1655)] = 89421, - [SMALL_STATE(1656)] = 89435, - [SMALL_STATE(1657)] = 89449, - [SMALL_STATE(1658)] = 89463, - [SMALL_STATE(1659)] = 89477, - [SMALL_STATE(1660)] = 89491, - [SMALL_STATE(1661)] = 89503, - [SMALL_STATE(1662)] = 89517, - [SMALL_STATE(1663)] = 89531, - [SMALL_STATE(1664)] = 89545, - [SMALL_STATE(1665)] = 89559, - [SMALL_STATE(1666)] = 89573, - [SMALL_STATE(1667)] = 89587, - [SMALL_STATE(1668)] = 89601, - [SMALL_STATE(1669)] = 89615, - [SMALL_STATE(1670)] = 89629, - [SMALL_STATE(1671)] = 89643, - [SMALL_STATE(1672)] = 89657, - [SMALL_STATE(1673)] = 89669, - [SMALL_STATE(1674)] = 89683, - [SMALL_STATE(1675)] = 89697, - [SMALL_STATE(1676)] = 89711, - [SMALL_STATE(1677)] = 89725, - [SMALL_STATE(1678)] = 89739, - [SMALL_STATE(1679)] = 89753, - [SMALL_STATE(1680)] = 89767, - [SMALL_STATE(1681)] = 89781, - [SMALL_STATE(1682)] = 89795, - [SMALL_STATE(1683)] = 89809, - [SMALL_STATE(1684)] = 89823, - [SMALL_STATE(1685)] = 89837, - [SMALL_STATE(1686)] = 89851, - [SMALL_STATE(1687)] = 89865, - [SMALL_STATE(1688)] = 89877, - [SMALL_STATE(1689)] = 89891, - [SMALL_STATE(1690)] = 89905, - [SMALL_STATE(1691)] = 89919, - [SMALL_STATE(1692)] = 89933, - [SMALL_STATE(1693)] = 89947, - [SMALL_STATE(1694)] = 89961, - [SMALL_STATE(1695)] = 89973, - [SMALL_STATE(1696)] = 89987, - [SMALL_STATE(1697)] = 89999, - [SMALL_STATE(1698)] = 90013, - [SMALL_STATE(1699)] = 90025, - [SMALL_STATE(1700)] = 90039, - [SMALL_STATE(1701)] = 90051, - [SMALL_STATE(1702)] = 90063, - [SMALL_STATE(1703)] = 90077, - [SMALL_STATE(1704)] = 90089, - [SMALL_STATE(1705)] = 90103, - [SMALL_STATE(1706)] = 90115, - [SMALL_STATE(1707)] = 90129, - [SMALL_STATE(1708)] = 90141, - [SMALL_STATE(1709)] = 90153, - [SMALL_STATE(1710)] = 90165, - [SMALL_STATE(1711)] = 90177, - [SMALL_STATE(1712)] = 90189, - [SMALL_STATE(1713)] = 90203, - [SMALL_STATE(1714)] = 90215, - [SMALL_STATE(1715)] = 90227, - [SMALL_STATE(1716)] = 90241, - [SMALL_STATE(1717)] = 90253, - [SMALL_STATE(1718)] = 90267, - [SMALL_STATE(1719)] = 90281, - [SMALL_STATE(1720)] = 90293, - [SMALL_STATE(1721)] = 90305, - [SMALL_STATE(1722)] = 90317, - [SMALL_STATE(1723)] = 90331, - [SMALL_STATE(1724)] = 90343, - [SMALL_STATE(1725)] = 90355, - [SMALL_STATE(1726)] = 90369, - [SMALL_STATE(1727)] = 90383, - [SMALL_STATE(1728)] = 90397, - [SMALL_STATE(1729)] = 90409, - [SMALL_STATE(1730)] = 90421, - [SMALL_STATE(1731)] = 90435, - [SMALL_STATE(1732)] = 90447, - [SMALL_STATE(1733)] = 90461, - [SMALL_STATE(1734)] = 90473, - [SMALL_STATE(1735)] = 90485, - [SMALL_STATE(1736)] = 90497, - [SMALL_STATE(1737)] = 90509, - [SMALL_STATE(1738)] = 90523, - [SMALL_STATE(1739)] = 90537, - [SMALL_STATE(1740)] = 90551, - [SMALL_STATE(1741)] = 90563, - [SMALL_STATE(1742)] = 90577, - [SMALL_STATE(1743)] = 90591, - [SMALL_STATE(1744)] = 90605, - [SMALL_STATE(1745)] = 90617, - [SMALL_STATE(1746)] = 90629, - [SMALL_STATE(1747)] = 90641, - [SMALL_STATE(1748)] = 90655, - [SMALL_STATE(1749)] = 90669, - [SMALL_STATE(1750)] = 90681, - [SMALL_STATE(1751)] = 90693, - [SMALL_STATE(1752)] = 90705, - [SMALL_STATE(1753)] = 90717, - [SMALL_STATE(1754)] = 90729, - [SMALL_STATE(1755)] = 90741, - [SMALL_STATE(1756)] = 90753, - [SMALL_STATE(1757)] = 90765, - [SMALL_STATE(1758)] = 90777, - [SMALL_STATE(1759)] = 90789, - [SMALL_STATE(1760)] = 90801, - [SMALL_STATE(1761)] = 90815, - [SMALL_STATE(1762)] = 90829, - [SMALL_STATE(1763)] = 90841, - [SMALL_STATE(1764)] = 90853, - [SMALL_STATE(1765)] = 90867, - [SMALL_STATE(1766)] = 90879, - [SMALL_STATE(1767)] = 90891, - [SMALL_STATE(1768)] = 90905, - [SMALL_STATE(1769)] = 90917, - [SMALL_STATE(1770)] = 90929, - [SMALL_STATE(1771)] = 90943, - [SMALL_STATE(1772)] = 90957, - [SMALL_STATE(1773)] = 90971, - [SMALL_STATE(1774)] = 90985, - [SMALL_STATE(1775)] = 90999, - [SMALL_STATE(1776)] = 91013, - [SMALL_STATE(1777)] = 91024, - [SMALL_STATE(1778)] = 91035, - [SMALL_STATE(1779)] = 91046, - [SMALL_STATE(1780)] = 91057, - [SMALL_STATE(1781)] = 91068, - [SMALL_STATE(1782)] = 91079, - [SMALL_STATE(1783)] = 91090, - [SMALL_STATE(1784)] = 91101, - [SMALL_STATE(1785)] = 91112, - [SMALL_STATE(1786)] = 91123, - [SMALL_STATE(1787)] = 91134, - [SMALL_STATE(1788)] = 91145, - [SMALL_STATE(1789)] = 91156, - [SMALL_STATE(1790)] = 91167, - [SMALL_STATE(1791)] = 91178, - [SMALL_STATE(1792)] = 91189, - [SMALL_STATE(1793)] = 91200, - [SMALL_STATE(1794)] = 91211, - [SMALL_STATE(1795)] = 91222, - [SMALL_STATE(1796)] = 91233, - [SMALL_STATE(1797)] = 91244, - [SMALL_STATE(1798)] = 91255, - [SMALL_STATE(1799)] = 91266, - [SMALL_STATE(1800)] = 91277, - [SMALL_STATE(1801)] = 91288, - [SMALL_STATE(1802)] = 91299, - [SMALL_STATE(1803)] = 91310, - [SMALL_STATE(1804)] = 91321, - [SMALL_STATE(1805)] = 91332, - [SMALL_STATE(1806)] = 91343, - [SMALL_STATE(1807)] = 91354, - [SMALL_STATE(1808)] = 91365, - [SMALL_STATE(1809)] = 91376, - [SMALL_STATE(1810)] = 91387, - [SMALL_STATE(1811)] = 91398, - [SMALL_STATE(1812)] = 91409, - [SMALL_STATE(1813)] = 91420, - [SMALL_STATE(1814)] = 91431, - [SMALL_STATE(1815)] = 91442, - [SMALL_STATE(1816)] = 91453, - [SMALL_STATE(1817)] = 91464, - [SMALL_STATE(1818)] = 91475, - [SMALL_STATE(1819)] = 91486, - [SMALL_STATE(1820)] = 91497, - [SMALL_STATE(1821)] = 91508, - [SMALL_STATE(1822)] = 91519, - [SMALL_STATE(1823)] = 91530, - [SMALL_STATE(1824)] = 91541, - [SMALL_STATE(1825)] = 91552, - [SMALL_STATE(1826)] = 91563, - [SMALL_STATE(1827)] = 91574, - [SMALL_STATE(1828)] = 91585, - [SMALL_STATE(1829)] = 91596, - [SMALL_STATE(1830)] = 91607, - [SMALL_STATE(1831)] = 91618, - [SMALL_STATE(1832)] = 91629, - [SMALL_STATE(1833)] = 91640, - [SMALL_STATE(1834)] = 91651, - [SMALL_STATE(1835)] = 91662, - [SMALL_STATE(1836)] = 91673, - [SMALL_STATE(1837)] = 91684, - [SMALL_STATE(1838)] = 91695, - [SMALL_STATE(1839)] = 91706, - [SMALL_STATE(1840)] = 91717, - [SMALL_STATE(1841)] = 91728, - [SMALL_STATE(1842)] = 91739, - [SMALL_STATE(1843)] = 91750, - [SMALL_STATE(1844)] = 91761, - [SMALL_STATE(1845)] = 91772, - [SMALL_STATE(1846)] = 91783, - [SMALL_STATE(1847)] = 91794, - [SMALL_STATE(1848)] = 91805, - [SMALL_STATE(1849)] = 91816, - [SMALL_STATE(1850)] = 91827, - [SMALL_STATE(1851)] = 91838, - [SMALL_STATE(1852)] = 91849, - [SMALL_STATE(1853)] = 91860, - [SMALL_STATE(1854)] = 91871, - [SMALL_STATE(1855)] = 91882, - [SMALL_STATE(1856)] = 91893, - [SMALL_STATE(1857)] = 91904, - [SMALL_STATE(1858)] = 91915, - [SMALL_STATE(1859)] = 91926, - [SMALL_STATE(1860)] = 91937, - [SMALL_STATE(1861)] = 91948, - [SMALL_STATE(1862)] = 91959, - [SMALL_STATE(1863)] = 91970, - [SMALL_STATE(1864)] = 91981, - [SMALL_STATE(1865)] = 91992, - [SMALL_STATE(1866)] = 92003, - [SMALL_STATE(1867)] = 92014, - [SMALL_STATE(1868)] = 92025, - [SMALL_STATE(1869)] = 92036, - [SMALL_STATE(1870)] = 92047, - [SMALL_STATE(1871)] = 92058, - [SMALL_STATE(1872)] = 92069, - [SMALL_STATE(1873)] = 92080, - [SMALL_STATE(1874)] = 92091, - [SMALL_STATE(1875)] = 92102, - [SMALL_STATE(1876)] = 92113, - [SMALL_STATE(1877)] = 92124, - [SMALL_STATE(1878)] = 92135, - [SMALL_STATE(1879)] = 92146, - [SMALL_STATE(1880)] = 92157, - [SMALL_STATE(1881)] = 92168, - [SMALL_STATE(1882)] = 92179, - [SMALL_STATE(1883)] = 92190, - [SMALL_STATE(1884)] = 92201, - [SMALL_STATE(1885)] = 92212, - [SMALL_STATE(1886)] = 92223, - [SMALL_STATE(1887)] = 92234, - [SMALL_STATE(1888)] = 92245, - [SMALL_STATE(1889)] = 92256, - [SMALL_STATE(1890)] = 92267, - [SMALL_STATE(1891)] = 92278, - [SMALL_STATE(1892)] = 92289, - [SMALL_STATE(1893)] = 92300, - [SMALL_STATE(1894)] = 92311, - [SMALL_STATE(1895)] = 92322, - [SMALL_STATE(1896)] = 92333, - [SMALL_STATE(1897)] = 92344, - [SMALL_STATE(1898)] = 92355, - [SMALL_STATE(1899)] = 92366, - [SMALL_STATE(1900)] = 92377, - [SMALL_STATE(1901)] = 92388, - [SMALL_STATE(1902)] = 92399, - [SMALL_STATE(1903)] = 92410, - [SMALL_STATE(1904)] = 92421, - [SMALL_STATE(1905)] = 92432, - [SMALL_STATE(1906)] = 92443, - [SMALL_STATE(1907)] = 92454, - [SMALL_STATE(1908)] = 92465, - [SMALL_STATE(1909)] = 92476, - [SMALL_STATE(1910)] = 92487, - [SMALL_STATE(1911)] = 92498, - [SMALL_STATE(1912)] = 92509, - [SMALL_STATE(1913)] = 92520, - [SMALL_STATE(1914)] = 92531, - [SMALL_STATE(1915)] = 92542, - [SMALL_STATE(1916)] = 92553, - [SMALL_STATE(1917)] = 92564, - [SMALL_STATE(1918)] = 92575, - [SMALL_STATE(1919)] = 92586, + [SMALL_STATE(85)] = 5737, + [SMALL_STATE(86)] = 5803, + [SMALL_STATE(87)] = 5869, + [SMALL_STATE(88)] = 5957, + [SMALL_STATE(89)] = 6023, + [SMALL_STATE(90)] = 6109, + [SMALL_STATE(91)] = 6175, + [SMALL_STATE(92)] = 6241, + [SMALL_STATE(93)] = 6327, + [SMALL_STATE(94)] = 6393, + [SMALL_STATE(95)] = 6459, + [SMALL_STATE(96)] = 6525, + [SMALL_STATE(97)] = 6591, + [SMALL_STATE(98)] = 6657, + [SMALL_STATE(99)] = 6723, + [SMALL_STATE(100)] = 6805, + [SMALL_STATE(101)] = 6871, + [SMALL_STATE(102)] = 6955, + [SMALL_STATE(103)] = 7041, + [SMALL_STATE(104)] = 7107, + [SMALL_STATE(105)] = 7177, + [SMALL_STATE(106)] = 7243, + [SMALL_STATE(107)] = 7323, + [SMALL_STATE(108)] = 7389, + [SMALL_STATE(109)] = 7465, + [SMALL_STATE(110)] = 7539, + [SMALL_STATE(111)] = 7605, + [SMALL_STATE(112)] = 7671, + [SMALL_STATE(113)] = 7737, + [SMALL_STATE(114)] = 7803, + [SMALL_STATE(115)] = 7869, + [SMALL_STATE(116)] = 7935, + [SMALL_STATE(117)] = 8001, + [SMALL_STATE(118)] = 8069, + [SMALL_STATE(119)] = 8137, + [SMALL_STATE(120)] = 8223, + [SMALL_STATE(121)] = 8309, + [SMALL_STATE(122)] = 8375, + [SMALL_STATE(123)] = 8441, + [SMALL_STATE(124)] = 8507, + [SMALL_STATE(125)] = 8573, + [SMALL_STATE(126)] = 8639, + [SMALL_STATE(127)] = 8705, + [SMALL_STATE(128)] = 8771, + [SMALL_STATE(129)] = 8836, + [SMALL_STATE(130)] = 8901, + [SMALL_STATE(131)] = 8986, + [SMALL_STATE(132)] = 9051, + [SMALL_STATE(133)] = 9124, + [SMALL_STATE(134)] = 9209, + [SMALL_STATE(135)] = 9284, + [SMALL_STATE(136)] = 9363, + [SMALL_STATE(137)] = 9444, + [SMALL_STATE(138)] = 9509, + [SMALL_STATE(139)] = 9592, + [SMALL_STATE(140)] = 9661, + [SMALL_STATE(141)] = 9726, + [SMALL_STATE(142)] = 9811, + [SMALL_STATE(143)] = 9876, + [SMALL_STATE(144)] = 9941, + [SMALL_STATE(145)] = 10006, + [SMALL_STATE(146)] = 10071, + [SMALL_STATE(147)] = 10136, + [SMALL_STATE(148)] = 10221, + [SMALL_STATE(149)] = 10306, + [SMALL_STATE(150)] = 10371, + [SMALL_STATE(151)] = 10456, + [SMALL_STATE(152)] = 10521, + [SMALL_STATE(153)] = 10586, + [SMALL_STATE(154)] = 10651, + [SMALL_STATE(155)] = 10716, + [SMALL_STATE(156)] = 10801, + [SMALL_STATE(157)] = 10866, + [SMALL_STATE(158)] = 10951, + [SMALL_STATE(159)] = 11036, + [SMALL_STATE(160)] = 11121, + [SMALL_STATE(161)] = 11186, + [SMALL_STATE(162)] = 11251, + [SMALL_STATE(163)] = 11316, + [SMALL_STATE(164)] = 11381, + [SMALL_STATE(165)] = 11507, + [SMALL_STATE(166)] = 11633, + [SMALL_STATE(167)] = 11697, + [SMALL_STATE(168)] = 11761, + [SMALL_STATE(169)] = 11887, + [SMALL_STATE(170)] = 11951, + [SMALL_STATE(171)] = 12077, + [SMALL_STATE(172)] = 12203, + [SMALL_STATE(173)] = 12267, + [SMALL_STATE(174)] = 12393, + [SMALL_STATE(175)] = 12519, + [SMALL_STATE(176)] = 12642, + [SMALL_STATE(177)] = 12765, + [SMALL_STATE(178)] = 12888, + [SMALL_STATE(179)] = 13011, + [SMALL_STATE(180)] = 13134, + [SMALL_STATE(181)] = 13257, + [SMALL_STATE(182)] = 13380, + [SMALL_STATE(183)] = 13503, + [SMALL_STATE(184)] = 13626, + [SMALL_STATE(185)] = 13749, + [SMALL_STATE(186)] = 13872, + [SMALL_STATE(187)] = 13995, + [SMALL_STATE(188)] = 14118, + [SMALL_STATE(189)] = 14241, + [SMALL_STATE(190)] = 14364, + [SMALL_STATE(191)] = 14487, + [SMALL_STATE(192)] = 14610, + [SMALL_STATE(193)] = 14733, + [SMALL_STATE(194)] = 14856, + [SMALL_STATE(195)] = 14979, + [SMALL_STATE(196)] = 15046, + [SMALL_STATE(197)] = 15169, + [SMALL_STATE(198)] = 15287, + [SMALL_STATE(199)] = 15349, + [SMALL_STATE(200)] = 15415, + [SMALL_STATE(201)] = 15481, + [SMALL_STATE(202)] = 15543, + [SMALL_STATE(203)] = 15605, + [SMALL_STATE(204)] = 15667, + [SMALL_STATE(205)] = 15729, + [SMALL_STATE(206)] = 15791, + [SMALL_STATE(207)] = 15853, + [SMALL_STATE(208)] = 15915, + [SMALL_STATE(209)] = 15977, + [SMALL_STATE(210)] = 16039, + [SMALL_STATE(211)] = 16159, + [SMALL_STATE(212)] = 16221, + [SMALL_STATE(213)] = 16283, + [SMALL_STATE(214)] = 16345, + [SMALL_STATE(215)] = 16406, + [SMALL_STATE(216)] = 16467, + [SMALL_STATE(217)] = 16530, + [SMALL_STATE(218)] = 16593, + [SMALL_STATE(219)] = 16656, + [SMALL_STATE(220)] = 16717, + [SMALL_STATE(221)] = 16778, + [SMALL_STATE(222)] = 16839, + [SMALL_STATE(223)] = 16900, + [SMALL_STATE(224)] = 16961, + [SMALL_STATE(225)] = 17026, + [SMALL_STATE(226)] = 17087, + [SMALL_STATE(227)] = 17147, + [SMALL_STATE(228)] = 17207, + [SMALL_STATE(229)] = 17267, + [SMALL_STATE(230)] = 17327, + [SMALL_STATE(231)] = 17441, + [SMALL_STATE(232)] = 17555, + [SMALL_STATE(233)] = 17615, + [SMALL_STATE(234)] = 17675, + [SMALL_STATE(235)] = 17735, + [SMALL_STATE(236)] = 17849, + [SMALL_STATE(237)] = 17909, + [SMALL_STATE(238)] = 17969, + [SMALL_STATE(239)] = 18029, + [SMALL_STATE(240)] = 18089, + [SMALL_STATE(241)] = 18149, + [SMALL_STATE(242)] = 18209, + [SMALL_STATE(243)] = 18269, + [SMALL_STATE(244)] = 18329, + [SMALL_STATE(245)] = 18389, + [SMALL_STATE(246)] = 18449, + [SMALL_STATE(247)] = 18563, + [SMALL_STATE(248)] = 18623, + [SMALL_STATE(249)] = 18683, + [SMALL_STATE(250)] = 18743, + [SMALL_STATE(251)] = 18803, + [SMALL_STATE(252)] = 18863, + [SMALL_STATE(253)] = 18923, + [SMALL_STATE(254)] = 18983, + [SMALL_STATE(255)] = 19043, + [SMALL_STATE(256)] = 19157, + [SMALL_STATE(257)] = 19271, + [SMALL_STATE(258)] = 19331, + [SMALL_STATE(259)] = 19445, + [SMALL_STATE(260)] = 19559, + [SMALL_STATE(261)] = 19623, + [SMALL_STATE(262)] = 19687, + [SMALL_STATE(263)] = 19801, + [SMALL_STATE(264)] = 19915, + [SMALL_STATE(265)] = 20029, + [SMALL_STATE(266)] = 20141, + [SMALL_STATE(267)] = 20255, + [SMALL_STATE(268)] = 20315, + [SMALL_STATE(269)] = 20429, + [SMALL_STATE(270)] = 20489, + [SMALL_STATE(271)] = 20549, + [SMALL_STATE(272)] = 20663, + [SMALL_STATE(273)] = 20723, + [SMALL_STATE(274)] = 20783, + [SMALL_STATE(275)] = 20843, + [SMALL_STATE(276)] = 20903, + [SMALL_STATE(277)] = 20962, + [SMALL_STATE(278)] = 21021, + [SMALL_STATE(279)] = 21132, + [SMALL_STATE(280)] = 21243, + [SMALL_STATE(281)] = 21354, + [SMALL_STATE(282)] = 21465, + [SMALL_STATE(283)] = 21576, + [SMALL_STATE(284)] = 21687, + [SMALL_STATE(285)] = 21798, + [SMALL_STATE(286)] = 21909, + [SMALL_STATE(287)] = 22020, + [SMALL_STATE(288)] = 22131, + [SMALL_STATE(289)] = 22242, + [SMALL_STATE(290)] = 22353, + [SMALL_STATE(291)] = 22464, + [SMALL_STATE(292)] = 22575, + [SMALL_STATE(293)] = 22686, + [SMALL_STATE(294)] = 22797, + [SMALL_STATE(295)] = 22908, + [SMALL_STATE(296)] = 23019, + [SMALL_STATE(297)] = 23130, + [SMALL_STATE(298)] = 23191, + [SMALL_STATE(299)] = 23252, + [SMALL_STATE(300)] = 23363, + [SMALL_STATE(301)] = 23424, + [SMALL_STATE(302)] = 23535, + [SMALL_STATE(303)] = 23596, + [SMALL_STATE(304)] = 23707, + [SMALL_STATE(305)] = 23818, + [SMALL_STATE(306)] = 23929, + [SMALL_STATE(307)] = 23988, + [SMALL_STATE(308)] = 24099, + [SMALL_STATE(309)] = 24210, + [SMALL_STATE(310)] = 24321, + [SMALL_STATE(311)] = 24432, + [SMALL_STATE(312)] = 24543, + [SMALL_STATE(313)] = 24654, + [SMALL_STATE(314)] = 24765, + [SMALL_STATE(315)] = 24824, + [SMALL_STATE(316)] = 24935, + [SMALL_STATE(317)] = 25046, + [SMALL_STATE(318)] = 25105, + [SMALL_STATE(319)] = 25216, + [SMALL_STATE(320)] = 25275, + [SMALL_STATE(321)] = 25338, + [SMALL_STATE(322)] = 25401, + [SMALL_STATE(323)] = 25512, + [SMALL_STATE(324)] = 25623, + [SMALL_STATE(325)] = 25734, + [SMALL_STATE(326)] = 25845, + [SMALL_STATE(327)] = 25956, + [SMALL_STATE(328)] = 26017, + [SMALL_STATE(329)] = 26076, + [SMALL_STATE(330)] = 26187, + [SMALL_STATE(331)] = 26246, + [SMALL_STATE(332)] = 26357, + [SMALL_STATE(333)] = 26416, + [SMALL_STATE(334)] = 26527, + [SMALL_STATE(335)] = 26638, + [SMALL_STATE(336)] = 26746, + [SMALL_STATE(337)] = 26858, + [SMALL_STATE(338)] = 26966, + [SMALL_STATE(339)] = 27074, + [SMALL_STATE(340)] = 27182, + [SMALL_STATE(341)] = 27294, + [SMALL_STATE(342)] = 27406, + [SMALL_STATE(343)] = 27514, + [SMALL_STATE(344)] = 27622, + [SMALL_STATE(345)] = 27730, + [SMALL_STATE(346)] = 27838, + [SMALL_STATE(347)] = 27946, + [SMALL_STATE(348)] = 28058, + [SMALL_STATE(349)] = 28166, + [SMALL_STATE(350)] = 28274, + [SMALL_STATE(351)] = 28382, + [SMALL_STATE(352)] = 28494, + [SMALL_STATE(353)] = 28606, + [SMALL_STATE(354)] = 28714, + [SMALL_STATE(355)] = 28772, + [SMALL_STATE(356)] = 28880, + [SMALL_STATE(357)] = 28938, + [SMALL_STATE(358)] = 29050, + [SMALL_STATE(359)] = 29128, + [SMALL_STATE(360)] = 29240, + [SMALL_STATE(361)] = 29318, + [SMALL_STATE(362)] = 29426, + [SMALL_STATE(363)] = 29534, + [SMALL_STATE(364)] = 29642, + [SMALL_STATE(365)] = 29750, + [SMALL_STATE(366)] = 29858, + [SMALL_STATE(367)] = 29966, + [SMALL_STATE(368)] = 30074, + [SMALL_STATE(369)] = 30182, + [SMALL_STATE(370)] = 30290, + [SMALL_STATE(371)] = 30398, + [SMALL_STATE(372)] = 30506, + [SMALL_STATE(373)] = 30614, + [SMALL_STATE(374)] = 30722, + [SMALL_STATE(375)] = 30830, + [SMALL_STATE(376)] = 30938, + [SMALL_STATE(377)] = 31050, + [SMALL_STATE(378)] = 31158, + [SMALL_STATE(379)] = 31216, + [SMALL_STATE(380)] = 31296, + [SMALL_STATE(381)] = 31358, + [SMALL_STATE(382)] = 31466, + [SMALL_STATE(383)] = 31542, + [SMALL_STATE(384)] = 31650, + [SMALL_STATE(385)] = 31758, + [SMALL_STATE(386)] = 31866, + [SMALL_STATE(387)] = 31974, + [SMALL_STATE(388)] = 32082, + [SMALL_STATE(389)] = 32190, + [SMALL_STATE(390)] = 32298, + [SMALL_STATE(391)] = 32406, + [SMALL_STATE(392)] = 32514, + [SMALL_STATE(393)] = 32588, + [SMALL_STATE(394)] = 32696, + [SMALL_STATE(395)] = 32808, + [SMALL_STATE(396)] = 32916, + [SMALL_STATE(397)] = 32988, + [SMALL_STATE(398)] = 33096, + [SMALL_STATE(399)] = 33204, + [SMALL_STATE(400)] = 33312, + [SMALL_STATE(401)] = 33420, + [SMALL_STATE(402)] = 33528, + [SMALL_STATE(403)] = 33636, + [SMALL_STATE(404)] = 33744, + [SMALL_STATE(405)] = 33852, + [SMALL_STATE(406)] = 33960, + [SMALL_STATE(407)] = 34068, + [SMALL_STATE(408)] = 34176, + [SMALL_STATE(409)] = 34284, + [SMALL_STATE(410)] = 34392, + [SMALL_STATE(411)] = 34500, + [SMALL_STATE(412)] = 34608, + [SMALL_STATE(413)] = 34676, + [SMALL_STATE(414)] = 34784, + [SMALL_STATE(415)] = 34892, + [SMALL_STATE(416)] = 35000, + [SMALL_STATE(417)] = 35108, + [SMALL_STATE(418)] = 35216, + [SMALL_STATE(419)] = 35324, + [SMALL_STATE(420)] = 35432, + [SMALL_STATE(421)] = 35540, + [SMALL_STATE(422)] = 35606, + [SMALL_STATE(423)] = 35714, + [SMALL_STATE(424)] = 35772, + [SMALL_STATE(425)] = 35880, + [SMALL_STATE(426)] = 35988, + [SMALL_STATE(427)] = 36096, + [SMALL_STATE(428)] = 36204, + [SMALL_STATE(429)] = 36312, + [SMALL_STATE(430)] = 36420, + [SMALL_STATE(431)] = 36528, + [SMALL_STATE(432)] = 36636, + [SMALL_STATE(433)] = 36744, + [SMALL_STATE(434)] = 36852, + [SMALL_STATE(435)] = 36960, + [SMALL_STATE(436)] = 37068, + [SMALL_STATE(437)] = 37176, + [SMALL_STATE(438)] = 37284, + [SMALL_STATE(439)] = 37392, + [SMALL_STATE(440)] = 37450, + [SMALL_STATE(441)] = 37562, + [SMALL_STATE(442)] = 37670, + [SMALL_STATE(443)] = 37778, + [SMALL_STATE(444)] = 37886, + [SMALL_STATE(445)] = 37998, + [SMALL_STATE(446)] = 38110, + [SMALL_STATE(447)] = 38218, + [SMALL_STATE(448)] = 38326, + [SMALL_STATE(449)] = 38434, + [SMALL_STATE(450)] = 38492, + [SMALL_STATE(451)] = 38600, + [SMALL_STATE(452)] = 38708, + [SMALL_STATE(453)] = 38786, + [SMALL_STATE(454)] = 38844, + [SMALL_STATE(455)] = 38952, + [SMALL_STATE(456)] = 39010, + [SMALL_STATE(457)] = 39068, + [SMALL_STATE(458)] = 39176, + [SMALL_STATE(459)] = 39284, + [SMALL_STATE(460)] = 39396, + [SMALL_STATE(461)] = 39454, + [SMALL_STATE(462)] = 39562, + [SMALL_STATE(463)] = 39670, + [SMALL_STATE(464)] = 39778, + [SMALL_STATE(465)] = 39886, + [SMALL_STATE(466)] = 39994, + [SMALL_STATE(467)] = 40102, + [SMALL_STATE(468)] = 40210, + [SMALL_STATE(469)] = 40318, + [SMALL_STATE(470)] = 40376, + [SMALL_STATE(471)] = 40454, + [SMALL_STATE(472)] = 40562, + [SMALL_STATE(473)] = 40670, + [SMALL_STATE(474)] = 40778, + [SMALL_STATE(475)] = 40886, + [SMALL_STATE(476)] = 40994, + [SMALL_STATE(477)] = 41102, + [SMALL_STATE(478)] = 41210, + [SMALL_STATE(479)] = 41322, + [SMALL_STATE(480)] = 41434, + [SMALL_STATE(481)] = 41542, + [SMALL_STATE(482)] = 41650, + [SMALL_STATE(483)] = 41758, + [SMALL_STATE(484)] = 41866, + [SMALL_STATE(485)] = 41978, + [SMALL_STATE(486)] = 42090, + [SMALL_STATE(487)] = 42148, + [SMALL_STATE(488)] = 42256, + [SMALL_STATE(489)] = 42364, + [SMALL_STATE(490)] = 42476, + [SMALL_STATE(491)] = 42534, + [SMALL_STATE(492)] = 42642, + [SMALL_STATE(493)] = 42700, + [SMALL_STATE(494)] = 42808, + [SMALL_STATE(495)] = 42920, + [SMALL_STATE(496)] = 43028, + [SMALL_STATE(497)] = 43086, + [SMALL_STATE(498)] = 43144, + [SMALL_STATE(499)] = 43252, + [SMALL_STATE(500)] = 43310, + [SMALL_STATE(501)] = 43368, + [SMALL_STATE(502)] = 43476, + [SMALL_STATE(503)] = 43584, + [SMALL_STATE(504)] = 43696, + [SMALL_STATE(505)] = 43754, + [SMALL_STATE(506)] = 43832, + [SMALL_STATE(507)] = 43940, + [SMALL_STATE(508)] = 43998, + [SMALL_STATE(509)] = 44106, + [SMALL_STATE(510)] = 44163, + [SMALL_STATE(511)] = 44240, + [SMALL_STATE(512)] = 44317, + [SMALL_STATE(513)] = 44382, + [SMALL_STATE(514)] = 44449, + [SMALL_STATE(515)] = 44526, + [SMALL_STATE(516)] = 44603, + [SMALL_STATE(517)] = 44674, + [SMALL_STATE(518)] = 44751, + [SMALL_STATE(519)] = 44828, + [SMALL_STATE(520)] = 44937, + [SMALL_STATE(521)] = 45014, + [SMALL_STATE(522)] = 45091, + [SMALL_STATE(523)] = 45168, + [SMALL_STATE(524)] = 45245, + [SMALL_STATE(525)] = 45320, + [SMALL_STATE(526)] = 45377, + [SMALL_STATE(527)] = 45438, + [SMALL_STATE(528)] = 45511, + [SMALL_STATE(529)] = 45617, + [SMALL_STATE(530)] = 45723, + [SMALL_STATE(531)] = 45829, + [SMALL_STATE(532)] = 45935, + [SMALL_STATE(533)] = 46041, + [SMALL_STATE(534)] = 46147, + [SMALL_STATE(535)] = 46253, + [SMALL_STATE(536)] = 46359, + [SMALL_STATE(537)] = 46465, + [SMALL_STATE(538)] = 46571, + [SMALL_STATE(539)] = 46677, + [SMALL_STATE(540)] = 46783, + [SMALL_STATE(541)] = 46889, + [SMALL_STATE(542)] = 46995, + [SMALL_STATE(543)] = 47101, + [SMALL_STATE(544)] = 47207, + [SMALL_STATE(545)] = 47313, + [SMALL_STATE(546)] = 47419, + [SMALL_STATE(547)] = 47474, + [SMALL_STATE(548)] = 47529, + [SMALL_STATE(549)] = 47584, + [SMALL_STATE(550)] = 47639, + [SMALL_STATE(551)] = 47692, + [SMALL_STATE(552)] = 47745, + [SMALL_STATE(553)] = 47798, + [SMALL_STATE(554)] = 47851, + [SMALL_STATE(555)] = 47904, + [SMALL_STATE(556)] = 47959, + [SMALL_STATE(557)] = 48013, + [SMALL_STATE(558)] = 48063, + [SMALL_STATE(559)] = 48113, + [SMALL_STATE(560)] = 48163, + [SMALL_STATE(561)] = 48213, + [SMALL_STATE(562)] = 48263, + [SMALL_STATE(563)] = 48317, + [SMALL_STATE(564)] = 48367, + [SMALL_STATE(565)] = 48421, + [SMALL_STATE(566)] = 48471, + [SMALL_STATE(567)] = 48521, + [SMALL_STATE(568)] = 48571, + [SMALL_STATE(569)] = 48621, + [SMALL_STATE(570)] = 48671, + [SMALL_STATE(571)] = 48721, + [SMALL_STATE(572)] = 48771, + [SMALL_STATE(573)] = 48821, + [SMALL_STATE(574)] = 48871, + [SMALL_STATE(575)] = 48921, + [SMALL_STATE(576)] = 48975, + [SMALL_STATE(577)] = 49029, + [SMALL_STATE(578)] = 49079, + [SMALL_STATE(579)] = 49128, + [SMALL_STATE(580)] = 49177, + [SMALL_STATE(581)] = 49226, + [SMALL_STATE(582)] = 49277, + [SMALL_STATE(583)] = 49326, + [SMALL_STATE(584)] = 49377, + [SMALL_STATE(585)] = 49426, + [SMALL_STATE(586)] = 49477, + [SMALL_STATE(587)] = 49526, + [SMALL_STATE(588)] = 49575, + [SMALL_STATE(589)] = 49624, + [SMALL_STATE(590)] = 49672, + [SMALL_STATE(591)] = 49720, + [SMALL_STATE(592)] = 49768, + [SMALL_STATE(593)] = 49816, + [SMALL_STATE(594)] = 49864, + [SMALL_STATE(595)] = 49912, + [SMALL_STATE(596)] = 49960, + [SMALL_STATE(597)] = 50008, + [SMALL_STATE(598)] = 50056, + [SMALL_STATE(599)] = 50104, + [SMALL_STATE(600)] = 50152, + [SMALL_STATE(601)] = 50200, + [SMALL_STATE(602)] = 50268, + [SMALL_STATE(603)] = 50316, + [SMALL_STATE(604)] = 50384, + [SMALL_STATE(605)] = 50432, + [SMALL_STATE(606)] = 50480, + [SMALL_STATE(607)] = 50528, + [SMALL_STATE(608)] = 50576, + [SMALL_STATE(609)] = 50624, + [SMALL_STATE(610)] = 50672, + [SMALL_STATE(611)] = 50720, + [SMALL_STATE(612)] = 50768, + [SMALL_STATE(613)] = 50836, + [SMALL_STATE(614)] = 50884, + [SMALL_STATE(615)] = 50932, + [SMALL_STATE(616)] = 50980, + [SMALL_STATE(617)] = 51028, + [SMALL_STATE(618)] = 51076, + [SMALL_STATE(619)] = 51124, + [SMALL_STATE(620)] = 51172, + [SMALL_STATE(621)] = 51220, + [SMALL_STATE(622)] = 51268, + [SMALL_STATE(623)] = 51316, + [SMALL_STATE(624)] = 51364, + [SMALL_STATE(625)] = 51432, + [SMALL_STATE(626)] = 51500, + [SMALL_STATE(627)] = 51548, + [SMALL_STATE(628)] = 51596, + [SMALL_STATE(629)] = 51644, + [SMALL_STATE(630)] = 51692, + [SMALL_STATE(631)] = 51744, + [SMALL_STATE(632)] = 51810, + [SMALL_STATE(633)] = 51874, + [SMALL_STATE(634)] = 51936, + [SMALL_STATE(635)] = 51984, + [SMALL_STATE(636)] = 52032, + [SMALL_STATE(637)] = 52090, + [SMALL_STATE(638)] = 52146, + [SMALL_STATE(639)] = 52197, + [SMALL_STATE(640)] = 52248, + [SMALL_STATE(641)] = 52299, + [SMALL_STATE(642)] = 52349, + [SMALL_STATE(643)] = 52395, + [SMALL_STATE(644)] = 52445, + [SMALL_STATE(645)] = 52494, + [SMALL_STATE(646)] = 52539, + [SMALL_STATE(647)] = 52588, + [SMALL_STATE(648)] = 52637, + [SMALL_STATE(649)] = 52682, + [SMALL_STATE(650)] = 52733, + [SMALL_STATE(651)] = 52782, + [SMALL_STATE(652)] = 52831, + [SMALL_STATE(653)] = 52880, + [SMALL_STATE(654)] = 52925, + [SMALL_STATE(655)] = 52970, + [SMALL_STATE(656)] = 53015, + [SMALL_STATE(657)] = 53060, + [SMALL_STATE(658)] = 53105, + [SMALL_STATE(659)] = 53150, + [SMALL_STATE(660)] = 53195, + [SMALL_STATE(661)] = 53240, + [SMALL_STATE(662)] = 53285, + [SMALL_STATE(663)] = 53336, + [SMALL_STATE(664)] = 53381, + [SMALL_STATE(665)] = 53465, + [SMALL_STATE(666)] = 53509, + [SMALL_STATE(667)] = 53553, + [SMALL_STATE(668)] = 53601, + [SMALL_STATE(669)] = 53685, + [SMALL_STATE(670)] = 53729, + [SMALL_STATE(671)] = 53777, + [SMALL_STATE(672)] = 53825, + [SMALL_STATE(673)] = 53869, + [SMALL_STATE(674)] = 53953, + [SMALL_STATE(675)] = 53999, + [SMALL_STATE(676)] = 54045, + [SMALL_STATE(677)] = 54091, + [SMALL_STATE(678)] = 54137, + [SMALL_STATE(679)] = 54183, + [SMALL_STATE(680)] = 54231, + [SMALL_STATE(681)] = 54315, + [SMALL_STATE(682)] = 54361, + [SMALL_STATE(683)] = 54407, + [SMALL_STATE(684)] = 54451, + [SMALL_STATE(685)] = 54535, + [SMALL_STATE(686)] = 54619, + [SMALL_STATE(687)] = 54703, + [SMALL_STATE(688)] = 54747, + [SMALL_STATE(689)] = 54791, + [SMALL_STATE(690)] = 54835, + [SMALL_STATE(691)] = 54883, + [SMALL_STATE(692)] = 54927, + [SMALL_STATE(693)] = 54975, + [SMALL_STATE(694)] = 55019, + [SMALL_STATE(695)] = 55063, + [SMALL_STATE(696)] = 55107, + [SMALL_STATE(697)] = 55151, + [SMALL_STATE(698)] = 55195, + [SMALL_STATE(699)] = 55239, + [SMALL_STATE(700)] = 55283, + [SMALL_STATE(701)] = 55327, + [SMALL_STATE(702)] = 55371, + [SMALL_STATE(703)] = 55415, + [SMALL_STATE(704)] = 55459, + [SMALL_STATE(705)] = 55503, + [SMALL_STATE(706)] = 55546, + [SMALL_STATE(707)] = 55589, + [SMALL_STATE(708)] = 55632, + [SMALL_STATE(709)] = 55675, + [SMALL_STATE(710)] = 55732, + [SMALL_STATE(711)] = 55775, + [SMALL_STATE(712)] = 55818, + [SMALL_STATE(713)] = 55861, + [SMALL_STATE(714)] = 55904, + [SMALL_STATE(715)] = 55947, + [SMALL_STATE(716)] = 56004, + [SMALL_STATE(717)] = 56047, + [SMALL_STATE(718)] = 56090, + [SMALL_STATE(719)] = 56133, + [SMALL_STATE(720)] = 56176, + [SMALL_STATE(721)] = 56219, + [SMALL_STATE(722)] = 56262, + [SMALL_STATE(723)] = 56305, + [SMALL_STATE(724)] = 56348, + [SMALL_STATE(725)] = 56391, + [SMALL_STATE(726)] = 56434, + [SMALL_STATE(727)] = 56477, + [SMALL_STATE(728)] = 56520, + [SMALL_STATE(729)] = 56563, + [SMALL_STATE(730)] = 56606, + [SMALL_STATE(731)] = 56649, + [SMALL_STATE(732)] = 56692, + [SMALL_STATE(733)] = 56735, + [SMALL_STATE(734)] = 56778, + [SMALL_STATE(735)] = 56821, + [SMALL_STATE(736)] = 56864, + [SMALL_STATE(737)] = 56907, + [SMALL_STATE(738)] = 56990, + [SMALL_STATE(739)] = 57033, + [SMALL_STATE(740)] = 57076, + [SMALL_STATE(741)] = 57119, + [SMALL_STATE(742)] = 57162, + [SMALL_STATE(743)] = 57205, + [SMALL_STATE(744)] = 57262, + [SMALL_STATE(745)] = 57345, + [SMALL_STATE(746)] = 57388, + [SMALL_STATE(747)] = 57469, + [SMALL_STATE(748)] = 57512, + [SMALL_STATE(749)] = 57555, + [SMALL_STATE(750)] = 57598, + [SMALL_STATE(751)] = 57641, + [SMALL_STATE(752)] = 57684, + [SMALL_STATE(753)] = 57727, + [SMALL_STATE(754)] = 57770, + [SMALL_STATE(755)] = 57813, + [SMALL_STATE(756)] = 57856, + [SMALL_STATE(757)] = 57913, + [SMALL_STATE(758)] = 57956, + [SMALL_STATE(759)] = 57999, + [SMALL_STATE(760)] = 58042, + [SMALL_STATE(761)] = 58085, + [SMALL_STATE(762)] = 58128, + [SMALL_STATE(763)] = 58171, + [SMALL_STATE(764)] = 58214, + [SMALL_STATE(765)] = 58257, + [SMALL_STATE(766)] = 58300, + [SMALL_STATE(767)] = 58343, + [SMALL_STATE(768)] = 58386, + [SMALL_STATE(769)] = 58429, + [SMALL_STATE(770)] = 58472, + [SMALL_STATE(771)] = 58529, + [SMALL_STATE(772)] = 58572, + [SMALL_STATE(773)] = 58615, + [SMALL_STATE(774)] = 58658, + [SMALL_STATE(775)] = 58701, + [SMALL_STATE(776)] = 58758, + [SMALL_STATE(777)] = 58801, + [SMALL_STATE(778)] = 58844, + [SMALL_STATE(779)] = 58887, + [SMALL_STATE(780)] = 58930, + [SMALL_STATE(781)] = 58973, + [SMALL_STATE(782)] = 59016, + [SMALL_STATE(783)] = 59059, + [SMALL_STATE(784)] = 59102, + [SMALL_STATE(785)] = 59185, + [SMALL_STATE(786)] = 59228, + [SMALL_STATE(787)] = 59309, + [SMALL_STATE(788)] = 59352, + [SMALL_STATE(789)] = 59395, + [SMALL_STATE(790)] = 59438, + [SMALL_STATE(791)] = 59481, + [SMALL_STATE(792)] = 59524, + [SMALL_STATE(793)] = 59567, + [SMALL_STATE(794)] = 59639, + [SMALL_STATE(795)] = 59699, + [SMALL_STATE(796)] = 59771, + [SMALL_STATE(797)] = 59843, + [SMALL_STATE(798)] = 59915, + [SMALL_STATE(799)] = 59987, + [SMALL_STATE(800)] = 60059, + [SMALL_STATE(801)] = 60115, + [SMALL_STATE(802)] = 60171, + [SMALL_STATE(803)] = 60243, + [SMALL_STATE(804)] = 60315, + [SMALL_STATE(805)] = 60387, + [SMALL_STATE(806)] = 60443, + [SMALL_STATE(807)] = 60515, + [SMALL_STATE(808)] = 60575, + [SMALL_STATE(809)] = 60647, + [SMALL_STATE(810)] = 60719, + [SMALL_STATE(811)] = 60791, + [SMALL_STATE(812)] = 60863, + [SMALL_STATE(813)] = 60935, + [SMALL_STATE(814)] = 60979, + [SMALL_STATE(815)] = 61021, + [SMALL_STATE(816)] = 61081, + [SMALL_STATE(817)] = 61127, + [SMALL_STATE(818)] = 61177, + [SMALL_STATE(819)] = 61235, + [SMALL_STATE(820)] = 61291, + [SMALL_STATE(821)] = 61345, + [SMALL_STATE(822)] = 61397, + [SMALL_STATE(823)] = 61474, + [SMALL_STATE(824)] = 61549, + [SMALL_STATE(825)] = 61624, + [SMALL_STATE(826)] = 61677, + [SMALL_STATE(827)] = 61754, + [SMALL_STATE(828)] = 61827, + [SMALL_STATE(829)] = 61904, + [SMALL_STATE(830)] = 61957, + [SMALL_STATE(831)] = 62034, + [SMALL_STATE(832)] = 62111, + [SMALL_STATE(833)] = 62164, + [SMALL_STATE(834)] = 62241, + [SMALL_STATE(835)] = 62318, + [SMALL_STATE(836)] = 62392, + [SMALL_STATE(837)] = 62466, + [SMALL_STATE(838)] = 62540, + [SMALL_STATE(839)] = 62614, + [SMALL_STATE(840)] = 62688, + [SMALL_STATE(841)] = 62762, + [SMALL_STATE(842)] = 62836, + [SMALL_STATE(843)] = 62910, + [SMALL_STATE(844)] = 62981, + [SMALL_STATE(845)] = 63052, + [SMALL_STATE(846)] = 63123, + [SMALL_STATE(847)] = 63180, + [SMALL_STATE(848)] = 63243, + [SMALL_STATE(849)] = 63314, + [SMALL_STATE(850)] = 63357, + [SMALL_STATE(851)] = 63420, + [SMALL_STATE(852)] = 63483, + [SMALL_STATE(853)] = 63554, + [SMALL_STATE(854)] = 63617, + [SMALL_STATE(855)] = 63688, + [SMALL_STATE(856)] = 63751, + [SMALL_STATE(857)] = 63822, + [SMALL_STATE(858)] = 63885, + [SMALL_STATE(859)] = 63928, + [SMALL_STATE(860)] = 63999, + [SMALL_STATE(861)] = 64042, + [SMALL_STATE(862)] = 64105, + [SMALL_STATE(863)] = 64165, + [SMALL_STATE(864)] = 64203, + [SMALL_STATE(865)] = 64269, + [SMALL_STATE(866)] = 64335, + [SMALL_STATE(867)] = 64395, + [SMALL_STATE(868)] = 64461, + [SMALL_STATE(869)] = 64527, + [SMALL_STATE(870)] = 64587, + [SMALL_STATE(871)] = 64647, + [SMALL_STATE(872)] = 64713, + [SMALL_STATE(873)] = 64779, + [SMALL_STATE(874)] = 64839, + [SMALL_STATE(875)] = 64881, + [SMALL_STATE(876)] = 64941, + [SMALL_STATE(877)] = 65007, + [SMALL_STATE(878)] = 65045, + [SMALL_STATE(879)] = 65083, + [SMALL_STATE(880)] = 65121, + [SMALL_STATE(881)] = 65159, + [SMALL_STATE(882)] = 65197, + [SMALL_STATE(883)] = 65235, + [SMALL_STATE(884)] = 65303, + [SMALL_STATE(885)] = 65341, + [SMALL_STATE(886)] = 65407, + [SMALL_STATE(887)] = 65445, + [SMALL_STATE(888)] = 65483, + [SMALL_STATE(889)] = 65543, + [SMALL_STATE(890)] = 65609, + [SMALL_STATE(891)] = 65675, + [SMALL_STATE(892)] = 65713, + [SMALL_STATE(893)] = 65751, + [SMALL_STATE(894)] = 65819, + [SMALL_STATE(895)] = 65857, + [SMALL_STATE(896)] = 65917, + [SMALL_STATE(897)] = 65983, + [SMALL_STATE(898)] = 66049, + [SMALL_STATE(899)] = 66115, + [SMALL_STATE(900)] = 66157, + [SMALL_STATE(901)] = 66199, + [SMALL_STATE(902)] = 66237, + [SMALL_STATE(903)] = 66275, + [SMALL_STATE(904)] = 66313, + [SMALL_STATE(905)] = 66355, + [SMALL_STATE(906)] = 66418, + [SMALL_STATE(907)] = 66481, + [SMALL_STATE(908)] = 66544, + [SMALL_STATE(909)] = 66599, + [SMALL_STATE(910)] = 66654, + [SMALL_STATE(911)] = 66709, + [SMALL_STATE(912)] = 66772, + [SMALL_STATE(913)] = 66809, + [SMALL_STATE(914)] = 66872, + [SMALL_STATE(915)] = 66927, + [SMALL_STATE(916)] = 66990, + [SMALL_STATE(917)] = 67053, + [SMALL_STATE(918)] = 67108, + [SMALL_STATE(919)] = 67163, + [SMALL_STATE(920)] = 67204, + [SMALL_STATE(921)] = 67249, + [SMALL_STATE(922)] = 67302, + [SMALL_STATE(923)] = 67365, + [SMALL_STATE(924)] = 67428, + [SMALL_STATE(925)] = 67493, + [SMALL_STATE(926)] = 67544, + [SMALL_STATE(927)] = 67581, + [SMALL_STATE(928)] = 67630, + [SMALL_STATE(929)] = 67667, + [SMALL_STATE(930)] = 67714, + [SMALL_STATE(931)] = 67779, + [SMALL_STATE(932)] = 67818, + [SMALL_STATE(933)] = 67857, + [SMALL_STATE(934)] = 67894, + [SMALL_STATE(935)] = 67933, + [SMALL_STATE(936)] = 67996, + [SMALL_STATE(937)] = 68059, + [SMALL_STATE(938)] = 68120, + [SMALL_STATE(939)] = 68183, + [SMALL_STATE(940)] = 68220, + [SMALL_STATE(941)] = 68257, + [SMALL_STATE(942)] = 68294, + [SMALL_STATE(943)] = 68357, + [SMALL_STATE(944)] = 68394, + [SMALL_STATE(945)] = 68459, + [SMALL_STATE(946)] = 68514, + [SMALL_STATE(947)] = 68550, + [SMALL_STATE(948)] = 68604, + [SMALL_STATE(949)] = 68664, + [SMALL_STATE(950)] = 68724, + [SMALL_STATE(951)] = 68760, + [SMALL_STATE(952)] = 68814, + [SMALL_STATE(953)] = 68868, + [SMALL_STATE(954)] = 68904, + [SMALL_STATE(955)] = 68940, + [SMALL_STATE(956)] = 68994, + [SMALL_STATE(957)] = 69048, + [SMALL_STATE(958)] = 69102, + [SMALL_STATE(959)] = 69156, + [SMALL_STATE(960)] = 69210, + [SMALL_STATE(961)] = 69246, + [SMALL_STATE(962)] = 69306, + [SMALL_STATE(963)] = 69342, + [SMALL_STATE(964)] = 69396, + [SMALL_STATE(965)] = 69450, + [SMALL_STATE(966)] = 69504, + [SMALL_STATE(967)] = 69558, + [SMALL_STATE(968)] = 69594, + [SMALL_STATE(969)] = 69654, + [SMALL_STATE(970)] = 69690, + [SMALL_STATE(971)] = 69744, + [SMALL_STATE(972)] = 69780, + [SMALL_STATE(973)] = 69816, + [SMALL_STATE(974)] = 69870, + [SMALL_STATE(975)] = 69906, + [SMALL_STATE(976)] = 69942, + [SMALL_STATE(977)] = 69996, + [SMALL_STATE(978)] = 70050, + [SMALL_STATE(979)] = 70110, + [SMALL_STATE(980)] = 70170, + [SMALL_STATE(981)] = 70230, + [SMALL_STATE(982)] = 70284, + [SMALL_STATE(983)] = 70344, + [SMALL_STATE(984)] = 70380, + [SMALL_STATE(985)] = 70416, + [SMALL_STATE(986)] = 70470, + [SMALL_STATE(987)] = 70524, + [SMALL_STATE(988)] = 70560, + [SMALL_STATE(989)] = 70614, + [SMALL_STATE(990)] = 70652, + [SMALL_STATE(991)] = 70688, + [SMALL_STATE(992)] = 70728, + [SMALL_STATE(993)] = 70788, + [SMALL_STATE(994)] = 70842, + [SMALL_STATE(995)] = 70878, + [SMALL_STATE(996)] = 70914, + [SMALL_STATE(997)] = 70954, + [SMALL_STATE(998)] = 71014, + [SMALL_STATE(999)] = 71068, + [SMALL_STATE(1000)] = 71120, + [SMALL_STATE(1001)] = 71174, + [SMALL_STATE(1002)] = 71228, + [SMALL_STATE(1003)] = 71278, + [SMALL_STATE(1004)] = 71338, + [SMALL_STATE(1005)] = 71398, + [SMALL_STATE(1006)] = 71452, + [SMALL_STATE(1007)] = 71506, + [SMALL_STATE(1008)] = 71566, + [SMALL_STATE(1009)] = 71620, + [SMALL_STATE(1010)] = 71674, + [SMALL_STATE(1011)] = 71734, + [SMALL_STATE(1012)] = 71788, + [SMALL_STATE(1013)] = 71836, + [SMALL_STATE(1014)] = 71872, + [SMALL_STATE(1015)] = 71918, + [SMALL_STATE(1016)] = 71978, + [SMALL_STATE(1017)] = 72022, + [SMALL_STATE(1018)] = 72058, + [SMALL_STATE(1019)] = 72118, + [SMALL_STATE(1020)] = 72172, + [SMALL_STATE(1021)] = 72232, + [SMALL_STATE(1022)] = 72292, + [SMALL_STATE(1023)] = 72352, + [SMALL_STATE(1024)] = 72406, + [SMALL_STATE(1025)] = 72460, + [SMALL_STATE(1026)] = 72517, + [SMALL_STATE(1027)] = 72574, + [SMALL_STATE(1028)] = 72631, + [SMALL_STATE(1029)] = 72668, + [SMALL_STATE(1030)] = 72703, + [SMALL_STATE(1031)] = 72760, + [SMALL_STATE(1032)] = 72817, + [SMALL_STATE(1033)] = 72874, + [SMALL_STATE(1034)] = 72931, + [SMALL_STATE(1035)] = 72988, + [SMALL_STATE(1036)] = 73045, + [SMALL_STATE(1037)] = 73102, + [SMALL_STATE(1038)] = 73139, + [SMALL_STATE(1039)] = 73173, + [SMALL_STATE(1040)] = 73207, + [SMALL_STATE(1041)] = 73245, + [SMALL_STATE(1042)] = 73279, + [SMALL_STATE(1043)] = 73313, + [SMALL_STATE(1044)] = 73347, + [SMALL_STATE(1045)] = 73381, + [SMALL_STATE(1046)] = 73415, + [SMALL_STATE(1047)] = 73457, + [SMALL_STATE(1048)] = 73503, + [SMALL_STATE(1049)] = 73547, + [SMALL_STATE(1050)] = 73591, + [SMALL_STATE(1051)] = 73633, + [SMALL_STATE(1052)] = 73679, + [SMALL_STATE(1053)] = 73713, + [SMALL_STATE(1054)] = 73747, + [SMALL_STATE(1055)] = 73781, + [SMALL_STATE(1056)] = 73815, + [SMALL_STATE(1057)] = 73849, + [SMALL_STATE(1058)] = 73883, + [SMALL_STATE(1059)] = 73917, + [SMALL_STATE(1060)] = 73951, + [SMALL_STATE(1061)] = 73985, + [SMALL_STATE(1062)] = 74019, + [SMALL_STATE(1063)] = 74053, + [SMALL_STATE(1064)] = 74087, + [SMALL_STATE(1065)] = 74137, + [SMALL_STATE(1066)] = 74185, + [SMALL_STATE(1067)] = 74219, + [SMALL_STATE(1068)] = 74253, + [SMALL_STATE(1069)] = 74287, + [SMALL_STATE(1070)] = 74321, + [SMALL_STATE(1071)] = 74355, + [SMALL_STATE(1072)] = 74389, + [SMALL_STATE(1073)] = 74421, + [SMALL_STATE(1074)] = 74459, + [SMALL_STATE(1075)] = 74493, + [SMALL_STATE(1076)] = 74527, + [SMALL_STATE(1077)] = 74561, + [SMALL_STATE(1078)] = 74595, + [SMALL_STATE(1079)] = 74643, + [SMALL_STATE(1080)] = 74693, + [SMALL_STATE(1081)] = 74743, + [SMALL_STATE(1082)] = 74790, + [SMALL_STATE(1083)] = 74837, + [SMALL_STATE(1084)] = 74884, + [SMALL_STATE(1085)] = 74931, + [SMALL_STATE(1086)] = 74978, + [SMALL_STATE(1087)] = 75025, + [SMALL_STATE(1088)] = 75069, + [SMALL_STATE(1089)] = 75113, + [SMALL_STATE(1090)] = 75157, + [SMALL_STATE(1091)] = 75201, + [SMALL_STATE(1092)] = 75245, + [SMALL_STATE(1093)] = 75275, + [SMALL_STATE(1094)] = 75303, + [SMALL_STATE(1095)] = 75347, + [SMALL_STATE(1096)] = 75391, + [SMALL_STATE(1097)] = 75435, + [SMALL_STATE(1098)] = 75479, + [SMALL_STATE(1099)] = 75523, + [SMALL_STATE(1100)] = 75549, + [SMALL_STATE(1101)] = 75590, + [SMALL_STATE(1102)] = 75631, + [SMALL_STATE(1103)] = 75672, + [SMALL_STATE(1104)] = 75713, + [SMALL_STATE(1105)] = 75756, + [SMALL_STATE(1106)] = 75797, + [SMALL_STATE(1107)] = 75838, + [SMALL_STATE(1108)] = 75867, + [SMALL_STATE(1109)] = 75908, + [SMALL_STATE(1110)] = 75933, + [SMALL_STATE(1111)] = 75974, + [SMALL_STATE(1112)] = 76015, + [SMALL_STATE(1113)] = 76058, + [SMALL_STATE(1114)] = 76099, + [SMALL_STATE(1115)] = 76140, + [SMALL_STATE(1116)] = 76183, + [SMALL_STATE(1117)] = 76221, + [SMALL_STATE(1118)] = 76259, + [SMALL_STATE(1119)] = 76299, + [SMALL_STATE(1120)] = 76339, + [SMALL_STATE(1121)] = 76377, + [SMALL_STATE(1122)] = 76401, + [SMALL_STATE(1123)] = 76425, + [SMALL_STATE(1124)] = 76463, + [SMALL_STATE(1125)] = 76487, + [SMALL_STATE(1126)] = 76525, + [SMALL_STATE(1127)] = 76565, + [SMALL_STATE(1128)] = 76603, + [SMALL_STATE(1129)] = 76641, + [SMALL_STATE(1130)] = 76681, + [SMALL_STATE(1131)] = 76719, + [SMALL_STATE(1132)] = 76757, + [SMALL_STATE(1133)] = 76795, + [SMALL_STATE(1134)] = 76819, + [SMALL_STATE(1135)] = 76843, + [SMALL_STATE(1136)] = 76883, + [SMALL_STATE(1137)] = 76921, + [SMALL_STATE(1138)] = 76959, + [SMALL_STATE(1139)] = 76997, + [SMALL_STATE(1140)] = 77035, + [SMALL_STATE(1141)] = 77073, + [SMALL_STATE(1142)] = 77111, + [SMALL_STATE(1143)] = 77149, + [SMALL_STATE(1144)] = 77187, + [SMALL_STATE(1145)] = 77225, + [SMALL_STATE(1146)] = 77263, + [SMALL_STATE(1147)] = 77301, + [SMALL_STATE(1148)] = 77339, + [SMALL_STATE(1149)] = 77377, + [SMALL_STATE(1150)] = 77417, + [SMALL_STATE(1151)] = 77455, + [SMALL_STATE(1152)] = 77479, + [SMALL_STATE(1153)] = 77503, + [SMALL_STATE(1154)] = 77527, + [SMALL_STATE(1155)] = 77551, + [SMALL_STATE(1156)] = 77589, + [SMALL_STATE(1157)] = 77627, + [SMALL_STATE(1158)] = 77667, + [SMALL_STATE(1159)] = 77691, + [SMALL_STATE(1160)] = 77729, + [SMALL_STATE(1161)] = 77753, + [SMALL_STATE(1162)] = 77777, + [SMALL_STATE(1163)] = 77815, + [SMALL_STATE(1164)] = 77853, + [SMALL_STATE(1165)] = 77876, + [SMALL_STATE(1166)] = 77899, + [SMALL_STATE(1167)] = 77936, + [SMALL_STATE(1168)] = 77959, + [SMALL_STATE(1169)] = 77996, + [SMALL_STATE(1170)] = 78023, + [SMALL_STATE(1171)] = 78060, + [SMALL_STATE(1172)] = 78083, + [SMALL_STATE(1173)] = 78110, + [SMALL_STATE(1174)] = 78133, + [SMALL_STATE(1175)] = 78156, + [SMALL_STATE(1176)] = 78179, + [SMALL_STATE(1177)] = 78202, + [SMALL_STATE(1178)] = 78225, + [SMALL_STATE(1179)] = 78248, + [SMALL_STATE(1180)] = 78271, + [SMALL_STATE(1181)] = 78294, + [SMALL_STATE(1182)] = 78317, + [SMALL_STATE(1183)] = 78340, + [SMALL_STATE(1184)] = 78363, + [SMALL_STATE(1185)] = 78386, + [SMALL_STATE(1186)] = 78409, + [SMALL_STATE(1187)] = 78432, + [SMALL_STATE(1188)] = 78455, + [SMALL_STATE(1189)] = 78478, + [SMALL_STATE(1190)] = 78501, + [SMALL_STATE(1191)] = 78524, + [SMALL_STATE(1192)] = 78551, + [SMALL_STATE(1193)] = 78574, + [SMALL_STATE(1194)] = 78597, + [SMALL_STATE(1195)] = 78620, + [SMALL_STATE(1196)] = 78643, + [SMALL_STATE(1197)] = 78670, + [SMALL_STATE(1198)] = 78707, + [SMALL_STATE(1199)] = 78730, + [SMALL_STATE(1200)] = 78753, + [SMALL_STATE(1201)] = 78781, + [SMALL_STATE(1202)] = 78805, + [SMALL_STATE(1203)] = 78833, + [SMALL_STATE(1204)] = 78858, + [SMALL_STATE(1205)] = 78899, + [SMALL_STATE(1206)] = 78940, + [SMALL_STATE(1207)] = 78961, + [SMALL_STATE(1208)] = 79002, + [SMALL_STATE(1209)] = 79043, + [SMALL_STATE(1210)] = 79064, + [SMALL_STATE(1211)] = 79105, + [SMALL_STATE(1212)] = 79126, + [SMALL_STATE(1213)] = 79151, + [SMALL_STATE(1214)] = 79172, + [SMALL_STATE(1215)] = 79193, + [SMALL_STATE(1216)] = 79214, + [SMALL_STATE(1217)] = 79239, + [SMALL_STATE(1218)] = 79264, + [SMALL_STATE(1219)] = 79285, + [SMALL_STATE(1220)] = 79306, + [SMALL_STATE(1221)] = 79331, + [SMALL_STATE(1222)] = 79352, + [SMALL_STATE(1223)] = 79393, + [SMALL_STATE(1224)] = 79418, + [SMALL_STATE(1225)] = 79439, + [SMALL_STATE(1226)] = 79459, + [SMALL_STATE(1227)] = 79479, + [SMALL_STATE(1228)] = 79501, + [SMALL_STATE(1229)] = 79523, + [SMALL_STATE(1230)] = 79557, + [SMALL_STATE(1231)] = 79577, + [SMALL_STATE(1232)] = 79611, + [SMALL_STATE(1233)] = 79631, + [SMALL_STATE(1234)] = 79669, + [SMALL_STATE(1235)] = 79691, + [SMALL_STATE(1236)] = 79710, + [SMALL_STATE(1237)] = 79729, + [SMALL_STATE(1238)] = 79748, + [SMALL_STATE(1239)] = 79767, + [SMALL_STATE(1240)] = 79786, + [SMALL_STATE(1241)] = 79805, + [SMALL_STATE(1242)] = 79824, + [SMALL_STATE(1243)] = 79843, + [SMALL_STATE(1244)] = 79864, + [SMALL_STATE(1245)] = 79883, + [SMALL_STATE(1246)] = 79902, + [SMALL_STATE(1247)] = 79921, + [SMALL_STATE(1248)] = 79940, + [SMALL_STATE(1249)] = 79959, + [SMALL_STATE(1250)] = 79978, + [SMALL_STATE(1251)] = 79999, + [SMALL_STATE(1252)] = 80026, + [SMALL_STATE(1253)] = 80045, + [SMALL_STATE(1254)] = 80064, + [SMALL_STATE(1255)] = 80083, + [SMALL_STATE(1256)] = 80106, + [SMALL_STATE(1257)] = 80125, + [SMALL_STATE(1258)] = 80144, + [SMALL_STATE(1259)] = 80163, + [SMALL_STATE(1260)] = 80182, + [SMALL_STATE(1261)] = 80201, + [SMALL_STATE(1262)] = 80220, + [SMALL_STATE(1263)] = 80239, + [SMALL_STATE(1264)] = 80258, + [SMALL_STATE(1265)] = 80277, + [SMALL_STATE(1266)] = 80296, + [SMALL_STATE(1267)] = 80315, + [SMALL_STATE(1268)] = 80335, + [SMALL_STATE(1269)] = 80367, + [SMALL_STATE(1270)] = 80399, + [SMALL_STATE(1271)] = 80417, + [SMALL_STATE(1272)] = 80449, + [SMALL_STATE(1273)] = 80467, + [SMALL_STATE(1274)] = 80485, + [SMALL_STATE(1275)] = 80502, + [SMALL_STATE(1276)] = 80531, + [SMALL_STATE(1277)] = 80560, + [SMALL_STATE(1278)] = 80589, + [SMALL_STATE(1279)] = 80618, + [SMALL_STATE(1280)] = 80647, + [SMALL_STATE(1281)] = 80676, + [SMALL_STATE(1282)] = 80705, + [SMALL_STATE(1283)] = 80727, + [SMALL_STATE(1284)] = 80753, + [SMALL_STATE(1285)] = 80777, + [SMALL_STATE(1286)] = 80801, + [SMALL_STATE(1287)] = 80823, + [SMALL_STATE(1288)] = 80845, + [SMALL_STATE(1289)] = 80867, + [SMALL_STATE(1290)] = 80889, + [SMALL_STATE(1291)] = 80911, + [SMALL_STATE(1292)] = 80933, + [SMALL_STATE(1293)] = 80957, + [SMALL_STATE(1294)] = 80979, + [SMALL_STATE(1295)] = 81003, + [SMALL_STATE(1296)] = 81025, + [SMALL_STATE(1297)] = 81047, + [SMALL_STATE(1298)] = 81069, + [SMALL_STATE(1299)] = 81091, + [SMALL_STATE(1300)] = 81113, + [SMALL_STATE(1301)] = 81135, + [SMALL_STATE(1302)] = 81157, + [SMALL_STATE(1303)] = 81179, + [SMALL_STATE(1304)] = 81203, + [SMALL_STATE(1305)] = 81227, + [SMALL_STATE(1306)] = 81249, + [SMALL_STATE(1307)] = 81271, + [SMALL_STATE(1308)] = 81293, + [SMALL_STATE(1309)] = 81315, + [SMALL_STATE(1310)] = 81337, + [SMALL_STATE(1311)] = 81359, + [SMALL_STATE(1312)] = 81381, + [SMALL_STATE(1313)] = 81403, + [SMALL_STATE(1314)] = 81427, + [SMALL_STATE(1315)] = 81451, + [SMALL_STATE(1316)] = 81473, + [SMALL_STATE(1317)] = 81495, + [SMALL_STATE(1318)] = 81519, + [SMALL_STATE(1319)] = 81537, + [SMALL_STATE(1320)] = 81557, + [SMALL_STATE(1321)] = 81581, + [SMALL_STATE(1322)] = 81605, + [SMALL_STATE(1323)] = 81627, + [SMALL_STATE(1324)] = 81651, + [SMALL_STATE(1325)] = 81674, + [SMALL_STATE(1326)] = 81693, + [SMALL_STATE(1327)] = 81714, + [SMALL_STATE(1328)] = 81735, + [SMALL_STATE(1329)] = 81756, + [SMALL_STATE(1330)] = 81775, + [SMALL_STATE(1331)] = 81798, + [SMALL_STATE(1332)] = 81819, + [SMALL_STATE(1333)] = 81838, + [SMALL_STATE(1334)] = 81857, + [SMALL_STATE(1335)] = 81876, + [SMALL_STATE(1336)] = 81895, + [SMALL_STATE(1337)] = 81914, + [SMALL_STATE(1338)] = 81937, + [SMALL_STATE(1339)] = 81958, + [SMALL_STATE(1340)] = 81979, + [SMALL_STATE(1341)] = 82002, + [SMALL_STATE(1342)] = 82025, + [SMALL_STATE(1343)] = 82046, + [SMALL_STATE(1344)] = 82065, + [SMALL_STATE(1345)] = 82086, + [SMALL_STATE(1346)] = 82105, + [SMALL_STATE(1347)] = 82126, + [SMALL_STATE(1348)] = 82149, + [SMALL_STATE(1349)] = 82168, + [SMALL_STATE(1350)] = 82184, + [SMALL_STATE(1351)] = 82202, + [SMALL_STATE(1352)] = 82222, + [SMALL_STATE(1353)] = 82242, + [SMALL_STATE(1354)] = 82260, + [SMALL_STATE(1355)] = 82278, + [SMALL_STATE(1356)] = 82298, + [SMALL_STATE(1357)] = 82318, + [SMALL_STATE(1358)] = 82338, + [SMALL_STATE(1359)] = 82358, + [SMALL_STATE(1360)] = 82378, + [SMALL_STATE(1361)] = 82394, + [SMALL_STATE(1362)] = 82412, + [SMALL_STATE(1363)] = 82432, + [SMALL_STATE(1364)] = 82450, + [SMALL_STATE(1365)] = 82468, + [SMALL_STATE(1366)] = 82488, + [SMALL_STATE(1367)] = 82506, + [SMALL_STATE(1368)] = 82522, + [SMALL_STATE(1369)] = 82542, + [SMALL_STATE(1370)] = 82560, + [SMALL_STATE(1371)] = 82574, + [SMALL_STATE(1372)] = 82592, + [SMALL_STATE(1373)] = 82610, + [SMALL_STATE(1374)] = 82630, + [SMALL_STATE(1375)] = 82648, + [SMALL_STATE(1376)] = 82664, + [SMALL_STATE(1377)] = 82684, + [SMALL_STATE(1378)] = 82702, + [SMALL_STATE(1379)] = 82720, + [SMALL_STATE(1380)] = 82740, + [SMALL_STATE(1381)] = 82756, + [SMALL_STATE(1382)] = 82776, + [SMALL_STATE(1383)] = 82794, + [SMALL_STATE(1384)] = 82812, + [SMALL_STATE(1385)] = 82832, + [SMALL_STATE(1386)] = 82850, + [SMALL_STATE(1387)] = 82866, + [SMALL_STATE(1388)] = 82884, + [SMALL_STATE(1389)] = 82902, + [SMALL_STATE(1390)] = 82920, + [SMALL_STATE(1391)] = 82938, + [SMALL_STATE(1392)] = 82958, + [SMALL_STATE(1393)] = 82976, + [SMALL_STATE(1394)] = 82992, + [SMALL_STATE(1395)] = 83010, + [SMALL_STATE(1396)] = 83028, + [SMALL_STATE(1397)] = 83046, + [SMALL_STATE(1398)] = 83060, + [SMALL_STATE(1399)] = 83078, + [SMALL_STATE(1400)] = 83098, + [SMALL_STATE(1401)] = 83118, + [SMALL_STATE(1402)] = 83136, + [SMALL_STATE(1403)] = 83156, + [SMALL_STATE(1404)] = 83176, + [SMALL_STATE(1405)] = 83194, + [SMALL_STATE(1406)] = 83210, + [SMALL_STATE(1407)] = 83230, + [SMALL_STATE(1408)] = 83247, + [SMALL_STATE(1409)] = 83264, + [SMALL_STATE(1410)] = 83281, + [SMALL_STATE(1411)] = 83298, + [SMALL_STATE(1412)] = 83315, + [SMALL_STATE(1413)] = 83332, + [SMALL_STATE(1414)] = 83349, + [SMALL_STATE(1415)] = 83366, + [SMALL_STATE(1416)] = 83381, + [SMALL_STATE(1417)] = 83398, + [SMALL_STATE(1418)] = 83411, + [SMALL_STATE(1419)] = 83428, + [SMALL_STATE(1420)] = 83445, + [SMALL_STATE(1421)] = 83458, + [SMALL_STATE(1422)] = 83471, + [SMALL_STATE(1423)] = 83488, + [SMALL_STATE(1424)] = 83503, + [SMALL_STATE(1425)] = 83516, + [SMALL_STATE(1426)] = 83533, + [SMALL_STATE(1427)] = 83550, + [SMALL_STATE(1428)] = 83567, + [SMALL_STATE(1429)] = 83582, + [SMALL_STATE(1430)] = 83599, + [SMALL_STATE(1431)] = 83616, + [SMALL_STATE(1432)] = 83633, + [SMALL_STATE(1433)] = 83648, + [SMALL_STATE(1434)] = 83665, + [SMALL_STATE(1435)] = 83682, + [SMALL_STATE(1436)] = 83695, + [SMALL_STATE(1437)] = 83712, + [SMALL_STATE(1438)] = 83729, + [SMALL_STATE(1439)] = 83742, + [SMALL_STATE(1440)] = 83759, + [SMALL_STATE(1441)] = 83776, + [SMALL_STATE(1442)] = 83793, + [SMALL_STATE(1443)] = 83810, + [SMALL_STATE(1444)] = 83827, + [SMALL_STATE(1445)] = 83844, + [SMALL_STATE(1446)] = 83861, + [SMALL_STATE(1447)] = 83878, + [SMALL_STATE(1448)] = 83895, + [SMALL_STATE(1449)] = 83912, + [SMALL_STATE(1450)] = 83925, + [SMALL_STATE(1451)] = 83942, + [SMALL_STATE(1452)] = 83959, + [SMALL_STATE(1453)] = 83976, + [SMALL_STATE(1454)] = 83993, + [SMALL_STATE(1455)] = 84010, + [SMALL_STATE(1456)] = 84027, + [SMALL_STATE(1457)] = 84044, + [SMALL_STATE(1458)] = 84061, + [SMALL_STATE(1459)] = 84078, + [SMALL_STATE(1460)] = 84095, + [SMALL_STATE(1461)] = 84112, + [SMALL_STATE(1462)] = 84129, + [SMALL_STATE(1463)] = 84144, + [SMALL_STATE(1464)] = 84161, + [SMALL_STATE(1465)] = 84178, + [SMALL_STATE(1466)] = 84191, + [SMALL_STATE(1467)] = 84208, + [SMALL_STATE(1468)] = 84225, + [SMALL_STATE(1469)] = 84242, + [SMALL_STATE(1470)] = 84259, + [SMALL_STATE(1471)] = 84276, + [SMALL_STATE(1472)] = 84293, + [SMALL_STATE(1473)] = 84310, + [SMALL_STATE(1474)] = 84323, + [SMALL_STATE(1475)] = 84340, + [SMALL_STATE(1476)] = 84357, + [SMALL_STATE(1477)] = 84374, + [SMALL_STATE(1478)] = 84391, + [SMALL_STATE(1479)] = 84408, + [SMALL_STATE(1480)] = 84425, + [SMALL_STATE(1481)] = 84442, + [SMALL_STATE(1482)] = 84459, + [SMALL_STATE(1483)] = 84476, + [SMALL_STATE(1484)] = 84493, + [SMALL_STATE(1485)] = 84510, + [SMALL_STATE(1486)] = 84527, + [SMALL_STATE(1487)] = 84544, + [SMALL_STATE(1488)] = 84561, + [SMALL_STATE(1489)] = 84578, + [SMALL_STATE(1490)] = 84595, + [SMALL_STATE(1491)] = 84612, + [SMALL_STATE(1492)] = 84629, + [SMALL_STATE(1493)] = 84646, + [SMALL_STATE(1494)] = 84663, + [SMALL_STATE(1495)] = 84678, + [SMALL_STATE(1496)] = 84695, + [SMALL_STATE(1497)] = 84712, + [SMALL_STATE(1498)] = 84729, + [SMALL_STATE(1499)] = 84746, + [SMALL_STATE(1500)] = 84763, + [SMALL_STATE(1501)] = 84776, + [SMALL_STATE(1502)] = 84793, + [SMALL_STATE(1503)] = 84810, + [SMALL_STATE(1504)] = 84823, + [SMALL_STATE(1505)] = 84840, + [SMALL_STATE(1506)] = 84857, + [SMALL_STATE(1507)] = 84874, + [SMALL_STATE(1508)] = 84887, + [SMALL_STATE(1509)] = 84904, + [SMALL_STATE(1510)] = 84921, + [SMALL_STATE(1511)] = 84938, + [SMALL_STATE(1512)] = 84955, + [SMALL_STATE(1513)] = 84972, + [SMALL_STATE(1514)] = 84989, + [SMALL_STATE(1515)] = 85002, + [SMALL_STATE(1516)] = 85019, + [SMALL_STATE(1517)] = 85036, + [SMALL_STATE(1518)] = 85049, + [SMALL_STATE(1519)] = 85066, + [SMALL_STATE(1520)] = 85083, + [SMALL_STATE(1521)] = 85100, + [SMALL_STATE(1522)] = 85113, + [SMALL_STATE(1523)] = 85130, + [SMALL_STATE(1524)] = 85147, + [SMALL_STATE(1525)] = 85160, + [SMALL_STATE(1526)] = 85177, + [SMALL_STATE(1527)] = 85194, + [SMALL_STATE(1528)] = 85211, + [SMALL_STATE(1529)] = 85228, + [SMALL_STATE(1530)] = 85245, + [SMALL_STATE(1531)] = 85262, + [SMALL_STATE(1532)] = 85279, + [SMALL_STATE(1533)] = 85296, + [SMALL_STATE(1534)] = 85313, + [SMALL_STATE(1535)] = 85330, + [SMALL_STATE(1536)] = 85347, + [SMALL_STATE(1537)] = 85364, + [SMALL_STATE(1538)] = 85381, + [SMALL_STATE(1539)] = 85394, + [SMALL_STATE(1540)] = 85407, + [SMALL_STATE(1541)] = 85424, + [SMALL_STATE(1542)] = 85441, + [SMALL_STATE(1543)] = 85454, + [SMALL_STATE(1544)] = 85467, + [SMALL_STATE(1545)] = 85484, + [SMALL_STATE(1546)] = 85499, + [SMALL_STATE(1547)] = 85516, + [SMALL_STATE(1548)] = 85533, + [SMALL_STATE(1549)] = 85546, + [SMALL_STATE(1550)] = 85563, + [SMALL_STATE(1551)] = 85580, + [SMALL_STATE(1552)] = 85597, + [SMALL_STATE(1553)] = 85610, + [SMALL_STATE(1554)] = 85627, + [SMALL_STATE(1555)] = 85644, + [SMALL_STATE(1556)] = 85661, + [SMALL_STATE(1557)] = 85678, + [SMALL_STATE(1558)] = 85695, + [SMALL_STATE(1559)] = 85712, + [SMALL_STATE(1560)] = 85729, + [SMALL_STATE(1561)] = 85742, + [SMALL_STATE(1562)] = 85759, + [SMALL_STATE(1563)] = 85776, + [SMALL_STATE(1564)] = 85793, + [SMALL_STATE(1565)] = 85810, + [SMALL_STATE(1566)] = 85827, + [SMALL_STATE(1567)] = 85844, + [SMALL_STATE(1568)] = 85857, + [SMALL_STATE(1569)] = 85874, + [SMALL_STATE(1570)] = 85891, + [SMALL_STATE(1571)] = 85908, + [SMALL_STATE(1572)] = 85925, + [SMALL_STATE(1573)] = 85942, + [SMALL_STATE(1574)] = 85959, + [SMALL_STATE(1575)] = 85976, + [SMALL_STATE(1576)] = 85993, + [SMALL_STATE(1577)] = 86010, + [SMALL_STATE(1578)] = 86027, + [SMALL_STATE(1579)] = 86044, + [SMALL_STATE(1580)] = 86057, + [SMALL_STATE(1581)] = 86074, + [SMALL_STATE(1582)] = 86091, + [SMALL_STATE(1583)] = 86108, + [SMALL_STATE(1584)] = 86125, + [SMALL_STATE(1585)] = 86142, + [SMALL_STATE(1586)] = 86159, + [SMALL_STATE(1587)] = 86176, + [SMALL_STATE(1588)] = 86193, + [SMALL_STATE(1589)] = 86210, + [SMALL_STATE(1590)] = 86223, + [SMALL_STATE(1591)] = 86236, + [SMALL_STATE(1592)] = 86253, + [SMALL_STATE(1593)] = 86270, + [SMALL_STATE(1594)] = 86283, + [SMALL_STATE(1595)] = 86300, + [SMALL_STATE(1596)] = 86317, + [SMALL_STATE(1597)] = 86334, + [SMALL_STATE(1598)] = 86346, + [SMALL_STATE(1599)] = 86360, + [SMALL_STATE(1600)] = 86374, + [SMALL_STATE(1601)] = 86388, + [SMALL_STATE(1602)] = 86400, + [SMALL_STATE(1603)] = 86414, + [SMALL_STATE(1604)] = 86428, + [SMALL_STATE(1605)] = 86442, + [SMALL_STATE(1606)] = 86456, + [SMALL_STATE(1607)] = 86470, + [SMALL_STATE(1608)] = 86484, + [SMALL_STATE(1609)] = 86496, + [SMALL_STATE(1610)] = 86510, + [SMALL_STATE(1611)] = 86524, + [SMALL_STATE(1612)] = 86538, + [SMALL_STATE(1613)] = 86550, + [SMALL_STATE(1614)] = 86562, + [SMALL_STATE(1615)] = 86576, + [SMALL_STATE(1616)] = 86590, + [SMALL_STATE(1617)] = 86604, + [SMALL_STATE(1618)] = 86618, + [SMALL_STATE(1619)] = 86632, + [SMALL_STATE(1620)] = 86646, + [SMALL_STATE(1621)] = 86660, + [SMALL_STATE(1622)] = 86674, + [SMALL_STATE(1623)] = 86688, + [SMALL_STATE(1624)] = 86702, + [SMALL_STATE(1625)] = 86716, + [SMALL_STATE(1626)] = 86728, + [SMALL_STATE(1627)] = 86740, + [SMALL_STATE(1628)] = 86754, + [SMALL_STATE(1629)] = 86766, + [SMALL_STATE(1630)] = 86778, + [SMALL_STATE(1631)] = 86792, + [SMALL_STATE(1632)] = 86806, + [SMALL_STATE(1633)] = 86818, + [SMALL_STATE(1634)] = 86832, + [SMALL_STATE(1635)] = 86846, + [SMALL_STATE(1636)] = 86860, + [SMALL_STATE(1637)] = 86874, + [SMALL_STATE(1638)] = 86886, + [SMALL_STATE(1639)] = 86898, + [SMALL_STATE(1640)] = 86912, + [SMALL_STATE(1641)] = 86926, + [SMALL_STATE(1642)] = 86940, + [SMALL_STATE(1643)] = 86954, + [SMALL_STATE(1644)] = 86968, + [SMALL_STATE(1645)] = 86982, + [SMALL_STATE(1646)] = 86994, + [SMALL_STATE(1647)] = 87008, + [SMALL_STATE(1648)] = 87022, + [SMALL_STATE(1649)] = 87034, + [SMALL_STATE(1650)] = 87046, + [SMALL_STATE(1651)] = 87058, + [SMALL_STATE(1652)] = 87070, + [SMALL_STATE(1653)] = 87084, + [SMALL_STATE(1654)] = 87096, + [SMALL_STATE(1655)] = 87110, + [SMALL_STATE(1656)] = 87124, + [SMALL_STATE(1657)] = 87136, + [SMALL_STATE(1658)] = 87150, + [SMALL_STATE(1659)] = 87162, + [SMALL_STATE(1660)] = 87176, + [SMALL_STATE(1661)] = 87190, + [SMALL_STATE(1662)] = 87204, + [SMALL_STATE(1663)] = 87218, + [SMALL_STATE(1664)] = 87230, + [SMALL_STATE(1665)] = 87242, + [SMALL_STATE(1666)] = 87256, + [SMALL_STATE(1667)] = 87270, + [SMALL_STATE(1668)] = 87284, + [SMALL_STATE(1669)] = 87298, + [SMALL_STATE(1670)] = 87312, + [SMALL_STATE(1671)] = 87326, + [SMALL_STATE(1672)] = 87338, + [SMALL_STATE(1673)] = 87352, + [SMALL_STATE(1674)] = 87364, + [SMALL_STATE(1675)] = 87378, + [SMALL_STATE(1676)] = 87392, + [SMALL_STATE(1677)] = 87406, + [SMALL_STATE(1678)] = 87418, + [SMALL_STATE(1679)] = 87432, + [SMALL_STATE(1680)] = 87446, + [SMALL_STATE(1681)] = 87458, + [SMALL_STATE(1682)] = 87470, + [SMALL_STATE(1683)] = 87484, + [SMALL_STATE(1684)] = 87498, + [SMALL_STATE(1685)] = 87512, + [SMALL_STATE(1686)] = 87526, + [SMALL_STATE(1687)] = 87540, + [SMALL_STATE(1688)] = 87552, + [SMALL_STATE(1689)] = 87566, + [SMALL_STATE(1690)] = 87578, + [SMALL_STATE(1691)] = 87590, + [SMALL_STATE(1692)] = 87604, + [SMALL_STATE(1693)] = 87618, + [SMALL_STATE(1694)] = 87630, + [SMALL_STATE(1695)] = 87644, + [SMALL_STATE(1696)] = 87656, + [SMALL_STATE(1697)] = 87670, + [SMALL_STATE(1698)] = 87682, + [SMALL_STATE(1699)] = 87694, + [SMALL_STATE(1700)] = 87708, + [SMALL_STATE(1701)] = 87722, + [SMALL_STATE(1702)] = 87736, + [SMALL_STATE(1703)] = 87750, + [SMALL_STATE(1704)] = 87762, + [SMALL_STATE(1705)] = 87776, + [SMALL_STATE(1706)] = 87788, + [SMALL_STATE(1707)] = 87800, + [SMALL_STATE(1708)] = 87814, + [SMALL_STATE(1709)] = 87828, + [SMALL_STATE(1710)] = 87840, + [SMALL_STATE(1711)] = 87854, + [SMALL_STATE(1712)] = 87868, + [SMALL_STATE(1713)] = 87880, + [SMALL_STATE(1714)] = 87894, + [SMALL_STATE(1715)] = 87908, + [SMALL_STATE(1716)] = 87922, + [SMALL_STATE(1717)] = 87936, + [SMALL_STATE(1718)] = 87948, + [SMALL_STATE(1719)] = 87960, + [SMALL_STATE(1720)] = 87972, + [SMALL_STATE(1721)] = 87984, + [SMALL_STATE(1722)] = 87998, + [SMALL_STATE(1723)] = 88012, + [SMALL_STATE(1724)] = 88024, + [SMALL_STATE(1725)] = 88036, + [SMALL_STATE(1726)] = 88050, + [SMALL_STATE(1727)] = 88062, + [SMALL_STATE(1728)] = 88076, + [SMALL_STATE(1729)] = 88090, + [SMALL_STATE(1730)] = 88102, + [SMALL_STATE(1731)] = 88116, + [SMALL_STATE(1732)] = 88130, + [SMALL_STATE(1733)] = 88144, + [SMALL_STATE(1734)] = 88156, + [SMALL_STATE(1735)] = 88170, + [SMALL_STATE(1736)] = 88182, + [SMALL_STATE(1737)] = 88194, + [SMALL_STATE(1738)] = 88208, + [SMALL_STATE(1739)] = 88222, + [SMALL_STATE(1740)] = 88236, + [SMALL_STATE(1741)] = 88248, + [SMALL_STATE(1742)] = 88262, + [SMALL_STATE(1743)] = 88276, + [SMALL_STATE(1744)] = 88288, + [SMALL_STATE(1745)] = 88302, + [SMALL_STATE(1746)] = 88314, + [SMALL_STATE(1747)] = 88328, + [SMALL_STATE(1748)] = 88342, + [SMALL_STATE(1749)] = 88353, + [SMALL_STATE(1750)] = 88364, + [SMALL_STATE(1751)] = 88375, + [SMALL_STATE(1752)] = 88386, + [SMALL_STATE(1753)] = 88397, + [SMALL_STATE(1754)] = 88408, + [SMALL_STATE(1755)] = 88419, + [SMALL_STATE(1756)] = 88430, + [SMALL_STATE(1757)] = 88441, + [SMALL_STATE(1758)] = 88452, + [SMALL_STATE(1759)] = 88463, + [SMALL_STATE(1760)] = 88474, + [SMALL_STATE(1761)] = 88485, + [SMALL_STATE(1762)] = 88496, + [SMALL_STATE(1763)] = 88507, + [SMALL_STATE(1764)] = 88518, + [SMALL_STATE(1765)] = 88529, + [SMALL_STATE(1766)] = 88540, + [SMALL_STATE(1767)] = 88551, + [SMALL_STATE(1768)] = 88562, + [SMALL_STATE(1769)] = 88573, + [SMALL_STATE(1770)] = 88584, + [SMALL_STATE(1771)] = 88595, + [SMALL_STATE(1772)] = 88606, + [SMALL_STATE(1773)] = 88617, + [SMALL_STATE(1774)] = 88628, + [SMALL_STATE(1775)] = 88639, + [SMALL_STATE(1776)] = 88650, + [SMALL_STATE(1777)] = 88661, + [SMALL_STATE(1778)] = 88672, + [SMALL_STATE(1779)] = 88683, + [SMALL_STATE(1780)] = 88694, + [SMALL_STATE(1781)] = 88705, + [SMALL_STATE(1782)] = 88716, + [SMALL_STATE(1783)] = 88727, + [SMALL_STATE(1784)] = 88738, + [SMALL_STATE(1785)] = 88749, + [SMALL_STATE(1786)] = 88760, + [SMALL_STATE(1787)] = 88771, + [SMALL_STATE(1788)] = 88782, + [SMALL_STATE(1789)] = 88793, + [SMALL_STATE(1790)] = 88804, + [SMALL_STATE(1791)] = 88815, + [SMALL_STATE(1792)] = 88826, + [SMALL_STATE(1793)] = 88837, + [SMALL_STATE(1794)] = 88848, + [SMALL_STATE(1795)] = 88859, + [SMALL_STATE(1796)] = 88870, + [SMALL_STATE(1797)] = 88881, + [SMALL_STATE(1798)] = 88892, + [SMALL_STATE(1799)] = 88903, + [SMALL_STATE(1800)] = 88914, + [SMALL_STATE(1801)] = 88925, + [SMALL_STATE(1802)] = 88936, + [SMALL_STATE(1803)] = 88947, + [SMALL_STATE(1804)] = 88958, + [SMALL_STATE(1805)] = 88969, + [SMALL_STATE(1806)] = 88980, + [SMALL_STATE(1807)] = 88991, + [SMALL_STATE(1808)] = 89002, + [SMALL_STATE(1809)] = 89013, + [SMALL_STATE(1810)] = 89024, + [SMALL_STATE(1811)] = 89035, + [SMALL_STATE(1812)] = 89046, + [SMALL_STATE(1813)] = 89057, + [SMALL_STATE(1814)] = 89068, + [SMALL_STATE(1815)] = 89079, + [SMALL_STATE(1816)] = 89090, + [SMALL_STATE(1817)] = 89101, + [SMALL_STATE(1818)] = 89112, + [SMALL_STATE(1819)] = 89123, + [SMALL_STATE(1820)] = 89134, + [SMALL_STATE(1821)] = 89145, + [SMALL_STATE(1822)] = 89156, + [SMALL_STATE(1823)] = 89167, + [SMALL_STATE(1824)] = 89178, + [SMALL_STATE(1825)] = 89189, + [SMALL_STATE(1826)] = 89200, + [SMALL_STATE(1827)] = 89211, + [SMALL_STATE(1828)] = 89222, + [SMALL_STATE(1829)] = 89233, + [SMALL_STATE(1830)] = 89244, + [SMALL_STATE(1831)] = 89255, + [SMALL_STATE(1832)] = 89266, + [SMALL_STATE(1833)] = 89277, + [SMALL_STATE(1834)] = 89288, + [SMALL_STATE(1835)] = 89299, + [SMALL_STATE(1836)] = 89310, + [SMALL_STATE(1837)] = 89321, + [SMALL_STATE(1838)] = 89332, + [SMALL_STATE(1839)] = 89343, + [SMALL_STATE(1840)] = 89354, + [SMALL_STATE(1841)] = 89365, + [SMALL_STATE(1842)] = 89376, + [SMALL_STATE(1843)] = 89387, + [SMALL_STATE(1844)] = 89398, + [SMALL_STATE(1845)] = 89409, + [SMALL_STATE(1846)] = 89420, + [SMALL_STATE(1847)] = 89431, + [SMALL_STATE(1848)] = 89442, + [SMALL_STATE(1849)] = 89453, + [SMALL_STATE(1850)] = 89464, + [SMALL_STATE(1851)] = 89475, + [SMALL_STATE(1852)] = 89486, + [SMALL_STATE(1853)] = 89497, + [SMALL_STATE(1854)] = 89508, + [SMALL_STATE(1855)] = 89519, + [SMALL_STATE(1856)] = 89530, + [SMALL_STATE(1857)] = 89541, + [SMALL_STATE(1858)] = 89552, + [SMALL_STATE(1859)] = 89563, + [SMALL_STATE(1860)] = 89574, + [SMALL_STATE(1861)] = 89585, + [SMALL_STATE(1862)] = 89596, + [SMALL_STATE(1863)] = 89607, + [SMALL_STATE(1864)] = 89618, + [SMALL_STATE(1865)] = 89629, + [SMALL_STATE(1866)] = 89640, + [SMALL_STATE(1867)] = 89651, + [SMALL_STATE(1868)] = 89662, + [SMALL_STATE(1869)] = 89673, + [SMALL_STATE(1870)] = 89684, + [SMALL_STATE(1871)] = 89695, + [SMALL_STATE(1872)] = 89706, + [SMALL_STATE(1873)] = 89717, + [SMALL_STATE(1874)] = 89728, + [SMALL_STATE(1875)] = 89739, + [SMALL_STATE(1876)] = 89750, + [SMALL_STATE(1877)] = 89761, + [SMALL_STATE(1878)] = 89772, + [SMALL_STATE(1879)] = 89783, + [SMALL_STATE(1880)] = 89794, + [SMALL_STATE(1881)] = 89805, + [SMALL_STATE(1882)] = 89816, + [SMALL_STATE(1883)] = 89827, + [SMALL_STATE(1884)] = 89838, + [SMALL_STATE(1885)] = 89849, + [SMALL_STATE(1886)] = 89860, + [SMALL_STATE(1887)] = 89871, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -84064,2017 +81934,2002 @@ static const TSParseActionEntry ts_parse_actions[] = { [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), [65] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_echo, 1), [67] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_echo, 1), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), - [105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), - [107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1503), - [110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(28), - [113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1656), - [116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1635), - [119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1308), - [122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1636), - [125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1913), - [128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(256), - [131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(411), - [134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(527), - [137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1426), - [140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1638), - [143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(78), - [146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(77), - [149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(333), - [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(271), - [155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(849), - [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(855), - [161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(844), - [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(526), - [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1367), - [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1911), - [173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1322), - [176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(136), - [179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(71), - [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(71), - [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(67), - [188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(64), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), - [255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), - [257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(28), - [260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(1913), - [263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(256), - [266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(411), - [269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(527), - [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(1730), - [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(78), - [278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(77), - [281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(333), - [284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(271), - [287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(849), - [290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(855), - [293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(844), - [296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(526), - [299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(1322), - [302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(136), - [305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(71), - [308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(71), - [311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(67), - [314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(64), - [317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), - [319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), - [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(28), - [324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1913), - [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(256), - [330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(411), - [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(527), - [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1730), - [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(78), - [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(77), - [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(333), - [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(271), - [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(849), - [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(855), - [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(844), - [360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(526), - [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1322), - [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(136), - [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(71), - [372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(71), - [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(67), - [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(64), - [381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 1, .production_id = 1), - [383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 1, .production_id = 1), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_unit, 1), - [389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_unit, 1), - [391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_function_expression, 1), - [393] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1684), - [397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1), - [399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 1), - [401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(32), - [404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1780), - [407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(269), - [410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(378), - [413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(502), - [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1640), - [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(480), - [422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(478), - [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(426), - [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(266), - [431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(852), - [434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(876), - [437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(841), - [440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(483), - [443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1315), - [446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(544), - [449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(195), - [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(195), - [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(109), - [458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(194), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_constructor_name, 3, .production_id = 23), - [507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_constructor_name, 3, .production_id = 23), - [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), - [516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case, 4, .production_id = 33), - [518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 4, .production_id = 33), - [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_name, 1), - [526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_name, 1), - [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 8), - [538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 8), - [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), - [544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), - [546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer, 1), - [548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer, 1), - [550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5), - [552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5), - [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), - [558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), - [560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case, 5, .production_id = 48), - [562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 5, .production_id = 48), - [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), - [570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), - [572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer, 2), - [574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer, 2), - [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_access, 3, .production_id = 21), - [584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_access, 3, .production_id = 21), - [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 1), - [588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 1), - [590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 3, .production_id = 22), - [592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 3, .production_id = 22), - [594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), - [596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), - [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), - [600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 4), - [602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 4), - [604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 5), - [606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 5), - [608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 5, .production_id = 43), - [610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 5, .production_id = 43), - [612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 3, .production_id = 13), - [614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 3, .production_id = 13), - [616] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1651), - [620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 6), - [622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 6), - [624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), - [626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), - [628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update, 7, .production_id = 74), - [630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_update, 7, .production_id = 74), - [632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 2, .production_id = 9), - [634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 2, .production_id = 9), - [636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_record_expression, 1), - [638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_panic, 1), - [640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_panic, 1), - [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_todo, 1), - [646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 1), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), - [658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 6, .production_id = 60), - [660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 6, .production_id = 60), - [662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 4), - [664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 4), - [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), - [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), - [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), - [682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), - [684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), - [686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), - [688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 7, .production_id = 70), - [690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 7, .production_id = 70), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment, 4, .production_id = 54), - [698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment, 4, .production_id = 54), - [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 5), - [726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 5), - [728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 5), - [730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 5), - [732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 5, .production_id = 42), - [734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 5, .production_id = 42), - [736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment, 3, .production_id = 36), - [738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment, 3, .production_id = 36), - [740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_panic, 4, .production_id = 15), - [742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_panic, 4, .production_id = 15), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_todo, 4, .production_id = 15), - [750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 4, .production_id = 15), - [752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 4), - [754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 4), - [756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 20), - [758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 20), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_panic, 3, .production_id = 15), - [766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_panic, 3, .production_id = 15), - [768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_todo, 3, .production_id = 15), - [770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 3, .production_id = 15), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 3), - [782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 3), - [784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), - [786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), - [788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_negation, 2), - [790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_negation, 2), - [792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), - [794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), - [796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 2), - [798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 2), - [800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_integer, 1), REDUCE(sym_integer, 2), - [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_integer, 1), REDUCE(sym_integer, 2), - [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer_negation, 2), - [808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer_negation, 2), - [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_echo, 2), - [812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_echo, 2), - [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert, 2, .production_id = 5), - [816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert, 2, .production_id = 5), - [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use, 4, .production_id = 38), - [846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use, 4, .production_id = 38), - [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_assert, 5, .production_id = 53), - [858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_assert, 5, .production_id = 53), - [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use, 3, .production_id = 18), - [876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use, 3, .production_id = 18), - [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 2, .production_id = 40), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [894] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1689), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_argument, 2, .production_id = 40), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), - [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), - [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), - [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), - [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), - [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), - [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), - [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), - [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), - [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), - [1136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [1150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), - [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), - [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), - [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), - [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), - [1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), - [1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), - [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), - [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [1184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [1200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_subjects, 3), SHIFT(25), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [1307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_subjects, 2), SHIFT(25), - [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [1348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [1406] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1685), - [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [1476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [1480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [1486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [1488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), - [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), - [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), - [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [1524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [1548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [1558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [1560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), - [1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [1568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [1582] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1675), - [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record, 1, .production_id = 1), - [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record, 1, .production_id = 1), - [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 3), - [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 3), - [1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 3), - [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 3), - [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 5), - [1630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 5), - [1632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 3), - [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 3), - [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 4), - [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 4), - [1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 5), - [1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 5), - [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 4), - [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 4), - [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 4), - [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 4), - [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 4), - [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 4), - [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 2), - [1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 2), - [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_field_access, 3, .production_id = 22), - [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_field_access, 3, .production_id = 22), - [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 2), - [1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 2), - [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record, 2, .production_id = 9), - [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record, 2, .production_id = 9), - [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 5), - [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 5), - [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 2), - [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 2), - [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 5), - [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 5), - [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 6), - [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 6), - [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 4, .production_id = 72), - [1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 4, .production_id = 72), - [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 3, .production_id = 63), - [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 3, .production_id = 63), - [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 3), - [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 3), - [1700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 2), - [1702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 2), - [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1), - [1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 1), - [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), - [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), - [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1887), - [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 1, .production_id = 1), - [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_name, 1, .production_id = 1), - [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [1725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), - [1728] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1688), - [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, .production_id = 14), - [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, .production_id = 14), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_identifier, 1), - [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_identifier, 1), - [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 2, .production_id = 3), - [1744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 2, .production_id = 3), - [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 39), - [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 39), - [1754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, .production_id = 1), - [1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, .production_id = 1), - [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_type_identifier, 3, .production_id = 23), - [1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_type_identifier, 3, .production_id = 23), - [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 2), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, .production_id = 2), - [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), - [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), - [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_value, 1), - [1800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_value, 1), - [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 4), - [1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 4), - [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 2, .production_id = 11), - [1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_name, 2, .production_id = 11), - [1814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), - [1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), - [1818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 4), - [1820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 4), - [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_assert, 3, .production_id = 17), - [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_assert, 3, .production_id = 17), - [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [1828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 4, .production_id = 25), - [1830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 4, .production_id = 25), - [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), - [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type, 2), - [1836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type, 2), - [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 2), - [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 2), - [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5), - [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5), - [1850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_var, 1), - [1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_var, 1), - [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 2), - [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 2), - [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 3), - [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 3), - [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 5), - [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 5), - [1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 2), - [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 2), - [1876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 3), - [1878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 3), - [1880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 46), - [1882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 46), - [1884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__maybe_record_expression, 1), - [1898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__maybe_tuple_expression, 1), - [1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 6, .production_id = 67), - [1902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 6, .production_id = 67), - [1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type, 3), - [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type, 3), - [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [1912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 5), - [1914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 5), - [1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), - [1918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), - [1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 5), - [1922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 5), - [1924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment_options, 3), - [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [1932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [1934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [1936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function, 8, .production_id = 76), - [1938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function, 8, .production_id = 76), - [1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_arguments, 5), - [1942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_arguments, 5), - [1944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 6, .production_id = 61), - [1946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 6, .production_id = 61), - [1948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 7, .production_id = 73), - [1950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 7, .production_id = 73), - [1952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 5, .production_id = 55), - [1954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 5, .production_id = 55), - [1956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7), - [1958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 7), - [1960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment_options, 3), - [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [1964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 2, .production_id = 9), - [1966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 2, .production_id = 9), - [1968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4), - [1970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4), - [1972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_arguments, 4), - [1974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_arguments, 4), - [1976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 4, .production_id = 26), - [1978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 4, .production_id = 26), - [1980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, .production_id = 69), - [1982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, .production_id = 69), - [1984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target_group, 4, .production_id = 24), - [1986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target_group, 4, .production_id = 24), - [1988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5), - [1990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5), - [1992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type, 4), - [1994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type, 4), - [1996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment_options, 3), - [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), - [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [2008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 6), - [2010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 6), - [2012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_hole, 1), - [2014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_hole, 1), - [2016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 6), - [2018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 6), - [2020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5), - [2022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5), - [2024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), - [2026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), - [2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target_group, 5, .production_id = 24), - [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target_group, 5, .production_id = 24), - [2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_body, 2), - [2034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function_body, 2), - [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function, 9, .production_id = 77), - [2038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function, 9, .production_id = 77), - [2040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment_options, 2), - [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [2044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 2), - [2046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 2), - [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6), - [2050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6), - [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, .production_id = 59), - [2054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 59), - [2056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 5, .production_id = 41), - [2058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 5, .production_id = 41), - [2060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 10), - [2062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 10), - [2064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3), - [2066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3), - [2068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 6, .production_id = 66), - [2070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 6, .production_id = 66), - [2072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), - [2074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1895), - [2077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(835), - [2080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(847), - [2083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1420), - [2086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1328), - [2089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1312), - [2092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1297), - [2095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1297), - [2098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1096), - [2101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1262), - [2104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1267), - [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), - [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), - [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 6, .production_id = 58), - [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 6, .production_id = 58), - [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment_options, 2), - [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5), - [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5), - [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment_options, 2), - [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let, 2, .production_id = 5), - [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let, 2, .production_id = 5), - [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discard, 1), - [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_discard, 1), - [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 56), - [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 56), - [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 4), - [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 4), - [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 4, .production_id = 28), - [2143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 4, .production_id = 28), - [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 32), - [2147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 32), - [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clauses, 1), - [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_arguments, 3), - [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_arguments, 3), - [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), - [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [2229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_patterns, 2), - [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_patterns, 2), - [2233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_pattern, 2, .production_id = 7), - [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 2, .production_id = 7), - [2237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_argument, 2, .production_id = 40), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_pattern, 3, .production_id = 49), - [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 3, .production_id = 49), - [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_patterns, 3), - [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_patterns, 3), - [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignments, 2), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [2261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignments, 3), - [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), - [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [2325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_subjects, 1), - [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [2405] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1683), - [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [2429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_argument, 2, .production_id = 40), - [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [2437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_argument, 3, .production_id = 57), - [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 1, .production_id = 4), - [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 3, .production_id = 57), - [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [2599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constant_value, 1), REDUCE(sym__case_clause_guard_unit, 1), - [2602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constant_value, 1), REDUCE(sym__case_clause_guard_unit, 1), - [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_binary_expression, 3, .production_id = 20), - [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [2623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_binary_expression, 3, .production_id = 20), - [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_expression, 1, .production_id = 6), - [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_expression, 1, .production_id = 6), - [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_unit, 1, .production_id = 62), - [2633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_unit, 1, .production_id = 62), - [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_unit, 3), - [2637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_unit, 3), - [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_tuple_access, 3, .production_id = 21), - [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_tuple_access, 3, .production_id = 21), - [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_guard, 2), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), - [2683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1682), - [2686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1681), - [2689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1319), - [2692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1770), - [2695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1697), - [2698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1678), - [2701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1360), - [2704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1880), - [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), - [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), - [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern, 1, .production_id = 1), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), - [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), - [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 6, .production_id = 51), - [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 6, .production_id = 64), - [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 5, .production_id = 34), - [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_expression, 1, .production_id = 6), - [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, .production_id = 64), - [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 2), - [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, .production_id = 50), - [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_binary_expression, 3, .production_id = 20), - [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern, 2, .production_id = 9), - [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 3), - [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3), - [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 5, .production_id = 51), - [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 5), - [2845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1874), - [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3), - [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 4, .production_id = 34), + [69] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), + [71] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1462), + [74] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(47), + [77] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1607), + [80] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1609), + [83] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1321), + [86] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1614), + [89] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1879), + [92] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(294), + [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(478), + [98] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(540), + [101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1352), + [104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1616), + [107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(82), + [110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(81), + [113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(472), + [116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(305), + [119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(840), + [122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(465), + [125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(830), + [128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(536), + [131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1341), + [134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1870), + [137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1311), + [140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(130), + [143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(51), + [146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(51), + [149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(60), + [152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(69), + [155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), + [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), + [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), + [247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), + [249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(47), + [252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1879), + [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(294), + [258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(478), + [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(540), + [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1696), + [267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(82), + [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(81), + [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(472), + [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(305), + [279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(840), + [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(465), + [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(830), + [288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(536), + [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1311), + [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(130), + [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(51), + [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(51), + [303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(60), + [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(69), + [309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), + [311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), + [313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(47), + [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(1879), + [319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(294), + [322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(478), + [325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(540), + [328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(1696), + [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(82), + [334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(81), + [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(472), + [340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(305), + [343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(840), + [346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(465), + [349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(830), + [352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(536), + [355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(1311), + [358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(130), + [361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(51), + [364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(51), + [367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(60), + [370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(69), + [373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 1, .production_id = 1), + [375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 1, .production_id = 1), + [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), + [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer, 2), + [423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer, 2), + [425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5), + [427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), + [433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), + [435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_unit, 1), + [437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_unit, 1), + [439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_function_expression, 1), + [441] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1741), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case, 5, .production_id = 50), + [449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 5, .production_id = 50), + [451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(32), + [454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1757), + [457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(318), + [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(359), + [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(528), + [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1627), + [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(320), + [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(321), + [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(349), + [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(292), + [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(835), + [484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(371), + [487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(833), + [490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(538), + [493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1287), + [496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(511), + [499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(167), + [502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(167), + [505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(124), + [508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(169), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 9), + [519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 9), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), + [525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), + [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_access, 3, .production_id = 22), + [542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_access, 3, .production_id = 22), + [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), + [548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), + [550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case, 4, .production_id = 34), + [552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 4, .production_id = 34), + [554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer, 1), + [556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer, 1), + [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1), + [564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 1), + [566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_name, 1), + [568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_name, 1), + [570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 1), + [572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 1), + [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 3, .production_id = 23), + [578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 3, .production_id = 23), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), + [584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), + [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_constructor_name, 3, .production_id = 24), + [588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_constructor_name, 3, .production_id = 24), + [590] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1734), + [594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 4), + [596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 4), + [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_record_expression, 1), + [600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), + [602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_panic, 1), + [604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_panic, 1), + [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 5), + [610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 5), + [612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update, 7, .production_id = 76), + [614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_update, 7, .production_id = 76), + [616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 3, .production_id = 14), + [618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 3, .production_id = 14), + [620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), + [622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), + [624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_todo, 1), + [626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 1), + [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 2, .production_id = 10), + [632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 2, .production_id = 10), + [634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 5, .production_id = 45), + [636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 5, .production_id = 45), + [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 6), + [648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 6), + [650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert, 2, .production_id = 7), + [656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert, 2, .production_id = 7), + [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_negation, 2), + [682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_negation, 2), + [684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_echo, 2), + [686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_echo, 2), + [688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer_negation, 2), + [690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer_negation, 2), + [692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_integer, 1), REDUCE(sym_integer, 2), + [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_integer, 1), REDUCE(sym_integer, 2), + [698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_todo, 3, .production_id = 16), + [700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 3, .production_id = 16), + [702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 2), + [704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 2), + [706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), + [708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), + [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 21), + [712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 21), + [714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 3), + [716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 3), + [718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), + [720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), + [722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), + [726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_panic, 3, .production_id = 16), + [728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_panic, 3, .production_id = 16), + [730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 4), + [732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 4), + [734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 4), + [736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 4), + [738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_todo, 4, .production_id = 16), + [740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 4, .production_id = 16), + [742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_panic, 4, .production_id = 16), + [744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_panic, 4, .production_id = 16), + [746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment, 4, .production_id = 56), + [748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment, 4, .production_id = 56), + [750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment, 3, .production_id = 37), + [752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment, 3, .production_id = 37), + [754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 5, .production_id = 44), + [756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 5, .production_id = 44), + [758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 5), + [760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 5), + [762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 5), + [764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 5), + [766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 6, .production_id = 62), + [768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 6, .production_id = 62), + [770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 7, .production_id = 72), + [772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 7, .production_id = 72), + [774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_assert, 5, .production_id = 55), + [800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_assert, 5, .production_id = 55), + [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use, 4, .production_id = 40), + [804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use, 4, .production_id = 40), + [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert, 4, .production_id = 39), + [808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert, 4, .production_id = 39), + [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use, 3, .production_id = 19), + [812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use, 3, .production_id = 19), + [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 2, .production_id = 42), + [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [886] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1618), + [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [926] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1721), + [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_argument, 2, .production_id = 42), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), + [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), + [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), + [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), + [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), + [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), + [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), + [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), + [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), + [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), + [1128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), + [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), + [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [1184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), + [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [1210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_subjects, 2), SHIFT(31), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [1411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_subjects, 3), SHIFT(31), + [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [1490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [1492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [1500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [1530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [1550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [1556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), + [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record, 1, .production_id = 1), + [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record, 1, .production_id = 1), + [1574] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1644), + [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 4), + [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 4), + [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 4), + [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 4), + [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 3), + [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 3), + [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 2), + [1600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 2), + [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_field_access, 3, .production_id = 23), + [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_field_access, 3, .production_id = 23), + [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 3, .production_id = 65), + [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 3, .production_id = 65), + [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 5), + [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 5), + [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 3), + [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 3), + [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 3), + [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 3), + [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 3), + [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 3), + [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 6), + [1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 6), + [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 5), + [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 5), + [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record, 2, .production_id = 10), + [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record, 2, .production_id = 10), + [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 4, .production_id = 74), + [1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 4, .production_id = 74), + [1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 2), + [1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 2), + [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 5), + [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 5), + [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 4), + [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 4), + [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 2), + [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 2), + [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 5), + [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 5), + [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 4), + [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 4), + [1686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), + [1688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), + [1690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1766), + [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1), + [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 1), + [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 2), + [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 2), + [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 1, .production_id = 1), + [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_name, 1, .production_id = 1), + [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, .production_id = 1), + [1713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, .production_id = 1), + [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 2), + [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, .production_id = 2), + [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [1723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 2, .production_id = 3), + [1725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 2, .production_id = 3), + [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), + [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_identifier, 1), + [1733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_identifier, 1), + [1735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, .production_id = 15), + [1737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, .production_id = 15), + [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [1741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), + [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [1746] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1619), + [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_type_identifier, 3, .production_id = 24), + [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_type_identifier, 3, .production_id = 24), + [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 41), + [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 41), + [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5), + [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5), + [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type, 2), + [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type, 2), + [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 2, .production_id = 12), + [1800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_name, 2, .production_id = 12), + [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 5), + [1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 5), + [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__maybe_record_expression, 1), + [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__maybe_tuple_expression, 1), + [1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_value, 1), + [1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_value, 1), + [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_assert, 3, .production_id = 18), + [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_assert, 3, .production_id = 18), + [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [1832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type, 3), + [1834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type, 3), + [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 4, .production_id = 26), + [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 4, .production_id = 26), + [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), + [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_var, 1), + [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_var, 1), + [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 2), + [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 2), + [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 2), + [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 2), + [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 2), + [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 2), + [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 48), + [1872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 48), + [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 6, .production_id = 69), + [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 6, .production_id = 69), + [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 3), + [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 3), + [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 5), + [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 5), + [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 4), + [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 4), + [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 3), + [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 3), + [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), + [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), + [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), + [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), + [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 4), + [1904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 4), + [1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, .production_id = 71), + [1908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, .production_id = 71), + [1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_hole, 1), + [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_hole, 1), + [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 7, .production_id = 75), + [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 7, .production_id = 75), + [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7), + [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 7), + [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment_options, 2), + [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 58), + [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 58), + [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_arguments, 5), + [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_arguments, 5), + [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discard, 1), + [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_discard, 1), + [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5), + [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5), + [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment_options, 2), + [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 5, .production_id = 43), + [1956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 5, .production_id = 43), + [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), + [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), + [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 5), + [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 5), + [1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_arguments, 4), + [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_arguments, 4), + [1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function, 8, .production_id = 78), + [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function, 8, .production_id = 78), + [1974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 2, .production_id = 10), + [1976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 2, .production_id = 10), + [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 6, .production_id = 60), + [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 6, .production_id = 60), + [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 5, .production_id = 57), + [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 5, .production_id = 57), + [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), + [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5), + [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5), + [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target_group, 4, .production_id = 25), + [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target_group, 4, .production_id = 25), + [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3), + [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3), + [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 6, .production_id = 63), + [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 6, .production_id = 63), + [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment_options, 3), + [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, .production_id = 61), + [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 61), + [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), + [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1812), + [2023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(826), + [2026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(842), + [2029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1349), + [2032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1286), + [2035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1319), + [2038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1272), + [2041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1272), + [2044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1072), + [2047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1237), + [2050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1241), + [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 4, .production_id = 27), + [2055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 4, .production_id = 27), + [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 6), + [2059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 6), + [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 4), + [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 4), + [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5), + [2067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5), + [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 2), + [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 2), + [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), + [2075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), + [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment_options, 3), + [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_body, 2), + [2083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function_body, 2), + [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function, 9, .production_id = 79), + [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function, 9, .production_id = 79), + [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_arguments, 3), + [2091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_arguments, 3), + [2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 4, .production_id = 29), + [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 4, .production_id = 29), + [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 6), + [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 6), + [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment_options, 3), + [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target_group, 5, .production_id = 25), + [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target_group, 5, .production_id = 25), + [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment_options, 2), + [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type, 4), + [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type, 4), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 6, .production_id = 68), + [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 6, .production_id = 68), + [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6), + [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6), + [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let, 2, .production_id = 5), + [2123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let, 2, .production_id = 5), + [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 11), + [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 11), + [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clauses, 1), + [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 33), + [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 33), + [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4), + [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4), + [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [2151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), + [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [2209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_patterns, 3), + [2211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_patterns, 3), + [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_pattern, 3, .production_id = 51), + [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 3, .production_id = 51), + [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_pattern, 2, .production_id = 8), + [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 2, .production_id = 8), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [2225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_argument, 2, .production_id = 42), + [2227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_patterns, 2), + [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_patterns, 2), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), + [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignments, 3), + [2245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignments, 2), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_subjects, 1), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [2363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [2365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [2373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [2397] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1708), + [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [2413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_argument, 3, .production_id = 59), + [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 3, .production_id = 59), + [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [2429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_argument, 2, .production_id = 42), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 1, .production_id = 4), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [2515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [2581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constant_value, 1), REDUCE(sym__case_clause_guard_unit, 1), + [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [2586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constant_value, 1), REDUCE(sym__case_clause_guard_unit, 1), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_tuple_access, 3, .production_id = 22), + [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_tuple_access, 3, .production_id = 22), + [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_expression, 1, .production_id = 6), + [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_expression, 1, .production_id = 6), + [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [2615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_binary_expression, 3, .production_id = 21), + [2617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_binary_expression, 3, .production_id = 21), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_unit, 3), + [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_unit, 3), + [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), + [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_unit, 1, .production_id = 64), + [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_unit, 1, .production_id = 64), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_guard, 2), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), + [2669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1635), + [2672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1710), + [2675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1292), + [2678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1747), + [2681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1621), + [2684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1603), + [2687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1337), + [2690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1849), + [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern, 1, .production_id = 1), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [2785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2), + [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 5, .production_id = 35), + [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 6, .production_id = 53), + [2811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1865), + [2814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 6, .production_id = 66), + [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), + [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 2), + [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 4), + [2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 5), + [2824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_binary_expression, 3, .production_id = 21), + [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, .production_id = 52), + [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 3), + [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 5, .production_id = 53), + [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 4, .production_id = 35), + [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 5), + [2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, .production_id = 66), + [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, .production_id = 52), + [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3), + [2842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 4, .production_id = 53), + [2844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, .production_id = 35), + [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 4), + [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern, 2, .production_id = 10), [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 3), - [2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, .production_id = 50), - [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 2), - [2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 4, .production_id = 51), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 5), - [2864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), - [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 4), - [2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2), - [2870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, .production_id = 34), - [2872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 4), - [2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 6), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 3, .production_id = 35), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_expression, 1), - [2926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), - [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1), - [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 34), - [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 2), + [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3), + [2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 6), + [2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_expression, 1, .production_id = 6), + [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), + [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 3, .production_id = 36), + [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_expression, 1), + [2900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 35), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), - [3002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1412), - [3005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1326), - [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [3040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern_tail, 1), - [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 2, .production_id = 49), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 49), - [3056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 49), SHIFT_REPEAT(905), - [3059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), SHIFT_REPEAT(384), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructors, 1), - [3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_constructors_repeat1, 2), - [3076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_constructors_repeat1, 2), SHIFT_REPEAT(194), - [3079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 1, .production_id = 7), - [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type, 1, .production_id = 1), - [3101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 49), SHIFT_REPEAT(883), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [3108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 2, .production_id = 27), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_arguments, 3), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [3128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), - [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [3132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_bit_string_segment_options_repeat1, 2), - [3134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(833), - [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_patterns, 1), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_arguments, 2), - [3153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_bit_string_segment_options_repeat1, 2), - [3155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(840), - [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 1, .production_id = 12), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [3166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_bit_string_segment_options_repeat1, 2), - [3168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(834), - [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor, 1, .production_id = 1), - [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [3179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_pattern_arguments_repeat1, 2), SHIFT_REPEAT(851), - [3182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_pattern_arguments_repeat1, 2), - [3184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameter, 1, .production_id = 12), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment_options, 1), - [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [3192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_sequence, 1), - [3194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 1, .production_id = 31), - [3196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_tuple_repeat1, 2), SHIFT_REPEAT(1057), - [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_tuple_repeat1, 2), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), - [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment_options, 1), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment_options, 1), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_patterns_repeat1, 2), - [3223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_patterns_repeat1, 2), SHIFT_REPEAT(857), - [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [3236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignment, 1, .production_id = 7), - [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [3240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string_segment_option_size, 4), - [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignments, 1), - [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bit_string_segment_option, 1), - [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [3296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expression_bit_string_repeat1, 2), SHIFT_REPEAT(479), - [3299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expression_bit_string_repeat1, 2), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [3331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_record_arguments_repeat1, 2), SHIFT_REPEAT(949), - [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_record_arguments_repeat1, 2), - [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [3350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_constructor_arguments_repeat1, 2), SHIFT_REPEAT(1113), - [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_constructor_arguments_repeat1, 2), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [3401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(1144), - [3404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), - [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [3408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(1726), - [3411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), - [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [3419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 3), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_argument, 1, .production_id = 37), - [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [3435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_assignments_repeat1, 2), SHIFT_REPEAT(858), - [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_assignments_repeat1, 2), - [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [3466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(1132), - [3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), - [3471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 5), - [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [3477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_tuple_type_repeat1, 2), SHIFT_REPEAT(1222), - [3480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_tuple_type_repeat1, 2), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 4), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [3494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_type_arguments_repeat1, 2), SHIFT_REPEAT(1147), - [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_type_arguments_repeat1, 2), - [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [3503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string_segment_option_size, 4), - [3505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_external_function_parameters_repeat1, 2), SHIFT_REPEAT(1130), - [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_external_function_parameters_repeat1, 2), - [3510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__pattern_bit_string_repeat1, 2), SHIFT_REPEAT(879), - [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__pattern_bit_string_repeat1, 2), - [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bit_string_segment_option, 4), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [3519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_update_arguments_repeat1, 2), SHIFT_REPEAT(1539), - [3522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_update_arguments_repeat1, 2), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 3), - [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 6), - [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 5), - [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_type, 4, .production_id = 69), - [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 4), - [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string_segment_option_size, 4), - [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [3002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1370), + [3005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1308), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [3028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 1, .production_id = 8), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [3032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_constructors_repeat1, 2), + [3034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_constructors_repeat1, 2), SHIFT_REPEAT(169), + [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [3041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 51), SHIFT_REPEAT(893), + [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 51), + [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [3048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 51), SHIFT_REPEAT(883), + [3051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 2, .production_id = 51), + [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern_tail, 1), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [3081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructors, 1), + [3083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), SHIFT_REPEAT(386), + [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type, 1, .production_id = 1), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [3104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_bit_string_segment_options_repeat1, 2), + [3106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(825), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_arguments, 3), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignment, 1, .production_id = 8), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [3129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_arguments, 2), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [3133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_sequence, 1), + [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_bit_string_segment_options_repeat1, 2), + [3137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(829), + [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 1, .production_id = 32), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [3146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameter, 1, .production_id = 13), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [3156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment_options, 1), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [3164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_tuple_repeat1, 2), SHIFT_REPEAT(1026), + [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_tuple_repeat1, 2), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [3171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_pattern_arguments_repeat1, 2), SHIFT_REPEAT(841), + [3174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_pattern_arguments_repeat1, 2), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), + [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor, 1, .production_id = 1), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [3186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_patterns_repeat1, 2), + [3188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_patterns_repeat1, 2), SHIFT_REPEAT(844), + [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_bit_string_segment_options_repeat1, 2), + [3193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(832), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [3198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment_options, 1), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 1, .production_id = 13), + [3208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 2, .production_id = 28), + [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment_options, 1), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [3216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_patterns, 1), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [3248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 1, .production_id = 1), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string_segment_option_size, 4), + [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 5), + [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 6), + [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [3268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), SHIFT_REPEAT(400), + [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [3277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment, 1, .production_id = 4), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [3285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_update_arguments_repeat1, 2), SHIFT_REPEAT(1418), + [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_update_arguments_repeat1, 2), + [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment, 1, .production_id = 4), + [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string_segment_option_size, 4), + [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [3304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_type_arguments_repeat1, 2), SHIFT_REPEAT(1135), + [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_type_arguments_repeat1, 2), + [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 4), + [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [3321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__pattern_bit_string_repeat1, 2), SHIFT_REPEAT(854), + [3324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__pattern_bit_string_repeat1, 2), + [3326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_tuple_type_repeat1, 2), SHIFT_REPEAT(1197), + [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_tuple_type_repeat1, 2), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 5), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignments, 1), + [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [3361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(1108), + [3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), + [3366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(1139), + [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [3373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_constructor_arguments_repeat1, 2), SHIFT_REPEAT(1095), + [3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_constructor_arguments_repeat1, 2), + [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [3398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_record_arguments_repeat1, 2), SHIFT_REPEAT(913), + [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_record_arguments_repeat1, 2), + [3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type, 2, .production_id = 10), + [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [3413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2), SHIFT_REPEAT(210), + [3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2), + [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [3442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attribute_arguments_repeat1, 2), SHIFT_REPEAT(942), + [3445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__attribute_arguments_repeat1, 2), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [3461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_external_function_parameters_repeat1, 2), SHIFT_REPEAT(1114), + [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_external_function_parameters_repeat1, 2), + [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [3470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_anonymous_function_parameters_repeat1, 2), SHIFT_REPEAT(1278), + [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_function_parameters_repeat1, 2), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [3487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 2, .production_id = 2), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [3501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bit_string_segment_option, 4), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [3505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string_segment_option_size, 4), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 3), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_type, 4, .production_id = 71), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_param, 1, .production_id = 1), + [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [3545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(1675), + [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), + [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 3), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discard_param, 1, .production_id = 1), [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment, 1, .production_id = 4), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 2, .production_id = 2), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [3602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment, 1, .production_id = 16), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [3606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unqualified_imports_repeat1, 2), - [3608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unqualified_imports_repeat1, 2), SHIFT_REPEAT(1309), - [3611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment, 1, .production_id = 4), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [3617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 2), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [3639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__constant_bit_string_repeat1, 2), SHIFT_REPEAT(1006), - [3642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__constant_bit_string_repeat1, 2), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [3652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attribute_arguments_repeat1, 2), SHIFT_REPEAT(957), - [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__attribute_arguments_repeat1, 2), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_type, 3, .production_id = 59), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__labeled_discard_param, 2, .production_id = 45), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__labeled_name_param, 2, .production_id = 45), - [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_argument, 3, .production_id = 65), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [3685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_anonymous_function_parameters_repeat1, 2), SHIFT_REPEAT(1304), - [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_function_parameters_repeat1, 2), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [3700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_param, 1, .production_id = 1), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [3706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), SHIFT_REPEAT(1257), - [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), - [3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 1, .production_id = 1), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [3717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discard_param, 1, .production_id = 1), - [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [3735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), SHIFT_REPEAT(353), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [3740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_arguments, 1), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type, 2, .production_id = 9), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_subjects, 2), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [3776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2), SHIFT_REPEAT(193), - [3779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2), - [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_argument, 1, .production_id = 4), - [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_value, 1), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [3819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 2), - [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignment, 2, .production_id = 19), - [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hole, 1), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 5), - [3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 4), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_argument, 3, .production_id = 57), - [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 4), - [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 4, .production_id = 75), - [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1), - [3859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_argument, 3, .production_id = 57), - [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment, 3, .production_id = 29), - [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameter, 3, .production_id = 71), - [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameter, 2, .production_id = 30), - [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 3), - [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 3, .production_id = 68), - [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment, 3, .production_id = 29), - [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 3), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [3879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_spread, 1), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor, 2, .production_id = 9), - [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 5), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_argument, 1), - [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_argument, 1), - [3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 44), - [3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 30), - [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_argument, 1, .production_id = 4), - [3903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameter, 1, .production_id = 47), - [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 2), - [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_value, 3, .production_id = 57), - [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [3911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment, 3, .production_id = 52), - [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_spread, 2), - [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 2), - [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 2), - [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 2), - [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 3), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern_tail, 2), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 3), - [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 3), - [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 4), - [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [4023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_type_annotation, 2, .production_id = 27), - [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [4055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 4), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 4), - [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 5), - [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 5), - [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 5), - [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [4161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 1), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [4169] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [3572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_assignments_repeat1, 2), SHIFT_REPEAT(859), + [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_assignments_repeat1, 2), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [3581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expression_bit_string_repeat1, 2), SHIFT_REPEAT(519), + [3584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expression_bit_string_repeat1, 2), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [3602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_subjects, 2), + [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [3606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 4), + [3608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__labeled_discard_param, 2, .production_id = 47), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__labeled_name_param, 2, .production_id = 47), + [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bit_string_segment_option, 1), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment, 1, .production_id = 17), + [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [3630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_type, 3, .production_id = 61), + [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 2), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [3650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unqualified_imports_repeat1, 2), + [3652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unqualified_imports_repeat1, 2), SHIFT_REPEAT(1283), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [3687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), SHIFT_REPEAT(1233), + [3690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [3704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__constant_bit_string_repeat1, 2), SHIFT_REPEAT(1018), + [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__constant_bit_string_repeat1, 2), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [3731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_arguments, 1), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [3739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_argument, 3, .production_id = 67), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_argument, 1, .production_id = 38), + [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [3759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameter, 2, .production_id = 31), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [3775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 46), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_value, 1), + [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 31), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 5), + [3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hole, 1), + [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment, 3, .production_id = 30), + [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment, 3, .production_id = 30), + [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [3815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_spread, 1), + [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignment, 2, .production_id = 20), + [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_argument, 3, .production_id = 59), + [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 5), + [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment, 3, .production_id = 54), + [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 3, .production_id = 70), + [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 3), + [3835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_argument, 1), + [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 4), + [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor, 2, .production_id = 10), + [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameter, 1, .production_id = 49), + [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 3), + [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_argument, 1), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [3859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 2), + [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_argument, 1, .production_id = 4), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 2), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_argument, 3, .production_id = 59), + [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameter, 3, .production_id = 73), + [3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 4), + [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 4, .production_id = 77), + [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_argument, 1, .production_id = 4), + [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_value, 3, .production_id = 59), + [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 4), + [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 4), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 2), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_spread, 2), + [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 4), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 2), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 5), + [3995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 3), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 2), + [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 3), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_type_annotation, 2, .production_id = 28), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 3), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern_tail, 2), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 5), + [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 1), + [4113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 5), + [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [4125] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), }; #ifdef __cplusplus