From 5efbe4fdf199f30a90393196bfbf842d866753c2 Mon Sep 17 00:00:00 2001 From: GearsDatapacks Date: Mon, 21 Apr 2025 11:13:08 +0000 Subject: [PATCH] Generate parser --- src/grammar.json | 12 + src/node-types.json | 10 + src/parser.c | 67565 +++++++++++++++++++++--------------------- 3 files changed, 33856 insertions(+), 33731 deletions(-) diff --git a/src/grammar.json b/src/grammar.json index d59c7e4de..24d006e2e 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -6090,6 +6090,18 @@ "data_constructor": { "type": "SEQ", "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "attribute" + }, + { + "type": "BLANK" + } + ] + }, { "type": "FIELD", "name": "name", diff --git a/src/node-types.json b/src/node-types.json index 383d211a1..71abfc294 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -1845,6 +1845,16 @@ } ] } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "attribute", + "named": true + } + ] } }, { diff --git a/src/parser.c b/src/parser.c index b795ecc87..4aad481de 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,7 +14,7 @@ #endif #define LANGUAGE_VERSION 13 -#define STATE_COUNT 1888 +#define STATE_COUNT 1892 #define LARGE_STATE_COUNT 14 #define SYMBOL_COUNT 274 #define ALIAS_COUNT 0 @@ -2985,6 +2985,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(231); if (lookahead == '=') ADVANCE(13); if (lookahead == '>') ADVANCE(237); + if (lookahead == '@') ADVANCE(189); if (lookahead == '[') ADVANCE(209); if (lookahead == ']') ADVANCE(210); if (lookahead == '_') ADVANCE(318); @@ -3072,8 +3073,49 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 147: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(148) - if (lookahead == '\r') SKIP(148) + lookahead == ' ') SKIP(147) + if (lookahead == '\r') SKIP(147) + if (lookahead == '!') ADVANCE(262); + if (lookahead == '"') ADVANCE(267); + if (lookahead == '#') ADVANCE(208); + if (lookahead == '%') ADVANCE(248); + if (lookahead == '&') ADVANCE(1); + if (lookahead == '(') ADVANCE(190); + if (lookahead == ')') ADVANCE(192); + if (lookahead == '*') ADVANCE(245); + if (lookahead == '+') ADVANCE(242); + if (lookahead == ',') ADVANCE(191); + if (lookahead == '-') ADVANCE(217); + if (lookahead == '.') ADVANCE(197); + if (lookahead == '/') ADVANCE(201); + if (lookahead == '0') ADVANCE(274); + if (lookahead == ':') ADVANCE(193); + if (lookahead == '<') ADVANCE(231); + if (lookahead == '=') ADVANCE(207); + if (lookahead == '>') ADVANCE(237); + 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); + if (lookahead == 'l') ADVANCE(360); + if (lookahead == 'p') ADVANCE(328); + if (lookahead == 't') ADVANCE(405); + if (lookahead == 'u') ADVANCE(431); + if (lookahead == '{') ADVANCE(183); + 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(463); + END_STATE(); + case 148: + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == ' ') SKIP(149) + if (lookahead == '\r') SKIP(149) if (lookahead == '!') ADVANCE(12); if (lookahead == '"') ADVANCE(268); if (lookahead == '%') ADVANCE(248); @@ -3112,12 +3154,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '|') ADVANCE(16); if (lookahead == '}') ADVANCE(184); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(277); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); END_STATE(); - case 148: + case 149: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(148) - if (lookahead == '\r') SKIP(148) + lookahead == ' ') SKIP(149) + if (lookahead == '\r') SKIP(149) if (lookahead == '!') ADVANCE(12); if (lookahead == '%') ADVANCE(248); if (lookahead == '&') ADVANCE(1); @@ -3154,12 +3197,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '|') ADVANCE(16); if (lookahead == '}') ADVANCE(184); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(277); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); END_STATE(); - case 149: + case 150: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(149) - if (lookahead == '\r') SKIP(149) + lookahead == ' ') SKIP(150) + if (lookahead == '\r') SKIP(150) if (lookahead == '!') ADVANCE(12); if (lookahead == '%') ADVANCE(248); if (lookahead == '&') ADVANCE(1); @@ -3189,11 +3233,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '|') ADVANCE(16); if (lookahead == '}') ADVANCE(184); END_STATE(); - case 150: + case 151: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(150) - if (lookahead == '\r') SKIP(150) + lookahead == ' ') SKIP(151) + if (lookahead == '\r') SKIP(151) if (lookahead == '!') ADVANCE(12); if (lookahead == '"') ADVANCE(267); if (lookahead == '#') ADVANCE(208); @@ -3220,11 +3264,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); END_STATE(); - case 151: + case 152: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(151) - if (lookahead == '\r') SKIP(151) + lookahead == ' ') SKIP(152) + if (lookahead == '\r') SKIP(152) if (lookahead == '!') ADVANCE(12); if (lookahead == '"') ADVANCE(267); if (lookahead == '#') ADVANCE(208); @@ -3248,11 +3292,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('b' <= lookahead && lookahead <= 'z')) ADVANCE(462); if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); END_STATE(); - case 152: + case 153: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(152) - if (lookahead == '\r') SKIP(152) + lookahead == ' ') SKIP(153) + if (lookahead == '\r') SKIP(153) if (lookahead == '!') ADVANCE(261); if (lookahead == '"') ADVANCE(267); if (lookahead == '#') ADVANCE(208); @@ -3271,11 +3315,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); END_STATE(); - case 153: + case 154: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(153) - if (lookahead == '\r') SKIP(153) + lookahead == ' ') SKIP(154) + if (lookahead == '\r') SKIP(154) if (lookahead == '!') ADVANCE(12); if (lookahead == '%') ADVANCE(248); if (lookahead == '&') ADVANCE(1); @@ -3293,11 +3337,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'i') ADVANCE(49); if (lookahead == '|') ADVANCE(256); END_STATE(); - case 154: + case 155: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(154) - if (lookahead == '\r') SKIP(154) + lookahead == ' ') SKIP(155) + if (lookahead == '\r') SKIP(155) if (lookahead == '"') ADVANCE(267); if (lookahead == '#') ADVANCE(208); if (lookahead == '-') ADVANCE(218); @@ -3312,11 +3356,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); END_STATE(); - case 155: + case 156: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(155) - if (lookahead == '\r') SKIP(155) + lookahead == ' ') SKIP(156) + if (lookahead == '\r') SKIP(156) if (lookahead == '"') ADVANCE(267); if (lookahead == '#') ADVANCE(208); if (lookahead == '-') ADVANCE(219); @@ -3329,11 +3373,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); END_STATE(); - case 156: + case 157: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(156) - if (lookahead == '\r') SKIP(156) + lookahead == ' ') SKIP(157) + if (lookahead == '\r') SKIP(157) if (lookahead == '"') ADVANCE(267); if (lookahead == '#') ADVANCE(208); if (lookahead == '-') ADVANCE(219); @@ -3347,15 +3391,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('b' <= lookahead && lookahead <= 'z')) ADVANCE(462); if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); END_STATE(); - case 157: + case 158: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(157) - if (lookahead == '\r') SKIP(157) + lookahead == ' ') SKIP(158) + if (lookahead == '\r') SKIP(158) 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); @@ -3368,23 +3412,22 @@ 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(183); - if (lookahead == '|') ADVANCE(255); if (lookahead == '}') ADVANCE(184); END_STATE(); - case 158: + case 159: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(158) - if (lookahead == '\r') SKIP(158) + lookahead == ' ') SKIP(159) + if (lookahead == '\r') SKIP(159) 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); @@ -3397,17 +3440,18 @@ 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(255); if (lookahead == '}') ADVANCE(184); END_STATE(); - case 159: + case 160: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(159) - if (lookahead == '\r') SKIP(159) + lookahead == ' ') SKIP(160) + if (lookahead == '\r') SKIP(160) if (lookahead == '#') ADVANCE(208); if (lookahead == ')') ADVANCE(192); if (lookahead == '/') ADVANCE(7); @@ -3416,11 +3460,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); END_STATE(); - case 160: + case 161: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(160) - if (lookahead == '\r') SKIP(160) + lookahead == ' ') SKIP(161) + if (lookahead == '\r') SKIP(161) if (lookahead == ')') ADVANCE(192); if (lookahead == ',') ADVANCE(191); if (lookahead == '/') ADVANCE(7); @@ -3429,11 +3473,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '_') ADVANCE(317); if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); END_STATE(); - case 161: + case 162: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(161) - if (lookahead == '\r') SKIP(161) + lookahead == ' ') SKIP(162) + if (lookahead == '\r') SKIP(162) if (lookahead == '(') ADVANCE(190); if (lookahead == ')') ADVANCE(192); if (lookahead == '-') ADVANCE(213); @@ -3444,11 +3488,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); END_STATE(); - case 162: + case 163: if (lookahead == '\t' || lookahead == '\n' || - lookahead == ' ') SKIP(162) - if (lookahead == '\r') SKIP(162) + lookahead == ' ') SKIP(163) + if (lookahead == '\r') SKIP(163) if (lookahead == '/') ADVANCE(7); if (lookahead == 't') ADVANCE(461); if (lookahead == '}') ADVANCE(184); @@ -3456,47 +3500,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(462); if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(463); END_STATE(); - case 163: - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == ' ') SKIP(163) - if (lookahead == '\r') SKIP(163) - if (lookahead == '!') ADVANCE(262); - if (lookahead == '"') ADVANCE(267); - if (lookahead == '#') ADVANCE(208); - if (lookahead == '%') ADVANCE(248); - if (lookahead == '&') ADVANCE(1); - if (lookahead == '(') ADVANCE(190); - if (lookahead == ')') ADVANCE(192); - if (lookahead == '*') ADVANCE(245); - if (lookahead == '+') ADVANCE(242); - if (lookahead == ',') ADVANCE(191); - if (lookahead == '-') ADVANCE(217); - if (lookahead == '.') ADVANCE(197); - if (lookahead == '/') ADVANCE(201); - if (lookahead == '0') ADVANCE(274); - if (lookahead == ':') ADVANCE(193); - if (lookahead == '<') ADVANCE(231); - if (lookahead == '=') ADVANCE(207); - if (lookahead == '>') ADVANCE(237); - 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); - if (lookahead == 'l') ADVANCE(360); - if (lookahead == 'p') ADVANCE(328); - if (lookahead == 't') ADVANCE(405); - if (lookahead == 'u') ADVANCE(431); - if (lookahead == '{') ADVANCE(183); - 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(463); - END_STATE(); case 164: if (lookahead == '\t' || lookahead == '\n' || @@ -5442,128 +5445,128 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2] = {.lex_state = 174}, [3] = {.lex_state = 171}, [4] = {.lex_state = 171}, - [5] = {.lex_state = 171}, - [6] = {.lex_state = 142}, + [5] = {.lex_state = 142}, + [6] = {.lex_state = 171}, [7] = {.lex_state = 143}, [8] = {.lex_state = 144}, [9] = {.lex_state = 145}, - [10] = {.lex_state = 142}, - [11] = {.lex_state = 146}, + [10] = {.lex_state = 146}, + [11] = {.lex_state = 142}, [12] = {.lex_state = 171}, [13] = {.lex_state = 171}, [14] = {.lex_state = 174}, - [15] = {.lex_state = 144}, + [15] = {.lex_state = 174}, [16] = {.lex_state = 174}, [17] = {.lex_state = 174}, - [18] = {.lex_state = 144}, + [18] = {.lex_state = 174}, [19] = {.lex_state = 174}, [20] = {.lex_state = 174}, - [21] = {.lex_state = 144}, + [21] = {.lex_state = 174}, [22] = {.lex_state = 174}, [23] = {.lex_state = 144}, - [24] = {.lex_state = 144}, - [25] = {.lex_state = 174}, + [24] = {.lex_state = 174}, + [25] = {.lex_state = 144}, [26] = {.lex_state = 174}, - [27] = {.lex_state = 144}, - [28] = {.lex_state = 174}, - [29] = {.lex_state = 144}, + [27] = {.lex_state = 174}, + [28] = {.lex_state = 144}, + [29] = {.lex_state = 174}, [30] = {.lex_state = 144}, [31] = {.lex_state = 144}, - [32] = {.lex_state = 144}, - [33] = {.lex_state = 174}, + [32] = {.lex_state = 174}, + [33] = {.lex_state = 144}, [34] = {.lex_state = 144}, - [35] = {.lex_state = 174}, + [35] = {.lex_state = 144}, [36] = {.lex_state = 144}, [37] = {.lex_state = 174}, - [38] = {.lex_state = 174}, - [39] = {.lex_state = 174}, + [38] = {.lex_state = 144}, + [39] = {.lex_state = 171}, [40] = {.lex_state = 144}, - [41] = {.lex_state = 171}, + [41] = {.lex_state = 174}, [42] = {.lex_state = 174}, [43] = {.lex_state = 174}, - [44] = {.lex_state = 174}, + [44] = {.lex_state = 144}, [45] = {.lex_state = 144}, - [46] = {.lex_state = 174}, - [47] = {.lex_state = 144}, + [46] = {.lex_state = 144}, + [47] = {.lex_state = 174}, [48] = {.lex_state = 174}, - [49] = {.lex_state = 174}, - [50] = {.lex_state = 171}, + [49] = {.lex_state = 144}, + [50] = {.lex_state = 174}, [51] = {.lex_state = 171}, [52] = {.lex_state = 171}, [53] = {.lex_state = 171}, [54] = {.lex_state = 171}, - [55] = {.lex_state = 171}, - [56] = {.lex_state = 171}, - [57] = {.lex_state = 174}, + [55] = {.lex_state = 174}, + [56] = {.lex_state = 174}, + [57] = {.lex_state = 171}, [58] = {.lex_state = 174}, [59] = {.lex_state = 174}, - [60] = {.lex_state = 171}, + [60] = {.lex_state = 174}, [61] = {.lex_state = 171}, [62] = {.lex_state = 174}, - [63] = {.lex_state = 171}, + [63] = {.lex_state = 174}, [64] = {.lex_state = 174}, [65] = {.lex_state = 174}, [66] = {.lex_state = 174}, - [67] = {.lex_state = 171}, + [67] = {.lex_state = 174}, [68] = {.lex_state = 171}, - [69] = {.lex_state = 171}, - [70] = {.lex_state = 174}, - [71] = {.lex_state = 174}, - [72] = {.lex_state = 174}, - [73] = {.lex_state = 174}, + [69] = {.lex_state = 174}, + [70] = {.lex_state = 171}, + [71] = {.lex_state = 171}, + [72] = {.lex_state = 171}, + [73] = {.lex_state = 171}, [74] = {.lex_state = 171}, [75] = {.lex_state = 171}, - [76] = {.lex_state = 171}, + [76] = {.lex_state = 174}, [77] = {.lex_state = 171}, - [78] = {.lex_state = 171}, + [78] = {.lex_state = 174}, [79] = {.lex_state = 171}, - [80] = {.lex_state = 174}, - [81] = {.lex_state = 174}, - [82] = {.lex_state = 174}, - [83] = {.lex_state = 174}, - [84] = {.lex_state = 171}, - [85] = {.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 = 174}, [87] = {.lex_state = 174}, - [88] = {.lex_state = 174}, + [88] = {.lex_state = 171}, [89] = {.lex_state = 174}, [90] = {.lex_state = 174}, - [91] = {.lex_state = 174}, - [92] = {.lex_state = 174}, - [93] = {.lex_state = 174}, - [94] = {.lex_state = 171}, + [91] = {.lex_state = 171}, + [92] = {.lex_state = 171}, + [93] = {.lex_state = 171}, + [94] = {.lex_state = 174}, [95] = {.lex_state = 174}, - [96] = {.lex_state = 174}, + [96] = {.lex_state = 171}, [97] = {.lex_state = 174}, - [98] = {.lex_state = 174}, + [98] = {.lex_state = 171}, [99] = {.lex_state = 174}, [100] = {.lex_state = 174}, [101] = {.lex_state = 174}, [102] = {.lex_state = 174}, - [103] = {.lex_state = 171}, + [103] = {.lex_state = 174}, [104] = {.lex_state = 174}, - [105] = {.lex_state = 171}, + [105] = {.lex_state = 174}, [106] = {.lex_state = 174}, - [107] = {.lex_state = 171}, - [108] = {.lex_state = 174}, + [107] = {.lex_state = 174}, + [108] = {.lex_state = 171}, [109] = {.lex_state = 174}, [110] = {.lex_state = 174}, - [111] = {.lex_state = 171}, - [112] = {.lex_state = 174}, - [113] = {.lex_state = 171}, - [114] = {.lex_state = 174}, + [111] = {.lex_state = 174}, + [112] = {.lex_state = 147}, + [113] = {.lex_state = 174}, + [114] = {.lex_state = 171}, [115] = {.lex_state = 174}, [116] = {.lex_state = 174}, - [117] = {.lex_state = 171}, - [118] = {.lex_state = 171}, - [119] = {.lex_state = 174}, + [117] = {.lex_state = 174}, + [118] = {.lex_state = 174}, + [119] = {.lex_state = 171}, [120] = {.lex_state = 174}, - [121] = {.lex_state = 174}, - [122] = {.lex_state = 174}, + [121] = {.lex_state = 171}, + [122] = {.lex_state = 171}, [123] = {.lex_state = 174}, - [124] = {.lex_state = 163}, + [124] = {.lex_state = 174}, [125] = {.lex_state = 174}, - [126] = {.lex_state = 171}, + [126] = {.lex_state = 174}, [127] = {.lex_state = 174}, [128] = {.lex_state = 171}, [129] = {.lex_state = 171}, @@ -5588,7 +5591,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [148] = {.lex_state = 171}, [149] = {.lex_state = 171}, [150] = {.lex_state = 171}, - [151] = {.lex_state = 171}, + [151] = {.lex_state = 144}, [152] = {.lex_state = 171}, [153] = {.lex_state = 171}, [154] = {.lex_state = 171}, @@ -5601,14 +5604,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [161] = {.lex_state = 171}, [162] = {.lex_state = 171}, [163] = {.lex_state = 171}, - [164] = {.lex_state = 145}, + [164] = {.lex_state = 171}, [165] = {.lex_state = 145}, - [166] = {.lex_state = 144}, - [167] = {.lex_state = 144}, + [166] = {.lex_state = 145}, + [167] = {.lex_state = 145}, [168] = {.lex_state = 145}, - [169] = {.lex_state = 144}, - [170] = {.lex_state = 145}, - [171] = {.lex_state = 145}, + [169] = {.lex_state = 145}, + [170] = {.lex_state = 144}, + [171] = {.lex_state = 144}, [172] = {.lex_state = 144}, [173] = {.lex_state = 145}, [174] = {.lex_state = 145}, @@ -5624,7 +5627,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [184] = {.lex_state = 145}, [185] = {.lex_state = 145}, [186] = {.lex_state = 145}, - [187] = {.lex_state = 145}, + [187] = {.lex_state = 144}, [188] = {.lex_state = 145}, [189] = {.lex_state = 145}, [190] = {.lex_state = 145}, @@ -5632,11 +5635,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [192] = {.lex_state = 145}, [193] = {.lex_state = 145}, [194] = {.lex_state = 145}, - [195] = {.lex_state = 144}, + [195] = {.lex_state = 145}, [196] = {.lex_state = 145}, - [197] = {.lex_state = 145}, - [198] = {.lex_state = 144}, - [199] = {.lex_state = 144}, + [197] = {.lex_state = 144}, + [198] = {.lex_state = 145}, + [199] = {.lex_state = 145}, [200] = {.lex_state = 144}, [201] = {.lex_state = 144}, [202] = {.lex_state = 144}, @@ -5647,7 +5650,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [207] = {.lex_state = 144}, [208] = {.lex_state = 144}, [209] = {.lex_state = 144}, - [210] = {.lex_state = 145}, + [210] = {.lex_state = 144}, [211] = {.lex_state = 144}, [212] = {.lex_state = 144}, [213] = {.lex_state = 144}, @@ -5659,124 +5662,124 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [219] = {.lex_state = 144}, [220] = {.lex_state = 144}, [221] = {.lex_state = 144}, - [222] = {.lex_state = 144}, + [222] = {.lex_state = 143}, [223] = {.lex_state = 144}, - [224] = {.lex_state = 143}, + [224] = {.lex_state = 144}, [225] = {.lex_state = 144}, [226] = {.lex_state = 144}, [227] = {.lex_state = 143}, - [228] = {.lex_state = 143}, - [229] = {.lex_state = 143}, + [228] = {.lex_state = 142}, + [229] = {.lex_state = 144}, [230] = {.lex_state = 142}, [231] = {.lex_state = 142}, - [232] = {.lex_state = 143}, - [233] = {.lex_state = 143}, - [234] = {.lex_state = 143}, + [232] = {.lex_state = 142}, + [233] = {.lex_state = 144}, + [234] = {.lex_state = 144}, [235] = {.lex_state = 142}, [236] = {.lex_state = 144}, - [237] = {.lex_state = 143}, - [238] = {.lex_state = 144}, - [239] = {.lex_state = 143}, + [237] = {.lex_state = 142}, + [238] = {.lex_state = 143}, + [239] = {.lex_state = 144}, [240] = {.lex_state = 144}, [241] = {.lex_state = 144}, [242] = {.lex_state = 144}, - [243] = {.lex_state = 143}, - [244] = {.lex_state = 143}, + [243] = {.lex_state = 142}, + [244] = {.lex_state = 142}, [245] = {.lex_state = 144}, - [246] = {.lex_state = 142}, - [247] = {.lex_state = 143}, - [248] = {.lex_state = 144}, + [246] = {.lex_state = 144}, + [247] = {.lex_state = 144}, + [248] = {.lex_state = 143}, [249] = {.lex_state = 143}, - [250] = {.lex_state = 144}, + [250] = {.lex_state = 142}, [251] = {.lex_state = 144}, - [252] = {.lex_state = 144}, - [253] = {.lex_state = 143}, - [254] = {.lex_state = 143}, - [255] = {.lex_state = 142}, + [252] = {.lex_state = 143}, + [253] = {.lex_state = 144}, + [254] = {.lex_state = 142}, + [255] = {.lex_state = 143}, [256] = {.lex_state = 142}, - [257] = {.lex_state = 143}, + [257] = {.lex_state = 142}, [258] = {.lex_state = 142}, - [259] = {.lex_state = 142}, + [259] = {.lex_state = 143}, [260] = {.lex_state = 143}, - [261] = {.lex_state = 143}, - [262] = {.lex_state = 142}, - [263] = {.lex_state = 142}, - [264] = {.lex_state = 142}, - [265] = {.lex_state = 142}, + [261] = {.lex_state = 142}, + [262] = {.lex_state = 144}, + [263] = {.lex_state = 143}, + [264] = {.lex_state = 143}, + [265] = {.lex_state = 143}, [266] = {.lex_state = 142}, [267] = {.lex_state = 143}, - [268] = {.lex_state = 142}, + [268] = {.lex_state = 143}, [269] = {.lex_state = 143}, - [270] = {.lex_state = 144}, - [271] = {.lex_state = 142}, - [272] = {.lex_state = 144}, - [273] = {.lex_state = 144}, - [274] = {.lex_state = 144}, + [270] = {.lex_state = 143}, + [271] = {.lex_state = 143}, + [272] = {.lex_state = 143}, + [273] = {.lex_state = 143}, + [274] = {.lex_state = 143}, [275] = {.lex_state = 144}, - [276] = {.lex_state = 143}, - [277] = {.lex_state = 143}, - [278] = {.lex_state = 142}, + [276] = {.lex_state = 142}, + [277] = {.lex_state = 142}, + [278] = {.lex_state = 143}, [279] = {.lex_state = 142}, - [280] = {.lex_state = 142}, + [280] = {.lex_state = 143}, [281] = {.lex_state = 142}, [282] = {.lex_state = 142}, [283] = {.lex_state = 142}, - [284] = {.lex_state = 142}, + [284] = {.lex_state = 143}, [285] = {.lex_state = 142}, [286] = {.lex_state = 142}, [287] = {.lex_state = 142}, - [288] = {.lex_state = 142}, - [289] = {.lex_state = 142}, + [288] = {.lex_state = 143}, + [289] = {.lex_state = 143}, [290] = {.lex_state = 142}, [291] = {.lex_state = 142}, [292] = {.lex_state = 142}, - [293] = {.lex_state = 142}, + [293] = {.lex_state = 143}, [294] = {.lex_state = 142}, [295] = {.lex_state = 142}, [296] = {.lex_state = 142}, - [297] = {.lex_state = 143}, - [298] = {.lex_state = 143}, + [297] = {.lex_state = 142}, + [298] = {.lex_state = 142}, [299] = {.lex_state = 142}, - [300] = {.lex_state = 143}, + [300] = {.lex_state = 142}, [301] = {.lex_state = 142}, - [302] = {.lex_state = 143}, + [302] = {.lex_state = 142}, [303] = {.lex_state = 142}, - [304] = {.lex_state = 142}, - [305] = {.lex_state = 142}, - [306] = {.lex_state = 143}, + [304] = {.lex_state = 143}, + [305] = {.lex_state = 143}, + [306] = {.lex_state = 142}, [307] = {.lex_state = 142}, [308] = {.lex_state = 142}, [309] = {.lex_state = 142}, [310] = {.lex_state = 142}, - [311] = {.lex_state = 142}, - [312] = {.lex_state = 142}, + [311] = {.lex_state = 143}, + [312] = {.lex_state = 143}, [313] = {.lex_state = 142}, - [314] = {.lex_state = 143}, - [315] = {.lex_state = 142}, + [314] = {.lex_state = 142}, + [315] = {.lex_state = 143}, [316] = {.lex_state = 142}, - [317] = {.lex_state = 144}, + [317] = {.lex_state = 142}, [318] = {.lex_state = 142}, [319] = {.lex_state = 143}, - [320] = {.lex_state = 143}, - [321] = {.lex_state = 143}, + [320] = {.lex_state = 142}, + [321] = {.lex_state = 144}, [322] = {.lex_state = 142}, - [323] = {.lex_state = 142}, + [323] = {.lex_state = 143}, [324] = {.lex_state = 142}, [325] = {.lex_state = 142}, [326] = {.lex_state = 142}, - [327] = {.lex_state = 143}, + [327] = {.lex_state = 142}, [328] = {.lex_state = 143}, - [329] = {.lex_state = 142}, - [330] = {.lex_state = 143}, + [329] = {.lex_state = 143}, + [330] = {.lex_state = 142}, [331] = {.lex_state = 142}, - [332] = {.lex_state = 143}, + [332] = {.lex_state = 142}, [333] = {.lex_state = 142}, [334] = {.lex_state = 142}, [335] = {.lex_state = 142}, - [336] = {.lex_state = 142}, + [336] = {.lex_state = 143}, [337] = {.lex_state = 142}, [338] = {.lex_state = 142}, - [339] = {.lex_state = 142}, + [339] = {.lex_state = 143}, [340] = {.lex_state = 142}, [341] = {.lex_state = 142}, [342] = {.lex_state = 142}, @@ -5791,17 +5794,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [351] = {.lex_state = 142}, [352] = {.lex_state = 142}, [353] = {.lex_state = 142}, - [354] = {.lex_state = 143}, + [354] = {.lex_state = 142}, [355] = {.lex_state = 142}, - [356] = {.lex_state = 143}, + [356] = {.lex_state = 142}, [357] = {.lex_state = 142}, - [358] = {.lex_state = 143}, + [358] = {.lex_state = 142}, [359] = {.lex_state = 142}, - [360] = {.lex_state = 143}, + [360] = {.lex_state = 142}, [361] = {.lex_state = 142}, [362] = {.lex_state = 142}, [363] = {.lex_state = 142}, - [364] = {.lex_state = 142}, + [364] = {.lex_state = 143}, [365] = {.lex_state = 142}, [366] = {.lex_state = 142}, [367] = {.lex_state = 142}, @@ -5815,11 +5818,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [375] = {.lex_state = 142}, [376] = {.lex_state = 142}, [377] = {.lex_state = 142}, - [378] = {.lex_state = 143}, - [379] = {.lex_state = 143}, - [380] = {.lex_state = 143}, + [378] = {.lex_state = 142}, + [379] = {.lex_state = 142}, + [380] = {.lex_state = 142}, [381] = {.lex_state = 142}, - [382] = {.lex_state = 143}, + [382] = {.lex_state = 142}, [383] = {.lex_state = 142}, [384] = {.lex_state = 142}, [385] = {.lex_state = 142}, @@ -5828,86 +5831,86 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [388] = {.lex_state = 142}, [389] = {.lex_state = 142}, [390] = {.lex_state = 142}, - [391] = {.lex_state = 142}, - [392] = {.lex_state = 143}, + [391] = {.lex_state = 143}, + [392] = {.lex_state = 142}, [393] = {.lex_state = 142}, [394] = {.lex_state = 142}, [395] = {.lex_state = 142}, - [396] = {.lex_state = 143}, + [396] = {.lex_state = 142}, [397] = {.lex_state = 142}, [398] = {.lex_state = 142}, [399] = {.lex_state = 142}, [400] = {.lex_state = 142}, [401] = {.lex_state = 142}, - [402] = {.lex_state = 142}, + [402] = {.lex_state = 143}, [403] = {.lex_state = 142}, - [404] = {.lex_state = 142}, + [404] = {.lex_state = 143}, [405] = {.lex_state = 142}, [406] = {.lex_state = 142}, [407] = {.lex_state = 142}, [408] = {.lex_state = 142}, [409] = {.lex_state = 142}, - [410] = {.lex_state = 142}, - [411] = {.lex_state = 142}, + [410] = {.lex_state = 143}, + [411] = {.lex_state = 143}, [412] = {.lex_state = 143}, [413] = {.lex_state = 142}, [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 = 142}, + [418] = {.lex_state = 143}, + [419] = {.lex_state = 143}, + [420] = {.lex_state = 143}, [421] = {.lex_state = 143}, [422] = {.lex_state = 142}, - [423] = {.lex_state = 143}, + [423] = {.lex_state = 142}, [424] = {.lex_state = 142}, [425] = {.lex_state = 142}, [426] = {.lex_state = 142}, [427] = {.lex_state = 142}, - [428] = {.lex_state = 142}, - [429] = {.lex_state = 142}, + [428] = {.lex_state = 143}, + [429] = {.lex_state = 143}, [430] = {.lex_state = 142}, - [431] = {.lex_state = 142}, + [431] = {.lex_state = 143}, [432] = {.lex_state = 142}, - [433] = {.lex_state = 142}, - [434] = {.lex_state = 142}, - [435] = {.lex_state = 142}, - [436] = {.lex_state = 142}, + [433] = {.lex_state = 143}, + [434] = {.lex_state = 143}, + [435] = {.lex_state = 143}, + [436] = {.lex_state = 143}, [437] = {.lex_state = 142}, - [438] = {.lex_state = 142}, + [438] = {.lex_state = 143}, [439] = {.lex_state = 143}, [440] = {.lex_state = 142}, - [441] = {.lex_state = 142}, + [441] = {.lex_state = 143}, [442] = {.lex_state = 142}, [443] = {.lex_state = 142}, - [444] = {.lex_state = 142}, + [444] = {.lex_state = 143}, [445] = {.lex_state = 142}, [446] = {.lex_state = 142}, [447] = {.lex_state = 142}, [448] = {.lex_state = 142}, - [449] = {.lex_state = 143}, + [449] = {.lex_state = 142}, [450] = {.lex_state = 142}, [451] = {.lex_state = 142}, - [452] = {.lex_state = 143}, - [453] = {.lex_state = 143}, + [452] = {.lex_state = 142}, + [453] = {.lex_state = 142}, [454] = {.lex_state = 142}, - [455] = {.lex_state = 143}, - [456] = {.lex_state = 143}, + [455] = {.lex_state = 142}, + [456] = {.lex_state = 142}, [457] = {.lex_state = 142}, [458] = {.lex_state = 142}, [459] = {.lex_state = 142}, - [460] = {.lex_state = 143}, - [461] = {.lex_state = 142}, + [460] = {.lex_state = 142}, + [461] = {.lex_state = 143}, [462] = {.lex_state = 142}, - [463] = {.lex_state = 142}, - [464] = {.lex_state = 142}, - [465] = {.lex_state = 142}, - [466] = {.lex_state = 142}, + [463] = {.lex_state = 143}, + [464] = {.lex_state = 143}, + [465] = {.lex_state = 143}, + [466] = {.lex_state = 143}, [467] = {.lex_state = 142}, - [468] = {.lex_state = 142}, - [469] = {.lex_state = 143}, - [470] = {.lex_state = 143}, + [468] = {.lex_state = 143}, + [469] = {.lex_state = 142}, + [470] = {.lex_state = 142}, [471] = {.lex_state = 142}, [472] = {.lex_state = 142}, [473] = {.lex_state = 142}, @@ -5923,28 +5926,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [483] = {.lex_state = 142}, [484] = {.lex_state = 142}, [485] = {.lex_state = 142}, - [486] = {.lex_state = 143}, + [486] = {.lex_state = 142}, [487] = {.lex_state = 142}, [488] = {.lex_state = 142}, [489] = {.lex_state = 142}, - [490] = {.lex_state = 143}, + [490] = {.lex_state = 142}, [491] = {.lex_state = 142}, - [492] = {.lex_state = 143}, - [493] = {.lex_state = 142}, + [492] = {.lex_state = 142}, + [493] = {.lex_state = 143}, [494] = {.lex_state = 142}, [495] = {.lex_state = 142}, - [496] = {.lex_state = 143}, - [497] = {.lex_state = 143}, + [496] = {.lex_state = 142}, + [497] = {.lex_state = 142}, [498] = {.lex_state = 142}, - [499] = {.lex_state = 143}, - [500] = {.lex_state = 143}, + [499] = {.lex_state = 142}, + [500] = {.lex_state = 142}, [501] = {.lex_state = 142}, - [502] = {.lex_state = 142}, + [502] = {.lex_state = 143}, [503] = {.lex_state = 142}, - [504] = {.lex_state = 143}, - [505] = {.lex_state = 143}, + [504] = {.lex_state = 142}, + [505] = {.lex_state = 142}, [506] = {.lex_state = 142}, - [507] = {.lex_state = 143}, + [507] = {.lex_state = 142}, [508] = {.lex_state = 142}, [509] = {.lex_state = 144}, [510] = {.lex_state = 144}, @@ -5956,9 +5959,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [516] = {.lex_state = 144}, [517] = {.lex_state = 144}, [518] = {.lex_state = 144}, - [519] = {.lex_state = 142}, + [519] = {.lex_state = 144}, [520] = {.lex_state = 144}, - [521] = {.lex_state = 144}, + [521] = {.lex_state = 142}, [522] = {.lex_state = 144}, [523] = {.lex_state = 144}, [524] = {.lex_state = 144}, @@ -5983,934 +5986,934 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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 = 149}, - [552] = {.lex_state = 149}, - [553] = {.lex_state = 147}, - [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}, - [562] = {.lex_state = 150}, - [563] = {.lex_state = 150}, - [564] = {.lex_state = 150}, - [565] = {.lex_state = 150}, - [566] = {.lex_state = 150}, - [567] = {.lex_state = 150}, - [568] = {.lex_state = 150}, - [569] = {.lex_state = 150}, - [570] = {.lex_state = 150}, - [571] = {.lex_state = 150}, - [572] = {.lex_state = 150}, - [573] = {.lex_state = 150}, - [574] = {.lex_state = 150}, + [546] = {.lex_state = 148}, + [547] = {.lex_state = 148}, + [548] = {.lex_state = 148}, + [549] = {.lex_state = 148}, + [550] = {.lex_state = 150}, + [551] = {.lex_state = 148}, + [552] = {.lex_state = 150}, + [553] = {.lex_state = 150}, + [554] = {.lex_state = 148}, + [555] = {.lex_state = 151}, + [556] = {.lex_state = 152}, + [557] = {.lex_state = 151}, + [558] = {.lex_state = 151}, + [559] = {.lex_state = 164}, + [560] = {.lex_state = 151}, + [561] = {.lex_state = 151}, + [562] = {.lex_state = 151}, + [563] = {.lex_state = 151}, + [564] = {.lex_state = 151}, + [565] = {.lex_state = 151}, + [566] = {.lex_state = 151}, + [567] = {.lex_state = 151}, + [568] = {.lex_state = 151}, + [569] = {.lex_state = 152}, + [570] = {.lex_state = 151}, + [571] = {.lex_state = 151}, + [572] = {.lex_state = 151}, + [573] = {.lex_state = 151}, + [574] = {.lex_state = 151}, [575] = {.lex_state = 151}, [576] = {.lex_state = 151}, - [577] = {.lex_state = 150}, - [578] = {.lex_state = 150}, - [579] = {.lex_state = 150}, - [580] = {.lex_state = 150}, - [581] = {.lex_state = 150}, - [582] = {.lex_state = 150}, - [583] = {.lex_state = 150}, - [584] = {.lex_state = 150}, - [585] = {.lex_state = 150}, - [586] = {.lex_state = 150}, - [587] = {.lex_state = 150}, - [588] = {.lex_state = 150}, - [589] = {.lex_state = 150}, - [590] = {.lex_state = 150}, - [591] = {.lex_state = 164}, - [592] = {.lex_state = 150}, + [577] = {.lex_state = 151}, + [578] = {.lex_state = 151}, + [579] = {.lex_state = 151}, + [580] = {.lex_state = 151}, + [581] = {.lex_state = 151}, + [582] = {.lex_state = 151}, + [583] = {.lex_state = 151}, + [584] = {.lex_state = 151}, + [585] = {.lex_state = 151}, + [586] = {.lex_state = 151}, + [587] = {.lex_state = 151}, + [588] = {.lex_state = 151}, + [589] = {.lex_state = 164}, + [590] = {.lex_state = 151}, + [591] = {.lex_state = 151}, + [592] = {.lex_state = 164}, [593] = {.lex_state = 164}, - [594] = {.lex_state = 150}, - [595] = {.lex_state = 150}, - [596] = {.lex_state = 150}, - [597] = {.lex_state = 164}, - [598] = {.lex_state = 164}, - [599] = {.lex_state = 150}, + [594] = {.lex_state = 164}, + [595] = {.lex_state = 151}, + [596] = {.lex_state = 151}, + [597] = {.lex_state = 151}, + [598] = {.lex_state = 151}, + [599] = {.lex_state = 164}, [600] = {.lex_state = 164}, - [601] = {.lex_state = 150}, - [602] = {.lex_state = 164}, - [603] = {.lex_state = 150}, + [601] = {.lex_state = 151}, + [602] = {.lex_state = 151}, + [603] = {.lex_state = 164}, [604] = {.lex_state = 164}, - [605] = {.lex_state = 150}, - [606] = {.lex_state = 164}, + [605] = {.lex_state = 151}, + [606] = {.lex_state = 151}, [607] = {.lex_state = 164}, - [608] = {.lex_state = 150}, - [609] = {.lex_state = 164}, + [608] = {.lex_state = 151}, + [609] = {.lex_state = 151}, [610] = {.lex_state = 164}, - [611] = {.lex_state = 164}, - [612] = {.lex_state = 150}, + [611] = {.lex_state = 151}, + [612] = {.lex_state = 151}, [613] = {.lex_state = 164}, - [614] = {.lex_state = 150}, + [614] = {.lex_state = 151}, [615] = {.lex_state = 164}, - [616] = {.lex_state = 164}, + [616] = {.lex_state = 151}, [617] = {.lex_state = 164}, - [618] = {.lex_state = 150}, - [619] = {.lex_state = 150}, - [620] = {.lex_state = 150}, - [621] = {.lex_state = 150}, - [622] = {.lex_state = 150}, - [623] = {.lex_state = 150}, - [624] = {.lex_state = 150}, - [625] = {.lex_state = 150}, - [626] = {.lex_state = 150}, - [627] = {.lex_state = 150}, - [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 = 164}, - [636] = {.lex_state = 150}, - [637] = {.lex_state = 150}, + [618] = {.lex_state = 151}, + [619] = {.lex_state = 151}, + [620] = {.lex_state = 151}, + [621] = {.lex_state = 151}, + [622] = {.lex_state = 151}, + [623] = {.lex_state = 164}, + [624] = {.lex_state = 151}, + [625] = {.lex_state = 151}, + [626] = {.lex_state = 151}, + [627] = {.lex_state = 164}, + [628] = {.lex_state = 151}, + [629] = {.lex_state = 151}, + [630] = {.lex_state = 164}, + [631] = {.lex_state = 151}, + [632] = {.lex_state = 151}, + [633] = {.lex_state = 151}, + [634] = {.lex_state = 164}, + [635] = {.lex_state = 151}, + [636] = {.lex_state = 164}, + [637] = {.lex_state = 151}, [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 = 172}, - [649] = {.lex_state = 173}, - [650] = {.lex_state = 149}, + [641] = {.lex_state = 172}, + [642] = {.lex_state = 150}, + [643] = {.lex_state = 174}, + [644] = {.lex_state = 150}, + [645] = {.lex_state = 172}, + [646] = {.lex_state = 150}, + [647] = {.lex_state = 150}, + [648] = {.lex_state = 150}, + [649] = {.lex_state = 150}, + [650] = {.lex_state = 150}, [651] = {.lex_state = 171}, - [652] = {.lex_state = 149}, - [653] = {.lex_state = 172}, - [654] = {.lex_state = 149}, - [655] = {.lex_state = 149}, - [656] = {.lex_state = 149}, - [657] = {.lex_state = 149}, - [658] = {.lex_state = 149}, - [659] = {.lex_state = 149}, - [660] = {.lex_state = 149}, - [661] = {.lex_state = 149}, - [662] = {.lex_state = 173}, - [663] = {.lex_state = 149}, + [652] = {.lex_state = 171}, + [653] = {.lex_state = 150}, + [654] = {.lex_state = 171}, + [655] = {.lex_state = 173}, + [656] = {.lex_state = 172}, + [657] = {.lex_state = 174}, + [658] = {.lex_state = 150}, + [659] = {.lex_state = 150}, + [660] = {.lex_state = 173}, + [661] = {.lex_state = 150}, + [662] = {.lex_state = 150}, + [663] = {.lex_state = 150}, [664] = {.lex_state = 150}, - [665] = {.lex_state = 149}, - [666] = {.lex_state = 172}, + [665] = {.lex_state = 171}, + [666] = {.lex_state = 173}, [667] = {.lex_state = 172}, - [668] = {.lex_state = 150}, + [668] = {.lex_state = 174}, [669] = {.lex_state = 172}, - [670] = {.lex_state = 149}, - [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 = 150}, + [670] = {.lex_state = 151}, + [671] = {.lex_state = 151}, + [672] = {.lex_state = 172}, + [673] = {.lex_state = 151}, + [674] = {.lex_state = 151}, + [675] = {.lex_state = 171}, + [676] = {.lex_state = 150}, + [677] = {.lex_state = 174}, + [678] = {.lex_state = 151}, + [679] = {.lex_state = 150}, + [680] = {.lex_state = 172}, + [681] = {.lex_state = 150}, + [682] = {.lex_state = 173}, + [683] = {.lex_state = 151}, + [684] = {.lex_state = 172}, [685] = {.lex_state = 150}, - [686] = {.lex_state = 150}, + [686] = {.lex_state = 174}, [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}, + [688] = {.lex_state = 171}, + [689] = {.lex_state = 172}, + [690] = {.lex_state = 151}, + [691] = {.lex_state = 171}, + [692] = {.lex_state = 150}, + [693] = {.lex_state = 150}, [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 = 172}, - [702] = {.lex_state = 149}, - [703] = {.lex_state = 149}, - [704] = {.lex_state = 174}, + [695] = {.lex_state = 150}, + [696] = {.lex_state = 173}, + [697] = {.lex_state = 150}, + [698] = {.lex_state = 150}, + [699] = {.lex_state = 173}, + [700] = {.lex_state = 174}, + [701] = {.lex_state = 150}, + [702] = {.lex_state = 150}, + [703] = {.lex_state = 150}, + [704] = {.lex_state = 172}, [705] = {.lex_state = 171}, [706] = {.lex_state = 171}, - [707] = {.lex_state = 171}, + [707] = {.lex_state = 150}, [708] = {.lex_state = 171}, - [709] = {.lex_state = 147}, - [710] = {.lex_state = 171}, + [709] = {.lex_state = 171}, + [710] = {.lex_state = 150}, [711] = {.lex_state = 171}, [712] = {.lex_state = 171}, [713] = {.lex_state = 171}, - [714] = {.lex_state = 171}, - [715] = {.lex_state = 147}, + [714] = {.lex_state = 150}, + [715] = {.lex_state = 171}, [716] = {.lex_state = 171}, - [717] = {.lex_state = 171}, - [718] = {.lex_state = 171}, + [717] = {.lex_state = 150}, + [718] = {.lex_state = 150}, [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 = 149}, - [726] = {.lex_state = 149}, - [727] = {.lex_state = 149}, - [728] = {.lex_state = 149}, - [729] = {.lex_state = 171}, - [730] = {.lex_state = 149}, - [731] = {.lex_state = 171}, - [732] = {.lex_state = 171}, - [733] = {.lex_state = 149}, - [734] = {.lex_state = 149}, - [735] = {.lex_state = 171}, - [736] = {.lex_state = 149}, - [737] = {.lex_state = 150}, + [721] = {.lex_state = 150}, + [722] = {.lex_state = 150}, + [723] = {.lex_state = 150}, + [724] = {.lex_state = 150}, + [725] = {.lex_state = 171}, + [726] = {.lex_state = 151}, + [727] = {.lex_state = 150}, + [728] = {.lex_state = 171}, + [729] = {.lex_state = 150}, + [730] = {.lex_state = 171}, + [731] = {.lex_state = 150}, + [732] = {.lex_state = 150}, + [733] = {.lex_state = 150}, + [734] = {.lex_state = 171}, + [735] = {.lex_state = 150}, + [736] = {.lex_state = 150}, + [737] = {.lex_state = 148}, [738] = {.lex_state = 171}, [739] = {.lex_state = 171}, [740] = {.lex_state = 171}, - [741] = {.lex_state = 149}, + [741] = {.lex_state = 171}, [742] = {.lex_state = 171}, - [743] = {.lex_state = 147}, - [744] = {.lex_state = 150}, + [743] = {.lex_state = 171}, + [744] = {.lex_state = 171}, [745] = {.lex_state = 171}, - [746] = {.lex_state = 150}, + [746] = {.lex_state = 171}, [747] = {.lex_state = 171}, [748] = {.lex_state = 171}, [749] = {.lex_state = 171}, [750] = {.lex_state = 171}, - [751] = {.lex_state = 149}, + [751] = {.lex_state = 171}, [752] = {.lex_state = 171}, - [753] = {.lex_state = 149}, + [753] = {.lex_state = 171}, [754] = {.lex_state = 171}, [755] = {.lex_state = 171}, - [756] = {.lex_state = 147}, - [757] = {.lex_state = 171}, - [758] = {.lex_state = 171}, - [759] = {.lex_state = 149}, - [760] = {.lex_state = 149}, - [761] = {.lex_state = 171}, + [756] = {.lex_state = 150}, + [757] = {.lex_state = 151}, + [758] = {.lex_state = 150}, + [759] = {.lex_state = 148}, + [760] = {.lex_state = 171}, + [761] = {.lex_state = 148}, [762] = {.lex_state = 171}, [763] = {.lex_state = 171}, [764] = {.lex_state = 171}, - [765] = {.lex_state = 149}, - [766] = {.lex_state = 171}, - [767] = {.lex_state = 149}, + [765] = {.lex_state = 171}, + [766] = {.lex_state = 151}, + [767] = {.lex_state = 171}, [768] = {.lex_state = 171}, - [769] = {.lex_state = 149}, - [770] = {.lex_state = 147}, + [769] = {.lex_state = 148}, + [770] = {.lex_state = 171}, [771] = {.lex_state = 171}, - [772] = {.lex_state = 171}, - [773] = {.lex_state = 149}, - [774] = {.lex_state = 171}, - [775] = {.lex_state = 147}, + [772] = {.lex_state = 151}, + [773] = {.lex_state = 148}, + [774] = {.lex_state = 151}, + [775] = {.lex_state = 171}, [776] = {.lex_state = 171}, [777] = {.lex_state = 171}, [778] = {.lex_state = 171}, [779] = {.lex_state = 171}, [780] = {.lex_state = 171}, - [781] = {.lex_state = 149}, + [781] = {.lex_state = 171}, [782] = {.lex_state = 171}, [783] = {.lex_state = 171}, - [784] = {.lex_state = 150}, + [784] = {.lex_state = 171}, [785] = {.lex_state = 171}, - [786] = {.lex_state = 150}, + [786] = {.lex_state = 171}, [787] = {.lex_state = 171}, [788] = {.lex_state = 171}, [789] = {.lex_state = 171}, [790] = {.lex_state = 171}, - [791] = {.lex_state = 171}, + [791] = {.lex_state = 148}, [792] = {.lex_state = 171}, - [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 = 149}, - [808] = {.lex_state = 152}, - [809] = {.lex_state = 152}, - [810] = {.lex_state = 152}, - [811] = {.lex_state = 152}, - [812] = {.lex_state = 152}, - [813] = {.lex_state = 149}, - [814] = {.lex_state = 153}, - [815] = {.lex_state = 149}, - [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 = 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}, + [793] = {.lex_state = 153}, + [794] = {.lex_state = 153}, + [795] = {.lex_state = 154}, + [796] = {.lex_state = 153}, + [797] = {.lex_state = 153}, + [798] = {.lex_state = 153}, + [799] = {.lex_state = 153}, + [800] = {.lex_state = 153}, + [801] = {.lex_state = 148}, + [802] = {.lex_state = 153}, + [803] = {.lex_state = 153}, + [804] = {.lex_state = 150}, + [805] = {.lex_state = 153}, + [806] = {.lex_state = 153}, + [807] = {.lex_state = 150}, + [808] = {.lex_state = 150}, + [809] = {.lex_state = 153}, + [810] = {.lex_state = 150}, + [811] = {.lex_state = 153}, + [812] = {.lex_state = 148}, + [813] = {.lex_state = 150}, + [814] = {.lex_state = 150}, + [815] = {.lex_state = 150}, + [816] = {.lex_state = 153}, + [817] = {.lex_state = 150}, + [818] = {.lex_state = 153}, + [819] = {.lex_state = 148}, + [820] = {.lex_state = 150}, + [821] = {.lex_state = 150}, + [822] = {.lex_state = 148}, + [823] = {.lex_state = 151}, + [824] = {.lex_state = 151}, + [825] = {.lex_state = 151}, + [826] = {.lex_state = 155}, + [827] = {.lex_state = 148}, + [828] = {.lex_state = 155}, + [829] = {.lex_state = 155}, [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}, + [831] = {.lex_state = 156}, + [832] = {.lex_state = 151}, + [833] = {.lex_state = 156}, + [834] = {.lex_state = 148}, + [835] = {.lex_state = 151}, + [836] = {.lex_state = 151}, + [837] = {.lex_state = 156}, + [838] = {.lex_state = 151}, + [839] = {.lex_state = 151}, [840] = {.lex_state = 156}, - [841] = {.lex_state = 150}, - [842] = {.lex_state = 150}, + [841] = {.lex_state = 157}, + [842] = {.lex_state = 157}, [843] = {.lex_state = 150}, [844] = {.lex_state = 150}, [845] = {.lex_state = 150}, - [846] = {.lex_state = 149}, - [847] = {.lex_state = 149}, + [846] = {.lex_state = 150}, + [847] = {.lex_state = 151}, [848] = {.lex_state = 150}, - [849] = {.lex_state = 149}, - [850] = {.lex_state = 149}, - [851] = {.lex_state = 149}, + [849] = {.lex_state = 151}, + [850] = {.lex_state = 151}, + [851] = {.lex_state = 150}, [852] = {.lex_state = 150}, - [853] = {.lex_state = 149}, + [853] = {.lex_state = 150}, [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 = 164}, - [864] = {.lex_state = 152}, - [865] = {.lex_state = 152}, - [866] = {.lex_state = 149}, - [867] = {.lex_state = 152}, - [868] = {.lex_state = 152}, - [869] = {.lex_state = 149}, - [870] = {.lex_state = 149}, - [871] = {.lex_state = 152}, - [872] = {.lex_state = 152}, - [873] = {.lex_state = 149}, - [874] = {.lex_state = 164}, - [875] = {.lex_state = 149}, - [876] = {.lex_state = 152}, + [855] = {.lex_state = 151}, + [856] = {.lex_state = 164}, + [857] = {.lex_state = 151}, + [858] = {.lex_state = 151}, + [859] = {.lex_state = 151}, + [860] = {.lex_state = 150}, + [861] = {.lex_state = 151}, + [862] = {.lex_state = 164}, + [863] = {.lex_state = 153}, + [864] = {.lex_state = 153}, + [865] = {.lex_state = 150}, + [866] = {.lex_state = 153}, + [867] = {.lex_state = 164}, + [868] = {.lex_state = 164}, + [869] = {.lex_state = 164}, + [870] = {.lex_state = 164}, + [871] = {.lex_state = 164}, + [872] = {.lex_state = 150}, + [873] = {.lex_state = 164}, + [874] = {.lex_state = 153}, + [875] = {.lex_state = 164}, + [876] = {.lex_state = 164}, [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 = 164}, - [885] = {.lex_state = 152}, - [886] = {.lex_state = 164}, + [878] = {.lex_state = 150}, + [879] = {.lex_state = 150}, + [880] = {.lex_state = 153}, + [881] = {.lex_state = 150}, + [882] = {.lex_state = 153}, + [883] = {.lex_state = 164}, + [884] = {.lex_state = 153}, + [885] = {.lex_state = 153}, + [886] = {.lex_state = 151}, [887] = {.lex_state = 164}, - [888] = {.lex_state = 149}, - [889] = {.lex_state = 152}, - [890] = {.lex_state = 152}, + [888] = {.lex_state = 153}, + [889] = {.lex_state = 164}, + [890] = {.lex_state = 164}, [891] = {.lex_state = 164}, - [892] = {.lex_state = 164}, - [893] = {.lex_state = 150}, + [892] = {.lex_state = 153}, + [893] = {.lex_state = 153}, [894] = {.lex_state = 164}, - [895] = {.lex_state = 149}, - [896] = {.lex_state = 152}, - [897] = {.lex_state = 152}, - [898] = {.lex_state = 152}, - [899] = {.lex_state = 164}, - [900] = {.lex_state = 164}, - [901] = {.lex_state = 164}, - [902] = {.lex_state = 164}, + [895] = {.lex_state = 164}, + [896] = {.lex_state = 164}, + [897] = {.lex_state = 151}, + [898] = {.lex_state = 153}, + [899] = {.lex_state = 150}, + [900] = {.lex_state = 150}, + [901] = {.lex_state = 150}, + [902] = {.lex_state = 153}, [903] = {.lex_state = 164}, [904] = {.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 = 149}, - [915] = {.lex_state = 152}, - [916] = {.lex_state = 152}, - [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 = 152}, - [924] = {.lex_state = 150}, - [925] = {.lex_state = 149}, - [926] = {.lex_state = 164}, - [927] = {.lex_state = 149}, + [905] = {.lex_state = 164}, + [906] = {.lex_state = 153}, + [907] = {.lex_state = 151}, + [908] = {.lex_state = 153}, + [909] = {.lex_state = 153}, + [910] = {.lex_state = 150}, + [911] = {.lex_state = 164}, + [912] = {.lex_state = 150}, + [913] = {.lex_state = 150}, + [914] = {.lex_state = 164}, + [915] = {.lex_state = 150}, + [916] = {.lex_state = 153}, + [917] = {.lex_state = 153}, + [918] = {.lex_state = 153}, + [919] = {.lex_state = 150}, + [920] = {.lex_state = 164}, + [921] = {.lex_state = 153}, + [922] = {.lex_state = 153}, + [923] = {.lex_state = 150}, + [924] = {.lex_state = 151}, + [925] = {.lex_state = 153}, + [926] = {.lex_state = 153}, + [927] = {.lex_state = 150}, [928] = {.lex_state = 164}, - [929] = {.lex_state = 149}, - [930] = {.lex_state = 150}, + [929] = {.lex_state = 153}, + [930] = {.lex_state = 151}, [931] = {.lex_state = 164}, - [932] = {.lex_state = 164}, + [932] = {.lex_state = 153}, [933] = {.lex_state = 164}, - [934] = {.lex_state = 164}, - [935] = {.lex_state = 152}, - [936] = {.lex_state = 152}, - [937] = {.lex_state = 152}, - [938] = {.lex_state = 152}, - [939] = {.lex_state = 164}, + [934] = {.lex_state = 153}, + [935] = {.lex_state = 164}, + [936] = {.lex_state = 150}, + [937] = {.lex_state = 150}, + [938] = {.lex_state = 150}, + [939] = {.lex_state = 150}, [940] = {.lex_state = 164}, - [941] = {.lex_state = 164}, - [942] = {.lex_state = 152}, + [941] = {.lex_state = 150}, + [942] = {.lex_state = 164}, [943] = {.lex_state = 164}, [944] = {.lex_state = 150}, - [945] = {.lex_state = 149}, - [946] = {.lex_state = 164}, - [947] = {.lex_state = 149}, - [948] = {.lex_state = 152}, - [949] = {.lex_state = 152}, + [945] = {.lex_state = 153}, + [946] = {.lex_state = 153}, + [947] = {.lex_state = 150}, + [948] = {.lex_state = 153}, + [949] = {.lex_state = 153}, [950] = {.lex_state = 164}, - [951] = {.lex_state = 149}, - [952] = {.lex_state = 149}, + [951] = {.lex_state = 153}, + [952] = {.lex_state = 164}, [953] = {.lex_state = 164}, - [954] = {.lex_state = 164}, - [955] = {.lex_state = 149}, - [956] = {.lex_state = 149}, - [957] = {.lex_state = 149}, + [954] = {.lex_state = 150}, + [955] = {.lex_state = 153}, + [956] = {.lex_state = 164}, + [957] = {.lex_state = 164}, [958] = {.lex_state = 164}, - [959] = {.lex_state = 149}, + [959] = {.lex_state = 164}, [960] = {.lex_state = 164}, - [961] = {.lex_state = 152}, + [961] = {.lex_state = 164}, [962] = {.lex_state = 164}, - [963] = {.lex_state = 149}, - [964] = {.lex_state = 149}, - [965] = {.lex_state = 149}, - [966] = {.lex_state = 149}, - [967] = {.lex_state = 164}, - [968] = {.lex_state = 152}, + [963] = {.lex_state = 164}, + [964] = {.lex_state = 164}, + [965] = {.lex_state = 164}, + [966] = {.lex_state = 164}, + [967] = {.lex_state = 150}, + [968] = {.lex_state = 164}, [969] = {.lex_state = 164}, - [970] = {.lex_state = 149}, + [970] = {.lex_state = 150}, [971] = {.lex_state = 164}, [972] = {.lex_state = 164}, - [973] = {.lex_state = 149}, - [974] = {.lex_state = 164}, - [975] = {.lex_state = 164}, - [976] = {.lex_state = 149}, - [977] = {.lex_state = 149}, - [978] = {.lex_state = 152}, - [979] = {.lex_state = 152}, - [980] = {.lex_state = 152}, - [981] = {.lex_state = 149}, - [982] = {.lex_state = 152}, - [983] = {.lex_state = 164}, + [973] = {.lex_state = 153}, + [974] = {.lex_state = 153}, + [975] = {.lex_state = 150}, + [976] = {.lex_state = 153}, + [977] = {.lex_state = 153}, + [978] = {.lex_state = 150}, + [979] = {.lex_state = 150}, + [980] = {.lex_state = 153}, + [981] = {.lex_state = 150}, + [982] = {.lex_state = 153}, + [983] = {.lex_state = 153}, [984] = {.lex_state = 164}, - [985] = {.lex_state = 164}, - [986] = {.lex_state = 164}, - [987] = {.lex_state = 164}, - [988] = {.lex_state = 149}, - [989] = {.lex_state = 143}, - [990] = {.lex_state = 164}, - [991] = {.lex_state = 149}, - [992] = {.lex_state = 152}, - [993] = {.lex_state = 149}, + [985] = {.lex_state = 150}, + [986] = {.lex_state = 153}, + [987] = {.lex_state = 153}, + [988] = {.lex_state = 164}, + [989] = {.lex_state = 153}, + [990] = {.lex_state = 153}, + [991] = {.lex_state = 150}, + [992] = {.lex_state = 150}, + [993] = {.lex_state = 164}, [994] = {.lex_state = 164}, - [995] = {.lex_state = 164}, - [996] = {.lex_state = 164}, - [997] = {.lex_state = 152}, - [998] = {.lex_state = 149}, + [995] = {.lex_state = 150}, + [996] = {.lex_state = 150}, + [997] = {.lex_state = 150}, + [998] = {.lex_state = 150}, [999] = {.lex_state = 164}, - [1000] = {.lex_state = 149}, - [1001] = {.lex_state = 149}, - [1002] = {.lex_state = 164}, - [1003] = {.lex_state = 152}, - [1004] = {.lex_state = 152}, - [1005] = {.lex_state = 149}, - [1006] = {.lex_state = 149}, - [1007] = {.lex_state = 152}, - [1008] = {.lex_state = 149}, - [1009] = {.lex_state = 149}, - [1010] = {.lex_state = 152}, - [1011] = {.lex_state = 149}, - [1012] = {.lex_state = 164}, - [1013] = {.lex_state = 164}, + [1000] = {.lex_state = 150}, + [1001] = {.lex_state = 150}, + [1002] = {.lex_state = 150}, + [1003] = {.lex_state = 150}, + [1004] = {.lex_state = 164}, + [1005] = {.lex_state = 153}, + [1006] = {.lex_state = 150}, + [1007] = {.lex_state = 150}, + [1008] = {.lex_state = 150}, + [1009] = {.lex_state = 150}, + [1010] = {.lex_state = 150}, + [1011] = {.lex_state = 164}, + [1012] = {.lex_state = 153}, + [1013] = {.lex_state = 153}, [1014] = {.lex_state = 164}, - [1015] = {.lex_state = 152}, - [1016] = {.lex_state = 164}, - [1017] = {.lex_state = 164}, - [1018] = {.lex_state = 152}, - [1019] = {.lex_state = 149}, - [1020] = {.lex_state = 152}, - [1021] = {.lex_state = 152}, - [1022] = {.lex_state = 152}, - [1023] = {.lex_state = 149}, - [1024] = {.lex_state = 149}, - [1025] = {.lex_state = 152}, - [1026] = {.lex_state = 152}, - [1027] = {.lex_state = 152}, - [1028] = {.lex_state = 149}, - [1029] = {.lex_state = 144}, - [1030] = {.lex_state = 152}, - [1031] = {.lex_state = 152}, - [1032] = {.lex_state = 152}, - [1033] = {.lex_state = 152}, - [1034] = {.lex_state = 152}, - [1035] = {.lex_state = 152}, - [1036] = {.lex_state = 152}, - [1037] = {.lex_state = 164}, - [1038] = {.lex_state = 164}, - [1039] = {.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 = 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 = 149}, - [1061] = {.lex_state = 149}, - [1062] = {.lex_state = 149}, - [1063] = {.lex_state = 149}, - [1064] = {.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 = 157}, - [1073] = {.lex_state = 149}, - [1074] = {.lex_state = 149}, - [1075] = {.lex_state = 149}, + [1015] = {.lex_state = 143}, + [1016] = {.lex_state = 150}, + [1017] = {.lex_state = 150}, + [1018] = {.lex_state = 150}, + [1019] = {.lex_state = 150}, + [1020] = {.lex_state = 164}, + [1021] = {.lex_state = 164}, + [1022] = {.lex_state = 150}, + [1023] = {.lex_state = 164}, + [1024] = {.lex_state = 150}, + [1025] = {.lex_state = 153}, + [1026] = {.lex_state = 164}, + [1027] = {.lex_state = 153}, + [1028] = {.lex_state = 153}, + [1029] = {.lex_state = 153}, + [1030] = {.lex_state = 150}, + [1031] = {.lex_state = 144}, + [1032] = {.lex_state = 153}, + [1033] = {.lex_state = 153}, + [1034] = {.lex_state = 153}, + [1035] = {.lex_state = 153}, + [1036] = {.lex_state = 153}, + [1037] = {.lex_state = 153}, + [1038] = {.lex_state = 150}, + [1039] = {.lex_state = 150}, + [1040] = {.lex_state = 150}, + [1041] = {.lex_state = 150}, + [1042] = {.lex_state = 164}, + [1043] = {.lex_state = 150}, + [1044] = {.lex_state = 150}, + [1045] = {.lex_state = 150}, + [1046] = {.lex_state = 150}, + [1047] = {.lex_state = 150}, + [1048] = {.lex_state = 150}, + [1049] = {.lex_state = 150}, + [1050] = {.lex_state = 150}, + [1051] = {.lex_state = 150}, + [1052] = {.lex_state = 150}, + [1053] = {.lex_state = 150}, + [1054] = {.lex_state = 150}, + [1055] = {.lex_state = 150}, + [1056] = {.lex_state = 150}, + [1057] = {.lex_state = 150}, + [1058] = {.lex_state = 150}, + [1059] = {.lex_state = 150}, + [1060] = {.lex_state = 164}, + [1061] = {.lex_state = 164}, + [1062] = {.lex_state = 164}, + [1063] = {.lex_state = 150}, + [1064] = {.lex_state = 150}, + [1065] = {.lex_state = 150}, + [1066] = {.lex_state = 150}, + [1067] = {.lex_state = 164}, + [1068] = {.lex_state = 164}, + [1069] = {.lex_state = 164}, + [1070] = {.lex_state = 150}, + [1071] = {.lex_state = 150}, + [1072] = {.lex_state = 150}, + [1073] = {.lex_state = 150}, + [1074] = {.lex_state = 150}, + [1075] = {.lex_state = 158}, [1076] = {.lex_state = 164}, - [1077] = {.lex_state = 158}, - [1078] = {.lex_state = 149}, + [1077] = {.lex_state = 159}, + [1078] = {.lex_state = 164}, [1079] = {.lex_state = 164}, - [1080] = {.lex_state = 149}, - [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 = 157}, - [1110] = {.lex_state = 159}, - [1111] = {.lex_state = 159}, - [1112] = {.lex_state = 159}, + [1080] = {.lex_state = 164}, + [1081] = {.lex_state = 148}, + [1082] = {.lex_state = 148}, + [1083] = {.lex_state = 148}, + [1084] = {.lex_state = 160}, + [1085] = {.lex_state = 160}, + [1086] = {.lex_state = 160}, + [1087] = {.lex_state = 158}, + [1088] = {.lex_state = 160}, + [1089] = {.lex_state = 160}, + [1090] = {.lex_state = 160}, + [1091] = {.lex_state = 160}, + [1092] = {.lex_state = 160}, + [1093] = {.lex_state = 158}, + [1094] = {.lex_state = 160}, + [1095] = {.lex_state = 160}, + [1096] = {.lex_state = 160}, + [1097] = {.lex_state = 158}, + [1098] = {.lex_state = 160}, + [1099] = {.lex_state = 160}, + [1100] = {.lex_state = 160}, + [1101] = {.lex_state = 160}, + [1102] = {.lex_state = 160}, + [1103] = {.lex_state = 158}, + [1104] = {.lex_state = 160}, + [1105] = {.lex_state = 160}, + [1106] = {.lex_state = 160}, + [1107] = {.lex_state = 160}, + [1108] = {.lex_state = 160}, + [1109] = {.lex_state = 160}, + [1110] = {.lex_state = 160}, + [1111] = {.lex_state = 160}, + [1112] = {.lex_state = 160}, [1113] = {.lex_state = 159}, - [1114] = {.lex_state = 159}, - [1115] = {.lex_state = 159}, - [1116] = {.lex_state = 159}, - [1117] = {.lex_state = 159}, - [1118] = {.lex_state = 159}, - [1119] = {.lex_state = 159}, - [1120] = {.lex_state = 159}, - [1121] = {.lex_state = 157}, - [1122] = {.lex_state = 157}, - [1123] = {.lex_state = 159}, - [1124] = {.lex_state = 157}, - [1125] = {.lex_state = 159}, - [1126] = {.lex_state = 159}, - [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 = 157}, - [1134] = {.lex_state = 157}, - [1135] = {.lex_state = 159}, - [1136] = {.lex_state = 159}, - [1137] = {.lex_state = 159}, - [1138] = {.lex_state = 159}, - [1139] = {.lex_state = 159}, - [1140] = {.lex_state = 159}, - [1141] = {.lex_state = 159}, - [1142] = {.lex_state = 159}, - [1143] = {.lex_state = 159}, - [1144] = {.lex_state = 159}, - [1145] = {.lex_state = 159}, - [1146] = {.lex_state = 159}, - [1147] = {.lex_state = 159}, - [1148] = {.lex_state = 159}, - [1149] = {.lex_state = 159}, - [1150] = {.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 = 159}, - [1157] = {.lex_state = 159}, - [1158] = {.lex_state = 157}, - [1159] = {.lex_state = 159}, - [1160] = {.lex_state = 157}, - [1161] = {.lex_state = 157}, - [1162] = {.lex_state = 159}, - [1163] = {.lex_state = 159}, - [1164] = {.lex_state = 157}, - [1165] = {.lex_state = 157}, + [1114] = {.lex_state = 160}, + [1115] = {.lex_state = 160}, + [1116] = {.lex_state = 160}, + [1117] = {.lex_state = 160}, + [1118] = {.lex_state = 160}, + [1119] = {.lex_state = 160}, + [1120] = {.lex_state = 160}, + [1121] = {.lex_state = 160}, + [1122] = {.lex_state = 160}, + [1123] = {.lex_state = 160}, + [1124] = {.lex_state = 160}, + [1125] = {.lex_state = 160}, + [1126] = {.lex_state = 160}, + [1127] = {.lex_state = 160}, + [1128] = {.lex_state = 160}, + [1129] = {.lex_state = 160}, + [1130] = {.lex_state = 160}, + [1131] = {.lex_state = 158}, + [1132] = {.lex_state = 160}, + [1133] = {.lex_state = 158}, + [1134] = {.lex_state = 160}, + [1135] = {.lex_state = 160}, + [1136] = {.lex_state = 160}, + [1137] = {.lex_state = 160}, + [1138] = {.lex_state = 160}, + [1139] = {.lex_state = 160}, + [1140] = {.lex_state = 158}, + [1141] = {.lex_state = 160}, + [1142] = {.lex_state = 160}, + [1143] = {.lex_state = 160}, + [1144] = {.lex_state = 158}, + [1145] = {.lex_state = 160}, + [1146] = {.lex_state = 158}, + [1147] = {.lex_state = 160}, + [1148] = {.lex_state = 160}, + [1149] = {.lex_state = 160}, + [1150] = {.lex_state = 160}, + [1151] = {.lex_state = 158}, + [1152] = {.lex_state = 160}, + [1153] = {.lex_state = 158}, + [1154] = {.lex_state = 158}, + [1155] = {.lex_state = 160}, + [1156] = {.lex_state = 160}, + [1157] = {.lex_state = 158}, + [1158] = {.lex_state = 160}, + [1159] = {.lex_state = 158}, + [1160] = {.lex_state = 158}, + [1161] = {.lex_state = 160}, + [1162] = {.lex_state = 160}, + [1163] = {.lex_state = 158}, + [1164] = {.lex_state = 159}, + [1165] = {.lex_state = 160}, [1166] = {.lex_state = 159}, - [1167] = {.lex_state = 157}, + [1167] = {.lex_state = 158}, [1168] = {.lex_state = 159}, - [1169] = {.lex_state = 147}, - [1170] = {.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 = 157}, - [1178] = {.lex_state = 157}, - [1179] = {.lex_state = 157}, - [1180] = {.lex_state = 157}, - [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 = 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}, + [1169] = {.lex_state = 159}, + [1170] = {.lex_state = 148}, + [1171] = {.lex_state = 159}, + [1172] = {.lex_state = 159}, + [1173] = {.lex_state = 160}, + [1174] = {.lex_state = 159}, + [1175] = {.lex_state = 148}, + [1176] = {.lex_state = 159}, + [1177] = {.lex_state = 160}, + [1178] = {.lex_state = 159}, + [1179] = {.lex_state = 159}, + [1180] = {.lex_state = 159}, + [1181] = {.lex_state = 159}, + [1182] = {.lex_state = 159}, + [1183] = {.lex_state = 159}, + [1184] = {.lex_state = 159}, + [1185] = {.lex_state = 160}, + [1186] = {.lex_state = 159}, + [1187] = {.lex_state = 159}, + [1188] = {.lex_state = 159}, + [1189] = {.lex_state = 159}, + [1190] = {.lex_state = 159}, + [1191] = {.lex_state = 159}, + [1192] = {.lex_state = 159}, + [1193] = {.lex_state = 159}, + [1194] = {.lex_state = 159}, + [1195] = {.lex_state = 148}, + [1196] = {.lex_state = 159}, [1197] = {.lex_state = 159}, - [1198] = {.lex_state = 157}, - [1199] = {.lex_state = 157}, + [1198] = {.lex_state = 159}, + [1199] = {.lex_state = 159}, [1200] = {.lex_state = 164}, - [1201] = {.lex_state = 147}, + [1201] = {.lex_state = 148}, [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 = 157}, - [1213] = {.lex_state = 157}, - [1214] = {.lex_state = 157}, - [1215] = {.lex_state = 164}, - [1216] = {.lex_state = 147}, - [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}, + [1203] = {.lex_state = 148}, + [1204] = {.lex_state = 148}, + [1205] = {.lex_state = 161}, + [1206] = {.lex_state = 148}, + [1207] = {.lex_state = 158}, + [1208] = {.lex_state = 161}, + [1209] = {.lex_state = 158}, + [1210] = {.lex_state = 159}, + [1211] = {.lex_state = 158}, + [1212] = {.lex_state = 158}, + [1213] = {.lex_state = 164}, + [1214] = {.lex_state = 164}, + [1215] = {.lex_state = 158}, + [1216] = {.lex_state = 148}, + [1217] = {.lex_state = 161}, + [1218] = {.lex_state = 164}, + [1219] = {.lex_state = 158}, + [1220] = {.lex_state = 161}, + [1221] = {.lex_state = 161}, + [1222] = {.lex_state = 158}, + [1223] = {.lex_state = 161}, [1224] = {.lex_state = 164}, - [1225] = {.lex_state = 147}, - [1226] = {.lex_state = 147}, - [1227] = {.lex_state = 157}, - [1228] = {.lex_state = 147}, + [1225] = {.lex_state = 148}, + [1226] = {.lex_state = 148}, + [1227] = {.lex_state = 148}, + [1228] = {.lex_state = 148}, [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 = 157}, - [1238] = {.lex_state = 147}, - [1239] = {.lex_state = 147}, - [1240] = {.lex_state = 147}, - [1241] = {.lex_state = 157}, - [1242] = {.lex_state = 147}, - [1243] = {.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 = 157}, - [1251] = {.lex_state = 161}, - [1252] = {.lex_state = 147}, - [1253] = {.lex_state = 147}, - [1254] = {.lex_state = 147}, - [1255] = {.lex_state = 157}, - [1256] = {.lex_state = 147}, - [1257] = {.lex_state = 147}, - [1258] = {.lex_state = 147}, - [1259] = {.lex_state = 147}, - [1260] = {.lex_state = 147}, - [1261] = {.lex_state = 147}, - [1262] = {.lex_state = 147}, - [1263] = {.lex_state = 147}, - [1264] = {.lex_state = 147}, - [1265] = {.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 = 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 = 147, .external_lex_state = 1}, - [1313] = {.lex_state = 161}, - [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 = 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}, + [1230] = {.lex_state = 148}, + [1231] = {.lex_state = 148}, + [1232] = {.lex_state = 162}, + [1233] = {.lex_state = 158}, + [1234] = {.lex_state = 148}, + [1235] = {.lex_state = 148}, + [1236] = {.lex_state = 148}, + [1237] = {.lex_state = 162}, + [1238] = {.lex_state = 148}, + [1239] = {.lex_state = 148}, + [1240] = {.lex_state = 148}, + [1241] = {.lex_state = 158}, + [1242] = {.lex_state = 162}, + [1243] = {.lex_state = 159}, + [1244] = {.lex_state = 159}, + [1245] = {.lex_state = 148}, + [1246] = {.lex_state = 148}, + [1247] = {.lex_state = 148}, + [1248] = {.lex_state = 148}, + [1249] = {.lex_state = 148}, + [1250] = {.lex_state = 148}, + [1251] = {.lex_state = 148}, + [1252] = {.lex_state = 148}, + [1253] = {.lex_state = 148}, + [1254] = {.lex_state = 148}, + [1255] = {.lex_state = 148}, + [1256] = {.lex_state = 148}, + [1257] = {.lex_state = 148}, + [1258] = {.lex_state = 159}, + [1259] = {.lex_state = 148}, + [1260] = {.lex_state = 148}, + [1261] = {.lex_state = 148}, + [1262] = {.lex_state = 148}, + [1263] = {.lex_state = 159}, + [1264] = {.lex_state = 148}, + [1265] = {.lex_state = 158}, + [1266] = {.lex_state = 148}, + [1267] = {.lex_state = 161}, + [1268] = {.lex_state = 159}, + [1269] = {.lex_state = 159}, + [1270] = {.lex_state = 161}, + [1271] = {.lex_state = 159}, + [1272] = {.lex_state = 159}, + [1273] = {.lex_state = 161}, + [1274] = {.lex_state = 0}, + [1275] = {.lex_state = 163}, + [1276] = {.lex_state = 161}, + [1277] = {.lex_state = 0}, + [1278] = {.lex_state = 163}, + [1279] = {.lex_state = 0}, + [1280] = {.lex_state = 0}, + [1281] = {.lex_state = 163}, + [1282] = {.lex_state = 0}, + [1283] = {.lex_state = 0}, + [1284] = {.lex_state = 159}, + [1285] = {.lex_state = 163}, + [1286] = {.lex_state = 0}, + [1287] = {.lex_state = 0}, + [1288] = {.lex_state = 163}, + [1289] = {.lex_state = 163}, + [1290] = {.lex_state = 163}, + [1291] = {.lex_state = 148}, + [1292] = {.lex_state = 148, .external_lex_state = 1}, + [1293] = {.lex_state = 148, .external_lex_state = 1}, + [1294] = {.lex_state = 148, .external_lex_state = 1}, + [1295] = {.lex_state = 148, .external_lex_state = 1}, + [1296] = {.lex_state = 159}, + [1297] = {.lex_state = 162}, + [1298] = {.lex_state = 148, .external_lex_state = 1}, + [1299] = {.lex_state = 148, .external_lex_state = 1}, + [1300] = {.lex_state = 148, .external_lex_state = 1}, + [1301] = {.lex_state = 148}, + [1302] = {.lex_state = 162}, + [1303] = {.lex_state = 148}, + [1304] = {.lex_state = 162}, + [1305] = {.lex_state = 162}, + [1306] = {.lex_state = 162}, + [1307] = {.lex_state = 148}, + [1308] = {.lex_state = 148}, + [1309] = {.lex_state = 162}, + [1310] = {.lex_state = 162}, + [1311] = {.lex_state = 148}, + [1312] = {.lex_state = 148}, + [1313] = {.lex_state = 148, .external_lex_state = 1}, + [1314] = {.lex_state = 162}, + [1315] = {.lex_state = 162}, + [1316] = {.lex_state = 162}, + [1317] = {.lex_state = 148}, + [1318] = {.lex_state = 148, .external_lex_state = 1}, + [1319] = {.lex_state = 148, .external_lex_state = 1}, + [1320] = {.lex_state = 148, .external_lex_state = 1}, + [1321] = {.lex_state = 148, .external_lex_state = 1}, + [1322] = {.lex_state = 0}, + [1323] = {.lex_state = 148, .external_lex_state = 1}, + [1324] = {.lex_state = 148}, + [1325] = {.lex_state = 148, .external_lex_state = 1}, + [1326] = {.lex_state = 162}, + [1327] = {.lex_state = 162}, + [1328] = {.lex_state = 148}, + [1329] = {.lex_state = 148, .external_lex_state = 1}, + [1330] = {.lex_state = 148, .external_lex_state = 1}, + [1331] = {.lex_state = 148, .external_lex_state = 1}, [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}, + [1333] = {.lex_state = 172}, + [1334] = {.lex_state = 148}, + [1335] = {.lex_state = 161}, + [1336] = {.lex_state = 0}, + [1337] = {.lex_state = 0}, + [1338] = {.lex_state = 148}, + [1339] = {.lex_state = 0}, + [1340] = {.lex_state = 161}, + [1341] = {.lex_state = 0}, + [1342] = {.lex_state = 159}, + [1343] = {.lex_state = 148}, [1344] = {.lex_state = 0}, - [1345] = {.lex_state = 0}, + [1345] = {.lex_state = 159}, [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}, + [1347] = {.lex_state = 148}, + [1348] = {.lex_state = 159}, + [1349] = {.lex_state = 0}, + [1350] = {.lex_state = 158}, + [1351] = {.lex_state = 148}, + [1352] = {.lex_state = 148}, + [1353] = {.lex_state = 0}, + [1354] = {.lex_state = 0}, [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 = 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}, + [1356] = {.lex_state = 148, .external_lex_state = 1}, + [1357] = {.lex_state = 162}, + [1358] = {.lex_state = 0}, + [1359] = {.lex_state = 159}, + [1360] = {.lex_state = 159}, + [1361] = {.lex_state = 162}, + [1362] = {.lex_state = 148}, + [1363] = {.lex_state = 162}, + [1364] = {.lex_state = 148}, + [1365] = {.lex_state = 162}, + [1366] = {.lex_state = 148}, + [1367] = {.lex_state = 162}, [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 = 0}, - [1374] = {.lex_state = 160}, - [1375] = {.lex_state = 147}, - [1376] = {.lex_state = 0}, + [1369] = {.lex_state = 161}, + [1370] = {.lex_state = 148}, + [1371] = {.lex_state = 162}, + [1372] = {.lex_state = 162}, + [1373] = {.lex_state = 161}, + [1374] = {.lex_state = 162}, + [1375] = {.lex_state = 0}, + [1376] = {.lex_state = 148}, [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 = 0}, - [1386] = {.lex_state = 147}, - [1387] = {.lex_state = 0}, - [1388] = {.lex_state = 147}, - [1389] = {.lex_state = 157}, - [1390] = {.lex_state = 147}, - [1391] = {.lex_state = 0}, - [1392] = {.lex_state = 147}, - [1393] = {.lex_state = 147}, + [1378] = {.lex_state = 162}, + [1379] = {.lex_state = 148}, + [1380] = {.lex_state = 0}, + [1381] = {.lex_state = 148}, + [1382] = {.lex_state = 172}, + [1383] = {.lex_state = 148}, + [1384] = {.lex_state = 148}, + [1385] = {.lex_state = 148}, + [1386] = {.lex_state = 162}, + [1387] = {.lex_state = 161}, + [1388] = {.lex_state = 0}, + [1389] = {.lex_state = 0}, + [1390] = {.lex_state = 0}, + [1391] = {.lex_state = 162}, + [1392] = {.lex_state = 162}, + [1393] = {.lex_state = 148}, [1394] = {.lex_state = 0}, - [1395] = {.lex_state = 0}, - [1396] = {.lex_state = 0}, - [1397] = {.lex_state = 172}, - [1398] = {.lex_state = 0}, - [1399] = {.lex_state = 160}, - [1400] = {.lex_state = 161}, - [1401] = {.lex_state = 147}, - [1402] = {.lex_state = 161}, - [1403] = {.lex_state = 0}, - [1404] = {.lex_state = 157}, - [1405] = {.lex_state = 147}, - [1406] = {.lex_state = 161}, - [1407] = {.lex_state = 0}, + [1395] = {.lex_state = 148}, + [1396] = {.lex_state = 148}, + [1397] = {.lex_state = 0}, + [1398] = {.lex_state = 148}, + [1399] = {.lex_state = 0}, + [1400] = {.lex_state = 0}, + [1401] = {.lex_state = 172}, + [1402] = {.lex_state = 0}, + [1403] = {.lex_state = 159}, + [1404] = {.lex_state = 0}, + [1405] = {.lex_state = 0}, + [1406] = {.lex_state = 148}, + [1407] = {.lex_state = 162}, [1408] = {.lex_state = 0}, [1409] = {.lex_state = 0}, - [1410] = {.lex_state = 0}, + [1410] = {.lex_state = 172}, [1411] = {.lex_state = 0}, [1412] = {.lex_state = 0}, - [1413] = {.lex_state = 172}, - [1414] = {.lex_state = 0}, - [1415] = {.lex_state = 147}, - [1416] = {.lex_state = 171}, - [1417] = {.lex_state = 147}, - [1418] = {.lex_state = 161}, + [1413] = {.lex_state = 0}, + [1414] = {.lex_state = 172}, + [1415] = {.lex_state = 0}, + [1416] = {.lex_state = 0}, + [1417] = {.lex_state = 0}, + [1418] = {.lex_state = 0}, [1419] = {.lex_state = 0}, - [1420] = {.lex_state = 172}, - [1421] = {.lex_state = 172}, - [1422] = {.lex_state = 161}, - [1423] = {.lex_state = 147}, - [1424] = {.lex_state = 147}, + [1420] = {.lex_state = 0}, + [1421] = {.lex_state = 162}, + [1422] = {.lex_state = 0}, + [1423] = {.lex_state = 0}, + [1424] = {.lex_state = 0}, [1425] = {.lex_state = 0}, - [1426] = {.lex_state = 172}, + [1426] = {.lex_state = 0}, [1427] = {.lex_state = 0}, [1428] = {.lex_state = 0}, [1429] = {.lex_state = 0}, [1430] = {.lex_state = 0}, [1431] = {.lex_state = 0}, - [1432] = {.lex_state = 0}, - [1433] = {.lex_state = 0}, - [1434] = {.lex_state = 171}, - [1435] = {.lex_state = 147}, - [1436] = {.lex_state = 172}, + [1432] = {.lex_state = 159}, + [1433] = {.lex_state = 172}, + [1434] = {.lex_state = 0}, + [1435] = {.lex_state = 172}, + [1436] = {.lex_state = 0}, [1437] = {.lex_state = 0}, - [1438] = {.lex_state = 172}, + [1438] = {.lex_state = 0}, [1439] = {.lex_state = 0}, - [1440] = {.lex_state = 172}, + [1440] = {.lex_state = 0}, [1441] = {.lex_state = 0}, [1442] = {.lex_state = 0}, - [1443] = {.lex_state = 0}, + [1443] = {.lex_state = 148}, [1444] = {.lex_state = 0}, [1445] = {.lex_state = 0}, - [1446] = {.lex_state = 0}, + [1446] = {.lex_state = 148}, [1447] = {.lex_state = 0}, - [1448] = {.lex_state = 161}, - [1449] = {.lex_state = 172}, - [1450] = {.lex_state = 172}, - [1451] = {.lex_state = 0}, + [1448] = {.lex_state = 148}, + [1449] = {.lex_state = 0}, + [1450] = {.lex_state = 162}, + [1451] = {.lex_state = 148}, [1452] = {.lex_state = 0}, [1453] = {.lex_state = 0}, - [1454] = {.lex_state = 0}, - [1455] = {.lex_state = 0}, + [1454] = {.lex_state = 172}, + [1455] = {.lex_state = 172}, [1456] = {.lex_state = 0}, [1457] = {.lex_state = 0}, - [1458] = {.lex_state = 0}, + [1458] = {.lex_state = 172}, [1459] = {.lex_state = 0}, - [1460] = {.lex_state = 164}, + [1460] = {.lex_state = 0}, [1461] = {.lex_state = 0}, - [1462] = {.lex_state = 147}, + [1462] = {.lex_state = 0}, [1463] = {.lex_state = 0}, - [1464] = {.lex_state = 0}, - [1465] = {.lex_state = 172}, + [1464] = {.lex_state = 172}, + [1465] = {.lex_state = 0}, [1466] = {.lex_state = 0}, - [1467] = {.lex_state = 161}, + [1467] = {.lex_state = 162}, [1468] = {.lex_state = 0}, - [1469] = {.lex_state = 0}, + [1469] = {.lex_state = 162}, [1470] = {.lex_state = 0}, - [1471] = {.lex_state = 0}, - [1472] = {.lex_state = 0}, - [1473] = {.lex_state = 147}, + [1471] = {.lex_state = 148}, + [1472] = {.lex_state = 172}, + [1473] = {.lex_state = 0}, [1474] = {.lex_state = 0}, [1475] = {.lex_state = 0}, [1476] = {.lex_state = 0}, @@ -6921,73 +6924,73 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1481] = {.lex_state = 0}, [1482] = {.lex_state = 0}, [1483] = {.lex_state = 0}, - [1484] = {.lex_state = 0}, - [1485] = {.lex_state = 161}, + [1484] = {.lex_state = 148}, + [1485] = {.lex_state = 0}, [1486] = {.lex_state = 0}, [1487] = {.lex_state = 0}, - [1488] = {.lex_state = 0}, + [1488] = {.lex_state = 162}, [1489] = {.lex_state = 0}, [1490] = {.lex_state = 0}, [1491] = {.lex_state = 0}, - [1492] = {.lex_state = 0}, - [1493] = {.lex_state = 0}, - [1494] = {.lex_state = 147}, - [1495] = {.lex_state = 172}, + [1492] = {.lex_state = 172}, + [1493] = {.lex_state = 172}, + [1494] = {.lex_state = 0}, + [1495] = {.lex_state = 0}, [1496] = {.lex_state = 0}, [1497] = {.lex_state = 0}, - [1498] = {.lex_state = 161}, + [1498] = {.lex_state = 0}, [1499] = {.lex_state = 0}, - [1500] = {.lex_state = 147}, + [1500] = {.lex_state = 0}, [1501] = {.lex_state = 0}, - [1502] = {.lex_state = 171}, - [1503] = {.lex_state = 147}, + [1502] = {.lex_state = 0}, + [1503] = {.lex_state = 0}, [1504] = {.lex_state = 0}, - [1505] = {.lex_state = 0}, + [1505] = {.lex_state = 171}, [1506] = {.lex_state = 0}, - [1507] = {.lex_state = 172}, + [1507] = {.lex_state = 0}, [1508] = {.lex_state = 0}, [1509] = {.lex_state = 0}, - [1510] = {.lex_state = 171}, - [1511] = {.lex_state = 0}, + [1510] = {.lex_state = 0}, + [1511] = {.lex_state = 164}, [1512] = {.lex_state = 0}, - [1513] = {.lex_state = 0}, + [1513] = {.lex_state = 171}, [1514] = {.lex_state = 172}, [1515] = {.lex_state = 0}, [1516] = {.lex_state = 0}, [1517] = {.lex_state = 0}, - [1518] = {.lex_state = 161}, + [1518] = {.lex_state = 0}, [1519] = {.lex_state = 0}, - [1520] = {.lex_state = 0}, - [1521] = {.lex_state = 172}, + [1520] = {.lex_state = 148}, + [1521] = {.lex_state = 0}, [1522] = {.lex_state = 0}, [1523] = {.lex_state = 0}, [1524] = {.lex_state = 0}, [1525] = {.lex_state = 0}, - [1526] = {.lex_state = 0}, - [1527] = {.lex_state = 0}, - [1528] = {.lex_state = 172}, + [1526] = {.lex_state = 162}, + [1527] = {.lex_state = 172}, + [1528] = {.lex_state = 0}, [1529] = {.lex_state = 0}, [1530] = {.lex_state = 0}, [1531] = {.lex_state = 0}, [1532] = {.lex_state = 0}, [1533] = {.lex_state = 0}, - [1534] = {.lex_state = 0}, - [1535] = {.lex_state = 172}, + [1534] = {.lex_state = 172}, + [1535] = {.lex_state = 148}, [1536] = {.lex_state = 0}, [1537] = {.lex_state = 0}, - [1538] = {.lex_state = 172}, - [1539] = {.lex_state = 0}, + [1538] = {.lex_state = 0}, + [1539] = {.lex_state = 172}, [1540] = {.lex_state = 0}, [1541] = {.lex_state = 0}, [1542] = {.lex_state = 0}, - [1543] = {.lex_state = 147}, + [1543] = {.lex_state = 0}, [1544] = {.lex_state = 0}, [1545] = {.lex_state = 0}, - [1546] = {.lex_state = 0}, + [1546] = {.lex_state = 172}, [1547] = {.lex_state = 0}, - [1548] = {.lex_state = 172}, + [1548] = {.lex_state = 0}, [1549] = {.lex_state = 0}, - [1550] = {.lex_state = 0}, + [1550] = {.lex_state = 171}, [1551] = {.lex_state = 0}, [1552] = {.lex_state = 172}, [1553] = {.lex_state = 0}, @@ -6996,14 +6999,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1556] = {.lex_state = 0}, [1557] = {.lex_state = 0}, [1558] = {.lex_state = 0}, - [1559] = {.lex_state = 0}, - [1560] = {.lex_state = 147}, - [1561] = {.lex_state = 0}, - [1562] = {.lex_state = 0}, + [1559] = {.lex_state = 171}, + [1560] = {.lex_state = 0}, + [1561] = {.lex_state = 148}, + [1562] = {.lex_state = 172}, [1563] = {.lex_state = 0}, [1564] = {.lex_state = 0}, - [1565] = {.lex_state = 172}, - [1566] = {.lex_state = 172}, + [1565] = {.lex_state = 0}, + [1566] = {.lex_state = 0}, [1567] = {.lex_state = 0}, [1568] = {.lex_state = 0}, [1569] = {.lex_state = 0}, @@ -7016,185 +7019,185 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1576] = {.lex_state = 0}, [1577] = {.lex_state = 0}, [1578] = {.lex_state = 0}, - [1579] = {.lex_state = 157}, + [1579] = {.lex_state = 0}, [1580] = {.lex_state = 0}, [1581] = {.lex_state = 0}, [1582] = {.lex_state = 0}, - [1583] = {.lex_state = 172}, + [1583] = {.lex_state = 0}, [1584] = {.lex_state = 0}, [1585] = {.lex_state = 0}, [1586] = {.lex_state = 0}, [1587] = {.lex_state = 0}, - [1588] = {.lex_state = 0}, - [1589] = {.lex_state = 0}, + [1588] = {.lex_state = 148}, + [1589] = {.lex_state = 148}, [1590] = {.lex_state = 0}, [1591] = {.lex_state = 0}, [1592] = {.lex_state = 0}, [1593] = {.lex_state = 0}, - [1594] = {.lex_state = 0}, + [1594] = {.lex_state = 162}, [1595] = {.lex_state = 0}, - [1596] = {.lex_state = 0}, - [1597] = {.lex_state = 0}, - [1598] = {.lex_state = 0}, - [1599] = {.lex_state = 161}, + [1596] = {.lex_state = 148}, + [1597] = {.lex_state = 172}, + [1598] = {.lex_state = 172}, + [1599] = {.lex_state = 0}, [1600] = {.lex_state = 0}, [1601] = {.lex_state = 0}, - [1602] = {.lex_state = 161}, - [1603] = {.lex_state = 147}, + [1602] = {.lex_state = 172}, + [1603] = {.lex_state = 172}, [1604] = {.lex_state = 0}, - [1605] = {.lex_state = 0}, - [1606] = {.lex_state = 0}, - [1607] = {.lex_state = 161}, + [1605] = {.lex_state = 171}, + [1606] = {.lex_state = 172}, + [1607] = {.lex_state = 0}, [1608] = {.lex_state = 0}, - [1609] = {.lex_state = 161}, - [1610] = {.lex_state = 161}, + [1609] = {.lex_state = 162}, + [1610] = {.lex_state = 0}, [1611] = {.lex_state = 0}, - [1612] = {.lex_state = 0}, + [1612] = {.lex_state = 162}, [1613] = {.lex_state = 0}, - [1614] = {.lex_state = 161}, - [1615] = {.lex_state = 0}, - [1616] = {.lex_state = 147}, - [1617] = {.lex_state = 147}, - [1618] = {.lex_state = 0}, + [1614] = {.lex_state = 0}, + [1615] = {.lex_state = 162}, + [1616] = {.lex_state = 162}, + [1617] = {.lex_state = 162}, + [1618] = {.lex_state = 162}, [1619] = {.lex_state = 0}, - [1620] = {.lex_state = 161}, - [1621] = {.lex_state = 161}, + [1620] = {.lex_state = 172}, + [1621] = {.lex_state = 0}, [1622] = {.lex_state = 0}, [1623] = {.lex_state = 0}, [1624] = {.lex_state = 0}, - [1625] = {.lex_state = 0}, + [1625] = {.lex_state = 162}, [1626] = {.lex_state = 0}, [1627] = {.lex_state = 0}, [1628] = {.lex_state = 0}, - [1629] = {.lex_state = 0}, + [1629] = {.lex_state = 162}, [1630] = {.lex_state = 0}, - [1631] = {.lex_state = 172}, + [1631] = {.lex_state = 0}, [1632] = {.lex_state = 0}, - [1633] = {.lex_state = 171}, - [1634] = {.lex_state = 0}, - [1635] = {.lex_state = 161}, - [1636] = {.lex_state = 161}, + [1633] = {.lex_state = 0}, + [1634] = {.lex_state = 148}, + [1635] = {.lex_state = 148}, + [1636] = {.lex_state = 0}, [1637] = {.lex_state = 0}, [1638] = {.lex_state = 0}, [1639] = {.lex_state = 0}, - [1640] = {.lex_state = 171}, + [1640] = {.lex_state = 0}, [1641] = {.lex_state = 0}, - [1642] = {.lex_state = 161}, - [1643] = {.lex_state = 0}, + [1642] = {.lex_state = 0}, + [1643] = {.lex_state = 162}, [1644] = {.lex_state = 0}, - [1645] = {.lex_state = 172}, - [1646] = {.lex_state = 161}, + [1645] = {.lex_state = 0}, + [1646] = {.lex_state = 162}, [1647] = {.lex_state = 0}, [1648] = {.lex_state = 0}, - [1649] = {.lex_state = 0}, + [1649] = {.lex_state = 171}, [1650] = {.lex_state = 0}, [1651] = {.lex_state = 0}, - [1652] = {.lex_state = 161}, + [1652] = {.lex_state = 0}, [1653] = {.lex_state = 0}, - [1654] = {.lex_state = 171}, - [1655] = {.lex_state = 171}, + [1654] = {.lex_state = 0}, + [1655] = {.lex_state = 162}, [1656] = {.lex_state = 0}, - [1657] = {.lex_state = 0}, - [1658] = {.lex_state = 0}, + [1657] = {.lex_state = 171}, + [1658] = {.lex_state = 171}, [1659] = {.lex_state = 0}, [1660] = {.lex_state = 0}, - [1661] = {.lex_state = 161}, - [1662] = {.lex_state = 161}, + [1661] = {.lex_state = 162}, + [1662] = {.lex_state = 171}, [1663] = {.lex_state = 0}, - [1664] = {.lex_state = 0}, - [1665] = {.lex_state = 171}, - [1666] = {.lex_state = 161}, - [1667] = {.lex_state = 171}, - [1668] = {.lex_state = 171}, - [1669] = {.lex_state = 171}, + [1664] = {.lex_state = 171}, + [1665] = {.lex_state = 162}, + [1666] = {.lex_state = 172}, + [1667] = {.lex_state = 0}, + [1668] = {.lex_state = 0}, + [1669] = {.lex_state = 0}, [1670] = {.lex_state = 0}, - [1671] = {.lex_state = 0}, - [1672] = {.lex_state = 171}, + [1671] = {.lex_state = 172}, + [1672] = {.lex_state = 0}, [1673] = {.lex_state = 0}, - [1674] = {.lex_state = 0}, - [1675] = {.lex_state = 161}, - [1676] = {.lex_state = 171}, + [1674] = {.lex_state = 148}, + [1675] = {.lex_state = 162}, + [1676] = {.lex_state = 0}, [1677] = {.lex_state = 0}, - [1678] = {.lex_state = 161}, + [1678] = {.lex_state = 0}, [1679] = {.lex_state = 171}, - [1680] = {.lex_state = 172}, + [1680] = {.lex_state = 0}, [1681] = {.lex_state = 0}, - [1682] = {.lex_state = 161}, + [1682] = {.lex_state = 0}, [1683] = {.lex_state = 0}, - [1684] = {.lex_state = 171}, - [1685] = {.lex_state = 0}, - [1686] = {.lex_state = 172}, - [1687] = {.lex_state = 0}, + [1684] = {.lex_state = 0}, + [1685] = {.lex_state = 162}, + [1686] = {.lex_state = 162}, + [1687] = {.lex_state = 171}, [1688] = {.lex_state = 0}, [1689] = {.lex_state = 0}, - [1690] = {.lex_state = 0}, - [1691] = {.lex_state = 171}, - [1692] = {.lex_state = 171}, + [1690] = {.lex_state = 171}, + [1691] = {.lex_state = 0}, + [1692] = {.lex_state = 162}, [1693] = {.lex_state = 0}, [1694] = {.lex_state = 0}, - [1695] = {.lex_state = 0}, + [1695] = {.lex_state = 171}, [1696] = {.lex_state = 0}, [1697] = {.lex_state = 0}, - [1698] = {.lex_state = 0}, + [1698] = {.lex_state = 171}, [1699] = {.lex_state = 0}, [1700] = {.lex_state = 0}, - [1701] = {.lex_state = 0}, - [1702] = {.lex_state = 172}, + [1701] = {.lex_state = 171}, + [1702] = {.lex_state = 0}, [1703] = {.lex_state = 0}, [1704] = {.lex_state = 171}, [1705] = {.lex_state = 0}, [1706] = {.lex_state = 0}, - [1707] = {.lex_state = 161}, + [1707] = {.lex_state = 0}, [1708] = {.lex_state = 0}, [1709] = {.lex_state = 0}, - [1710] = {.lex_state = 161}, - [1711] = {.lex_state = 147}, - [1712] = {.lex_state = 0}, - [1713] = {.lex_state = 161}, - [1714] = {.lex_state = 0}, + [1710] = {.lex_state = 0}, + [1711] = {.lex_state = 0}, + [1712] = {.lex_state = 172}, + [1713] = {.lex_state = 0}, + [1714] = {.lex_state = 162}, [1715] = {.lex_state = 0}, - [1716] = {.lex_state = 0}, - [1717] = {.lex_state = 0}, + [1716] = {.lex_state = 171}, + [1717] = {.lex_state = 162}, [1718] = {.lex_state = 0}, - [1719] = {.lex_state = 0}, - [1720] = {.lex_state = 0}, + [1719] = {.lex_state = 162}, + [1720] = {.lex_state = 162}, [1721] = {.lex_state = 0}, - [1722] = {.lex_state = 161}, + [1722] = {.lex_state = 0}, [1723] = {.lex_state = 0}, [1724] = {.lex_state = 0}, [1725] = {.lex_state = 0}, - [1726] = {.lex_state = 0}, + [1726] = {.lex_state = 162}, [1727] = {.lex_state = 0}, [1728] = {.lex_state = 0}, [1729] = {.lex_state = 0}, - [1730] = {.lex_state = 161}, - [1731] = {.lex_state = 161}, - [1732] = {.lex_state = 0}, + [1730] = {.lex_state = 148}, + [1731] = {.lex_state = 0}, + [1732] = {.lex_state = 162}, [1733] = {.lex_state = 0}, - [1734] = {.lex_state = 0}, - [1735] = {.lex_state = 0}, - [1736] = {.lex_state = 0}, - [1737] = {.lex_state = 161}, - [1738] = {.lex_state = 172}, + [1734] = {.lex_state = 162}, + [1735] = {.lex_state = 162}, + [1736] = {.lex_state = 162}, + [1737] = {.lex_state = 0}, + [1738] = {.lex_state = 0}, [1739] = {.lex_state = 0}, [1740] = {.lex_state = 0}, [1741] = {.lex_state = 0}, - [1742] = {.lex_state = 171}, + [1742] = {.lex_state = 0}, [1743] = {.lex_state = 0}, [1744] = {.lex_state = 0}, [1745] = {.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 = 172}, + [1746] = {.lex_state = 162}, + [1747] = {.lex_state = 162}, + [1748] = {.lex_state = 172}, + [1749] = {.lex_state = 162}, + [1750] = {.lex_state = 171}, + [1751] = {.lex_state = 171}, + [1752] = {.lex_state = 0}, [1753] = {.lex_state = 0}, - [1754] = {.lex_state = 147}, + [1754] = {.lex_state = 0}, [1755] = {.lex_state = 0}, - [1756] = {.lex_state = 0}, - [1757] = {.lex_state = 0}, + [1756] = {.lex_state = 172}, + [1757] = {.lex_state = 162}, [1758] = {.lex_state = 0}, [1759] = {.lex_state = 0}, [1760] = {.lex_state = 0}, @@ -7203,28 +7206,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1763] = {.lex_state = 0}, [1764] = {.lex_state = 0}, [1765] = {.lex_state = 0}, - [1766] = {.lex_state = 161}, - [1767] = {.lex_state = 172}, + [1766] = {.lex_state = 0}, + [1767] = {.lex_state = 0}, [1768] = {.lex_state = 0}, [1769] = {.lex_state = 0}, [1770] = {.lex_state = 0}, [1771] = {.lex_state = 0}, [1772] = {.lex_state = 0}, - [1773] = {.lex_state = 0}, + [1773] = {.lex_state = 148}, [1774] = {.lex_state = 0}, [1775] = {.lex_state = 0}, - [1776] = {.lex_state = 172}, + [1776] = {.lex_state = 0}, [1777] = {.lex_state = 0}, [1778] = {.lex_state = 0}, [1779] = {.lex_state = 0}, - [1780] = {.lex_state = 172}, - [1781] = {.lex_state = 172}, + [1780] = {.lex_state = 0}, + [1781] = {.lex_state = 0}, [1782] = {.lex_state = 0}, [1783] = {.lex_state = 172}, [1784] = {.lex_state = 0}, [1785] = {.lex_state = 172}, - [1786] = {.lex_state = 0}, - [1787] = {.lex_state = 0}, + [1786] = {.lex_state = 172}, + [1787] = {.lex_state = 172}, [1788] = {.lex_state = 0}, [1789] = {.lex_state = 0}, [1790] = {.lex_state = 0}, @@ -7251,7 +7254,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1811] = {.lex_state = 0}, [1812] = {.lex_state = 0}, [1813] = {.lex_state = 0}, - [1814] = {.lex_state = 0}, + [1814] = {.lex_state = 172}, [1815] = {.lex_state = 0}, [1816] = {.lex_state = 0}, [1817] = {.lex_state = 0}, @@ -7261,60 +7264,60 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1821] = {.lex_state = 0}, [1822] = {.lex_state = 0}, [1823] = {.lex_state = 0}, - [1824] = {.lex_state = 172}, - [1825] = {.lex_state = 172}, + [1824] = {.lex_state = 0}, + [1825] = {.lex_state = 0}, [1826] = {.lex_state = 0}, - [1827] = {.lex_state = 0}, + [1827] = {.lex_state = 172}, [1828] = {.lex_state = 0}, [1829] = {.lex_state = 0}, [1830] = {.lex_state = 0}, [1831] = {.lex_state = 0}, - [1832] = {.lex_state = 172}, + [1832] = {.lex_state = 0}, [1833] = {.lex_state = 0}, [1834] = {.lex_state = 0}, [1835] = {.lex_state = 0}, - [1836] = {.lex_state = 172}, + [1836] = {.lex_state = 0}, [1837] = {.lex_state = 0}, [1838] = {.lex_state = 0}, - [1839] = {.lex_state = 0}, + [1839] = {.lex_state = 172}, [1840] = {.lex_state = 0}, - [1841] = {.lex_state = 172}, + [1841] = {.lex_state = 0}, [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 = 147}, - [1850] = {.lex_state = 147}, + [1848] = {.lex_state = 172}, + [1849] = {.lex_state = 0}, + [1850] = {.lex_state = 0}, [1851] = {.lex_state = 0}, [1852] = {.lex_state = 0}, - [1853] = {.lex_state = 0}, - [1854] = {.lex_state = 0}, + [1853] = {.lex_state = 148}, + [1854] = {.lex_state = 148}, [1855] = {.lex_state = 0}, - [1856] = {.lex_state = 172}, + [1856] = {.lex_state = 0}, [1857] = {.lex_state = 0}, [1858] = {.lex_state = 0}, - [1859] = {.lex_state = 0}, + [1859] = {.lex_state = 172}, [1860] = {.lex_state = 0}, - [1861] = {.lex_state = 0}, + [1861] = {.lex_state = 172}, [1862] = {.lex_state = 0}, [1863] = {.lex_state = 0}, [1864] = {.lex_state = 0}, - [1865] = {.lex_state = 161}, - [1866] = {.lex_state = 0}, + [1865] = {.lex_state = 0}, + [1866] = {.lex_state = 172}, [1867] = {.lex_state = 0}, - [1868] = {.lex_state = 0}, + [1868] = {.lex_state = 148}, [1869] = {.lex_state = 0}, - [1870] = {.lex_state = 147}, - [1871] = {.lex_state = 0}, + [1870] = {.lex_state = 0}, + [1871] = {.lex_state = 162}, [1872] = {.lex_state = 0}, - [1873] = {.lex_state = 172}, + [1873] = {.lex_state = 0}, [1874] = {.lex_state = 0}, [1875] = {.lex_state = 0}, - [1876] = {.lex_state = 172}, - [1877] = {.lex_state = 0}, + [1876] = {.lex_state = 0}, + [1877] = {.lex_state = 172}, [1878] = {.lex_state = 0}, [1879] = {.lex_state = 0}, [1880] = {.lex_state = 0}, @@ -7324,7 +7327,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1884] = {.lex_state = 0}, [1885] = {.lex_state = 0}, [1886] = {.lex_state = 0}, - [1887] = {.lex_state = 0}, + [1887] = {.lex_state = 172}, + [1888] = {.lex_state = 172}, + [1889] = {.lex_state = 0}, + [1890] = {.lex_state = 0}, + [1891] = {.lex_state = 0}, }; enum { @@ -7440,51 +7447,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_quoted_content] = ACTIONS(1), }, [1] = { - [sym_source_file] = STATE(1867), - [sym__module_statement] = STATE(5), - [sym_target_group] = STATE(5), - [sym_attribute] = STATE(5), - [sym_import] = STATE(5), - [sym_constant] = STATE(5), - [sym_external_type] = STATE(5), - [sym_external_function] = STATE(5), - [sym_function] = STATE(5), + [sym_source_file] = STATE(1864), + [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__expression] = STATE(134), + [sym_binary_expression] = STATE(134), + [sym__expression_unit] = STATE(134), + [sym_record] = STATE(93), + [sym_todo] = STATE(134), + [sym_panic] = STATE(134), + [sym_echo] = STATE(134), + [sym_tuple] = STATE(92), + [sym_list] = STATE(134), + [sym__expression_bit_string] = STATE(134), + [sym_anonymous_function] = STATE(91), + [sym_block] = STATE(81), + [sym_case] = STATE(81), [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(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), + [sym_boolean_negation] = STATE(134), + [sym_integer_negation] = STATE(134), + [sym_record_update] = STATE(93), + [sym__maybe_tuple_expression] = STATE(1863), + [sym_tuple_access] = STATE(81), + [sym__maybe_record_expression] = STATE(1862), + [sym_field_access] = STATE(81), + [sym__maybe_function_expression] = STATE(1652), + [sym_function_call] = STATE(81), + [sym_type_definition] = STATE(4), + [sym_type_alias] = STATE(4), + [sym_string] = STATE(134), + [sym_integer] = STATE(134), + [sym_identifier] = STATE(74), + [sym_constructor_name] = STATE(39), + [sym_remote_constructor_name] = STATE(39), + [aux_sym_source_file_repeat1] = STATE(4), [ts_builtin_sym_end] = ACTIONS(7), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), @@ -7521,31 +7528,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(63), }, [2] = { - [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__expression] = STATE(97), + [sym_binary_expression] = STATE(97), + [sym__expression_unit] = STATE(97), + [sym_record] = STATE(69), + [sym_todo] = STATE(97), + [sym_panic] = STATE(97), + [sym_echo] = STATE(97), + [sym_tuple] = STATE(76), + [sym_list] = STATE(97), + [sym__expression_bit_string] = STATE(97), + [sym_anonymous_function] = STATE(78), + [sym_block] = STATE(26), + [sym_case] = STATE(26), + [sym_boolean_negation] = STATE(97), + [sym_integer_negation] = STATE(97), + [sym_record_update] = STATE(69), + [sym__maybe_tuple_expression] = STATE(1876), + [sym_tuple_access] = STATE(26), + [sym__maybe_record_expression] = STATE(1809), + [sym_field_access] = STATE(26), + [sym__maybe_function_expression] = STATE(1608), + [sym_function_call] = STATE(26), + [sym_string] = STATE(97), + [sym_integer] = STATE(97), + [sym_identifier] = STATE(27), [sym_constructor_name] = STATE(14), [sym_remote_constructor_name] = STATE(14), [ts_builtin_sym_end] = ACTIONS(65), @@ -7607,33 +7614,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(65), }, [3] = { - [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), + [sym__expression] = STATE(133), + [sym_binary_expression] = STATE(133), + [sym__expression_unit] = STATE(133), + [sym_record] = STATE(93), + [sym_todo] = STATE(133), + [sym_panic] = STATE(133), + [sym_echo] = STATE(133), + [sym_tuple] = STATE(92), + [sym_list] = STATE(133), + [sym__expression_bit_string] = STATE(133), + [sym_anonymous_function] = STATE(91), + [sym_block] = STATE(81), + [sym_case] = STATE(81), + [sym_boolean_negation] = STATE(133), + [sym_integer_negation] = STATE(133), + [sym_record_update] = STATE(93), + [sym__maybe_tuple_expression] = STATE(1863), + [sym_tuple_access] = STATE(81), + [sym__maybe_record_expression] = STATE(1862), + [sym_field_access] = STATE(81), + [sym__maybe_function_expression] = STATE(1652), + [sym_function_call] = STATE(81), + [sym_string] = STATE(133), + [sym_integer] = STATE(133), + [sym_identifier] = STATE(74), + [sym_constructor_name] = STATE(39), + [sym_remote_constructor_name] = STATE(39), [ts_builtin_sym_end] = ACTIONS(65), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), @@ -7692,134 +7699,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(65), }, [4] = { - [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), + [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(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__expression] = STATE(134), + [sym_binary_expression] = STATE(134), + [sym__expression_unit] = STATE(134), + [sym_record] = STATE(93), + [sym_todo] = STATE(134), + [sym_panic] = STATE(134), + [sym_echo] = STATE(134), + [sym_tuple] = STATE(92), + [sym_list] = STATE(134), + [sym__expression_bit_string] = STATE(134), + [sym_anonymous_function] = STATE(91), + [sym_block] = STATE(81), + [sym_case] = STATE(81), [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), + [sym_boolean_negation] = STATE(134), + [sym_integer_negation] = STATE(134), + [sym_record_update] = STATE(93), + [sym__maybe_tuple_expression] = STATE(1863), + [sym_tuple_access] = STATE(81), + [sym__maybe_record_expression] = STATE(1862), + [sym_field_access] = STATE(81), + [sym__maybe_function_expression] = STATE(1652), + [sym_function_call] = STATE(81), + [sym_type_definition] = STATE(6), + [sym_type_alias] = STATE(6), + [sym_string] = STATE(134), + [sym_integer] = STATE(134), + [sym_identifier] = STATE(74), + [sym_constructor_name] = STATE(39), + [sym_remote_constructor_name] = STATE(39), + [aux_sym_source_file_repeat1] = STATE(6), [ts_builtin_sym_end] = ACTIONS(69), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), - [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(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), [anon_sym_if] = ACTIONS(9), [anon_sym_LBRACE] = ACTIONS(11), [anon_sym_AT] = ACTIONS(13), @@ -7851,50 +7778,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__name] = ACTIONS(61), [sym__upname] = ACTIONS(63), }, - [6] = { - [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), + [5] = { + [sym__expression] = STATE(810), + [sym_binary_expression] = STATE(810), + [sym__expression_unit] = STATE(810), + [sym_record] = STATE(679), + [sym_todo] = STATE(810), + [sym_panic] = STATE(810), + [sym_echo] = STATE(810), + [sym_tuple] = STATE(681), + [sym_list] = STATE(810), + [sym__expression_bit_string] = STATE(810), + [sym_anonymous_function] = STATE(685), + [sym_block] = STATE(644), + [sym_case] = STATE(644), + [sym_boolean_negation] = STATE(810), + [sym_integer_negation] = STATE(810), + [sym_record_update] = STATE(679), + [sym__maybe_tuple_expression] = STATE(1821), + [sym_tuple_access] = STATE(644), + [sym__maybe_record_expression] = STATE(1796), + [sym_field_access] = STATE(644), + [sym__maybe_function_expression] = STATE(1682), + [sym_function_call] = STATE(644), + [sym_string] = STATE(810), + [sym_integer] = STATE(810), + [sym_identifier] = STATE(649), + [sym_constructor_name] = STATE(642), + [sym_remote_constructor_name] = STATE(642), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(71), [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_POUND] = ACTIONS(73), + [anon_sym_LBRACK] = ACTIONS(75), [anon_sym_RBRACK] = ACTIONS(65), - [anon_sym_LT_LT] = ACTIONS(163), + [anon_sym_LT_LT] = ACTIONS(77), [anon_sym_GT_GT] = ACTIONS(65), [anon_sym_DASH] = ACTIONS(67), - [anon_sym_fn] = ACTIONS(165), + [anon_sym_fn] = ACTIONS(79), [anon_sym_PIPE_PIPE] = ACTIONS(65), [anon_sym_AMP_AMP] = ACTIONS(65), [anon_sym_EQ_EQ] = ACTIONS(65), @@ -7916,49 +7843,129 @@ 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(167), - [anon_sym_panic] = ACTIONS(169), - [anon_sym_echo] = ACTIONS(171), + [anon_sym_todo] = ACTIONS(81), + [anon_sym_panic] = ACTIONS(83), + [anon_sym_echo] = ACTIONS(85), [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(187), + [anon_sym_case] = 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), + }, + [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(13), + [sym__statement] = STATE(13), + [sym__expression] = STATE(134), + [sym_binary_expression] = STATE(134), + [sym__expression_unit] = STATE(134), + [sym_record] = STATE(93), + [sym_todo] = STATE(134), + [sym_panic] = STATE(134), + [sym_echo] = STATE(134), + [sym_tuple] = STATE(92), + [sym_list] = STATE(134), + [sym__expression_bit_string] = STATE(134), + [sym_anonymous_function] = STATE(91), + [sym_block] = STATE(81), + [sym_case] = STATE(81), + [sym_let_assert] = STATE(13), + [sym_assert] = STATE(13), + [sym_let] = STATE(13), + [sym_use] = STATE(13), + [sym_boolean_negation] = STATE(134), + [sym_integer_negation] = STATE(134), + [sym_record_update] = STATE(93), + [sym__maybe_tuple_expression] = STATE(1863), + [sym_tuple_access] = STATE(81), + [sym__maybe_record_expression] = STATE(1862), + [sym_field_access] = STATE(81), + [sym__maybe_function_expression] = STATE(1652), + [sym_function_call] = STATE(81), + [sym_type_definition] = STATE(6), + [sym_type_alias] = STATE(6), + [sym_string] = STATE(134), + [sym_integer] = STATE(134), + [sym_identifier] = STATE(74), + [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_comment] = ACTIONS(3), + [sym_statement_comment] = ACTIONS(5), + [sym_comment] = ACTIONS(5), + [anon_sym_if] = ACTIONS(105), + [anon_sym_LBRACE] = ACTIONS(108), + [anon_sym_AT] = ACTIONS(111), + [anon_sym_import] = ACTIONS(114), + [anon_sym_type] = ACTIONS(117), + [anon_sym_const] = ACTIONS(120), + [anon_sym_POUND] = ACTIONS(123), + [anon_sym_LBRACK] = ACTIONS(126), + [anon_sym_LT_LT] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(132), + [anon_sym_fn] = ACTIONS(135), + [anon_sym_external] = ACTIONS(138), + [anon_sym_todo] = ACTIONS(141), + [anon_sym_panic] = ACTIONS(144), + [anon_sym_echo] = ACTIONS(147), + [anon_sym_case] = ACTIONS(150), + [anon_sym_let] = ACTIONS(153), + [anon_sym_assert] = ACTIONS(156), + [anon_sym_use] = ACTIONS(159), + [anon_sym_BANG] = ACTIONS(162), + [sym_visibility_modifier] = ACTIONS(165), + [sym_opacity_modifier] = ACTIONS(168), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym_float] = ACTIONS(174), + [sym__hex] = ACTIONS(177), + [sym__decimal] = ACTIONS(180), + [sym__octal] = ACTIONS(177), + [sym__binary] = ACTIONS(177), + [sym__name] = ACTIONS(183), + [sym__upname] = ACTIONS(186), }, [7] = { - [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__expression] = STATE(463), + [sym_binary_expression] = STATE(463), + [sym__expression_unit] = STATE(463), + [sym_record] = STATE(319), + [sym_todo] = STATE(463), + [sym_panic] = STATE(463), + [sym_echo] = STATE(463), + [sym_tuple] = STATE(312), + [sym_list] = STATE(463), + [sym__expression_bit_string] = STATE(463), + [sym_anonymous_function] = STATE(311), + [sym_block] = STATE(248), + [sym_case] = STATE(248), + [sym_boolean_negation] = STATE(463), + [sym_integer_negation] = STATE(463), + [sym_record_update] = STATE(319), + [sym__maybe_tuple_expression] = STATE(1825), + [sym_tuple_access] = STATE(248), + [sym__maybe_record_expression] = STATE(1820), + [sym_field_access] = STATE(248), + [sym__maybe_function_expression] = STATE(1638), + [sym_function_call] = STATE(248), + [sym_string] = STATE(463), + [sym_integer] = STATE(463), + [sym_identifier] = STATE(249), + [sym_constructor_name] = STATE(222), + [sym_remote_constructor_name] = STATE(222), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), @@ -8010,33 +8017,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(65), }, [8] = { - [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__expression] = STATE(522), + [sym_binary_expression] = STATE(522), + [sym__expression_unit] = STATE(522), + [sym_record] = STATE(214), + [sym_todo] = STATE(522), + [sym_panic] = STATE(522), + [sym_echo] = STATE(522), + [sym_tuple] = STATE(218), + [sym_list] = STATE(522), + [sym__expression_bit_string] = STATE(522), + [sym_anonymous_function] = STATE(220), + [sym_block] = STATE(202), + [sym_case] = STATE(202), + [sym_boolean_negation] = STATE(522), + [sym_integer_negation] = STATE(522), + [sym_record_update] = STATE(214), + [sym__maybe_tuple_expression] = STATE(1826), + [sym_tuple_access] = STATE(202), + [sym__maybe_record_expression] = STATE(1762), + [sym_field_access] = STATE(202), + [sym__maybe_function_expression] = STATE(1653), + [sym_function_call] = STATE(202), + [sym_string] = STATE(522), + [sym_integer] = STATE(522), + [sym_identifier] = STATE(211), + [sym_constructor_name] = STATE(187), + [sym_remote_constructor_name] = STATE(187), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), @@ -8087,31 +8094,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(65), }, [9] = { - [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_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(1827), - [sym_field_access] = STATE(564), - [sym__maybe_function_expression] = STATE(1674), - [sym_function_call] = STATE(564), - [sym_string] = STATE(603), - [sym_integer] = STATE(603), - [sym_identifier] = STATE(562), + [sym__expression] = STATE(620), + [sym_binary_expression] = STATE(620), + [sym__expression_unit] = STATE(620), + [sym_record] = STATE(584), + [sym_todo] = STATE(620), + [sym_panic] = STATE(620), + [sym_echo] = STATE(620), + [sym_tuple] = STATE(585), + [sym_list] = STATE(620), + [sym__expression_bit_string] = STATE(620), + [sym_anonymous_function] = STATE(588), + [sym_block] = STATE(562), + [sym_case] = STATE(562), + [sym_boolean_negation] = STATE(620), + [sym_integer_negation] = STATE(620), + [sym_record_update] = STATE(584), + [sym__maybe_tuple_expression] = STATE(1782), + [sym_tuple_access] = STATE(562), + [sym__maybe_record_expression] = STATE(1831), + [sym_field_access] = STATE(562), + [sym__maybe_function_expression] = STATE(1678), + [sym_function_call] = STATE(562), + [sym_string] = STATE(620), + [sym_integer] = STATE(620), + [sym_identifier] = STATE(563), [sym_constructor_name] = STATE(555), [sym_remote_constructor_name] = STATE(555), [sym_module_comment] = ACTIONS(3), @@ -8162,117 +8169,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__upname] = ACTIONS(65), }, [10] = { - [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(159), - [anon_sym_LBRACK] = ACTIONS(161), - [anon_sym_LT_LT] = ACTIONS(163), - [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(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(958), - [sym_binary_expression] = STATE(958), - [sym__expression_unit] = STATE(958), + [sym__expression] = STATE(961), + [sym_binary_expression] = STATE(961), + [sym__expression_unit] = STATE(961), [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_todo] = STATE(961), + [sym_panic] = STATE(961), + [sym_echo] = STATE(961), + [sym_tuple] = STATE(933), + [sym_list] = STATE(961), + [sym__expression_bit_string] = STATE(961), + [sym_anonymous_function] = STATE(935), + [sym_block] = STATE(873), + [sym_case] = STATE(873), + [sym_boolean_negation] = STATE(961), + [sym_integer_negation] = STATE(961), [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__maybe_tuple_expression] = STATE(1760), + [sym_tuple_access] = STATE(873), + [sym__maybe_record_expression] = STATE(1842), + [sym_field_access] = STATE(873), + [sym__maybe_function_expression] = STATE(1718), + [sym_function_call] = STATE(873), + [sym_string] = STATE(961), + [sym_integer] = STATE(961), + [sym_identifier] = STATE(862), + [sym_constructor_name] = STATE(856), + [sym_remote_constructor_name] = STATE(856), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), [sym_comment] = ACTIONS(5), - [anon_sym_LBRACE] = ACTIONS(213), + [anon_sym_LBRACE] = ACTIONS(203), [anon_sym_SLASH] = ACTIONS(67), - [anon_sym_POUND] = ACTIONS(215), - [anon_sym_LBRACK] = ACTIONS(217), - [anon_sym_LT_LT] = ACTIONS(219), + [anon_sym_POUND] = ACTIONS(205), + [anon_sym_LBRACK] = ACTIONS(207), + [anon_sym_LT_LT] = ACTIONS(209), [anon_sym_DASH] = ACTIONS(67), - [anon_sym_fn] = ACTIONS(221), + [anon_sym_fn] = ACTIONS(211), [anon_sym_DASH_GT] = ACTIONS(65), [anon_sym_PIPE_PIPE] = ACTIONS(65), [anon_sym_AMP_AMP] = ACTIONS(65), @@ -8295,54 +8228,128 @@ 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(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), + [anon_sym_todo] = ACTIONS(213), + [anon_sym_panic] = ACTIONS(215), + [anon_sym_echo] = ACTIONS(217), + [anon_sym_case] = ACTIONS(219), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_DQUOTE] = ACTIONS(223), + [sym_float] = ACTIONS(225), + [sym__hex] = ACTIONS(227), + [sym__decimal] = ACTIONS(229), + [sym__octal] = ACTIONS(227), + [sym__binary] = ACTIONS(227), + [sym__name] = ACTIONS(231), + [sym__upname] = ACTIONS(233), + }, + [11] = { + [sym__expression] = STATE(913), + [sym_binary_expression] = STATE(913), + [sym__expression_unit] = STATE(913), + [sym_record] = STATE(679), + [sym_todo] = STATE(913), + [sym_panic] = STATE(913), + [sym_echo] = STATE(913), + [sym_tuple] = STATE(681), + [sym_list] = STATE(913), + [sym__expression_bit_string] = STATE(913), + [sym_anonymous_function] = STATE(685), + [sym_block] = STATE(644), + [sym_case] = STATE(644), + [sym_boolean_negation] = STATE(913), + [sym_integer_negation] = STATE(913), + [sym_record_update] = STATE(679), + [sym__maybe_tuple_expression] = STATE(1821), + [sym_tuple_access] = STATE(644), + [sym__maybe_record_expression] = STATE(1796), + [sym_field_access] = STATE(644), + [sym__maybe_function_expression] = STATE(1682), + [sym_function_call] = STATE(644), + [sym_string] = STATE(913), + [sym_integer] = STATE(913), + [sym_identifier] = STATE(649), + [sym_constructor_name] = STATE(642), + [sym_remote_constructor_name] = STATE(642), + [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(73), + [anon_sym_LBRACK] = ACTIONS(75), + [anon_sym_LT_LT] = ACTIONS(77), + [anon_sym_DASH] = ACTIONS(67), + [anon_sym_fn] = ACTIONS(79), + [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(235), + [anon_sym_panic] = ACTIONS(237), + [anon_sym_echo] = ACTIONS(239), + [anon_sym_case] = ACTIONS(87), + [anon_sym_BANG] = ACTIONS(241), + [anon_sym_DQUOTE] = ACTIONS(91), + [sym_float] = ACTIONS(243), + [sym__hex] = ACTIONS(95), + [sym__decimal] = ACTIONS(97), + [sym__octal] = ACTIONS(95), + [sym__binary] = ACTIONS(95), + [sym__name] = ACTIONS(99), + [sym__upname] = ACTIONS(101), }, [12] = { [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__expression] = STATE(134), + [sym_binary_expression] = STATE(134), + [sym__expression_unit] = STATE(134), + [sym_record] = STATE(93), + [sym_todo] = STATE(134), + [sym_panic] = STATE(134), + [sym_echo] = STATE(134), + [sym_tuple] = STATE(92), + [sym_list] = STATE(134), + [sym__expression_bit_string] = STATE(134), + [sym_anonymous_function] = STATE(91), + [sym_block] = STATE(81), + [sym_case] = STATE(81), [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), + [sym_boolean_negation] = STATE(134), + [sym_integer_negation] = STATE(134), + [sym_record_update] = STATE(93), + [sym__maybe_tuple_expression] = STATE(1863), + [sym_tuple_access] = STATE(81), + [sym__maybe_record_expression] = STATE(1862), + [sym_field_access] = STATE(81), + [sym__maybe_function_expression] = STATE(1652), + [sym_function_call] = STATE(81), + [sym_string] = STATE(134), + [sym_integer] = STATE(134), + [sym_identifier] = STATE(74), + [sym_constructor_name] = STATE(39), + [sym_remote_constructor_name] = STATE(39), [ts_builtin_sym_end] = ACTIONS(245), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), @@ -8381,37 +8388,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [13] = { [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__expression] = STATE(134), + [sym_binary_expression] = STATE(134), + [sym__expression_unit] = STATE(134), + [sym_record] = STATE(93), + [sym_todo] = STATE(134), + [sym_panic] = STATE(134), + [sym_echo] = STATE(134), + [sym_tuple] = STATE(92), + [sym_list] = STATE(134), + [sym__expression_bit_string] = STATE(134), + [sym_anonymous_function] = STATE(91), + [sym_block] = STATE(81), + [sym_case] = STATE(81), [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), + [sym_boolean_negation] = STATE(134), + [sym_integer_negation] = STATE(134), + [sym_record_update] = STATE(93), + [sym__maybe_tuple_expression] = STATE(1863), + [sym_tuple_access] = STATE(81), + [sym__maybe_record_expression] = STATE(1862), + [sym_field_access] = STATE(81), + [sym__maybe_function_expression] = STATE(1652), + [sym_function_call] = STATE(81), + [sym_string] = STATE(134), + [sym_integer] = STATE(134), + [sym_identifier] = STATE(74), + [sym_constructor_name] = STATE(39), + [sym_remote_constructor_name] = STATE(39), [ts_builtin_sym_end] = ACTIONS(309), [sym_module_comment] = ACTIONS(3), [sym_statement_comment] = ACTIONS(5), @@ -8455,7 +8462,7 @@ static const uint16_t ts_small_parse_table[] = { sym_module_comment, ACTIONS(377), 1, anon_sym_LPAREN, - STATE(73), 1, + STATE(67), 1, sym_arguments, ACTIONS(5), 2, sym_statement_comment, @@ -8517,107 +8524,77 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [73] = 34, + [73] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, - anon_sym_LBRACE, - 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, - ACTIONS(389), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(381), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - ACTIONS(391), 1, anon_sym_fn, - ACTIONS(393), 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(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_visibility_modifier, + sym_opacity_modifier, 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, + ACTIONS(379), 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(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, + sym__upname, + [141] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(423), 27, + ACTIONS(385), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -8645,7 +8622,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(421), 29, + ACTIONS(383), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -8675,13 +8652,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [269] = 4, + [209] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(427), 27, + ACTIONS(389), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -8709,7 +8686,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(425), 29, + ACTIONS(387), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -8739,107 +8716,77 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [337] = 34, + [277] = 4, 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(393), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - ACTIONS(391), 1, anon_sym_fn, - ACTIONS(393), 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(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_visibility_modifier, + sym_opacity_modifier, sym__decimal, - ACTIONS(417), 1, sym__name, - ACTIONS(419), 1, - sym__upname, - ACTIONS(429), 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, + ACTIONS(391), 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(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, - [465] = 4, + sym__upname, + [345] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(433), 27, + ACTIONS(397), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -8867,7 +8814,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(431), 29, + ACTIONS(395), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -8897,20 +8844,46 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [533] = 6, + [413] = 4, 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, - ACTIONS(435), 27, + ACTIONS(401), 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(399), 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, @@ -8935,7 +8908,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(437), 27, + [481] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(405), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -8963,88 +8942,182 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [605] = 34, + ACTIONS(403), 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, + [549] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(409), 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(407), 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, + [617] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(413), 1, + anon_sym_RBRACE, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(401), 1, + ACTIONS(433), 1, anon_sym_let, - ACTIONS(403), 1, + ACTIONS(435), 1, anon_sym_assert, - ACTIONS(405), 1, + ACTIONS(437), 1, anon_sym_use, - ACTIONS(407), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(411), 1, + ACTIONS(443), 1, sym_float, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(445), 1, - anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(23), 6, + STATE(49), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9057,13 +9130,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [733] = 4, + [745] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(449), 27, + ACTIONS(455), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -9091,7 +9164,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(447), 29, + ACTIONS(453), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -9121,88 +9194,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [801] = 34, + [813] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(245), 1, - anon_sym_RBRACE, - ACTIONS(451), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(454), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(457), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(460), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(463), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(466), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(469), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(472), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(475), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(478), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(481), 1, + ACTIONS(433), 1, anon_sym_let, - ACTIONS(484), 1, + ACTIONS(435), 1, anon_sym_assert, - ACTIONS(487), 1, + ACTIONS(437), 1, anon_sym_use, - ACTIONS(490), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(493), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(496), 1, + ACTIONS(443), 1, sym_float, - ACTIONS(502), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(505), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(508), 1, + ACTIONS(451), 1, sym__upname, - STATE(199), 1, + ACTIONS(457), 1, + anon_sym_RBRACE, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(499), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(23), 6, + STATE(31), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9215,88 +9288,220 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [929] = 34, + [941] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(465), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(459), 27, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(383), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(385), 1, anon_sym_LBRACK, - ACTIONS(387), 1, anon_sym_LT_LT, - ACTIONS(389), 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(461), 27, + anon_sym_if, + anon_sym_import, + anon_sym_as, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - ACTIONS(391), 1, anon_sym_fn, - ACTIONS(393), 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(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, + sym_visibility_modifier, + sym_opacity_modifier, + sym__decimal, + sym__name, + [1013] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(468), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(459), 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, - ACTIONS(411), 1, sym_float, - ACTIONS(415), 1, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + ACTIONS(461), 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, - ACTIONS(417), 1, sym__name, + [1085] = 34, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(425), 1, + anon_sym_todo, + ACTIONS(427), 1, + anon_sym_panic, + ACTIONS(429), 1, + anon_sym_echo, + ACTIONS(431), 1, + anon_sym_case, + ACTIONS(433), 1, + anon_sym_let, + ACTIONS(435), 1, + anon_sym_assert, + ACTIONS(437), 1, + anon_sym_use, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(443), 1, + sym_float, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, sym__upname, - ACTIONS(511), 1, + ACTIONS(472), 1, anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(23), 6, + STATE(40), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9309,13 +9514,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [1057] = 4, + [1213] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(515), 27, + ACTIONS(476), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -9343,7 +9548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(513), 29, + ACTIONS(474), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -9373,152 +9578,182 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [1125] = 4, + [1281] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(519), 27, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_SLASH, - anon_sym_type, - anon_sym_const, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(421), 1, anon_sym_DASH, + ACTIONS(423), 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(425), 1, anon_sym_todo, + ACTIONS(427), 1, anon_sym_panic, + ACTIONS(429), 1, anon_sym_echo, + ACTIONS(431), 1, anon_sym_case, + ACTIONS(433), 1, anon_sym_let, + ACTIONS(435), 1, anon_sym_assert, + ACTIONS(437), 1, anon_sym_use, + ACTIONS(439), 1, 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, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_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(441), 1, anon_sym_DQUOTE, + ACTIONS(443), 1, sym_float, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(478), 1, + anon_sym_RBRACE, + STATE(211), 1, + sym_identifier, + STATE(218), 1, + sym_tuple, + STATE(220), 1, + sym_anonymous_function, + STATE(1653), 1, + sym__maybe_function_expression, + STATE(1762), 1, + sym__maybe_record_expression, + STATE(1826), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(187), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(214), 2, + sym_record, + sym_record_update, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [1193] = 34, + STATE(202), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(46), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(515), 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, + [1409] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(401), 1, + ACTIONS(433), 1, anon_sym_let, - ACTIONS(403), 1, + ACTIONS(435), 1, anon_sym_assert, - ACTIONS(405), 1, + ACTIONS(437), 1, anon_sym_use, - ACTIONS(407), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(411), 1, + ACTIONS(443), 1, sym_float, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(521), 1, + ACTIONS(480), 1, anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(23), 6, + STATE(49), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9531,13 +9766,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [1321] = 4, + [1537] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(525), 27, + ACTIONS(484), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -9565,7 +9800,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(523), 29, + ACTIONS(482), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -9595,88 +9830,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [1389] = 34, + [1605] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(401), 1, + ACTIONS(433), 1, anon_sym_let, - ACTIONS(403), 1, + ACTIONS(435), 1, anon_sym_assert, - ACTIONS(405), 1, + ACTIONS(437), 1, anon_sym_use, - ACTIONS(407), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(411), 1, + ACTIONS(443), 1, sym_float, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(527), 1, + ACTIONS(486), 1, anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(24), 6, + STATE(23), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9689,88 +9924,88 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [1517] = 34, + [1733] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(401), 1, + ACTIONS(433), 1, anon_sym_let, - ACTIONS(403), 1, + ACTIONS(435), 1, anon_sym_assert, - ACTIONS(405), 1, + ACTIONS(437), 1, anon_sym_use, - ACTIONS(407), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(411), 1, + ACTIONS(443), 1, sym_float, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(529), 1, + ACTIONS(488), 1, anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(27), 6, + STATE(49), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9783,88 +10018,88 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [1645] = 34, + [1861] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(401), 1, + ACTIONS(433), 1, anon_sym_let, - ACTIONS(403), 1, + ACTIONS(435), 1, anon_sym_assert, - ACTIONS(405), 1, + ACTIONS(437), 1, anon_sym_use, - ACTIONS(407), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(411), 1, + ACTIONS(443), 1, sym_float, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(531), 1, + ACTIONS(490), 1, anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(15), 6, + STATE(34), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9877,88 +10112,88 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [1773] = 34, + [1989] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(401), 1, + ACTIONS(433), 1, anon_sym_let, - ACTIONS(403), 1, + ACTIONS(435), 1, anon_sym_assert, - ACTIONS(405), 1, + ACTIONS(437), 1, anon_sym_use, - ACTIONS(407), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(411), 1, + ACTIONS(443), 1, sym_float, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(533), 1, + ACTIONS(492), 1, anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(21), 6, + STATE(49), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -9971,45 +10206,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [1901] = 6, + [2117] = 4, 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, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_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, + ACTIONS(496), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10037,75 +10240,105 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [1973] = 34, + ACTIONS(494), 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, + [2185] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(401), 1, + ACTIONS(433), 1, anon_sym_let, - ACTIONS(403), 1, + ACTIONS(435), 1, anon_sym_assert, - ACTIONS(405), 1, + ACTIONS(437), 1, anon_sym_use, - ACTIONS(407), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(411), 1, + ACTIONS(443), 1, sym_float, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(538), 1, + ACTIONS(498), 1, anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, @@ -10118,7 +10351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -10131,16 +10364,19 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [2101] = 4, + [2313] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(500), 1, + anon_sym_LPAREN, + STATE(114), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(542), 27, + ACTIONS(375), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -10165,11 +10401,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(540), 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, @@ -10195,88 +10430,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2169] = 34, + [2385] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(401), 1, + ACTIONS(433), 1, anon_sym_let, - ACTIONS(403), 1, + ACTIONS(435), 1, anon_sym_assert, - ACTIONS(405), 1, + ACTIONS(437), 1, anon_sym_use, - ACTIONS(407), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(411), 1, + ACTIONS(443), 1, sym_float, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(544), 1, + ACTIONS(502), 1, anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(23), 6, + STATE(49), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -10289,13 +10524,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [2297] = 4, + [2513] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(548), 27, + ACTIONS(506), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10323,7 +10558,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(546), 29, + ACTIONS(504), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -10353,13 +10588,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2365] = 4, + [2581] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(552), 27, + ACTIONS(510), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10387,7 +10622,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(550), 29, + ACTIONS(508), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -10417,13 +10652,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2433] = 4, + [2649] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(556), 27, + ACTIONS(514), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10451,7 +10686,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(554), 29, + ACTIONS(512), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -10481,88 +10716,276 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2501] = 34, + [2717] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(401), 1, + ACTIONS(433), 1, anon_sym_let, - ACTIONS(403), 1, + ACTIONS(435), 1, anon_sym_assert, - ACTIONS(405), 1, + ACTIONS(437), 1, anon_sym_use, - ACTIONS(407), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(411), 1, + ACTIONS(443), 1, sym_float, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(516), 1, + anon_sym_RBRACE, + STATE(211), 1, + sym_identifier, + STATE(218), 1, + sym_tuple, + STATE(220), 1, + sym_anonymous_function, + STATE(1653), 1, + sym__maybe_function_expression, + STATE(1762), 1, + sym__maybe_record_expression, + STATE(1826), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(187), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(214), 2, + sym_record, + sym_record_update, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(202), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(45), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(515), 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, + [2845] = 34, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(425), 1, + anon_sym_todo, + ACTIONS(427), 1, + anon_sym_panic, + ACTIONS(429), 1, + anon_sym_echo, + ACTIONS(431), 1, + anon_sym_case, + ACTIONS(433), 1, + anon_sym_let, + ACTIONS(435), 1, + anon_sym_assert, + ACTIONS(437), 1, + anon_sym_use, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(443), 1, + sym_float, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, sym__upname, - ACTIONS(558), 1, + ACTIONS(518), 1, anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, + STATE(218), 1, sym_tuple, + STATE(220), 1, + sym_anonymous_function, + STATE(1653), 1, + sym__maybe_function_expression, + STATE(1762), 1, + sym__maybe_record_expression, + STATE(1826), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(187), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(214), 2, + sym_record, + sym_record_update, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(202), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(49), 6, + aux_sym__statement_seq, + sym__statement, + sym_let_assert, + sym_assert, + sym_let, + sym_use, + STATE(515), 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, + [2973] = 34, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(425), 1, + anon_sym_todo, + ACTIONS(427), 1, + anon_sym_panic, + ACTIONS(429), 1, + anon_sym_echo, + ACTIONS(431), 1, + anon_sym_case, + ACTIONS(433), 1, + anon_sym_let, + ACTIONS(435), 1, + anon_sym_assert, + ACTIONS(437), 1, + anon_sym_use, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(443), 1, + sym_float, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(520), 1, + anon_sym_RBRACE, + STATE(211), 1, + sym_identifier, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(18), 6, + STATE(49), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -10575,19 +10998,16 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [2629] = 6, + [3101] = 4, 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(375), 26, + ACTIONS(524), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -10612,70 +11032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(373), 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, - [2701] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(564), 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(562), 29, + ACTIONS(522), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -10705,13 +11062,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2769] = 4, + [3169] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(568), 27, + ACTIONS(528), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10739,7 +11096,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(566), 29, + ACTIONS(526), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -10769,152 +11126,88 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [2837] = 4, + [3237] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(572), 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(570), 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, - [2905] = 34, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(379), 1, + ACTIONS(245), 1, + anon_sym_RBRACE, + ACTIONS(530), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(533), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(536), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(539), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(542), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(545), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(548), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(551), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(554), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(557), 1, anon_sym_case, - ACTIONS(401), 1, + ACTIONS(560), 1, anon_sym_let, - ACTIONS(403), 1, + ACTIONS(563), 1, anon_sym_assert, - ACTIONS(405), 1, + ACTIONS(566), 1, anon_sym_use, - ACTIONS(407), 1, + ACTIONS(569), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(572), 1, anon_sym_DQUOTE, - ACTIONS(411), 1, + ACTIONS(575), 1, sym_float, - ACTIONS(415), 1, + ACTIONS(581), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(584), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(587), 1, sym__upname, - ACTIONS(574), 1, - anon_sym_RBRACE, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(578), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(23), 6, + STATE(49), 6, aux_sym__statement_seq, sym__statement, sym_let_assert, sym_assert, sym_let, sym_use, - STATE(511), 12, + STATE(515), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -10927,13 +11220,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [3033] = 4, + [3365] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(578), 27, + ACTIONS(592), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -10961,11 +11254,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(576), 29, + ACTIONS(590), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -10991,110 +11283,78 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3101] = 34, + [3432] = 4, 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(528), 26, + anon_sym_if, + anon_sym_import, + anon_sym_SLASH, + anon_sym_type, + anon_sym_const, anon_sym_DASH, - ACTIONS(391), 1, anon_sym_fn, - ACTIONS(393), 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(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_visibility_modifier, + sym_opacity_modifier, sym__decimal, - ACTIONS(417), 1, sym__name, - ACTIONS(419), 1, - sym__upname, - ACTIONS(580), 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, + ACTIONS(526), 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(200), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - 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, - sym_todo, - sym_panic, - sym_echo, - sym_list, - sym__expression_bit_string, - sym_boolean_negation, - sym_integer_negation, - sym_string, - sym_integer, - [3229] = 4, + sym__upname, + [3499] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(584), 27, + ACTIONS(496), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11119,7 +11379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(582), 29, + ACTIONS(494), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -11149,16 +11409,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3297] = 4, + [3566] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(588), 27, + ACTIONS(510), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11183,7 +11442,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(586), 29, + ACTIONS(508), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -11213,13 +11472,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3365] = 4, + [3633] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(427), 26, + ACTIONS(514), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -11246,7 +11505,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(425), 29, + ACTIONS(512), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -11276,15 +11535,16 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3432] = 4, + [3700] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(556), 26, + ACTIONS(596), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11309,12 +11569,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(554), 29, + 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, @@ -11339,13 +11598,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3499] = 4, + [3767] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(602), 1, + anon_sym_LPAREN, + ACTIONS(604), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(519), 26, + ACTIONS(600), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -11372,12 +11635,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(517), 29, + ACTIONS(598), 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, @@ -11402,13 +11663,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3566] = 4, + [3838] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(515), 26, + ACTIONS(506), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -11435,7 +11696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(513), 29, + ACTIONS(504), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -11465,19 +11726,16 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3633] = 6, + [3905] = 4, 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(437), 26, + ACTIONS(608), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11502,10 +11760,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(435), 27, + ACTIONS(606), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11530,19 +11789,80 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3704] = 6, + [3972] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, + ACTIONS(610), 1, anon_sym_LPAREN, - ACTIONS(535), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 26, + ACTIONS(598), 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(600), 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, + [4041] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(614), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11567,10 +11887,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(435), 27, + ACTIONS(612), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11595,13 +11916,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3775] = 4, + [4108] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(525), 26, + ACTIONS(405), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -11628,7 +11949,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(523), 29, + ACTIONS(403), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -11658,13 +11979,43 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3842] = 4, + [4175] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(620), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(596), 27, + ACTIONS(616), 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(618), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -11692,11 +12043,47 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(594), 28, + [4244] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(622), 1, + anon_sym_LPAREN, + ACTIONS(624), 1, + anon_sym_as, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(618), 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(616), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11721,18 +12108,45 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [3909] = 5, + [4315] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(598), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(435), 27, + ACTIONS(628), 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(626), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -11757,7 +12171,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(437), 27, + [4382] = 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, @@ -11785,18 +12205,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [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, + 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, @@ -11821,7 +12234,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(437), 27, + [4449] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(636), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -11849,15 +12268,45 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [4047] = 4, + ACTIONS(634), 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, + [4516] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(564), 26, + ACTIONS(640), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -11882,11 +12331,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(562), 29, + ACTIONS(638), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -11912,13 +12360,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4114] = 4, + [4583] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(588), 26, + ACTIONS(385), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -11945,7 +12393,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(586), 29, + ACTIONS(383), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -11975,15 +12423,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4181] = 5, + [4650] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(606), 1, - anon_sym_LPAREN, + ACTIONS(642), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(602), 27, + ACTIONS(459), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12011,7 +12459,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(604), 27, + ACTIONS(461), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -12039,13 +12487,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [4250] = 4, + [4719] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(572), 26, + ACTIONS(455), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -12072,7 +12520,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(570), 29, + ACTIONS(453), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12102,16 +12550,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4317] = 4, + [4786] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(610), 27, + ACTIONS(381), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12136,10 +12583,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(608), 28, + ACTIONS(379), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -12165,18 +12613,45 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4384] = 5, + [4853] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, - anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(435), 27, + ACTIONS(401), 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(399), 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, @@ -12201,10 +12676,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(437), 27, + [4920] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(397), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12229,16 +12709,49 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [4453] = 4, + ACTIONS(395), 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, + [4987] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(644), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(614), 27, + ACTIONS(461), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12263,11 +12776,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(612), 28, + ACTIONS(459), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -12292,13 +12804,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4520] = 4, + [5058] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(542), 26, + ACTIONS(524), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -12325,7 +12837,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(540), 29, + ACTIONS(522), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12355,45 +12867,18 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4587] = 4, + [5125] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(648), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(423), 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(421), 29, + ACTIONS(459), 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, @@ -12418,13 +12903,41 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4654] = 4, + ACTIONS(461), 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, + [5194] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(568), 26, + ACTIONS(476), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -12451,7 +12964,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(566), 29, + ACTIONS(474), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12481,45 +12994,18 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4721] = 4, + [5261] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(618), 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(616), 28, + ACTIONS(459), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -12544,16 +13030,43 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4788] = 4, + ACTIONS(461), 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, + [5330] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 27, + ACTIONS(484), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12578,10 +13091,11 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(620), 28, + ACTIONS(482), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -12607,18 +13121,45 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4855] = 5, + [5397] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(628), 1, - anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(624), 27, + ACTIONS(409), 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(407), 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, @@ -12643,44 +13184,19 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - 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, - [4924] = 4, + [5464] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(465), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(632), 27, + ACTIONS(461), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12705,11 +13221,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(630), 28, + ACTIONS(459), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -12734,13 +13249,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [4991] = 4, + [5535] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(433), 26, + ACTIONS(389), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -12767,7 +13282,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(431), 29, + ACTIONS(387), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12797,13 +13312,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5058] = 4, + [5602] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(449), 26, + ACTIONS(393), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -12830,7 +13345,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(447), 29, + ACTIONS(391), 29, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -12860,15 +13375,44 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5125] = 4, + [5669] = 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, @@ -12893,12 +13437,16 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(550), 29, + [5735] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(654), 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, @@ -12923,15 +13471,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5192] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(578), 26, + ACTIONS(656), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -12956,57 +13499,66 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - 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, + [5801] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(666), 1, anon_sym_PIPE_PIPE, + ACTIONS(668), 1, anon_sym_AMP_AMP, + ACTIONS(676), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(662), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(670), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(678), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(672), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(674), 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(680), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(658), 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, - [5259] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(584), 26, + ACTIONS(660), 19, anon_sym_if, anon_sym_import, - anon_sym_SLASH, + 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_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -13019,12 +13571,16 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(582), 29, + [5887] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(682), 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, @@ -13049,15 +13605,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5326] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(548), 26, + ACTIONS(684), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -13082,46 +13633,15 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - 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, + [5953] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(636), 27, + ACTIONS(636), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -13150,7 +13670,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, @@ -13175,44 +13695,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5460] = 6, + [6019] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(638), 1, - anon_sym_LPAREN, - ACTIONS(640), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(604), 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(602), 27, + ACTIONS(686), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13240,19 +13729,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5531] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(642), 1, - anon_sym_LPAREN, - ACTIONS(644), 1, - anon_sym_as, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(626), 26, + ACTIONS(688), 27, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -13277,7 +13757,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(624), 27, + [6085] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(690), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13305,16 +13791,45 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5602] = 4, + ACTIONS(692), 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, + [6151] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(648), 27, + ACTIONS(461), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -13339,11 +13854,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(646), 28, + ACTIONS(459), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -13368,15 +13882,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5669] = 5, + [6219] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(600), 1, + ACTIONS(648), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 26, + ACTIONS(461), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -13403,7 +13917,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(435), 27, + ACTIONS(459), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13431,13 +13945,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5737] = 4, + [6287] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(642), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(614), 26, + ACTIONS(461), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -13464,11 +13980,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(612), 28, + ACTIONS(459), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -13493,13 +14008,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [5803] = 4, + [6355] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(650), 27, + ACTIONS(694), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13527,7 +14042,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(652), 27, + ACTIONS(696), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -13555,67 +14070,56 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [5869] = 15, + [6421] = 4, 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, + ACTIONS(698), 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(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, - ACTIONS(678), 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(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, - ACTIONS(656), 18, + ACTIONS(700), 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, @@ -13628,16 +14132,44 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [5957] = 4, + [6487] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(680), 27, + ACTIONS(614), 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(612), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -13662,74 +14194,46 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - 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, + [6553] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(664), 1, - anon_sym_PIPE_PIPE, ACTIONS(666), 1, + anon_sym_PIPE_PIPE, + ACTIONS(668), 1, anon_sym_AMP_AMP, - ACTIONS(674), 1, + ACTIONS(676), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 2, + ACTIONS(662), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(662), 2, + ACTIONS(664), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(668), 2, + ACTIONS(670), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(676), 2, + ACTIONS(678), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(670), 4, + ACTIONS(672), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(672), 4, + ACTIONS(674), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(678), 4, + ACTIONS(680), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(684), 12, + ACTIONS(702), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13742,7 +14246,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(686), 19, + ACTIONS(704), 19, anon_sym_if, anon_sym_import, anon_sym_as, @@ -13762,16 +14266,44 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6109] = 4, + [6639] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(688), 27, + ACTIONS(596), 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(594), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -13796,41 +14328,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(690), 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, - [6175] = 4, + [6705] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(692), 27, + ACTIONS(706), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13858,7 +14362,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(695), 27, + ACTIONS(708), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -13886,66 +14390,56 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6241] = 14, + [6771] = 4, 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(660), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(662), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(668), 2, + 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, - 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, - ACTIONS(678), 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(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(700), 19, + ACTIONS(712), 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, @@ -13958,13 +14452,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6327] = 4, + [6837] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(702), 27, + ACTIONS(714), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -13992,7 +14486,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(704), 27, + ACTIONS(716), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14020,75 +14514,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6393] = 4, + [6903] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(636), 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(634), 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, - [6459] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(706), 27, + ACTIONS(718), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14116,7 +14548,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(708), 27, + ACTIONS(720), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14144,56 +14576,66 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6525] = 4, + [6969] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(666), 1, + anon_sym_PIPE_PIPE, + ACTIONS(668), 1, + anon_sym_AMP_AMP, + ACTIONS(676), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - 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, + ACTIONS(662), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(670), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(678), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(672), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(674), 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(680), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(722), 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(712), 27, + ACTIONS(724), 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, @@ -14206,56 +14648,67 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6591] = 4, + [7055] = 15, ACTIONS(3), 1, sym_module_comment, + ACTIONS(666), 1, + anon_sym_PIPE_PIPE, + ACTIONS(668), 1, + anon_sym_AMP_AMP, + ACTIONS(676), 1, + anon_sym_PIPE_GT, + ACTIONS(730), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(714), 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(662), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(670), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(678), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(672), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(674), 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(680), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + 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_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(716), 27, + ACTIONS(728), 18, 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, @@ -14268,13 +14721,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6657] = 4, + [7143] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(718), 27, + ACTIONS(732), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14302,7 +14755,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(720), 27, + ACTIONS(734), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14330,42 +14783,39 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6723] = 12, + [7209] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(674), 1, + ACTIONS(676), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 2, + ACTIONS(662), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(662), 2, + ACTIONS(664), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(668), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(676), 2, + ACTIONS(678), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(670), 4, + ACTIONS(672), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(672), 4, + ACTIONS(674), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(678), 4, + ACTIONS(680), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(710), 14, + ACTIONS(710), 16, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14374,6 +14824,8 @@ 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_DQUOTE, sym_float, sym__hex, @@ -14400,13 +14852,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6805] = 4, + [7289] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(722), 27, + ACTIONS(736), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14434,7 +14886,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(724), 27, + ACTIONS(738), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14462,58 +14914,183 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6871] = 13, + [7355] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(666), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(632), 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(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, anon_sym_AMP_AMP, - ACTIONS(674), 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, + 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, + [7421] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 2, + ACTIONS(740), 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(742), 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, + [7487] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(666), 1, + anon_sym_PIPE_PIPE, + ACTIONS(668), 1, + anon_sym_AMP_AMP, + ACTIONS(676), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, ACTIONS(662), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(664), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(668), 2, + ACTIONS(670), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(676), 2, + ACTIONS(678), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(670), 4, + ACTIONS(672), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(672), 4, + ACTIONS(674), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(678), 4, + ACTIONS(680), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(710), 13, + ACTIONS(744), 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_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(712), 19, + ACTIONS(746), 19, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14533,46 +15110,46 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [6955] = 14, + [7573] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(664), 1, - anon_sym_PIPE_PIPE, ACTIONS(666), 1, + anon_sym_PIPE_PIPE, + ACTIONS(668), 1, anon_sym_AMP_AMP, - ACTIONS(674), 1, + ACTIONS(676), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 2, + ACTIONS(662), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(662), 2, + ACTIONS(664), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(668), 2, + ACTIONS(670), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(676), 2, + ACTIONS(678), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(670), 4, + ACTIONS(672), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(672), 4, + ACTIONS(674), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(678), 4, + ACTIONS(680), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(726), 12, + ACTIONS(748), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14585,7 +15162,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(728), 19, + ACTIONS(750), 19, anon_sym_if, anon_sym_import, anon_sym_as, @@ -14605,21 +15182,18 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7041] = 4, + [7659] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(618), 26, - anon_sym_if, - anon_sym_import, + ACTIONS(484), 21, + anon_sym_DOT, anon_sym_SLASH, - anon_sym_type, - anon_sym_const, + anon_sym_EQ, anon_sym_DASH, anon_sym_fn, - anon_sym_external, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, @@ -14634,18 +15208,20 @@ 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(616), 28, - ts_builtin_sym_end, + ACTIONS(482), 33, anon_sym_LBRACE, - anon_sym_AT, + 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, @@ -14661,27 +15237,20 @@ 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, - [7107] = 6, + [7725] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(678), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(710), 23, + ACTIONS(752), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14699,16 +15268,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(712), 25, + ACTIONS(754), 27, anon_sym_if, anon_sym_import, anon_sym_as, + anon_sym_SLASH, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -14719,6 +15293,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, @@ -14731,13 +15306,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7177] = 4, + [7791] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(648), 26, + ACTIONS(640), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -14764,7 +15339,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(646), 28, + ACTIONS(638), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14793,39 +15368,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [7243] = 11, + [7857] = 4, ACTIONS(3), 1, sym_module_comment, - 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(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, - ACTIONS(678), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(710), 16, + ACTIONS(710), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -14836,41 +15385,27 @@ 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, - ACTIONS(712), 19, + ACTIONS(712), 27, 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, - [7323] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(610), 26, - anon_sym_if, - anon_sym_import, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -14895,11 +15430,16 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(608), 28, + [7923] = 4, + 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_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -14924,61 +15464,22 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [7389] = 9, - ACTIONS(3), 1, - sym_module_comment, - 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(676), 2, - 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(710), 20, - 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_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(712), 23, + 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, @@ -14991,22 +15492,22 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7465] = 8, + [7989] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 2, + ACTIONS(662), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(662), 2, + ACTIONS(664), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(676), 2, + ACTIONS(678), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(678), 4, + ACTIONS(680), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, @@ -15057,13 +15558,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7539] = 4, + [8063] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(710), 27, + ACTIONS(760), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15091,7 +15592,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(712), 27, + ACTIONS(762), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -15119,13 +15620,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7605] = 4, + [8129] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(596), 26, + ACTIONS(628), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -15152,7 +15653,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(594), 28, + ACTIONS(626), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15181,13 +15682,29 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [7671] = 4, + [8195] = 9, ACTIONS(3), 1, sym_module_comment, + ACTIONS(676), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(730), 27, + ACTIONS(662), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(678), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(680), 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, @@ -15202,35 +15719,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_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(732), 27, + ACTIONS(712), 23, 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, @@ -15243,13 +15749,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7737] = 4, + [8271] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(632), 26, + ACTIONS(608), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -15276,7 +15782,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(630), 28, + ACTIONS(606), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15305,16 +15811,44 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [7803] = 4, + [8337] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(734), 27, + ACTIONS(592), 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(590), 28, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -15339,41 +15873,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(736), 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, - [7869] = 4, + [8403] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(738), 27, + ACTIONS(764), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15401,7 +15907,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(740), 27, + ACTIONS(767), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -15429,13 +15935,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [7935] = 4, + [8469] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(742), 27, + ACTIONS(770), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15463,7 +15969,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(744), 27, + ACTIONS(772), 27, anon_sym_if, anon_sym_import, anon_sym_as, @@ -15491,92 +15997,64 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8001] = 5, + [8535] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, - anon_sym_LPAREN, + ACTIONS(676), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 26, - anon_sym_if, - anon_sym_import, + ACTIONS(662), 2, anon_sym_SLASH, - anon_sym_type, - anon_sym_const, + anon_sym_STAR, + ACTIONS(664), 2, anon_sym_DASH, - anon_sym_fn, - anon_sym_external, + anon_sym_PLUS, + ACTIONS(670), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(678), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(672), 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(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, + ACTIONS(674), 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(680), 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, sym__upname, - [8069] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(598), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(437), 26, + ACTIONS(712), 19, anon_sym_if, anon_sym_import, - anon_sym_SLASH, + 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_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -15589,87 +16067,58 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - 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, - [8137] = 14, + [8617] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(664), 1, - anon_sym_PIPE_PIPE, - ACTIONS(666), 1, + ACTIONS(668), 1, anon_sym_AMP_AMP, - ACTIONS(674), 1, + ACTIONS(676), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(660), 2, + ACTIONS(662), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(662), 2, + ACTIONS(664), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(668), 2, + ACTIONS(670), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(676), 2, + ACTIONS(678), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(670), 4, + ACTIONS(672), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(672), 4, + ACTIONS(674), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(678), 4, + ACTIONS(680), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(746), 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(748), 19, + ACTIONS(712), 19, anon_sym_if, anon_sym_import, anon_sym_as, @@ -15689,66 +16138,58 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8223] = 14, + [8701] = 6, 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(660), 2, + ACTIONS(662), 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, - ACTIONS(678), 4, + ACTIONS(680), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(750), 12, + ACTIONS(710), 23, 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_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(752), 19, + 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, @@ -15761,13 +16202,40 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8309] = 4, + [8771] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(754), 27, + ACTIONS(716), 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(714), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15795,10 +16263,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(756), 27, + [8836] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(656), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -15823,13 +16296,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8375] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(758), 27, + ACTIONS(654), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -15857,22 +16324,65 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(760), 27, - anon_sym_if, - anon_sym_import, - anon_sym_as, + [8901] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(778), 1, + anon_sym_PIPE_PIPE, + ACTIONS(780), 1, + anon_sym_AMP_AMP, + ACTIONS(788), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(774), 2, anon_sym_SLASH, - anon_sym_type, - anon_sym_const, + anon_sym_STAR, + ACTIONS(776), 2, anon_sym_DASH, - anon_sym_fn, - anon_sym_external, + anon_sym_PLUS, + ACTIONS(782), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(790), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(784), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(786), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(792), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(748), 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(750), 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, @@ -15885,56 +16395,65 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8441] = 4, + [8986] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(778), 1, + anon_sym_PIPE_PIPE, + ACTIONS(780), 1, + anon_sym_AMP_AMP, + ACTIONS(788), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(762), 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(774), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(776), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(782), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(790), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(784), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(786), 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(792), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(794), 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(764), 27, + ACTIONS(796), 18, 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, @@ -15947,18 +16466,21 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8507] = 4, + [9071] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(564), 21, - anon_sym_DOT, + ACTIONS(712), 26, + anon_sym_if, + anon_sym_import, anon_sym_SLASH, - anon_sym_EQ, + 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, @@ -15973,20 +16495,17 @@ 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(562), 33, + ACTIONS(710), 27, + ts_builtin_sym_end, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_AT, 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, @@ -16002,63 +16521,142 @@ 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, - [8573] = 4, + [9136] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(778), 1, + anon_sym_PIPE_PIPE, + ACTIONS(780), 1, + anon_sym_AMP_AMP, + ACTIONS(788), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(766), 27, + ACTIONS(774), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(776), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(782), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(790), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(784), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(786), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(792), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(702), 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(704), 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, + [9221] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(778), 1, anon_sym_PIPE_PIPE, + ACTIONS(780), 1, anon_sym_AMP_AMP, + ACTIONS(788), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(774), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(776), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(782), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(790), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(784), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(786), 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(792), 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, + 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(768), 27, + ACTIONS(800), 18, 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, @@ -16071,13 +16669,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8639] = 4, + [9306] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 26, + ACTIONS(708), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -16104,11 +16702,10 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(620), 28, + ACTIONS(706), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -16133,13 +16730,40 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [8705] = 4, + [9371] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(770), 27, + ACTIONS(692), 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(690), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16167,10 +16791,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(772), 27, + [9436] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(738), 26, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_SLASH, anon_sym_type, anon_sym_const, @@ -16195,13 +16824,41 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [8771] = 4, + ACTIONS(736), 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, + [9501] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(760), 26, + ACTIONS(734), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -16228,7 +16885,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(758), 27, + ACTIONS(732), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16256,13 +16913,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [8836] = 4, + [9566] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(708), 26, + ACTIONS(696), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -16289,7 +16946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(706), 27, + ACTIONS(694), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16317,84 +16974,74 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [8901] = 14, + [9631] = 4, 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, + ACTIONS(684), 26, + anon_sym_if, + anon_sym_import, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(780), 2, + anon_sym_type, + anon_sym_const, 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_fn, + anon_sym_external, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(790), 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(682), 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(796), 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(774), 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(776), 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, - [8986] = 4, + [9696] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(712), 26, + ACTIONS(688), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -16421,7 +17068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(710), 27, + ACTIONS(686), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16449,27 +17096,40 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [9051] = 8, + [9761] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(778), 2, + ACTIONS(754), 26, + anon_sym_if, + anon_sym_import, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(780), 2, + 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, - 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, + 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(752), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16485,75 +17145,58 @@ 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, - 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, - [9124] = 14, + [9826] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(782), 1, + ACTIONS(778), 1, anon_sym_PIPE_PIPE, - ACTIONS(784), 1, + ACTIONS(780), 1, anon_sym_AMP_AMP, - ACTIONS(792), 1, + ACTIONS(788), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(778), 2, + ACTIONS(774), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(780), 2, + ACTIONS(776), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(786), 2, + ACTIONS(782), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(794), 2, + ACTIONS(790), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(788), 4, + ACTIONS(784), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(790), 4, + ACTIONS(786), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(796), 4, + ACTIONS(792), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(746), 12, + ACTIONS(744), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16566,7 +17209,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(748), 18, + ACTIONS(746), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -16585,29 +17228,40 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9209] = 9, + [9911] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(792), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(778), 2, + ACTIONS(652), 26, + anon_sym_if, + anon_sym_import, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(780), 2, + 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, - 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, + 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(650), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16622,85 +17276,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, + anon_sym_LT_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_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, + [9976] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(792), 1, + ACTIONS(778), 1, + anon_sym_PIPE_PIPE, + ACTIONS(780), 1, + anon_sym_AMP_AMP, + ACTIONS(788), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(778), 2, + ACTIONS(774), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(780), 2, + ACTIONS(776), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(794), 2, + ACTIONS(782), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(790), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(788), 4, + ACTIONS(784), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(790), 4, + ACTIONS(786), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(796), 4, + ACTIONS(792), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(710), 16, + ACTIONS(802), 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_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(712), 18, + ACTIONS(804), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -16719,42 +17360,40 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9363] = 12, + [10061] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(792), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(778), 2, + ACTIONS(720), 26, + anon_sym_if, + anon_sym_import, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(780), 2, + anon_sym_type, + anon_sym_const, 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_fn, + anon_sym_external, 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, + 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(718), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16763,38 +17402,32 @@ 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_PIPE_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(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, + [10126] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(720), 26, + ACTIONS(767), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -16821,7 +17454,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(718), 27, + ACTIONS(764), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -16849,64 +17482,98 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [9509] = 13, + [10191] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(784), 1, + ACTIONS(778), 1, + anon_sym_PIPE_PIPE, + ACTIONS(780), 1, anon_sym_AMP_AMP, - ACTIONS(792), 1, + ACTIONS(788), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(778), 2, + ACTIONS(774), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(780), 2, + ACTIONS(776), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(786), 2, + ACTIONS(782), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(794), 2, + ACTIONS(790), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(788), 4, + ACTIONS(784), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(790), 4, + ACTIONS(786), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(796), 4, + ACTIONS(792), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(710), 13, + ACTIONS(806), 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_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - ACTIONS(712), 18, + ACTIONS(808), 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, + [10276] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(742), 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, @@ -16919,16 +17586,44 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9592] = 6, + ACTIONS(740), 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, + [10341] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(778), 2, + ACTIONS(774), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(796), 4, + ACTIONS(792), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, @@ -16982,21 +17677,16 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9661] = 4, + [10410] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(712), 26, - anon_sym_if, - anon_sym_import, + ACTIONS(409), 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, @@ -17011,17 +17701,22 @@ 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(710), 27, - ts_builtin_sym_end, + ACTIONS(407), 34, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_AT, + 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, @@ -17043,46 +17738,46 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [9726] = 14, + [10475] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(782), 1, + ACTIONS(778), 1, anon_sym_PIPE_PIPE, - ACTIONS(784), 1, + ACTIONS(780), 1, anon_sym_AMP_AMP, - ACTIONS(792), 1, + ACTIONS(788), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(778), 2, + ACTIONS(774), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(780), 2, + ACTIONS(776), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(786), 2, + ACTIONS(782), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(794), 2, + ACTIONS(790), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(788), 4, + ACTIONS(784), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(790), 4, + ACTIONS(786), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(796), 4, + ACTIONS(792), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(798), 12, + ACTIONS(810), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17095,7 +17790,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(800), 18, + ACTIONS(812), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -17114,13 +17809,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [9811] = 4, + [10560] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(716), 26, + ACTIONS(758), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -17147,7 +17842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(714), 27, + ACTIONS(756), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17175,88 +17870,64 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [9876] = 4, + [10625] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(780), 1, + anon_sym_AMP_AMP, + ACTIONS(788), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(724), 26, - anon_sym_if, - anon_sym_import, + ACTIONS(774), 2, anon_sym_SLASH, - anon_sym_type, - anon_sym_const, + anon_sym_STAR, + ACTIONS(776), 2, anon_sym_DASH, - anon_sym_fn, - anon_sym_external, + anon_sym_PLUS, + ACTIONS(782), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(790), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(784), 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(722), 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(786), 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(792), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + 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, - [9941] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(732), 26, + ACTIONS(712), 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, @@ -17269,55 +17940,63 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(730), 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, + [10708] = 12, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(788), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(774), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(776), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(782), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(790), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(784), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(786), 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(792), 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, sym__upname, - [10006] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(756), 26, + ACTIONS(712), 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, @@ -17330,7 +18009,39 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(754), 27, + [10789] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(788), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(774), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(776), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(790), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(784), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(786), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(792), 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, @@ -17341,44 +18052,19 @@ 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, - [10071] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(704), 26, + ACTIONS(712), 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, @@ -17391,74 +18077,46 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(702), 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, - [10136] = 14, + [10868] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(782), 1, + ACTIONS(778), 1, anon_sym_PIPE_PIPE, - ACTIONS(784), 1, + ACTIONS(780), 1, anon_sym_AMP_AMP, - ACTIONS(792), 1, + ACTIONS(788), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(778), 2, + ACTIONS(774), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(780), 2, + ACTIONS(776), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(786), 2, + ACTIONS(782), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(794), 2, + ACTIONS(790), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(788), 4, + ACTIONS(784), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(790), 4, + ACTIONS(786), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(796), 4, + ACTIONS(792), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(802), 12, + ACTIONS(722), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17471,7 +18129,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(804), 18, + ACTIONS(724), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -17490,84 +18148,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [10221] = 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(806), 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(808), 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, - [10306] = 4, + [10953] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(768), 26, + ACTIONS(762), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -17594,7 +18181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(766), 27, + ACTIONS(760), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17622,46 +18209,46 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [10371] = 14, + [11018] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(782), 1, + ACTIONS(778), 1, anon_sym_PIPE_PIPE, - ACTIONS(784), 1, + ACTIONS(780), 1, anon_sym_AMP_AMP, - ACTIONS(792), 1, + ACTIONS(788), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(778), 2, + ACTIONS(774), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(780), 2, + ACTIONS(776), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(786), 2, + ACTIONS(782), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(794), 2, + ACTIONS(790), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(788), 4, + ACTIONS(784), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(790), 4, + ACTIONS(786), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(796), 4, + ACTIONS(792), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(750), 12, + ACTIONS(658), 12, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17674,7 +18261,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(752), 18, + ACTIONS(660), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -17693,40 +18280,29 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [10456] = 4, + [11103] = 9, ACTIONS(3), 1, sym_module_comment, + ACTIONS(788), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(695), 26, - anon_sym_if, - anon_sym_import, + ACTIONS(774), 2, anon_sym_SLASH, - anon_sym_type, - anon_sym_const, + anon_sym_STAR, + ACTIONS(776), 2, 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(692), 27, + ACTIONS(790), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(792), 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, @@ -17741,40 +18317,23 @@ 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, - [10521] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(764), 26, + 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_STAR, anon_sym_todo, anon_sym_panic, anon_sym_echo, @@ -17787,41 +18346,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(762), 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, - [10586] = 4, + [11178] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(690), 26, + ACTIONS(772), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -17848,7 +18379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(688), 27, + ACTIONS(770), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17876,13 +18407,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [10651] = 4, + [11243] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(772), 26, + ACTIONS(700), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -17909,7 +18440,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(770), 27, + ACTIONS(698), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -17937,65 +18468,59 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [10716] = 14, + [11308] = 8, 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, + ACTIONS(774), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(780), 2, + ACTIONS(776), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(786), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(794), 2, + ACTIONS(790), 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, + ACTIONS(792), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(810), 12, + 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(812), 18, + 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, @@ -18008,13 +18533,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [10801] = 4, + [11381] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(736), 26, + ACTIONS(712), 26, anon_sym_if, anon_sym_import, anon_sym_SLASH, @@ -18041,7 +18566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - ACTIONS(734), 27, + ACTIONS(710), 27, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -18069,496 +18594,308 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [10866] = 14, + [11446] = 35, 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(698), 12, - ts_builtin_sym_end, + ACTIONS(71), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(73), 1, anon_sym_POUND, + ACTIONS(75), 1, anon_sym_LBRACK, + ACTIONS(77), 1, anon_sym_LT_LT, - 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, + ACTIONS(79), 1, anon_sym_fn, - anon_sym_external, + ACTIONS(81), 1, anon_sym_todo, + ACTIONS(83), 1, anon_sym_panic, + ACTIONS(85), 1, anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, sym__decimal, + ACTIONS(101), 1, + sym__upname, + ACTIONS(814), 1, + anon_sym_RPAREN, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(818), 1, + anon_sym_DOT_DOT, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(822), 1, + sym_float, + ACTIONS(824), 1, + sym__discard_name, + ACTIONS(826), 1, sym__name, - [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, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1592), 1, + sym_argument, + STATE(1648), 1, + sym_hole, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + STATE(1844), 1, + sym_label, 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(684), 12, - ts_builtin_sym_end, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(927), 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, + [11572] = 35, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(73), 1, anon_sym_POUND, + ACTIONS(75), 1, anon_sym_LBRACK, + ACTIONS(77), 1, anon_sym_LT_LT, - 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, + ACTIONS(79), 1, anon_sym_fn, - anon_sym_external, + ACTIONS(81), 1, anon_sym_todo, + ACTIONS(83), 1, anon_sym_panic, + ACTIONS(85), 1, anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, sym__decimal, + ACTIONS(101), 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, - [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(828), 1, + anon_sym_RPAREN, + ACTIONS(830), 1, + anon_sym_DOT_DOT, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1553), 1, + sym_argument, + STATE(1648), 1, + sym_hole, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + STATE(1844), 1, + sym_label, 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(726), 12, - ts_builtin_sym_end, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(927), 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, + [11698] = 35, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(73), 1, anon_sym_POUND, + ACTIONS(75), 1, anon_sym_LBRACK, + ACTIONS(77), 1, anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(728), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + ACTIONS(79), 1, anon_sym_fn, - anon_sym_external, + ACTIONS(81), 1, anon_sym_todo, + ACTIONS(83), 1, anon_sym_panic, + ACTIONS(85), 1, anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym_visibility_modifier, - sym_opacity_modifier, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, sym__decimal, + ACTIONS(101), 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, - [11121] = 4, - ACTIONS(3), 1, - sym_module_comment, + ACTIONS(832), 1, + anon_sym_RPAREN, + ACTIONS(834), 1, + anon_sym_DOT_DOT, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1554), 1, + sym_argument, + STATE(1648), 1, + sym_hole, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + STATE(1844), 1, + sym_label, 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, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(927), 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, + [11824] = 35, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 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(81), 1, anon_sym_todo, + ACTIONS(83), 1, anon_sym_panic, + ACTIONS(85), 1, anon_sym_echo, + ACTIONS(87), 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(680), 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, - [11186] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(740), 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(738), 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, - [11251] = 4, - ACTIONS(3), 1, - sym_module_comment, - 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, - 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(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, - sym__upname, - [11316] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(652), 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(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, - [11381] = 35, - 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, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(814), 1, - anon_sym_RPAREN, ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(818), 1, - anon_sym_DOT_DOT, ACTIONS(820), 1, anon_sym_BANG, ACTIONS(822), 1, @@ -18567,44 +18904,48 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - STATE(652), 1, + ACTIONS(836), 1, + anon_sym_RPAREN, + ACTIONS(838), 1, + anon_sym_DOT_DOT, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1439), 1, + STATE(1498), 1, sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -18617,32 +18958,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [11507] = 35, + [11950] = 35, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -18654,48 +18995,48 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(828), 1, + ACTIONS(840), 1, anon_sym_RPAREN, - ACTIONS(830), 1, + ACTIONS(842), 1, anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1594), 1, + STATE(1560), 1, sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -18708,13 +19049,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [11633] = 4, + [12076] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(588), 19, + ACTIONS(393), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -18734,7 +19075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(586), 33, + ACTIONS(391), 33, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -18768,13 +19109,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [11697] = 4, + [12140] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(556), 19, + ACTIONS(476), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -18794,7 +19135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(554), 33, + ACTIONS(474), 33, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -18828,104 +19169,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [11761] = 35, - 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(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, - ACTIONS(834), 1, - anon_sym_DOT_DOT, - 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, - 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, - [11887] = 4, + [12204] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(568), 19, + ACTIONS(405), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -18945,7 +19195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(566), 33, + ACTIONS(403), 33, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -18979,32 +19229,32 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [11951] = 35, + [12268] = 35, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19016,48 +19266,48 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(836), 1, + ACTIONS(844), 1, anon_sym_RPAREN, - ACTIONS(838), 1, + ACTIONS(846), 1, anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1588), 1, + STATE(1438), 1, sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19070,32 +19320,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [12077] = 35, + [12394] = 35, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19107,48 +19357,48 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(840), 1, + ACTIONS(848), 1, anon_sym_RPAREN, - ACTIONS(842), 1, + ACTIONS(850), 1, anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1559), 1, + STATE(1524), 1, sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19161,92 +19411,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [12203] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(572), 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(570), 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, - [12267] = 35, + [12520] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19258,48 +19448,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(844), 1, + ACTIONS(852), 1, anon_sym_RPAREN, - ACTIONS(846), 1, - anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1550), 1, - sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1702), 1, + sym_argument, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19312,32 +19500,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [12393] = 35, + [12643] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19349,48 +19537,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(848), 1, + ACTIONS(854), 1, anon_sym_RPAREN, - ACTIONS(850), 1, - anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1522), 1, - sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1702), 1, + sym_argument, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19403,32 +19589,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [12519] = 34, + [12766] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19440,46 +19626,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(840), 1, + ACTIONS(856), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1559), 1, - sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1702), 1, + sym_argument, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19492,32 +19678,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [12642] = 34, + [12889] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19529,46 +19715,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(852), 1, + ACTIONS(858), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, + STATE(1702), 1, sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19581,32 +19767,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [12765] = 34, + [13012] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19618,46 +19804,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(854), 1, + ACTIONS(860), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, + STATE(1702), 1, sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19670,32 +19856,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [12888] = 34, + [13135] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19707,46 +19893,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(856), 1, + ACTIONS(862), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, + STATE(1702), 1, sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19759,32 +19945,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [13011] = 34, + [13258] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19796,46 +19982,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(858), 1, + ACTIONS(864), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, + STATE(1702), 1, sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19848,32 +20034,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [13134] = 34, + [13381] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19885,46 +20071,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(860), 1, + ACTIONS(866), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, + STATE(1702), 1, sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -19937,32 +20123,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [13257] = 34, + [13504] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -19974,46 +20160,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(848), 1, + ACTIONS(844), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1522), 1, + STATE(1438), 1, sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20026,32 +20212,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [13380] = 34, + [13627] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -20063,46 +20249,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(862), 1, + ACTIONS(848), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1524), 1, + sym_argument, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, - sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20115,33 +20301,35 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [13503] = 34, + [13750] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, + ACTIONS(814), 1, + anon_sym_RPAREN, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, @@ -20152,46 +20340,44 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(844), 1, - anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1550), 1, + STATE(1592), 1, sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20204,35 +20390,33 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [13626] = 34, + [13873] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(814), 1, - anon_sym_RPAREN, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, @@ -20243,44 +20427,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - STATE(652), 1, + ACTIONS(828), 1, + anon_sym_RPAREN, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1439), 1, + STATE(1553), 1, sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20293,121 +20479,93 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [13749] = 34, + [13996] = 6, 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, + ACTIONS(868), 1, + anon_sym_LPAREN, + STATE(223), 1, + sym_arguments, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(375), 19, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(167), 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(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_let, + anon_sym_assert, + anon_sym_use, anon_sym_BANG, - ACTIONS(822), 1, - sym_float, - ACTIONS(824), 1, - sym__discard_name, - ACTIONS(826), 1, + sym__decimal, sym__name, - ACTIONS(864), 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, + ACTIONS(373), 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(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, - [13872] = 34, + sym__upname, + [14063] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -20419,46 +20577,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(866), 1, + ACTIONS(836), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1498), 1, + sym_argument, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, - sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20471,32 +20629,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [13995] = 34, + [14186] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -20508,46 +20666,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(828), 1, + ACTIONS(870), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1594), 1, - sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1702), 1, + sym_argument, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20560,32 +20718,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [14118] = 34, + [14309] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -20597,46 +20755,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(868), 1, + ACTIONS(832), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1554), 1, + sym_argument, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, - sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20649,32 +20807,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [14241] = 34, + [14432] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -20686,46 +20844,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(832), 1, + ACTIONS(872), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1484), 1, - sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1702), 1, + sym_argument, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20738,32 +20896,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [14364] = 34, + [14555] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -20775,46 +20933,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(870), 1, + ACTIONS(840), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1560), 1, + sym_argument, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, - sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20827,32 +20985,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [14487] = 34, + [14678] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -20864,46 +21022,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(836), 1, + ACTIONS(874), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1588), 1, - sym_argument, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1702), 1, + sym_argument, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -20916,32 +21074,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [14610] = 34, + [14801] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -20953,46 +21111,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(872), 1, + ACTIONS(876), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, + STATE(1702), 1, sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -21005,32 +21163,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [14733] = 34, + [14924] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -21042,46 +21200,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(874), 1, + ACTIONS(878), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, + STATE(1702), 1, sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -21094,32 +21252,32 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [14856] = 34, + [15047] = 34, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -21131,46 +21289,46 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(876), 1, + ACTIONS(880), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, + STATE(1702), 1, sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -21183,17 +21341,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [14979] = 6, + [15170] = 4, 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(375), 19, + ACTIONS(708), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21213,14 +21367,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(373), 30, + ACTIONS(706), 31, anon_sym_LBRACE, anon_sym_RBRACE, 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, @@ -21244,32 +21399,32 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15046] = 34, + [15232] = 33, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -21281,46 +21436,44 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(826), 1, sym__name, - ACTIONS(880), 1, - anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1625), 1, + STATE(1648), 1, sym_hole, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1745), 1, + STATE(1702), 1, sym_argument, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1863), 1, + STATE(1844), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(945), 12, + STATE(927), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -21333,34 +21486,34 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [15169] = 32, + [15352] = 32, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -21370,19 +21523,19 @@ static const uint16_t ts_small_parse_table[] = { sym__discard_name, ACTIONS(884), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, - sym__maybe_function_expression, - STATE(1740), 1, + STATE(1630), 1, sym_hole, - STATE(1792), 1, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, @@ -21390,23 +21543,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(882), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(910), 12, + STATE(919), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -21419,13 +21572,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [15287] = 4, + [15470] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(515), 19, + ACTIONS(385), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21445,7 +21598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(513), 31, + ACTIONS(383), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -21477,17 +21630,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15349] = 6, + [15532] = 4, 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(437), 19, + ACTIONS(528), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21507,11 +21656,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(435), 29, + ACTIONS(526), 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, @@ -21537,17 +21688,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15415] = 6, + [15594] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, + ACTIONS(463), 1, anon_sym_LPAREN, - ACTIONS(535), 1, + ACTIONS(465), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 19, + ACTIONS(461), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21567,7 +21718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(435), 29, + ACTIONS(459), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -21597,13 +21748,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15481] = 4, + [15660] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(552), 19, + ACTIONS(514), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21623,7 +21774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(550), 31, + ACTIONS(512), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -21655,13 +21806,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15543] = 4, + [15722] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(724), 19, + ACTIONS(716), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21681,7 +21832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(722), 31, + ACTIONS(714), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -21713,13 +21864,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15605] = 4, + [15784] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(584), 19, + ACTIONS(455), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21739,7 +21890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(582), 31, + ACTIONS(453), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -21771,13 +21922,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15667] = 4, + [15846] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(652), 19, + ACTIONS(524), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21797,65 +21948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(650), 31, - anon_sym_LBRACE, - anon_sym_RBRACE, - 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, - anon_sym_PIPE_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, - [15729] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(427), 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(425), 31, + ACTIONS(522), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -21887,13 +21980,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15791] = 4, + [15908] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(449), 19, + ACTIONS(389), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21913,7 +22006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(447), 31, + ACTIONS(387), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -21945,13 +22038,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15853] = 4, + [15970] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(542), 19, + ACTIONS(506), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -21971,7 +22064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(540), 31, + ACTIONS(504), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -22003,13 +22096,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15915] = 4, + [16032] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(433), 19, + ACTIONS(397), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22029,7 +22122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(431), 31, + ACTIONS(395), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -22061,13 +22154,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [15977] = 4, + [16094] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(525), 19, + ACTIONS(510), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22087,7 +22180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(523), 31, + ACTIONS(508), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -22119,158 +22212,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16039] = 33, + [16156] = 6, 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(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, - 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, - [16159] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(548), 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(546), 31, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(463), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(886), 1, 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, - sym__upname, - [16221] = 4, - ACTIONS(3), 1, - sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(519), 19, + ACTIONS(461), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22290,13 +22242,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(517), 31, + ACTIONS(459), 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, @@ -22322,13 +22272,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16283] = 4, + [16222] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(578), 19, + ACTIONS(401), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22348,7 +22298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(576), 31, + ACTIONS(399), 31, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -22380,13 +22330,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16345] = 4, + [16284] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(596), 19, + ACTIONS(496), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22406,9 +22356,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(594), 30, + ACTIONS(494), 31, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, @@ -22437,13 +22388,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16406] = 4, + [16346] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(642), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(618), 19, + ACTIONS(461), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22463,10 +22416,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(616), 30, + ACTIONS(459), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_POUND, @@ -22494,15 +22446,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16467] = 5, + [16409] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(598), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 19, + ACTIONS(632), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22522,11 +22472,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(435), 29, + 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, @@ -22552,15 +22503,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16530] = 5, + [16470] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(600), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 19, + ACTIONS(592), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22580,11 +22529,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(435), 29, + ACTIONS(590), 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, @@ -22610,15 +22560,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16593] = 5, + [16531] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, - anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 19, + ACTIONS(636), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22638,11 +22586,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(435), 29, + ACTIONS(634), 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, @@ -22668,13 +22617,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16656] = 4, + [16592] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(648), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(614), 19, + ACTIONS(461), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22694,12 +22645,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(612), 30, + ACTIONS(459), 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, @@ -22725,13 +22675,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16717] = 4, + [16655] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(610), 19, + ACTIONS(596), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22751,12 +22701,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(608), 30, + ACTIONS(594), 30, 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, @@ -22782,13 +22732,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16778] = 4, + [16716] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(636), 19, + ACTIONS(461), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22808,10 +22760,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(634), 30, + ACTIONS(459), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_POUND, @@ -22839,13 +22790,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16839] = 4, + [16779] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(648), 19, + ACTIONS(614), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22865,12 +22816,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(646), 30, + ACTIONS(612), 30, 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, @@ -22896,13 +22847,18 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16900] = 4, + [16840] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(890), 1, + anon_sym_LPAREN, + STATE(293), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(632), 19, + ACTIONS(375), 20, + anon_sym_as, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22922,16 +22878,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(630), 30, + ACTIONS(373), 27, 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, @@ -22953,18 +22906,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [16961] = 6, + [16905] = 4, ACTIONS(3), 1, sym_module_comment, - 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, + ACTIONS(640), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -22984,13 +22932,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(373), 27, + ACTIONS(638), 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, @@ -23012,13 +22963,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17026] = 4, + [16966] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 19, + ACTIONS(608), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23038,7 +22989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(620), 30, + ACTIONS(606), 30, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -23069,13 +23020,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17087] = 4, + [17027] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(682), 19, + ACTIONS(628), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23095,11 +23046,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(680), 29, + ACTIONS(626), 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, @@ -23125,14 +23077,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17147] = 4, + [17088] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(572), 20, - anon_sym_as, + ACTIONS(720), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23152,14 +23103,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(570), 28, + ACTIONS(718), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + 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, @@ -23181,13 +23133,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17207] = 4, + [17148] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(423), 20, + ACTIONS(455), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -23208,7 +23160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(421), 28, + ACTIONS(453), 28, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -23237,14 +23189,96 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17267] = 4, + [17208] = 31, ACTIONS(3), 1, sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 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(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(892), 1, + anon_sym_RBRACK, + ACTIONS(894), 1, + anon_sym_DOT_DOT, + ACTIONS(896), 1, + sym_float, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(542), 20, - anon_sym_as, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(848), 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, + [17322] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(656), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23264,14 +23298,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(540), 28, + ACTIONS(654), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + 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, @@ -23293,77 +23328,77 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17327] = 31, + [17382] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(892), 1, - anon_sym_RBRACK, - ACTIONS(894), 1, - anon_sym_DOT_DOT, ACTIONS(896), 1, sym_float, - STATE(652), 1, + ACTIONS(898), 1, + anon_sym_RBRACK, + ACTIONS(900), 1, + anon_sym_DOT_DOT, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -23376,34 +23411,34 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [17441] = 31, + [17496] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -23411,42 +23446,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(898), 1, + ACTIONS(902), 1, anon_sym_RBRACK, - ACTIONS(900), 1, + ACTIONS(904), 1, anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -23459,126 +23494,95 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [17555] = 4, + [17610] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(519), 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(517), 28, + ACTIONS(71), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(73), 1, anon_sym_POUND, + ACTIONS(75), 1, anon_sym_LBRACK, + ACTIONS(77), 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, - [17615] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(578), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(79), 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(81), 1, anon_sym_todo, + ACTIONS(83), 1, anon_sym_panic, + ACTIONS(85), 1, anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, sym__decimal, + ACTIONS(99), 1, sym__name, - ACTIONS(576), 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(101), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(908), 1, sym_float, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(906), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [17675] = 4, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(923), 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, + [17722] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(584), 20, - anon_sym_as, + ACTIONS(767), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23598,14 +23602,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(582), 28, + ACTIONS(764), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + 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, + [17782] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(652), 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(650), 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, @@ -23627,34 +23688,34 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17735] = 31, + [17842] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -23662,42 +23723,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(902), 1, + ACTIONS(910), 1, anon_sym_RBRACK, - ACTIONS(904), 1, + ACTIONS(912), 1, anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -23710,13 +23771,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [17849] = 4, + [17956] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(708), 19, + ACTIONS(742), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23736,7 +23797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(706), 29, + ACTIONS(740), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -23766,13 +23827,96 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17909] = 4, + [18016] = 31, ACTIONS(3), 1, sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 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(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, + sym_float, + ACTIONS(914), 1, + anon_sym_RBRACK, + ACTIONS(916), 1, + anon_sym_DOT_DOT, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(552), 20, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(848), 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, + [18130] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(405), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -23793,7 +23937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(550), 28, + ACTIONS(403), 28, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -23822,13 +23966,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [17969] = 4, + [18190] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(768), 19, + ACTIONS(758), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23848,7 +23992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(766), 29, + ACTIONS(756), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -23878,14 +24022,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18029] = 4, + [18250] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(548), 20, - anon_sym_as, + ACTIONS(762), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23905,14 +24048,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(546), 28, + ACTIONS(760), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + 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, @@ -23934,13 +24078,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18089] = 4, + [18310] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(736), 19, + ACTIONS(772), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -23960,7 +24104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(734), 29, + ACTIONS(770), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -23990,13 +24134,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18149] = 4, + [18370] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(695), 19, + ACTIONS(738), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24016,7 +24160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(692), 29, + ACTIONS(736), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -24046,13 +24190,179 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18209] = 4, + [18430] = 31, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 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(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, + sym_float, + ACTIONS(918), 1, + anon_sym_RBRACK, + ACTIONS(920), 1, + anon_sym_DOT_DOT, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(848), 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, + [18544] = 31, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 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(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, + sym_float, + ACTIONS(922), 1, + anon_sym_RBRACK, + ACTIONS(924), 1, + anon_sym_DOT_DOT, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(848), 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, + [18658] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(690), 19, + ACTIONS(734), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24072,7 +24382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(688), 29, + ACTIONS(732), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -24102,14 +24412,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18269] = 4, + [18718] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(449), 20, - anon_sym_as, + ACTIONS(696), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24129,14 +24438,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(447), 28, + ACTIONS(694), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + 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, @@ -24158,14 +24468,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18329] = 4, + [18778] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(433), 20, - anon_sym_as, + ACTIONS(754), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24185,14 +24494,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(431), 28, + ACTIONS(752), 29, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, + 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, @@ -24214,13 +24524,18 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18389] = 4, + [18838] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(465), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(732), 19, + ACTIONS(461), 20, + anon_sym_as, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24240,15 +24555,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(730), 29, + ACTIONS(459), 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, + [18902] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(461), 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(459), 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, @@ -24270,34 +24640,34 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18449] = 31, + [18966] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -24305,42 +24675,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(906), 1, + ACTIONS(930), 1, anon_sym_RBRACK, - ACTIONS(908), 1, + ACTIONS(932), 1, anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -24353,69 +24723,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [18563] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(427), 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(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, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [18623] = 4, + [19080] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(740), 19, + ACTIONS(700), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24435,7 +24749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(738), 29, + ACTIONS(698), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -24465,13 +24779,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18683] = 4, + [19140] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(556), 20, + ACTIONS(385), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -24492,7 +24806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(554), 28, + ACTIONS(383), 28, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -24521,13 +24835,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18743] = 4, + [19200] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(716), 19, + ACTIONS(684), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -24547,7 +24861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(714), 29, + ACTIONS(682), 29, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -24577,125 +24891,96 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18803] = 4, + [19260] = 31, 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, - 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(718), 29, + ACTIONS(71), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(73), 1, anon_sym_POUND, + ACTIONS(75), 1, anon_sym_LBRACK, + ACTIONS(77), 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, - [18863] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(744), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(79), 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(81), 1, anon_sym_todo, + ACTIONS(83), 1, anon_sym_panic, + ACTIONS(85), 1, anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, sym__decimal, + ACTIONS(99), 1, sym__name, - 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, + ACTIONS(101), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, + ACTIONS(934), 1, + anon_sym_RBRACK, + ACTIONS(936), 1, + anon_sym_DOT_DOT, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [18923] = 4, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(848), 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, + [19374] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(564), 20, + ACTIONS(506), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -24716,7 +25001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(562), 28, + ACTIONS(504), 28, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -24745,90 +25030,117 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [18983] = 4, + [19434] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(568), 20, - anon_sym_as, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 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(81), 1, anon_sym_todo, + ACTIONS(83), 1, anon_sym_panic, + ACTIONS(85), 1, anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, sym__decimal, + ACTIONS(99), 1, 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, + ACTIONS(101), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, sym_float, + ACTIONS(938), 1, + anon_sym_RBRACK, + ACTIONS(940), 1, + anon_sym_DOT_DOT, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [19043] = 31, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(848), 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, + [19548] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -24836,42 +25148,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(910), 1, + ACTIONS(942), 1, anon_sym_RBRACK, - ACTIONS(912), 1, + ACTIONS(944), 1, anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -24884,34 +25196,34 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [19157] = 31, + [19662] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -24919,42 +25231,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(914), 1, + ACTIONS(946), 1, anon_sym_RBRACK, - ACTIONS(916), 1, + ACTIONS(948), 1, anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -24967,13 +25279,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [19271] = 4, + [19776] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(515), 20, + ACTIONS(409), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -24994,7 +25306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(513), 28, + ACTIONS(407), 28, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -25023,117 +25335,90 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [19331] = 31, + [19836] = 4, 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(514), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(167), 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(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, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, 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(896), 1, + ACTIONS(512), 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(918), 1, - anon_sym_RBRACK, - ACTIONS(920), 1, - anon_sym_DOT_DOT, - 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(846), 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, - [19445] = 31, + sym__upname, + [19896] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -25141,42 +25426,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(922), 1, + ACTIONS(950), 1, anon_sym_RBRACK, - ACTIONS(924), 1, + ACTIONS(952), 1, anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -25189,18 +25474,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [19559] = 6, + [20010] = 4, ACTIONS(3), 1, sym_module_comment, - 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, + ACTIONS(692), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -25220,12 +25500,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(435), 26, + ACTIONS(690), 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, @@ -25247,17 +25530,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [19623] = 6, + [20070] = 4, 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(437), 20, + ACTIONS(484), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -25278,9 +25557,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(435), 26, + ACTIONS(482), 28, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -25305,365 +25586,146 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [19687] = 31, + [20130] = 4, 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(476), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(167), 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(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, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, 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(896), 1, - sym_float, - ACTIONS(930), 1, - anon_sym_RBRACK, - ACTIONS(932), 1, - anon_sym_DOT_DOT, - 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(846), 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, - [19801] = 31, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(157), 1, + ACTIONS(474), 28, anon_sym_LBRACE, - ACTIONS(159), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, 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_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_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(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(896), 1, sym_float, - ACTIONS(934), 1, - anon_sym_RBRACK, - ACTIONS(936), 1, - anon_sym_DOT_DOT, - 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(846), 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, - [19915] = 31, + sym__upname, + [20190] = 4, 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(528), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(167), 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(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, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, 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(896), 1, - sym_float, - ACTIONS(938), 1, - anon_sym_RBRACK, - ACTIONS(940), 1, - anon_sym_DOT_DOT, - 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(846), 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, - [20029] = 30, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(157), 1, + ACTIONS(526), 28, anon_sym_LBRACE, - ACTIONS(159), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, 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_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_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(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(944), 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, - ACTIONS(942), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - 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(909), 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, - [20141] = 31, + sym__upname, + [20250] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -25671,42 +25733,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(946), 1, + ACTIONS(954), 1, anon_sym_RBRACK, - ACTIONS(948), 1, + ACTIONS(956), 1, anon_sym_DOT_DOT, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -25719,13 +25781,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [20255] = 4, + [20364] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(588), 20, + ACTIONS(381), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -25746,7 +25808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(586), 28, + ACTIONS(379), 28, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -25775,96 +25837,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [20315] = 31, - 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(185), 1, - sym__name, - ACTIONS(187), 1, - sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(896), 1, - sym_float, - ACTIONS(950), 1, - anon_sym_RBRACK, - ACTIONS(952), 1, - anon_sym_DOT_DOT, - 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(846), 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, - [20429] = 4, + [20424] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(525), 20, + ACTIONS(389), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -25885,7 +25864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(523), 28, + ACTIONS(387), 28, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -25914,13 +25893,14 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [20489] = 4, + [20484] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(772), 19, + ACTIONS(393), 20, + anon_sym_as, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -25940,15 +25920,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(770), 29, + ACTIONS(391), 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, @@ -25970,96 +25949,14 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [20549] = 31, - 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(185), 1, - sym__name, - ACTIONS(187), 1, - sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(896), 1, - sym_float, - ACTIONS(954), 1, - anon_sym_RBRACK, - ACTIONS(956), 1, - anon_sym_DOT_DOT, - 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(846), 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, - [20663] = 4, + [20544] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(756), 19, + ACTIONS(397), 20, + anon_sym_as, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -26079,15 +25976,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(754), 29, + ACTIONS(395), 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, @@ -26109,13 +26005,14 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [20723] = 4, + [20604] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(760), 19, + ACTIONS(401), 20, + anon_sym_as, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -26135,15 +26032,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(758), 29, + ACTIONS(399), 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, @@ -26165,13 +26061,14 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [20783] = 4, + [20664] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(764), 19, + ACTIONS(524), 20, + anon_sym_as, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -26191,15 +26088,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(762), 29, + ACTIONS(522), 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, @@ -26221,13 +26117,14 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [20843] = 4, + [20724] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(704), 19, + ACTIONS(496), 20, + anon_sym_as, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -26247,15 +26144,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(702), 29, + ACTIONS(494), 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, @@ -26277,13 +26173,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [20903] = 4, + [20784] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 20, + ACTIONS(510), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -26304,9 +26200,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(620), 27, + ACTIONS(508), 28, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -26332,14 +26229,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [20962] = 4, + [20844] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(618), 20, - anon_sym_as, + ACTIONS(688), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -26359,13 +26255,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(616), 27, + ACTIONS(686), 29, 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, @@ -26387,32 +26285,32 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [21021] = 30, + [20904] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, + ACTIONS(235), 1, anon_sym_todo, - ACTIONS(205), 1, + ACTIONS(237), 1, anon_sym_panic, ACTIONS(958), 1, anon_sym_DASH, @@ -26422,40 +26320,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(964), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(741), 1, + STATE(718), 1, sym_pipeline_echo, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(920), 12, + STATE(910), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -26468,75 +26366,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [21132] = 30, + [21015] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(974), 1, - anon_sym_DASH, - ACTIONS(976), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(978), 1, - anon_sym_todo, - ACTIONS(980), 1, - anon_sym_panic, - ACTIONS(982), 1, - anon_sym_echo, - ACTIONS(984), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(986), 1, - anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(990), 1, - sym_float, - ACTIONS(994), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(996), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(101), 1, sym__upname, - STATE(20), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(966), 1, + sym_float, + STATE(649), 1, sym_identifier, - STATE(59), 1, + STATE(681), 1, sym_tuple, - STATE(65), 1, + STATE(685), 1, sym_anonymous_function, - STATE(110), 1, - sym_pipeline_echo, - STATE(1605), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1805), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1847), 1, + STATE(1813), 1, + sym_case_subjects, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(109), 12, + STATE(878), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -26549,156 +26447,130 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [21243] = 30, + [21126] = 4, 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(596), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, 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_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, 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_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, anon_sym_BANG, - ACTIONS(1000), 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, - STATE(1831), 1, - sym_case_subjects, - 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__decimal, + sym__name, + ACTIONS(594), 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, - STATE(650), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(888), 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, - [21354] = 30, + sym__upname, + [21185] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(389), 1, - anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(399), 1, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(407), 1, - anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(1002), 1, + ACTIONS(968), 1, + anon_sym_DASH, + ACTIONS(970), 1, anon_sym_echo, - ACTIONS(1004), 1, + ACTIONS(972), 1, + anon_sym_BANG, + ACTIONS(974), 1, sym_float, - STATE(199), 1, + STATE(862), 1, sym_identifier, - STATE(217), 1, + STATE(933), 1, sym_tuple, - STATE(218), 1, + STATE(935), 1, sym_anonymous_function, - STATE(509), 1, + STATE(972), 1, sym_pipeline_echo, - STATE(1701), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1758), 1, - sym__maybe_record_expression, - STATE(1794), 1, + STATE(1760), 1, sym__maybe_tuple_expression, + STATE(1842), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(512), 12, + STATE(971), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -26711,156 +26583,130 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [21465] = 30, + [21296] = 4, ACTIONS(3), 1, sym_module_comment, - 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, - ACTIONS(1014), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(632), 20, + anon_sym_as, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(1016), 1, anon_sym_fn, - ACTIONS(1018), 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(1020), 1, anon_sym_panic, - ACTIONS(1022), 1, anon_sym_echo, - ACTIONS(1024), 1, anon_sym_case, - ACTIONS(1026), 1, + anon_sym_let, + anon_sym_assert, + anon_sym_use, anon_sym_BANG, - ACTIONS(1028), 1, - anon_sym_DQUOTE, - ACTIONS(1030), 1, - sym_float, - ACTIONS(1034), 1, sym__decimal, - ACTIONS(1036), 1, sym__name, - ACTIONS(1038), 1, - sym__upname, - STATE(260), 1, - sym_identifier, - STATE(297), 1, - sym_tuple, - STATE(327), 1, - sym_anonymous_function, - STATE(423), 1, - sym_pipeline_echo, - 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, + 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, - STATE(261), 5, - sym_block, - sym_case, - sym_tuple_access, - sym_field_access, - sym_function_call, - STATE(421), 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, - [21576] = 30, + sym__upname, + [21355] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, - anon_sym_todo, - ACTIONS(205), 1, - anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1000), 1, + ACTIONS(976), 1, + anon_sym_RBRACK, + ACTIONS(978), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1820), 1, - sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(888), 12, + STATE(843), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -26873,75 +26719,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [21687] = 30, + [21466] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, - anon_sym_todo, - ACTIONS(205), 1, - anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1000), 1, + ACTIONS(980), 1, + anon_sym_RBRACK, + ACTIONS(982), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1809), 1, - sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(888), 12, + STATE(854), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -26954,34 +26800,34 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [21798] = 30, + [21577] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -26989,40 +26835,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(1040), 1, + ACTIONS(984), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27035,75 +26881,130 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [21909] = 30, + [21688] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(628), 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(626), 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, + [21747] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, - anon_sym_todo, - ACTIONS(205), 1, - anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1000), 1, + ACTIONS(986), 1, + anon_sym_RBRACK, + ACTIONS(988), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, - sym__maybe_record_expression, STATE(1796), 1, - sym_case_subjects, - STATE(1799), 1, + sym__maybe_record_expression, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(888), 12, + STATE(853), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27116,75 +27017,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [22020] = 30, + [21858] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(896), 1, - sym_float, - ACTIONS(1042), 1, + ACTIONS(990), 1, anon_sym_RPAREN, - STATE(652), 1, + ACTIONS(992), 1, + sym_float, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(901), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27197,75 +27098,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [22131] = 30, + [21969] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1044), 1, + ACTIONS(994), 1, anon_sym_RBRACK, - ACTIONS(1046), 1, + ACTIONS(996), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(850), 12, + STATE(846), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27278,75 +27179,185 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [22242] = 30, + [22080] = 4, + ACTIONS(3), 1, + sym_module_comment, + 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, + 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, + 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, + [22139] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(592), 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(590), 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, + [22198] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1048), 1, - anon_sym_RBRACK, - ACTIONS(1050), 1, + ACTIONS(896), 1, sym_float, - STATE(652), 1, + ACTIONS(998), 1, + anon_sym_RPAREN, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(847), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27359,34 +27370,34 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [22353] = 30, + [22309] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -27394,40 +27405,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(1052), 1, + ACTIONS(1000), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27440,75 +27451,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [22464] = 30, + [22420] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1054), 1, - anon_sym_RBRACK, - ACTIONS(1056), 1, + ACTIONS(896), 1, sym_float, - STATE(652), 1, + ACTIONS(1002), 1, + anon_sym_RPAREN, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(855), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27521,75 +27532,130 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [22575] = 30, + [22531] = 4, 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(640), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, 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_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_todo, - ACTIONS(205), 1, anon_sym_panic, - ACTIONS(207), 1, anon_sym_echo, - ACTIONS(958), 1, - anon_sym_DASH, + anon_sym_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, + sym__decimal, + sym__name, + ACTIONS(638), 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, + [22590] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(87), 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(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1000), 1, + ACTIONS(966), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1759), 1, + STATE(1763), 1, sym_case_subjects, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(888), 12, + STATE(878), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27602,75 +27668,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [22686] = 30, + [22701] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, - anon_sym_todo, - ACTIONS(205), 1, - anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1000), 1, + ACTIONS(896), 1, sym_float, - STATE(652), 1, + ACTIONS(1004), 1, + anon_sym_RPAREN, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1842), 1, - sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(888), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27683,75 +27749,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [22797] = 30, + [22812] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 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, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1058), 1, - anon_sym_RBRACK, - ACTIONS(1060), 1, + ACTIONS(966), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1800), 1, + sym_case_subjects, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(851), 12, + STATE(878), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27764,75 +27830,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [22908] = 30, + [22923] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1062), 1, + ACTIONS(1006), 1, anon_sym_RPAREN, - ACTIONS(1064), 1, + ACTIONS(1008), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(870), 12, + STATE(899), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27845,34 +27911,34 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [23019] = 30, + [23034] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -27880,40 +27946,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(1066), 1, + ACTIONS(1010), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -27926,187 +27992,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [23130] = 5, + [23145] = 30, ACTIONS(3), 1, sym_module_comment, - 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, + ACTIONS(1012), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(1014), 1, anon_sym_POUND, + ACTIONS(1016), 1, anon_sym_LBRACK, + ACTIONS(1018), 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, - [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, + ACTIONS(1020), 1, anon_sym_DASH, + ACTIONS(1022), 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(1024), 1, anon_sym_todo, + ACTIONS(1026), 1, anon_sym_panic, + ACTIONS(1028), 1, anon_sym_echo, + ACTIONS(1030), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(1032), 1, 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, + ACTIONS(1034), 1, anon_sym_DQUOTE, + ACTIONS(1036), 1, 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(183), 1, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1070), 1, - anon_sym_RPAREN, - ACTIONS(1072), 1, - sym_float, - STATE(652), 1, + STATE(249), 1, sym_identifier, - STATE(675), 1, - sym_tuple, - STATE(676), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(312), 1, + sym_tuple, + STATE(428), 1, + sym_pipeline_echo, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1820), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1825), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(862), 12, + STATE(429), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28119,131 +28073,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [23363] = 5, - ACTIONS(3), 1, - sym_module_comment, - 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, - 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, - [23424] = 30, + [23256] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1076), 1, - anon_sym_RPAREN, - ACTIONS(1078), 1, + ACTIONS(896), 1, sym_float, - STATE(652), 1, + ACTIONS(1046), 1, + anon_sym_RPAREN, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(873), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28256,131 +28154,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [23535] = 5, - ACTIONS(3), 1, - sym_module_comment, - 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, - 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, - [23596] = 30, + [23367] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(1056), 1, + anon_sym_DASH, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(1060), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(1062), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(1064), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1068), 1, + anon_sym_BANG, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1072), 1, + sym_float, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(187), 1, - sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(896), 1, - sym_float, ACTIONS(1080), 1, - anon_sym_RPAREN, - STATE(652), 1, + sym__upname, + STATE(27), 1, sym_identifier, - STATE(675), 1, + STATE(76), 1, sym_tuple, - STATE(676), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(115), 1, + sym_pipeline_echo, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(117), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28393,34 +28235,34 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [23707] = 30, + [23478] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -28430,38 +28272,38 @@ static const uint16_t ts_small_parse_table[] = { sym_float, ACTIONS(1082), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28474,75 +28316,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [23818] = 30, + [23589] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, - anon_sym_todo, - ACTIONS(205), 1, - anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1000), 1, + ACTIONS(1084), 1, + anon_sym_RPAREN, + ACTIONS(1086), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, - STATE(1813), 1, - sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(888), 12, + STATE(865), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28555,7 +28397,62 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [23929] = 4, + [23700] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(608), 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(606), 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, + [23759] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -28585,7 +28482,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(634), 27, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -28610,75 +28507,75 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [23988] = 30, + [23818] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(896), 1, - sym_float, - ACTIONS(1084), 1, + ACTIONS(1088), 1, anon_sym_RPAREN, - STATE(652), 1, + ACTIONS(1090), 1, + sym_float, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(900), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28691,75 +28588,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [24099] = 30, + [23929] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, - anon_sym_todo, - ACTIONS(35), 1, - anon_sym_panic, - ACTIONS(39), 1, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1088), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, anon_sym_echo, - ACTIONS(1090), 1, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(966), 1, sym_float, - STATE(54), 1, + STATE(649), 1, sym_identifier, - STATE(84), 1, + STATE(681), 1, sym_tuple, - STATE(117), 1, + STATE(685), 1, sym_anonymous_function, - STATE(131), 1, - sym_pipeline_echo, - STATE(1623), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1821), 1, sym__maybe_tuple_expression, + STATE(1824), 1, + sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(132), 12, + STATE(878), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28772,75 +28669,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [24210] = 30, + [24040] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 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, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1092), 1, - anon_sym_RPAREN, - ACTIONS(1094), 1, + ACTIONS(966), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1794), 1, + sym_case_subjects, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(869), 12, + STATE(878), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28853,75 +28750,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [24321] = 30, + [24151] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(189), 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, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1092), 1, + anon_sym_POUND, + ACTIONS(1094), 1, + anon_sym_LBRACK, + ACTIONS(1096), 1, + anon_sym_LT_LT, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1100), 1, + anon_sym_echo, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1106), 1, + sym_float, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(896), 1, - sym_float, - ACTIONS(1096), 1, - anon_sym_RPAREN, - STATE(652), 1, + STATE(563), 1, sym_identifier, - STATE(675), 1, + STATE(585), 1, sym_tuple, - STATE(676), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(612), 1, + sym_pipeline_echo, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1792), 1, - sym__maybe_record_expression, - STATE(1799), 1, + STATE(1782), 1, sym__maybe_tuple_expression, + STATE(1831), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(590), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -28934,34 +28831,34 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [24432] = 30, + [24262] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -28969,40 +28866,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(1098), 1, + ACTIONS(1116), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29015,75 +28912,187 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [24543] = 30, + [24373] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(461), 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(459), 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, + [24434] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(648), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(461), 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(459), 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, + [24495] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(896), 1, - sym_float, - ACTIONS(1100), 1, + ACTIONS(1118), 1, anon_sym_RPAREN, - STATE(652), 1, + ACTIONS(1120), 1, + sym_float, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(879), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29096,75 +29105,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [24654] = 30, + [24606] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(896), 1, + ACTIONS(1122), 1, + anon_sym_RBRACK, + ACTIONS(1124), 1, sym_float, - ACTIONS(1102), 1, - anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(860), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29177,14 +29186,17 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [24765] = 4, + [24717] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(1128), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(614), 20, - anon_sym_as, + ACTIONS(600), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -29204,10 +29216,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(612), 27, + ACTIONS(598), 26, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -29232,75 +29243,75 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [24824] = 30, + [24780] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1104), 1, - anon_sym_RPAREN, - ACTIONS(1106), 1, + ACTIONS(1130), 1, + anon_sym_RBRACK, + ACTIONS(1132), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(866), 12, + STATE(844), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29313,75 +29324,156 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [24935] = 30, + [24891] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(215), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(217), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(219), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(221), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(87), 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(235), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(237), 1, anon_sym_panic, - ACTIONS(229), 1, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(966), 1, + sym_float, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + STATE(1835), 1, + sym_case_subjects, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(878), 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, + [25002] = 30, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1108), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1110), 1, - anon_sym_echo, - ACTIONS(1112), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1114), 1, + ACTIONS(896), 1, sym_float, - STATE(899), 1, + ACTIONS(1134), 1, + anon_sym_RPAREN, + STATE(649), 1, sym_identifier, - STATE(932), 1, + STATE(681), 1, sym_tuple, - STATE(934), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1017), 1, - sym_pipeline_echo, - STATE(1714), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1755), 1, - sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(931), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1016), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29394,13 +29486,16 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [25046] = 4, + [25113] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(642), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(423), 19, + ACTIONS(461), 20, + anon_sym_as, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -29420,11 +29515,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(421), 28, + ACTIONS(459), 26, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -29449,75 +29542,75 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [25105] = 30, + [25174] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1116), 1, - anon_sym_RBRACK, - ACTIONS(1118), 1, + ACTIONS(896), 1, sym_float, - STATE(652), 1, + ACTIONS(1136), 1, + anon_sym_RPAREN, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(853), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29530,14 +29623,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [25216] = 4, + [25285] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(648), 20, - anon_sym_as, + ACTIONS(381), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -29557,9 +29649,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(646), 27, + ACTIONS(379), 28, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -29585,74 +29678,98 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [25275] = 6, + [25344] = 30, 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, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 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(81), 1, anon_sym_todo, + ACTIONS(83), 1, anon_sym_panic, - anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, sym__decimal, + ACTIONS(99), 1, 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, + ACTIONS(101), 1, + sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1138), 1, + anon_sym_echo, + ACTIONS(1140), 1, sym_float, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(718), 1, + sym_pipeline_echo, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [25338] = 6, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(804), 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, + [25455] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1124), 1, + ACTIONS(1142), 1, anon_sym_LPAREN, - ACTIONS(1126), 1, + ACTIONS(1144), 1, anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(604), 19, + ACTIONS(618), 19, anon_sym_SLASH, anon_sym_DASH, anon_sym_fn, @@ -29672,7 +29789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(602), 26, + ACTIONS(616), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -29699,75 +29816,75 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [25401] = 30, + [25518] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1128), 1, + ACTIONS(1146), 1, anon_sym_RBRACK, - ACTIONS(1130), 1, + ACTIONS(1148), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(861), 12, + STATE(845), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29780,75 +29897,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [25512] = 30, + [25629] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 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, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(896), 1, + ACTIONS(966), 1, sym_float, - ACTIONS(1132), 1, - anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, + STATE(1846), 1, + sym_case_subjects, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(878), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29861,75 +29978,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [25623] = 30, + [25740] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1134), 1, - anon_sym_RBRACK, - ACTIONS(1136), 1, + ACTIONS(1150), 1, + anon_sym_RPAREN, + ACTIONS(1152), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(857), 12, + STATE(872), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -29942,156 +30059,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [25734] = 30, + [25851] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(165), 1, - anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(896), 1, - sym_float, - ACTIONS(1138), 1, - anon_sym_RPAREN, - 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(846), 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, - [25845] = 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, + ACTIONS(1154), 1, anon_sym_fn, - ACTIONS(167), 1, - anon_sym_todo, - ACTIONS(169), 1, - anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(1156), 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(1140), 1, - anon_sym_RPAREN, - ACTIONS(1142), 1, + ACTIONS(1158), 1, sym_float, - STATE(652), 1, + STATE(74), 1, sym_identifier, - STATE(675), 1, - sym_tuple, - STATE(676), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(92), 1, + sym_tuple, + STATE(164), 1, + sym_pipeline_echo, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(875), 12, + STATE(163), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30104,15 +30140,15 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [25956] = 5, + [25962] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, + ACTIONS(1160), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 20, + ACTIONS(618), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -30133,7 +30169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(435), 26, + ACTIONS(616), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -30160,13 +30196,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [26017] = 4, + [26023] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1162), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(610), 20, + ACTIONS(600), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -30187,10 +30225,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(608), 27, + ACTIONS(598), 26, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -30215,75 +30252,75 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [26076] = 30, + [26084] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1144), 1, - anon_sym_RPAREN, - ACTIONS(1146), 1, + ACTIONS(1164), 1, + anon_sym_echo, + ACTIONS(1166), 1, sym_float, - STATE(652), 1, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(520), 1, + sym_pipeline_echo, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(895), 12, + STATE(519), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30296,130 +30333,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [26187] = 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, - 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(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, - [26246] = 30, + [26195] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(173), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1148), 1, - anon_sym_echo, - ACTIONS(1150), 1, + ACTIONS(1168), 1, + anon_sym_RPAREN, + ACTIONS(1170), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(741), 1, - sym_pipeline_echo, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(817), 12, + STATE(881), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30432,89 +30414,34 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [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, + [26306] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, @@ -30522,40 +30449,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(896), 1, sym_float, - ACTIONS(1152), 1, + ACTIONS(1172), 1, anon_sym_RPAREN, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30568,75 +30495,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [26527] = 30, + [26417] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(191), 1, - anon_sym_fn, - ACTIONS(193), 1, - anon_sym_todo, - ACTIONS(195), 1, - anon_sym_panic, - ACTIONS(199), 1, - anon_sym_case, - ACTIONS(1154), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(1156), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(1158), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(1160), 1, - anon_sym_DASH, - ACTIONS(1162), 1, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(1164), 1, - anon_sym_BANG, - ACTIONS(1166), 1, + ACTIONS(87), 1, + anon_sym_case, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(1168), 1, - sym_float, - ACTIONS(1172), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1174), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(101), 1, sym__upname, - STATE(562), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(896), 1, + sym_float, + ACTIONS(1174), 1, + anon_sym_RPAREN, + STATE(649), 1, sym_identifier, - STATE(583), 1, + STATE(681), 1, sym_tuple, - STATE(585), 1, + STATE(685), 1, sym_anonymous_function, - STATE(627), 1, - sym_pipeline_echo, - STATE(1674), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(637), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30649,73 +30576,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [26638] = 29, + [26528] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1178), 1, + ACTIONS(896), 1, sym_float, - STATE(652), 1, + ACTIONS(1176), 1, + anon_sym_RPAREN, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(977), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30728,77 +30657,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [26746] = 31, + [26639] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(189), 1, anon_sym_LBRACE, - ACTIONS(383), 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(1092), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1094), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1096), 1, anon_sym_LT_LT, - ACTIONS(391), 1, - anon_sym_fn, - ACTIONS(399), 1, - anon_sym_case, - ACTIONS(409), 1, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(1180), 1, - anon_sym_GT_GT, - 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, + ACTIONS(1178), 1, sym_float, - STATE(199), 1, + STATE(563), 1, sym_identifier, - STATE(217), 1, + STATE(585), 1, sym_tuple, - STATE(218), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1534), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1758), 1, - sym__maybe_record_expression, - STATE(1886), 1, + STATE(1782), 1, sym__maybe_tuple_expression, + STATE(1831), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(622), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -30809,67 +30736,128 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [26858] = 29, + [26747] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1188), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1180), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1182), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1190), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1184), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1186), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1192), 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), 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, + [26819] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1192), 1, + ACTIONS(1194), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, @@ -30888,73 +30876,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [26966] = 29, + [26927] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, - anon_sym_DASH, - ACTIONS(1016), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(1018), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(1020), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(1026), 1, - anon_sym_BANG, - ACTIONS(1028), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(1034), 1, + ACTIONS(93), 1, + sym_float, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1036), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1194), 1, - anon_sym_echo, - ACTIONS(1196), 1, - sym_float, - STATE(260), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + STATE(649), 1, sym_identifier, - STATE(297), 1, + STATE(681), 1, sym_tuple, - STATE(327), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(382), 12, + STATE(810), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -30967,73 +30955,127 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [27074] = 29, + [27035] = 4, ACTIONS(3), 1, sym_module_comment, - 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, - ACTIONS(1014), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(708), 20, + anon_sym_as, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(1016), 1, anon_sym_fn, - ACTIONS(1018), 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(1020), 1, anon_sym_panic, - ACTIONS(1024), 1, + anon_sym_echo, anon_sym_case, - ACTIONS(1026), 1, + anon_sym_let, + anon_sym_assert, + anon_sym_use, 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(1198), 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, + ACTIONS(706), 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, + [27093] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 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(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1196), 1, + sym_float, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(392), 12, + STATE(820), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31046,77 +31088,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [27182] = 31, + [27201] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1184), 1, - anon_sym_todo, - ACTIONS(1186), 1, - anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1198), 1, sym_float, - ACTIONS(1200), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(717), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -31127,77 +31167,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [27294] = 31, + [27309] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1184), 1, - anon_sym_todo, - ACTIONS(1186), 1, - anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1200), 1, sym_float, - ACTIONS(1202), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(817), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -31208,73 +31246,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [27406] = 29, + [27417] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, - anon_sym_DASH, - ACTIONS(1016), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(1018), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(1020), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(1026), 1, - anon_sym_BANG, - ACTIONS(1028), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(1034), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1036), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1194), 1, - anon_sym_echo, - ACTIONS(1204), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1202), 1, sym_float, - STATE(260), 1, + STATE(649), 1, sym_identifier, - STATE(297), 1, + STATE(681), 1, sym_tuple, - STATE(327), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(380), 12, + STATE(814), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31287,75 +31325,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [27514] = 29, + [27525] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 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, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(1204), 1, + anon_sym_GT_GT, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1206), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1019), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -31366,73 +31406,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [27622] = 29, + [27637] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, - anon_sym_DASH, - ACTIONS(1016), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(1018), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(1020), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(1026), 1, - anon_sym_BANG, - ACTIONS(1028), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(1034), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1036), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1194), 1, - anon_sym_echo, - ACTIONS(1208), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1216), 1, sym_float, - STATE(260), 1, + STATE(649), 1, sym_identifier, - STATE(297), 1, + STATE(681), 1, sym_tuple, - STATE(327), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(396), 12, + STATE(813), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31445,73 +31485,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [27730] = 29, + [27745] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(159), 1, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, - anon_sym_todo, - ACTIONS(205), 1, - anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1210), 1, - anon_sym_LBRACE, - ACTIONS(1213), 1, + ACTIONS(1218), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(914), 12, + STATE(808), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31524,73 +31564,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [27838] = 29, + [27853] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(389), 1, - anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(407), 1, - anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1215), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1220), 1, sym_float, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(517), 12, + STATE(807), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31603,77 +31643,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [27946] = 31, + [27961] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(1184), 1, + ACTIONS(1208), 1, anon_sym_todo, - ACTIONS(1186), 1, + ACTIONS(1210), 1, anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1214), 1, sym_float, - ACTIONS(1217), 1, + ACTIONS(1222), 1, anon_sym_GT_GT, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1493), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -31684,73 +31724,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [28058] = 29, + [28073] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, - anon_sym_DASH, - ACTIONS(1016), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(1018), 1, - anon_sym_todo, - ACTIONS(1020), 1, - anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(1026), 1, - anon_sym_BANG, - ACTIONS(1028), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(1034), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1036), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1194), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, anon_sym_echo, - ACTIONS(1219), 1, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1224), 1, sym_float, - STATE(260), 1, + STATE(649), 1, sym_identifier, - STATE(297), 1, + STATE(681), 1, sym_tuple, - STATE(327), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(412), 12, + STATE(915), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31763,73 +31803,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [28166] = 29, + [28181] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(1056), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(1060), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(1062), 1, anon_sym_panic, - ACTIONS(397), 1, - anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(1068), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1080), 1, sym__upname, - ACTIONS(1221), 1, + ACTIONS(1226), 1, + anon_sym_echo, + ACTIONS(1228), 1, sym_float, - STATE(199), 1, + STATE(27), 1, sym_identifier, - STATE(217), 1, + STATE(76), 1, sym_tuple, - STATE(218), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(514), 12, + STATE(111), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31842,73 +31882,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [28274] = 29, + [28289] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(179), 1, - sym_float, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - STATE(652), 1, + ACTIONS(1230), 1, + sym_float, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(807), 12, + STATE(509), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -31921,77 +31961,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [28382] = 31, + [28397] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1184), 1, - anon_sym_todo, - ACTIONS(1186), 1, - anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1232), 1, sym_float, - ACTIONS(1223), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(954), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -32002,77 +32040,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [28494] = 31, + [28505] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(1056), 1, + anon_sym_DASH, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(1060), 1, + anon_sym_todo, + ACTIONS(1062), 1, + anon_sym_panic, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(1068), 1, + anon_sym_BANG, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1080), 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, + ACTIONS(1226), 1, + anon_sym_echo, + ACTIONS(1234), 1, sym_float, - ACTIONS(1225), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(27), 1, sym_identifier, - STATE(217), 1, + STATE(76), 1, sym_tuple, - STATE(218), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1580), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(110), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -32083,73 +32119,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [28606] = 29, + [28613] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(974), 1, - anon_sym_DASH, - ACTIONS(976), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(986), 1, - anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(994), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(996), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1227), 1, - anon_sym_echo, - ACTIONS(1229), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1236), 1, sym_float, - STATE(20), 1, + STATE(649), 1, sym_identifier, - STATE(59), 1, + STATE(681), 1, sym_tuple, - STATE(65), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1805), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1847), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(120), 12, + STATE(991), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32162,129 +32198,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [28714] = 4, + [28721] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(720), 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(85), 1, anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(718), 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, - [28772] = 29, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(157), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(203), 1, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, anon_sym_todo, - ACTIONS(205), 1, + ACTIONS(1210), 1, anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, - anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1231), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + ACTIONS(1238), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1509), 1, + sym_expression_bit_string_segment, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(918), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -32295,131 +32279,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [28880] = 4, + [28833] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(716), 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(714), 26, + 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_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_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, - [28938] = 31, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(171), 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(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(391), 1, - anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(63), 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, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1240), 1, sym_float, - ACTIONS(1233), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(74), 1, sym_identifier, - STATE(217), 1, - sym_tuple, - STATE(218), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(143), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -32430,141 +32358,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [29050] = 14, + [28941] = 29, 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, - ACTIONS(1253), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(698), 11, + ACTIONS(189), 1, 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), 12, - anon_sym_as, + 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, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - [29128] = 31, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, - anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1092), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1094), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1096), 1, anon_sym_LT_LT, - ACTIONS(391), 1, - anon_sym_fn, - ACTIONS(399), 1, - anon_sym_case, - ACTIONS(409), 1, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1114), 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, + ACTIONS(1242), 1, sym_float, - ACTIONS(1255), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(563), 1, sym_identifier, - STATE(217), 1, + STATE(585), 1, sym_tuple, - STATE(218), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1409), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1758), 1, - sym__maybe_record_expression, - STATE(1886), 1, + STATE(1782), 1, sym__maybe_tuple_expression, + STATE(1831), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(609), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -32575,137 +32437,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [29240] = 14, + [29049] = 29, 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, - ACTIONS(1253), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(726), 11, + ACTIONS(189), 1, 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(728), 12, - anon_sym_as, + 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, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - [29318] = 29, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(213), 1, - anon_sym_LBRACE, - ACTIONS(215), 1, + ACTIONS(1092), 1, anon_sym_POUND, - ACTIONS(217), 1, + ACTIONS(1094), 1, anon_sym_LBRACK, - ACTIONS(219), 1, + ACTIONS(1096), 1, anon_sym_LT_LT, - 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, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(1108), 1, - anon_sym_DASH, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1257), 1, + ACTIONS(1244), 1, sym_float, - STATE(899), 1, + STATE(563), 1, sym_identifier, - STATE(932), 1, + STATE(585), 1, sym_tuple, - STATE(934), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1755), 1, + STATE(1782), 1, sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1831), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(931), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1014), 12, + STATE(608), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32718,73 +32516,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [29426] = 29, + [29157] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(189), 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, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(227), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(229), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(1092), 1, + anon_sym_POUND, + ACTIONS(1094), 1, + anon_sym_LBRACK, + ACTIONS(1096), 1, + anon_sym_LT_LT, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(1108), 1, - anon_sym_DASH, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1259), 1, + ACTIONS(1246), 1, sym_float, - STATE(899), 1, + STATE(563), 1, sym_identifier, - STATE(932), 1, + STATE(585), 1, sym_tuple, - STATE(934), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1755), 1, + STATE(1782), 1, sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1831), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(931), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1012), 12, + STATE(602), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32797,73 +32595,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [29534] = 29, + [29265] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(189), 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, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(227), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(229), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(1092), 1, + anon_sym_POUND, + ACTIONS(1094), 1, + anon_sym_LBRACK, + ACTIONS(1096), 1, + anon_sym_LT_LT, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(1108), 1, - anon_sym_DASH, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1261), 1, + ACTIONS(1248), 1, sym_float, - STATE(899), 1, + STATE(563), 1, sym_identifier, - STATE(932), 1, + STATE(585), 1, sym_tuple, - STATE(934), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1755), 1, + STATE(1782), 1, sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1831), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(931), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1002), 12, + STATE(591), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32876,73 +32674,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [29642] = 29, + [29373] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(215), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(217), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(219), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(221), 1, - anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(227), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(229), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1108), 1, - anon_sym_DASH, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1263), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1250), 1, sym_float, - STATE(899), 1, + STATE(74), 1, sym_identifier, - STATE(932), 1, - sym_tuple, - STATE(934), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1755), 1, - sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1862), 1, sym__maybe_record_expression, + STATE(1863), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(931), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(999), 12, + STATE(152), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -32955,73 +32753,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [29750] = 29, + [29481] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(215), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(217), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(219), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(221), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(227), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(229), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1108), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1112), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1265), 1, + ACTIONS(1252), 1, sym_float, - STATE(899), 1, + STATE(649), 1, sym_identifier, - STATE(932), 1, + STATE(681), 1, sym_tuple, - STATE(934), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1755), 1, - sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(931), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(996), 12, + STATE(992), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33034,73 +32832,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [29858] = 29, + [29589] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(189), 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, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(227), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(229), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(1092), 1, + anon_sym_POUND, + ACTIONS(1094), 1, + anon_sym_LBRACK, + ACTIONS(1096), 1, + anon_sym_LT_LT, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(1108), 1, - anon_sym_DASH, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1267), 1, + ACTIONS(1254), 1, sym_float, - STATE(899), 1, + STATE(563), 1, sym_identifier, - STATE(932), 1, + STATE(585), 1, sym_tuple, - STATE(934), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1755), 1, + STATE(1782), 1, sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1831), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(931), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(994), 12, + STATE(598), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33113,73 +32911,127 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [29966] = 29, + [29697] = 4, ACTIONS(3), 1, sym_module_comment, - 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(716), 20, + anon_sym_as, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(976), 1, anon_sym_fn, - ACTIONS(978), 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(980), 1, anon_sym_panic, - ACTIONS(984), 1, + anon_sym_echo, anon_sym_case, - ACTIONS(986), 1, + anon_sym_let, + anon_sym_assert, + anon_sym_use, 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(1269), 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(714), 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, + [29755] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 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(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1256), 1, + sym_float, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(119), 12, + STATE(997), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33192,73 +33044,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [30074] = 29, + [29863] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(189), 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, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(227), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(229), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(1092), 1, + anon_sym_POUND, + ACTIONS(1094), 1, + anon_sym_LBRACK, + ACTIONS(1096), 1, + anon_sym_LT_LT, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(1108), 1, - anon_sym_DASH, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1271), 1, + ACTIONS(1258), 1, sym_float, - STATE(899), 1, + STATE(563), 1, sym_identifier, - STATE(932), 1, + STATE(585), 1, sym_tuple, - STATE(934), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1755), 1, + STATE(1782), 1, sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1831), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(931), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(986), 12, + STATE(637), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33271,73 +33123,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [30182] = 29, + [29971] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(189), 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, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1092), 1, + anon_sym_POUND, + ACTIONS(1094), 1, + anon_sym_LBRACK, + ACTIONS(1096), 1, + anon_sym_LT_LT, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1273), 1, + ACTIONS(1260), 1, sym_float, - STATE(652), 1, + STATE(563), 1, sym_identifier, - STATE(675), 1, + STATE(585), 1, sym_tuple, - STATE(676), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1792), 1, - sym__maybe_record_expression, - STATE(1799), 1, + STATE(1782), 1, sym__maybe_tuple_expression, + STATE(1831), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(820), 12, + STATE(635), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33350,73 +33202,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [30290] = 29, + [30079] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(215), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(217), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(219), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(221), 1, - anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(227), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(229), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1108), 1, - anon_sym_DASH, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1275), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1262), 1, sym_float, - STATE(899), 1, + STATE(74), 1, sym_identifier, - STATE(932), 1, - sym_tuple, - STATE(934), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1755), 1, - sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1862), 1, sym__maybe_record_expression, + STATE(1863), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(931), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(985), 12, + STATE(160), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33429,73 +33281,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [30398] = 29, + [30187] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, + ACTIONS(1056), 1, anon_sym_DASH, - ACTIONS(1016), 1, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(1018), 1, + ACTIONS(1060), 1, anon_sym_todo, - ACTIONS(1020), 1, + ACTIONS(1062), 1, anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(1026), 1, + ACTIONS(1068), 1, anon_sym_BANG, - ACTIONS(1028), 1, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(1034), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(1036), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(1080), 1, sym__upname, - ACTIONS(1194), 1, + ACTIONS(1226), 1, anon_sym_echo, - ACTIONS(1277), 1, + ACTIONS(1264), 1, sym_float, - STATE(260), 1, + STATE(27), 1, sym_identifier, - STATE(297), 1, + STATE(76), 1, sym_tuple, - STATE(327), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1809), 1, sym__maybe_record_expression, + STATE(1876), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(379), 12, + STATE(97), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33508,73 +33360,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [30506] = 29, + [30295] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(391), 1, - anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1279), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1266), 1, sym_float, - STATE(199), 1, + STATE(74), 1, sym_identifier, - STATE(217), 1, - sym_tuple, - STATE(218), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(522), 12, + STATE(156), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33587,73 +33439,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [30614] = 29, + [30403] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(974), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(976), 1, - anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(986), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(994), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(996), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1227), 1, - anon_sym_echo, - ACTIONS(1281), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1268), 1, sym_float, - STATE(20), 1, + STATE(74), 1, sym_identifier, - STATE(59), 1, - sym_tuple, - STATE(65), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1805), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1847), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(89), 12, + STATE(155), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33666,73 +33518,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [30722] = 29, + [30511] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, + ACTIONS(11), 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, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(1156), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(1158), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(1160), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(1164), 1, + 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(1166), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(1172), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(1174), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1283), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1270), 1, sym_float, - STATE(562), 1, + STATE(74), 1, sym_identifier, - STATE(583), 1, - sym_tuple, - STATE(585), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1862), 1, sym__maybe_record_expression, + STATE(1863), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(612), 12, + STATE(154), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33745,7 +33597,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [30830] = 29, + [30619] = 29, ACTIONS(3), 1, sym_module_comment, ACTIONS(11), 1, @@ -33776,42 +33628,42 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(63), 1, sym__upname, - ACTIONS(1086), 1, + ACTIONS(1154), 1, anon_sym_fn, - ACTIONS(1285), 1, + ACTIONS(1272), 1, sym_float, - STATE(54), 1, + STATE(74), 1, sym_identifier, - STATE(84), 1, - sym_tuple, - STATE(117), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(93), 2, sym_record, sym_record_update, ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(133), 12, + STATE(150), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33824,77 +33676,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [30938] = 31, + [30727] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(391), 1, - anon_sym_fn, - ACTIONS(399), 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(409), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(63), 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, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1274), 1, sym_float, - ACTIONS(1287), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(74), 1, sym_identifier, - STATE(217), 1, - sym_tuple, - STATE(218), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(132), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -33905,73 +33755,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [31050] = 29, + [30835] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1289), 1, + ACTIONS(1276), 1, sym_float, - STATE(652), 1, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(947), 12, + STATE(510), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -33984,250 +33834,235 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [31158] = 4, + [30943] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(712), 20, - anon_sym_as, - anon_sym_SLASH, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(421), 1, anon_sym_DASH, + ACTIONS(423), 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(425), 1, anon_sym_todo, + ACTIONS(427), 1, anon_sym_panic, + ACTIONS(429), 1, anon_sym_echo, + ACTIONS(431), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(439), 1, anon_sym_BANG, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, sym__decimal, + ACTIONS(449), 1, 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, + ACTIONS(451), 1, + sym__upname, + ACTIONS(1278), 1, sym_float, + STATE(211), 1, + sym_identifier, + STATE(218), 1, + sym_tuple, + STATE(220), 1, + sym_anonymous_function, + STATE(1653), 1, + sym__maybe_function_expression, + STATE(1762), 1, + sym__maybe_record_expression, + STATE(1826), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(187), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(214), 2, + sym_record, + sym_record_update, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [31216] = 15, + STATE(202), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(527), 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, + [31051] = 29, 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(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, + ACTIONS(71), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(73), 1, anon_sym_POUND, + ACTIONS(75), 1, anon_sym_LBRACK, + ACTIONS(77), 1, anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(656), 11, + ACTIONS(79), 1, anon_sym_fn, + ACTIONS(81), 1, anon_sym_todo, + ACTIONS(83), 1, anon_sym_panic, + ACTIONS(85), 1, anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, sym__decimal, + ACTIONS(99), 1, 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, + ACTIONS(101), 1, + sym__upname, + 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_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(710), 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, + ACTIONS(1280), 1, sym_float, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [31358] = 29, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1024), 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, + [31159] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(419), 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(423), 1, + anon_sym_fn, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1293), 1, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, + anon_sym_BANG, + ACTIONS(1214), 1, sym_float, - STATE(54), 1, + ACTIONS(1282), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(84), 1, + STATE(218), 1, sym_tuple, - STATE(117), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(141), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -34238,136 +34073,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [31466] = 13, + [31271] = 29, ACTIONS(3), 1, sym_module_comment, - 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, + ACTIONS(73), 1, anon_sym_POUND, + ACTIONS(75), 1, anon_sym_LBRACK, + ACTIONS(77), 1, 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, + ACTIONS(79), 1, anon_sym_fn, - anon_sym_todo, - anon_sym_panic, - anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, sym__decimal, + ACTIONS(99), 1, 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, + ACTIONS(101), 1, + sym__upname, + ACTIONS(235), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(237), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(239), 1, anon_sym_echo, - ACTIONS(39), 1, - anon_sym_case, - ACTIONS(47), 1, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 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(1295), 1, + ACTIONS(1224), 1, sym_float, - STATE(54), 1, + ACTIONS(1284), 1, + anon_sym_LBRACE, + STATE(649), 1, sym_identifier, - STATE(84), 1, + STATE(681), 1, sym_tuple, - STATE(117), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(134), 12, + STATE(915), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34380,73 +34152,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [31650] = 29, + [31379] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(27), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(47), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1297), 1, + ACTIONS(1287), 1, sym_float, - STATE(54), 1, + STATE(211), 1, sym_identifier, - STATE(84), 1, + STATE(218), 1, sym_tuple, - STATE(117), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(135), 12, + STATE(526), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34459,73 +34231,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [31758] = 29, + [31487] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(211), 1, + anon_sym_fn, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(217), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(225), 1, + sym_float, + ACTIONS(229), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1299), 1, - sym_float, - STATE(54), 1, + ACTIONS(968), 1, + anon_sym_DASH, + ACTIONS(972), 1, + anon_sym_BANG, + STATE(862), 1, sym_identifier, - STATE(84), 1, + STATE(933), 1, sym_tuple, - STATE(117), 1, + STATE(935), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1864), 1, - sym__maybe_record_expression, - STATE(1866), 1, + STATE(1760), 1, sym__maybe_tuple_expression, + STATE(1842), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(147), 12, + STATE(961), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34538,75 +34310,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [31866] = 29, + [31595] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 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, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(896), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + ACTIONS(1289), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(846), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -34617,73 +34391,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [31974] = 29, + [31707] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(217), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(968), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(1301), 1, + ACTIONS(1291), 1, sym_float, - STATE(652), 1, + STATE(862), 1, sym_identifier, - STATE(675), 1, + STATE(933), 1, sym_tuple, - STATE(676), 1, + STATE(935), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1792), 1, - sym__maybe_record_expression, - STATE(1799), 1, + STATE(1760), 1, sym__maybe_tuple_expression, + STATE(1842), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(976), 12, + STATE(993), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34696,73 +34470,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [32082] = 29, + [31815] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(215), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(217), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(219), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(221), 1, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(227), 1, + ACTIONS(217), 1, anon_sym_echo, - ACTIONS(229), 1, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(235), 1, - sym_float, - ACTIONS(239), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(1108), 1, + ACTIONS(968), 1, anon_sym_DASH, - ACTIONS(1112), 1, + ACTIONS(972), 1, anon_sym_BANG, - STATE(899), 1, + ACTIONS(1293), 1, + sym_float, + STATE(862), 1, sym_identifier, - STATE(932), 1, + STATE(933), 1, sym_tuple, - STATE(934), 1, + STATE(935), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1755), 1, + STATE(1760), 1, sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1842), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, STATE(931), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(958), 12, + STATE(950), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34775,7 +34549,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [32190] = 29, + [31923] = 29, ACTIONS(3), 1, sym_module_comment, ACTIONS(11), 1, @@ -34806,42 +34580,42 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(63), 1, sym__upname, - ACTIONS(1086), 1, + ACTIONS(1154), 1, anon_sym_fn, - ACTIONS(1303), 1, + ACTIONS(1295), 1, sym_float, - STATE(54), 1, + STATE(74), 1, sym_identifier, - STATE(84), 1, - sym_tuple, - STATE(117), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(93), 2, sym_record, sym_record_update, ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(136), 12, + STATE(131), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34854,73 +34628,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [32298] = 29, + [32031] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1305), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1297), 1, sym_float, - STATE(54), 1, + STATE(649), 1, sym_identifier, - STATE(84), 1, + STATE(681), 1, sym_tuple, - STATE(117), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(138), 12, + STATE(1006), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -34933,73 +34707,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [32406] = 29, + [32139] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1307), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1299), 1, sym_float, - STATE(54), 1, + STATE(649), 1, sym_identifier, - STATE(84), 1, + STATE(681), 1, sym_tuple, - STATE(117), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(139), 12, + STATE(1018), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35012,135 +34786,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [32514] = 12, + [32247] = 29, 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, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 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(816), 1, 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(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(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(1086), 1, - anon_sym_fn, - ACTIONS(1309), 1, + ACTIONS(896), 1, sym_float, - STATE(54), 1, + STATE(649), 1, sym_identifier, - STATE(84), 1, + STATE(681), 1, sym_tuple, - STATE(117), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(140), 12, + STATE(848), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35153,77 +34865,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [32696] = 31, + [32355] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1184), 1, - anon_sym_todo, - ACTIONS(1186), 1, - anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1301), 1, sym_float, - ACTIONS(1311), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(995), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -35234,73 +34944,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [32808] = 29, + [32463] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, - anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(389), 1, - anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(79), 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, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(407), 1, - anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1313), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1224), 1, sym_float, - STATE(199), 1, + ACTIONS(1303), 1, + anon_sym_LBRACE, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(515), 12, + STATE(915), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35313,136 +35023,142 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [32916] = 11, + [32571] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1249), 1, + ACTIONS(1188), 1, anon_sym_PIPE_GT, + ACTIONS(1306), 1, + anon_sym_as, + ACTIONS(1308), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1310), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1235), 2, + ACTIONS(1180), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1237), 2, + ACTIONS(1182), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1251), 2, + ACTIONS(1190), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1245), 4, + ACTIONS(1312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1184), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1247), 4, + ACTIONS(1186), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1253), 4, + ACTIONS(1192), 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), 15, + ACTIONS(726), 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, - [32988] = 29, + ACTIONS(728), 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, + [32651] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 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, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1315), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + ACTIONS(1314), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1532), 1, + sym_expression_bit_string_segment, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1006), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -35453,73 +35169,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [33096] = 29, + [32763] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1317), 1, + ACTIONS(1316), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1001), 12, + STATE(1009), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35532,75 +35248,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [33204] = 29, + [32871] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 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, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1319), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + ACTIONS(1318), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1437), 1, + sym_expression_bit_string_segment, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(973), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -35611,75 +35329,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [33312] = 29, + [32983] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(203), 1, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, anon_sym_todo, - ACTIONS(205), 1, + ACTIONS(1210), 1, anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, - anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1213), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + ACTIONS(1320), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(914), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -35690,73 +35410,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [33420] = 29, + [33095] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(189), 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, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(1092), 1, + anon_sym_POUND, + ACTIONS(1094), 1, + anon_sym_LBRACK, + ACTIONS(1096), 1, + anon_sym_LT_LT, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(1321), 1, + ACTIONS(1322), 1, sym_float, - STATE(199), 1, + STATE(563), 1, sym_identifier, - STATE(217), 1, + STATE(585), 1, sym_tuple, - STATE(218), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1758), 1, - sym__maybe_record_expression, - STATE(1794), 1, + STATE(1782), 1, sym__maybe_tuple_expression, + STATE(1831), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(521), 12, + STATE(620), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35769,73 +35489,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [33528] = 29, + [33203] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, - anon_sym_todo, - ACTIONS(205), 1, - anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1323), 1, + ACTIONS(1324), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(917), 12, + STATE(975), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35848,73 +35568,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [33636] = 29, + [33311] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(27), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(47), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1325), 1, + ACTIONS(1326), 1, sym_float, - STATE(54), 1, + STATE(211), 1, sym_identifier, - STATE(84), 1, + STATE(218), 1, sym_tuple, - STATE(117), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(155), 12, + STATE(511), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -35927,73 +35647,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [33744] = 29, + [33419] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(974), 1, - anon_sym_DASH, - ACTIONS(976), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(986), 1, - anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(994), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(996), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1227), 1, - anon_sym_echo, - ACTIONS(1327), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1328), 1, sym_float, - STATE(20), 1, + STATE(649), 1, sym_identifier, - STATE(59), 1, + STATE(681), 1, sym_tuple, - STATE(65), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1805), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1847), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(96), 12, + STATE(970), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36006,73 +35726,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [33852] = 29, + [33527] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(974), 1, - anon_sym_DASH, - ACTIONS(976), 1, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(217), 1, + anon_sym_echo, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(986), 1, - anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(994), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(996), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(1227), 1, - anon_sym_echo, - ACTIONS(1329), 1, + ACTIONS(968), 1, + anon_sym_DASH, + ACTIONS(972), 1, + anon_sym_BANG, + ACTIONS(1330), 1, sym_float, - STATE(20), 1, + STATE(862), 1, sym_identifier, - STATE(59), 1, + STATE(933), 1, sym_tuple, - STATE(65), 1, + STATE(935), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1805), 1, - sym__maybe_record_expression, - STATE(1847), 1, + STATE(1760), 1, sym__maybe_tuple_expression, + STATE(1842), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(104), 12, + STATE(957), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36085,73 +35805,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [33960] = 29, + [33635] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(974), 1, - anon_sym_DASH, - ACTIONS(976), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(986), 1, - anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(994), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(996), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1227), 1, - anon_sym_echo, - ACTIONS(1331), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1332), 1, sym_float, - STATE(20), 1, + STATE(649), 1, sym_identifier, - STATE(59), 1, + STATE(681), 1, sym_tuple, - STATE(65), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1805), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1847), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(101), 12, + STATE(1022), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36164,73 +35884,127 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [34068] = 29, + [33743] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(652), 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(650), 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, + [33801] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(217), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(968), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(1333), 1, + ACTIONS(1334), 1, sym_float, - STATE(652), 1, + STATE(862), 1, sym_identifier, - STATE(675), 1, + STATE(933), 1, sym_tuple, - STATE(676), 1, + STATE(935), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1792), 1, - sym__maybe_record_expression, - STATE(1799), 1, + STATE(1760), 1, sym__maybe_tuple_expression, + STATE(1842), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(819), 12, + STATE(958), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36243,73 +36017,127 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [34176] = 29, + [33909] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(742), 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(740), 26, anon_sym_LBRACE, - ACTIONS(968), 1, + anon_sym_RBRACE, 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_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_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, + [33967] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(203), 1, + anon_sym_LBRACE, + ACTIONS(205), 1, + anon_sym_POUND, + ACTIONS(207), 1, + anon_sym_LBRACK, + ACTIONS(209), 1, + anon_sym_LT_LT, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(217), 1, + anon_sym_echo, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(986), 1, - anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(994), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(996), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(1227), 1, - anon_sym_echo, - ACTIONS(1335), 1, + ACTIONS(968), 1, + anon_sym_DASH, + ACTIONS(972), 1, + anon_sym_BANG, + ACTIONS(1336), 1, sym_float, - STATE(20), 1, + STATE(862), 1, sym_identifier, - STATE(59), 1, + STATE(933), 1, sym_tuple, - STATE(65), 1, + STATE(935), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1805), 1, - sym__maybe_record_expression, - STATE(1847), 1, + STATE(1760), 1, sym__maybe_tuple_expression, + STATE(1842), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(99), 12, + STATE(959), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36322,73 +36150,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [34284] = 29, + [34075] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(974), 1, - anon_sym_DASH, - ACTIONS(976), 1, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(217), 1, + anon_sym_echo, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(986), 1, - anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(994), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(996), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(1227), 1, - anon_sym_echo, - ACTIONS(1337), 1, + ACTIONS(968), 1, + anon_sym_DASH, + ACTIONS(972), 1, + anon_sym_BANG, + ACTIONS(1338), 1, sym_float, - STATE(20), 1, + STATE(862), 1, sym_identifier, - STATE(59), 1, + STATE(933), 1, sym_tuple, - STATE(65), 1, + STATE(935), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1805), 1, - sym__maybe_record_expression, - STATE(1847), 1, + STATE(1760), 1, sym__maybe_tuple_expression, + STATE(1842), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(106), 12, + STATE(966), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36401,73 +36229,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [34392] = 29, + [34183] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(217), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(968), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(1339), 1, + ACTIONS(1340), 1, sym_float, - STATE(652), 1, + STATE(862), 1, sym_identifier, - STATE(675), 1, + STATE(933), 1, sym_tuple, - STATE(676), 1, + STATE(935), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1792), 1, - sym__maybe_record_expression, - STATE(1799), 1, + STATE(1760), 1, sym__maybe_tuple_expression, + STATE(1842), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(951), 12, + STATE(968), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36480,73 +36308,152 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [34500] = 29, + [34291] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(974), 1, - anon_sym_DASH, - ACTIONS(976), 1, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(217), 1, + anon_sym_echo, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(986), 1, + ACTIONS(223), 1, + anon_sym_DQUOTE, + ACTIONS(229), 1, + sym__decimal, + ACTIONS(231), 1, + sym__name, + ACTIONS(233), 1, + sym__upname, + ACTIONS(968), 1, + anon_sym_DASH, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(1342), 1, + sym_float, + STATE(862), 1, + sym_identifier, + STATE(933), 1, + sym_tuple, + STATE(935), 1, + sym_anonymous_function, + STATE(1718), 1, + sym__maybe_function_expression, + STATE(1760), 1, + sym__maybe_tuple_expression, + STATE(1842), 1, + sym__maybe_record_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(856), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(931), 2, + sym_record, + sym_record_update, + ACTIONS(227), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(873), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(969), 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, + [34399] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(87), 1, + anon_sym_case, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(994), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(996), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1227), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, anon_sym_echo, - ACTIONS(1341), 1, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1344), 1, sym_float, - STATE(20), 1, + STATE(649), 1, sym_identifier, - STATE(59), 1, + STATE(681), 1, sym_tuple, - STATE(65), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1805), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1847), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(108), 12, + STATE(944), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36559,35 +36466,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [34608] = 9, + [34507] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1249), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1235), 2, + ACTIONS(758), 20, + anon_sym_as, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(1237), 2, anon_sym_DASH, + anon_sym_fn, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, anon_sym_PLUS, - ACTIONS(1251), 2, + 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(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, - ACTIONS(1253), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(712), 16, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [34565] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(762), 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, @@ -36598,7 +36547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(710), 19, + ACTIONS(760), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -36612,160 +36561,144 @@ 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, - [34676] = 29, + [34623] = 4, 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(772), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, 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_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, 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_case, + anon_sym_let, + anon_sym_assert, + anon_sym_use, anon_sym_BANG, - ACTIONS(1343), 1, + sym__decimal, + sym__name, + ACTIONS(770), 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(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(921), 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, - [34784] = 29, + sym__upname, + [34681] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(203), 1, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, anon_sym_todo, - ACTIONS(205), 1, + ACTIONS(1210), 1, anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, - anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1345), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + ACTIONS(1346), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1564), 1, + sym_expression_bit_string_segment, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(925), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -36776,75 +36709,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [34892] = 29, + [34793] = 31, 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, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(199), 1, - anon_sym_case, - ACTIONS(1154), 1, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(1156), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(1158), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(1160), 1, - anon_sym_DASH, - ACTIONS(1164), 1, - anon_sym_BANG, - ACTIONS(1166), 1, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(431), 1, + anon_sym_case, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(1172), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(1174), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1347), 1, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, + anon_sym_BANG, + ACTIONS(1214), 1, sym_float, - STATE(562), 1, + ACTIONS(1348), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(583), 1, + STATE(218), 1, sym_tuple, - STATE(585), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, + STATE(1766), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(601), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -36855,73 +36790,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [35000] = 29, + [34905] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, + ACTIONS(235), 1, anon_sym_todo, - ACTIONS(205), 1, + ACTIONS(237), 1, anon_sym_panic, - ACTIONS(207), 1, + ACTIONS(239), 1, anon_sym_echo, ACTIONS(958), 1, anon_sym_DASH, ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1349), 1, + ACTIONS(1350), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(927), 12, + STATE(941), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -36934,152 +36869,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [35108] = 29, + [35013] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(25), 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(207), 1, - anon_sym_echo, - ACTIONS(958), 1, + ACTIONS(27), 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, - 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(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, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1353), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1352), 1, sym_float, - STATE(652), 1, + STATE(74), 1, sym_identifier, - STATE(675), 1, - sym_tuple, - STATE(676), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(970), 12, + STATE(130), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37092,73 +36948,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [35324] = 29, + [35121] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(189), 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, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1092), 1, + anon_sym_POUND, + ACTIONS(1094), 1, + anon_sym_LBRACK, + ACTIONS(1096), 1, + anon_sym_LT_LT, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1355), 1, + ACTIONS(1354), 1, sym_float, - STATE(652), 1, + STATE(563), 1, sym_identifier, - STATE(675), 1, + STATE(585), 1, sym_tuple, - STATE(676), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1792), 1, - sym__maybe_record_expression, - STATE(1799), 1, + STATE(1782), 1, sym__maybe_tuple_expression, + STATE(1831), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(993), 12, + STATE(629), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37171,112 +37027,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [35432] = 29, + [35229] = 4, 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(734), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(167), 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(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, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, 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(1357), 1, + ACTIONS(732), 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(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(963), 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, - [35540] = 8, + sym__upname, + [35287] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1235), 2, + ACTIONS(696), 20, + anon_sym_as, 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, @@ -37287,7 +37108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(710), 20, + ACTIONS(694), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -37302,98 +37123,79 @@ 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, - [35606] = 29, + [35345] = 4, 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, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(720), 20, + anon_sym_as, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_fn, - ACTIONS(167), 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(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, + anon_sym_let, + anon_sym_assert, + anon_sym_use, + anon_sym_BANG, 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(1359), 1, + ACTIONS(718), 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(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(959), 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, - [35714] = 4, + sym__upname, + [35403] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(712), 20, + ACTIONS(684), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -37414,7 +37216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(710), 26, + ACTIONS(682), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -37441,73 +37243,73 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [35772] = 29, + [35461] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(1016), 1, - anon_sym_fn, - ACTIONS(1018), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(1020), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(1026), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(1028), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(1034), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(1036), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1194), 1, - anon_sym_echo, - ACTIONS(1361), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1356), 1, sym_float, - STATE(260), 1, + STATE(74), 1, sym_identifier, - STATE(297), 1, - sym_tuple, - STATE(327), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1862), 1, sym__maybe_record_expression, + STATE(1863), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(378), 12, + STATE(133), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37520,73 +37322,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [35880] = 29, + [35569] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(1056), 1, + anon_sym_DASH, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(1060), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(1062), 1, anon_sym_panic, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1068), 1, + anon_sym_BANG, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1080), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1363), 1, + ACTIONS(1226), 1, + anon_sym_echo, + ACTIONS(1358), 1, sym_float, - STATE(652), 1, + STATE(27), 1, sym_identifier, - STATE(675), 1, + STATE(76), 1, sym_tuple, - STATE(676), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(955), 12, + STATE(100), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37599,75 +37401,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [35988] = 29, + [35677] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 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, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1365), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + ACTIONS(1360), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1008), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -37678,73 +37482,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [36096] = 29, + [35789] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(1056), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(1060), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(1062), 1, anon_sym_panic, - ACTIONS(397), 1, - anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(1068), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1080), 1, sym__upname, - ACTIONS(1367), 1, + ACTIONS(1226), 1, + anon_sym_echo, + ACTIONS(1362), 1, sym_float, - STATE(199), 1, + STATE(27), 1, sym_identifier, - STATE(217), 1, + STATE(76), 1, sym_tuple, - STATE(218), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(525), 12, + STATE(104), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37757,7 +37561,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [36204] = 29, + [35897] = 29, ACTIONS(3), 1, sym_module_comment, ACTIONS(11), 1, @@ -37788,42 +37592,42 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(63), 1, sym__upname, - ACTIONS(1086), 1, + ACTIONS(1154), 1, anon_sym_fn, - ACTIONS(1369), 1, + ACTIONS(1364), 1, sym_float, - STATE(54), 1, + STATE(74), 1, sym_identifier, - STATE(84), 1, - sym_tuple, - STATE(117), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(93), 2, sym_record, sym_record_update, ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(159), 12, + STATE(145), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37836,75 +37640,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [36312] = 29, + [36005] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 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, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1371), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + ACTIONS(1366), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1023), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -37915,73 +37721,981 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [36420] = 29, + [36117] = 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(712), 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(47), 1, + anon_sym_let, + anon_sym_assert, + 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(1086), 1, - anon_sym_fn, - ACTIONS(1373), 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, + 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, + [36175] = 8, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1180), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1182), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1190), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1192), 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_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), 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, + [36241] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(87), 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(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1368), 1, + sym_float, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(939), 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, + [36349] = 9, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1188), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1180), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1182), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1190), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1192), 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_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), 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, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [36417] = 31, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(431), 1, + anon_sym_case, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, + anon_sym_BANG, + ACTIONS(1214), 1, + sym_float, + ACTIONS(1370), 1, + anon_sym_GT_GT, + STATE(211), 1, + sym_identifier, + STATE(218), 1, + sym_tuple, + STATE(220), 1, + sym_anonymous_function, + STATE(1653), 1, + sym__maybe_function_expression, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, + sym__maybe_record_expression, + STATE(1766), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(187), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(214), 2, + sym_record, + sym_record_update, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(202), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1434), 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, + [36529] = 12, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1188), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1180), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1182), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1190), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1184), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1186), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1192), 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, + [36603] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1188), 1, + anon_sym_PIPE_GT, + ACTIONS(1310), 1, + anon_sym_AMP_AMP, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1180), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1182), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1190), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1184), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1186), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1192), 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, + [36679] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1180), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1192), 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, + 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(710), 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, + [36741] = 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, + [36799] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(425), 1, + anon_sym_todo, + ACTIONS(427), 1, + anon_sym_panic, + ACTIONS(429), 1, + anon_sym_echo, + ACTIONS(431), 1, + anon_sym_case, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(1372), 1, + sym_float, + STATE(211), 1, + sym_identifier, + STATE(218), 1, + sym_tuple, + STATE(220), 1, + sym_anonymous_function, + STATE(1653), 1, + sym__maybe_function_expression, + STATE(1762), 1, + sym__maybe_record_expression, + STATE(1826), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(187), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(214), 2, + sym_record, + sym_record_update, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(202), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(518), 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, + [36907] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1188), 1, + anon_sym_PIPE_GT, + ACTIONS(1308), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1310), 1, + anon_sym_AMP_AMP, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1180), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1182), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1190), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1184), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1186), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1192), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(658), 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(660), 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, + [36985] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1188), 1, + anon_sym_PIPE_GT, + ACTIONS(1308), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1310), 1, + anon_sym_AMP_AMP, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1180), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1182), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1190), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1184), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1186), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1192), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(722), 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(724), 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, + [37063] = 31, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(431), 1, + anon_sym_case, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, + anon_sym_BANG, + ACTIONS(1214), 1, + sym_float, + ACTIONS(1374), 1, + anon_sym_GT_GT, + STATE(211), 1, + sym_identifier, + STATE(218), 1, + sym_tuple, + STATE(220), 1, + sym_anonymous_function, + STATE(1653), 1, + sym__maybe_function_expression, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, + sym__maybe_record_expression, + STATE(1766), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(187), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(214), 2, + sym_record, + sym_record_update, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(202), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1434), 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, + [37175] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(754), 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(752), 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, + [37233] = 29, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(87), 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(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1376), 1, + sym_float, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(157), 12, + STATE(938), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -37994,73 +38708,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [36528] = 29, + [37341] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 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, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1375), 1, + ACTIONS(1378), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(952), 12, + STATE(937), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38073,73 +38787,127 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [36636] = 29, + [37449] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(738), 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(736), 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, + [37507] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(1056), 1, + anon_sym_DASH, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(1060), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(1062), 1, anon_sym_panic, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1068), 1, + anon_sym_BANG, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1080), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1377), 1, + ACTIONS(1226), 1, + anon_sym_echo, + ACTIONS(1380), 1, sym_float, - STATE(652), 1, + STATE(27), 1, sym_identifier, - STATE(675), 1, + STATE(76), 1, sym_tuple, - STATE(676), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(956), 12, + STATE(127), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38152,75 +38920,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [36744] = 29, + [37615] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 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, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1379), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + ACTIONS(1382), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1411), 1, + sym_expression_bit_string_segment, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(957), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -38231,73 +39001,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [36852] = 29, + [37727] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1381), 1, + ACTIONS(1384), 1, sym_float, - STATE(652), 1, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(964), 12, + STATE(525), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38310,73 +39080,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [36960] = 29, + [37835] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(1020), 1, + anon_sym_DASH, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(1024), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(1026), 1, anon_sym_panic, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1032), 1, + anon_sym_BANG, + ACTIONS(1034), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1383), 1, + ACTIONS(1386), 1, + anon_sym_echo, + ACTIONS(1388), 1, sym_float, - STATE(652), 1, + STATE(249), 1, sym_identifier, - STATE(675), 1, - sym_tuple, - STATE(676), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1820), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1825), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(965), 12, + STATE(391), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38389,73 +39159,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [37068] = 29, + [37943] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1385), 1, + ACTIONS(1390), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(966), 12, + STATE(1001), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38468,73 +39238,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [37176] = 29, + [38051] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(165), 1, - anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(37), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1387), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1392), 1, sym_float, - STATE(652), 1, + STATE(74), 1, sym_identifier, - STATE(675), 1, - sym_tuple, - STATE(676), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(981), 12, + STATE(148), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38547,73 +39317,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [37284] = 29, + [38159] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(1020), 1, + anon_sym_DASH, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(1024), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(1026), 1, anon_sym_panic, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1032), 1, + anon_sym_BANG, + ACTIONS(1034), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1389), 1, + ACTIONS(1386), 1, + anon_sym_echo, + ACTIONS(1394), 1, sym_float, - STATE(652), 1, + STATE(249), 1, sym_identifier, - STATE(675), 1, - sym_tuple, - STATE(676), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1820), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1825), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1000), 12, + STATE(431), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38626,131 +39396,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [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, + [38267] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(1056), 1, + anon_sym_DASH, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(1060), 1, + anon_sym_todo, + ACTIONS(1062), 1, + anon_sym_panic, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(1068), 1, + anon_sym_BANG, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1080), 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, + ACTIONS(1226), 1, + anon_sym_echo, + ACTIONS(1396), 1, sym_float, - ACTIONS(1391), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(27), 1, sym_identifier, - STATE(217), 1, + STATE(76), 1, sym_tuple, - STATE(218), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(126), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -38761,73 +39475,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [37562] = 29, + [38375] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(189), 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, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(1092), 1, + anon_sym_POUND, + ACTIONS(1094), 1, + anon_sym_LBRACK, + ACTIONS(1096), 1, + anon_sym_LT_LT, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(1393), 1, + ACTIONS(1398), 1, sym_float, - STATE(199), 1, + STATE(563), 1, sym_identifier, - STATE(217), 1, + STATE(585), 1, sym_tuple, - STATE(218), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1758), 1, - sym__maybe_record_expression, - STATE(1794), 1, + STATE(1782), 1, sym__maybe_tuple_expression, + STATE(1831), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(526), 12, + STATE(601), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38840,73 +39554,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [37670] = 29, + [38483] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(1020), 1, + anon_sym_DASH, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(1024), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(1026), 1, anon_sym_panic, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1032), 1, + anon_sym_BANG, + ACTIONS(1034), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1395), 1, + ACTIONS(1386), 1, + anon_sym_echo, + ACTIONS(1400), 1, sym_float, - STATE(652), 1, + STATE(249), 1, sym_identifier, - STATE(675), 1, - sym_tuple, - STATE(676), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1820), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1825), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1009), 12, + STATE(336), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38919,73 +39633,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [37778] = 29, + [38591] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(1020), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(1024), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(1026), 1, anon_sym_panic, - ACTIONS(397), 1, - anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(1032), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(1034), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(1397), 1, + ACTIONS(1386), 1, + anon_sym_echo, + ACTIONS(1402), 1, sym_float, - STATE(199), 1, + STATE(249), 1, sym_identifier, - STATE(217), 1, - sym_tuple, - STATE(218), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1820), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1825), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(524), 12, + STATE(433), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -38998,77 +39712,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [37886] = 31, + [38699] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(1056), 1, + anon_sym_DASH, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(1060), 1, + anon_sym_todo, + ACTIONS(1062), 1, + anon_sym_panic, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(1068), 1, + anon_sym_BANG, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1080), 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, + ACTIONS(1226), 1, + anon_sym_echo, + ACTIONS(1404), 1, sym_float, - ACTIONS(1399), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(27), 1, sym_identifier, - STATE(217), 1, + STATE(76), 1, sym_tuple, - STATE(218), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(125), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -39079,77 +39791,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [37998] = 31, + [38807] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(1020), 1, + anon_sym_DASH, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(1024), 1, + anon_sym_todo, + ACTIONS(1026), 1, + anon_sym_panic, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(1032), 1, + anon_sym_BANG, + ACTIONS(1034), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1044), 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, + ACTIONS(1386), 1, + anon_sym_echo, + ACTIONS(1406), 1, sym_float, - ACTIONS(1401), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(249), 1, sym_identifier, - STATE(217), 1, - sym_tuple, - STATE(218), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1820), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1825), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(434), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -39160,73 +39870,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [38110] = 29, + [38915] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(1020), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(1024), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(1026), 1, anon_sym_panic, - ACTIONS(397), 1, - anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(1032), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(1034), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(1403), 1, + ACTIONS(1386), 1, + anon_sym_echo, + ACTIONS(1408), 1, sym_float, - STATE(199), 1, + STATE(249), 1, sym_identifier, - STATE(217), 1, - sym_tuple, - STATE(218), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1820), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1825), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(527), 12, + STATE(435), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39239,73 +39949,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [38218] = 29, + [39023] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(1020), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(1024), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(1026), 1, anon_sym_panic, - ACTIONS(397), 1, - anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(1032), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(1034), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(1405), 1, + ACTIONS(1386), 1, + anon_sym_echo, + ACTIONS(1410), 1, sym_float, - STATE(199), 1, + STATE(249), 1, sym_identifier, - STATE(217), 1, - sym_tuple, - STATE(218), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1820), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1825), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(510), 12, + STATE(436), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39318,73 +40028,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [38326] = 29, + [39131] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, + ACTIONS(235), 1, anon_sym_todo, - ACTIONS(205), 1, + ACTIONS(237), 1, anon_sym_panic, - ACTIONS(207), 1, + ACTIONS(239), 1, anon_sym_echo, - ACTIONS(211), 1, - sym_float, ACTIONS(958), 1, anon_sym_DASH, ACTIONS(962), 1, anon_sym_BANG, - STATE(652), 1, + ACTIONS(1412), 1, + sym_float, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(908), 12, + STATE(936), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39397,13 +40107,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [38434] = 4, + [39239] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(682), 20, + ACTIONS(656), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -39424,7 +40134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(680), 26, + ACTIONS(654), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -39451,152 +40161,73 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [38492] = 29, + [39297] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(25), 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, + ACTIONS(27), 1, + anon_sym_DASH, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(205), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(207), 1, + ACTIONS(37), 1, anon_sym_echo, - 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, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(47), 1, + anon_sym_BANG, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(63), 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(1409), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1414), 1, sym_float, - STATE(652), 1, + STATE(74), 1, sym_identifier, - STATE(675), 1, - sym_tuple, - STATE(676), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(919), 12, + STATE(159), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -39609,46 +40240,46 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [38708] = 14, + [39405] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1239), 1, + ACTIONS(1188), 1, + anon_sym_PIPE_GT, + ACTIONS(1308), 1, anon_sym_PIPE_PIPE, - ACTIONS(1241), 1, + ACTIONS(1310), 1, anon_sym_AMP_AMP, - ACTIONS(1249), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1235), 2, + ACTIONS(1180), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1237), 2, + ACTIONS(1182), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1243), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1251), 2, + ACTIONS(1190), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(1245), 4, + ACTIONS(1312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1184), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1247), 4, + ACTIONS(1186), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(1253), 4, + ACTIONS(1192), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(750), 11, + ACTIONS(702), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -39660,7 +40291,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(752), 12, + ACTIONS(704), 12, anon_sym_as, anon_sym_fn, anon_sym_todo, @@ -39673,13 +40304,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [38786] = 4, + [39483] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(732), 20, + ACTIONS(700), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -39700,7 +40331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(730), 26, + ACTIONS(698), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -39727,92 +40358,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [38844] = 29, - ACTIONS(3), 1, - sym_module_comment, - 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(207), 1, - anon_sym_echo, - ACTIONS(958), 1, - anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_BANG, - ACTIONS(1213), 1, - sym_float, - ACTIONS(1411), 1, - anon_sym_LBRACE, - 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(914), 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, - [38952] = 4, + [39541] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(736), 20, + ACTIONS(767), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -39833,7 +40385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(734), 26, + ACTIONS(764), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -39860,13 +40412,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [39010] = 4, + [39599] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(740), 20, + ACTIONS(688), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -39887,7 +40439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(738), 26, + ACTIONS(686), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -39914,152 +40466,73 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [39068] = 29, + [39657] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(1056), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(1060), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(1062), 1, anon_sym_panic, - ACTIONS(397), 1, - anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(1068), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1080), 1, sym__upname, - ACTIONS(1414), 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(516), 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, - [39176] = 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, + ACTIONS(1226), 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(1416), 1, sym_float, - STATE(199), 1, + STATE(27), 1, sym_identifier, - STATE(217), 1, + STATE(76), 1, sym_tuple, - STATE(218), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(513), 12, + STATE(106), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40072,94 +40545,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [39284] = 31, - ACTIONS(3), 1, - sym_module_comment, - 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, - 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(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, - 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, + [39765] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(744), 20, + ACTIONS(692), 20, anon_sym_as, anon_sym_SLASH, anon_sym_DASH, @@ -40180,7 +40572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(742), 26, + ACTIONS(690), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -40199,241 +40591,85 @@ static const uint16_t ts_small_parse_table[] = { 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, - [39454] = 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(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, - 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(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(1422), 1, + anon_sym_PERCENT, + anon_sym_LT_GT, + anon_sym_DQUOTE, 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(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, + sym__upname, + [39823] = 31, 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, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(199), 1, - anon_sym_case, - ACTIONS(1154), 1, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(1156), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(1158), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(1160), 1, - anon_sym_DASH, - ACTIONS(1164), 1, - anon_sym_BANG, - ACTIONS(1166), 1, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(431), 1, + anon_sym_case, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(1172), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(1174), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1424), 1, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, + anon_sym_BANG, + ACTIONS(1214), 1, sym_float, - STATE(562), 1, + ACTIONS(1418), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(583), 1, + STATE(218), 1, sym_tuple, - STATE(585), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, + STATE(1766), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(632), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -40444,73 +40680,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [39778] = 29, + [39935] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, + ACTIONS(1048), 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, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(1156), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(1158), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(1160), 1, + ACTIONS(1056), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(1058), 1, + anon_sym_fn, + ACTIONS(1060), 1, + anon_sym_todo, + ACTIONS(1062), 1, + anon_sym_panic, + ACTIONS(1066), 1, + anon_sym_case, + ACTIONS(1068), 1, anon_sym_BANG, - ACTIONS(1166), 1, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(1172), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(1174), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(1080), 1, sym__upname, - ACTIONS(1426), 1, + ACTIONS(1226), 1, + anon_sym_echo, + ACTIONS(1420), 1, sym_float, - STATE(562), 1, + STATE(27), 1, sym_identifier, - STATE(583), 1, + STATE(76), 1, sym_tuple, - STATE(585), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1809), 1, sym__maybe_record_expression, + STATE(1876), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(631), 12, + STATE(120), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40523,73 +40759,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [39886] = 29, + [40043] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(974), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(976), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(429), 1, + anon_sym_echo, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(986), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(994), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(996), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1227), 1, - anon_sym_echo, - ACTIONS(1428), 1, + ACTIONS(1422), 1, sym_float, - STATE(20), 1, + STATE(211), 1, sym_identifier, - STATE(59), 1, + STATE(218), 1, sym_tuple, - STATE(65), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1805), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1847), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(87), 12, + STATE(524), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40602,73 +40838,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [39994] = 29, + [40151] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(191), 1, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(193), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(195), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(197), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(199), 1, + ACTIONS(431), 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, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(1166), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(1172), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(1174), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1430), 1, + ACTIONS(1424), 1, sym_float, - STATE(562), 1, + STATE(211), 1, sym_identifier, - STATE(583), 1, + STATE(218), 1, sym_tuple, - STATE(585), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1762), 1, sym__maybe_record_expression, + STATE(1826), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(630), 12, + STATE(523), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40681,73 +40917,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [40102] = 29, + [40259] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(191), 1, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(193), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(195), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(197), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(199), 1, + ACTIONS(431), 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, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(1166), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(1172), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(1174), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1432), 1, + ACTIONS(1426), 1, sym_float, - STATE(562), 1, + STATE(211), 1, sym_identifier, - STATE(583), 1, + STATE(218), 1, sym_tuple, - STATE(585), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1762), 1, sym__maybe_record_expression, + STATE(1826), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(629), 12, + STATE(517), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40760,73 +40996,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [40210] = 29, + [40367] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 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, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1434), 1, + ACTIONS(1428), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(818), 12, + STATE(912), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -40839,193 +41075,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [40318] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(652), 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(650), 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, - [40376] = 14, + [40475] = 31, 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, - ACTIONS(1253), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(746), 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(748), 12, - anon_sym_as, - anon_sym_fn, - anon_sym_todo, - anon_sym_panic, + ACTIONS(85), 1, anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - [40454] = 29, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(157), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(423), 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, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1436), 1, + ACTIONS(1214), 1, sym_float, - STATE(652), 1, + ACTIONS(1430), 1, + anon_sym_GT_GT, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(816), 12, - sym__expression, - sym_binary_expression, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -41036,73 +41156,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [40562] = 29, + [40587] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1438), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1432), 1, sym_float, - STATE(54), 1, + STATE(649), 1, sym_identifier, - STATE(84), 1, + STATE(681), 1, sym_tuple, - STATE(117), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(158), 12, + STATE(978), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41115,73 +41235,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [40670] = 29, + [40695] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, + ACTIONS(1020), 1, anon_sym_DASH, - ACTIONS(1016), 1, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(1018), 1, + ACTIONS(1024), 1, anon_sym_todo, - ACTIONS(1020), 1, + ACTIONS(1026), 1, anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(1026), 1, + ACTIONS(1032), 1, anon_sym_BANG, - ACTIONS(1028), 1, - anon_sym_DQUOTE, ACTIONS(1034), 1, + anon_sym_DQUOTE, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(1036), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(1194), 1, + ACTIONS(1386), 1, anon_sym_echo, - ACTIONS(1440), 1, + ACTIONS(1434), 1, sym_float, - STATE(260), 1, + STATE(249), 1, sym_identifier, - STATE(297), 1, - sym_tuple, - STATE(327), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1820), 1, sym__maybe_record_expression, + STATE(1825), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(452), 12, + STATE(502), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41194,73 +41314,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [40778] = 29, + [40803] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, + ACTIONS(1020), 1, anon_sym_DASH, - ACTIONS(1016), 1, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(1018), 1, + ACTIONS(1024), 1, anon_sym_todo, - ACTIONS(1020), 1, + ACTIONS(1026), 1, anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(1026), 1, + ACTIONS(1032), 1, anon_sym_BANG, - ACTIONS(1028), 1, - anon_sym_DQUOTE, ACTIONS(1034), 1, + anon_sym_DQUOTE, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(1036), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(1194), 1, + ACTIONS(1386), 1, anon_sym_echo, - ACTIONS(1442), 1, + ACTIONS(1436), 1, sym_float, - STATE(260), 1, + STATE(249), 1, sym_identifier, - STATE(297), 1, - sym_tuple, - STATE(327), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1820), 1, sym__maybe_record_expression, + STATE(1825), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(470), 12, + STATE(493), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41273,73 +41393,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [40886] = 29, + [40911] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, + ACTIONS(11), 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, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(1156), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(1158), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(1160), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(1164), 1, + 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(1166), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(1172), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(1174), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1444), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1438), 1, sym_float, - STATE(562), 1, + STATE(74), 1, sym_identifier, - STATE(583), 1, - sym_tuple, - STATE(585), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1862), 1, sym__maybe_record_expression, + STATE(1863), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(625), 12, + STATE(157), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41352,73 +41472,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [40994] = 29, + [41019] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1446), 1, + ACTIONS(1440), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(998), 12, + STATE(981), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41431,73 +41551,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [41102] = 29, + [41127] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, + ACTIONS(1012), 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, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(1156), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(1158), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(1160), 1, + ACTIONS(1020), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(1022), 1, + anon_sym_fn, + ACTIONS(1024), 1, + anon_sym_todo, + ACTIONS(1026), 1, + anon_sym_panic, + ACTIONS(1030), 1, + anon_sym_case, + ACTIONS(1032), 1, anon_sym_BANG, - ACTIONS(1166), 1, + ACTIONS(1034), 1, anon_sym_DQUOTE, - ACTIONS(1172), 1, + ACTIONS(1040), 1, sym__decimal, - ACTIONS(1174), 1, + ACTIONS(1042), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(1448), 1, + ACTIONS(1386), 1, + anon_sym_echo, + ACTIONS(1442), 1, sym_float, - STATE(562), 1, + STATE(249), 1, sym_identifier, - STATE(583), 1, - sym_tuple, - STATE(585), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1820), 1, sym__maybe_record_expression, + STATE(1825), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(624), 12, + STATE(463), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41510,77 +41630,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [41210] = 31, + [41235] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1184), 1, - anon_sym_todo, - ACTIONS(1186), 1, - anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1444), 1, sym_float, - ACTIONS(1450), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1429), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(985), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -41591,77 +41709,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [41322] = 31, + [41343] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(1184), 1, + ACTIONS(1208), 1, anon_sym_todo, - ACTIONS(1186), 1, + ACTIONS(1210), 1, anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1214), 1, sym_float, - ACTIONS(1452), 1, + ACTIONS(1446), 1, anon_sym_GT_GT, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1532), 1, + STATE(1536), 1, sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -41672,73 +41790,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [41434] = 29, + [41455] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1454), 1, + ACTIONS(1448), 1, sym_float, - STATE(652), 1, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1005), 12, + STATE(522), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41751,73 +41869,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [41542] = 29, + [41563] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1456), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1450), 1, sym_float, - STATE(54), 1, + STATE(649), 1, sym_identifier, - STATE(84), 1, + STATE(681), 1, sym_tuple, - STATE(117), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(150), 12, + STATE(967), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41830,73 +41948,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [41650] = 29, + [41671] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, - anon_sym_DASH, - ACTIONS(1016), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(1018), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(1020), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(1026), 1, - anon_sym_BANG, - ACTIONS(1028), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(1034), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1036), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1194), 1, - anon_sym_echo, - ACTIONS(1458), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1452), 1, sym_float, - STATE(260), 1, + STATE(649), 1, sym_identifier, - STATE(297), 1, + STATE(681), 1, sym_tuple, - STATE(327), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(505), 12, + STATE(996), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41909,73 +42027,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [41758] = 29, + [41779] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(389), 1, - anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(407), 1, - anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1460), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1454), 1, sym_float, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(523), 12, + STATE(998), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -41988,77 +42106,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [41866] = 31, + [41887] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1184), 1, - anon_sym_todo, - ACTIONS(1186), 1, - anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1456), 1, sym_float, - ACTIONS(1462), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(1000), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -42069,77 +42185,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [41978] = 31, + [41995] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1184), 1, - anon_sym_todo, - ACTIONS(1186), 1, - anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1458), 1, sym_float, - ACTIONS(1464), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(1002), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -42150,127 +42264,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [42090] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(756), 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(754), 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, - [42148] = 29, + [42103] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(27), 1, - anon_sym_DASH, - ACTIONS(33), 1, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(35), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(37), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(39), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1466), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1460), 1, sym_float, - STATE(54), 1, + STATE(649), 1, sym_identifier, - STATE(84), 1, + STATE(681), 1, sym_tuple, - STATE(117), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(148), 12, + STATE(1003), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -42283,73 +42343,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [42256] = 29, + [42211] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1407), 1, + ACTIONS(1462), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(753), 12, + STATE(1007), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -42362,77 +42422,75 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [42364] = 31, + [42319] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(1184), 1, - anon_sym_todo, - ACTIONS(1186), 1, - anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1464), 1, sym_float, - ACTIONS(1468), 1, - anon_sym_GT_GT, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(1010), 12, + sym__expression, + sym_binary_expression, sym__expression_unit, sym_todo, sym_panic, @@ -42443,127 +42501,137 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [42476] = 4, + [42427] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1188), 1, + anon_sym_PIPE_GT, + ACTIONS(1308), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1310), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(760), 20, - anon_sym_as, + ACTIONS(1180), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1182), 2, anon_sym_DASH, - anon_sym_fn, + anon_sym_PLUS, + ACTIONS(1190), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1184), 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(758), 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, + ACTIONS(1186), 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(1192), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(744), 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, - [42534] = 29, + ACTIONS(746), 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, + [42505] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1470), 1, + ACTIONS(1466), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(815), 12, + STATE(1008), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -42576,127 +42644,154 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [42642] = 4, + [42613] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(708), 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(85), 1, anon_sym_echo, - anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, - anon_sym_BANG, - sym__decimal, - sym__name, - ACTIONS(706), 26, + ACTIONS(411), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(415), 1, anon_sym_POUND, + ACTIONS(417), 1, anon_sym_LBRACK, + ACTIONS(419), 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(423), 1, + anon_sym_fn, + ACTIONS(431), 1, + anon_sym_case, + ACTIONS(441), 1, anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, + anon_sym_BANG, + ACTIONS(1214), 1, sym_float, + ACTIONS(1468), 1, + anon_sym_GT_GT, + STATE(211), 1, + sym_identifier, + STATE(218), 1, + sym_tuple, + STATE(220), 1, + sym_anonymous_function, + STATE(1653), 1, + sym__maybe_function_expression, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, + sym__maybe_record_expression, + STATE(1766), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(187), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(214), 2, + sym_record, + sym_record_update, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [42700] = 29, + STATE(202), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(1434), 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, + [42725] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1472), 1, + ACTIONS(1470), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(988), 12, + STATE(947), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -42709,77 +42804,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [42808] = 31, + [42833] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(1184), 1, + ACTIONS(1208), 1, anon_sym_todo, - ACTIONS(1186), 1, + ACTIONS(1210), 1, anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1214), 1, sym_float, - ACTIONS(1474), 1, + ACTIONS(1472), 1, anon_sym_GT_GT, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -42790,73 +42885,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [42920] = 29, + [42945] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1476), 1, + ACTIONS(1474), 1, sym_float, - STATE(652), 1, + STATE(211), 1, sym_identifier, - STATE(675), 1, + STATE(218), 1, sym_tuple, - STATE(676), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(794), 12, + STATE(512), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -42869,181 +42964,231 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [43028] = 4, + [43053] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(704), 20, - anon_sym_as, - anon_sym_SLASH, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(415), 1, + anon_sym_POUND, + ACTIONS(417), 1, + anon_sym_LBRACK, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(421), 1, anon_sym_DASH, + ACTIONS(423), 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(425), 1, anon_sym_todo, + ACTIONS(427), 1, anon_sym_panic, + ACTIONS(429), 1, anon_sym_echo, + ACTIONS(431), 1, anon_sym_case, - anon_sym_let, - anon_sym_assert, - anon_sym_use, + ACTIONS(439), 1, anon_sym_BANG, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, sym__decimal, + ACTIONS(449), 1, sym__name, - ACTIONS(702), 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(451), 1, + sym__upname, + ACTIONS(1476), 1, sym_float, + STATE(211), 1, + sym_identifier, + STATE(218), 1, + sym_tuple, + STATE(220), 1, + sym_anonymous_function, + STATE(1653), 1, + sym__maybe_function_expression, + STATE(1762), 1, + sym__maybe_record_expression, + STATE(1826), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(187), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(214), 2, + sym_record, + sym_record_update, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [43086] = 4, + STATE(202), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(513), 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, + [43161] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(764), 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(762), 26, + ACTIONS(411), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(415), 1, anon_sym_POUND, + ACTIONS(417), 1, 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(419), 1, + anon_sym_LT_LT, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, + anon_sym_fn, + ACTIONS(425), 1, + anon_sym_todo, + ACTIONS(427), 1, + anon_sym_panic, + ACTIONS(429), 1, + anon_sym_echo, + ACTIONS(431), 1, + anon_sym_case, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(1478), 1, sym_float, + STATE(211), 1, + sym_identifier, + STATE(218), 1, + sym_tuple, + STATE(220), 1, + sym_anonymous_function, + STATE(1653), 1, + sym__maybe_function_expression, + STATE(1762), 1, + sym__maybe_record_expression, + STATE(1826), 1, + sym__maybe_tuple_expression, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(187), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(214), 2, + sym_record, + sym_record_update, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - [43144] = 29, + STATE(202), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(514), 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, + [43269] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(191), 1, + ACTIONS(73), 1, + anon_sym_POUND, + ACTIONS(75), 1, + anon_sym_LBRACK, + ACTIONS(77), 1, + anon_sym_LT_LT, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(193), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(195), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(197), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(199), 1, + ACTIONS(87), 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, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(1172), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1174), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1478), 1, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, + ACTIONS(1480), 1, sym_float, - STATE(562), 1, + STATE(649), 1, sym_identifier, - STATE(583), 1, + STATE(681), 1, sym_tuple, - STATE(585), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(603), 12, + STATE(1016), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -43056,77 +43201,60 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [43252] = 4, + [43377] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1188), 1, + anon_sym_PIPE_GT, + ACTIONS(1308), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1310), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(695), 20, - anon_sym_as, + ACTIONS(1180), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1182), 2, anon_sym_DASH, - anon_sym_fn, + anon_sym_PLUS, + ACTIONS(1190), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1184), 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(692), 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, + ACTIONS(1186), 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(1192), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(748), 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, - [43310] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(690), 20, + ACTIONS(750), 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, @@ -43137,100 +43265,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(688), 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, - [43368] = 29, + [43455] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1480), 1, + ACTIONS(1482), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1024), 12, + STATE(1017), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -43243,73 +43344,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [43476] = 29, + [43563] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(816), 1, anon_sym_DASH, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1482), 1, + ACTIONS(1484), 1, sym_float, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1011), 12, + STATE(1019), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -43322,77 +43423,77 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [43584] = 31, + [43671] = 31, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(1184), 1, + ACTIONS(1208), 1, anon_sym_todo, - ACTIONS(1186), 1, + ACTIONS(1210), 1, anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1214), 1, sym_float, - ACTIONS(1484), 1, + ACTIONS(1486), 1, anon_sym_GT_GT, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1596), 1, + STATE(1600), 1, sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -43403,191 +43504,152 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [43696] = 4, + [43783] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(772), 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(770), 26, + ACTIONS(71), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(73), 1, anon_sym_POUND, + ACTIONS(75), 1, anon_sym_LBRACK, + ACTIONS(77), 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(79), 1, + anon_sym_fn, + ACTIONS(87), 1, + anon_sym_case, + ACTIONS(91), 1, anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(99), 1, + sym__name, + ACTIONS(101), 1, sym__upname, - [43754] = 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(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(243), 1, + sym_float, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + STATE(649), 1, + sym_identifier, + STATE(681), 1, + sym_tuple, + STATE(685), 1, + sym_anonymous_function, + STATE(1682), 1, + sym__maybe_function_expression, + STATE(1796), 1, + sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, 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(684), 11, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, - anon_sym_DQUOTE, - sym_float, + STATE(642), 2, + sym_constructor_name, + sym_remote_constructor_name, + STATE(679), 2, + sym_record, + sym_record_update, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - ACTIONS(686), 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, - [43832] = 29, + STATE(644), 5, + sym_block, + sym_case, + sym_tuple_access, + sym_field_access, + sym_function_call, + STATE(913), 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, + [43891] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(421), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(439), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1486), 1, + ACTIONS(1488), 1, sym_float, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(520), 12, + STATE(516), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -43600,127 +43662,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [43940] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(768), 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(766), 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, - [43998] = 29, + [43999] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(389), 1, - anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(79), 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, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(407), 1, - anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1488), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1198), 1, sym_float, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(518), 12, + STATE(717), 12, sym__expression, sym_binary_expression, sym__expression_unit, @@ -43733,60 +43741,70 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [44106] = 4, + [44107] = 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(712), 19, + 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, - 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, + 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(722), 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, - [44163] = 14, + ACTIONS(724), 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, + [44184] = 14, ACTIONS(3), 1, sym_module_comment, ACTIONS(1494), 1, @@ -43825,7 +43843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(698), 11, + ACTIONS(658), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -43837,7 +43855,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(700), 11, + ACTIONS(660), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -43849,7 +43867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [44240] = 14, + [44261] = 14, ACTIONS(3), 1, sym_module_comment, ACTIONS(1494), 1, @@ -43888,7 +43906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(774), 11, + ACTIONS(794), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -43900,7 +43918,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(776), 11, + ACTIONS(796), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -43912,32 +43930,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [44317] = 8, + [44338] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1490), 2, + ACTIONS(712), 19, 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, @@ -43948,7 +43956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(710), 20, + ACTIONS(710), 26, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -43963,40 +43971,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, - [44382] = 9, + [44395] = 6, ACTIONS(3), 1, sym_module_comment, - 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(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, + ACTIONS(712), 17, + 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_todo, anon_sym_panic, anon_sym_echo, @@ -44007,7 +44015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(710), 19, + ACTIONS(710), 22, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44021,17 +44029,18 @@ 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, - [44449] = 14, + [44456] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1494), 1, - anon_sym_PIPE_PIPE, ACTIONS(1496), 1, anon_sym_AMP_AMP, ACTIONS(1504), 1, @@ -44066,19 +44075,7 @@ static const uint16_t ts_small_parse_table[] = { 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, - ACTIONS(686), 11, + ACTIONS(712), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -44090,7 +44087,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [44526] = 14, + 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, + [44531] = 14, ACTIONS(3), 1, sym_module_comment, ACTIONS(1494), 1, @@ -44129,7 +44139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(810), 11, + ACTIONS(798), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44141,7 +44151,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(812), 11, + ACTIONS(800), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -44153,7 +44163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [44603] = 11, + [44608] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(1504), 1, @@ -44167,6 +44177,9 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -44197,7 +44210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - ACTIONS(710), 15, + ACTIONS(710), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44205,21 +44218,15 @@ 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_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [44674] = 14, + [44681] = 11, 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, @@ -44231,9 +44238,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -44252,20 +44256,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(726), 11, + ACTIONS(712), 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(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, - ACTIONS(728), 11, + [44752] = 9, + ACTIONS(3), 1, + sym_module_comment, + 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(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_todo, anon_sym_panic, anon_sym_echo, @@ -44276,15 +44322,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [44751] = 14, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1494), 1, + ACTIONS(710), 19, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_POUND, + anon_sym_LBRACK, + anon_sym_LT_LT, anon_sym_PIPE_PIPE, - ACTIONS(1496), 1, anon_sym_AMP_AMP, - ACTIONS(1504), 1, - anon_sym_PIPE_GT, + anon_sym_EQ_EQ, + 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, + [44819] = 8, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, @@ -44294,41 +44354,67 @@ static const uint16_t ts_small_parse_table[] = { 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(750), 11, + ACTIONS(712), 15, + 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(710), 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, - ACTIONS(752), 11, + [44884] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(712), 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, @@ -44339,75 +44425,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [44828] = 30, + 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, + [44941] = 30, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1182), 1, + ACTIONS(1206), 1, anon_sym_DASH, - ACTIONS(1184), 1, + ACTIONS(1208), 1, anon_sym_todo, - ACTIONS(1186), 1, + ACTIONS(1210), 1, anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(1212), 1, anon_sym_BANG, - ACTIONS(1190), 1, + ACTIONS(1214), 1, sym_float, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1677), 1, - sym_expression_bit_string_segment, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1727), 1, + sym_expression_bit_string_segment, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(1428), 10, + STATE(1434), 10, sym__expression_unit, sym_todo, sym_panic, @@ -44418,7 +44531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [44937] = 14, + [45050] = 14, ACTIONS(3), 1, sym_module_comment, ACTIONS(1494), 1, @@ -44457,7 +44570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(806), 11, + ACTIONS(702), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44469,7 +44582,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(808), 11, + ACTIONS(704), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -44481,7 +44594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [45014] = 14, + [45127] = 14, ACTIONS(3), 1, sym_module_comment, ACTIONS(1494), 1, @@ -44520,7 +44633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(746), 11, + ACTIONS(748), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44532,7 +44645,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(748), 11, + ACTIONS(750), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -44544,7 +44657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [45091] = 14, + [45204] = 14, ACTIONS(3), 1, sym_module_comment, ACTIONS(1494), 1, @@ -44583,7 +44696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(798), 11, + ACTIONS(802), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44595,7 +44708,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(800), 11, + ACTIONS(804), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -44607,7 +44720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [45168] = 14, + [45281] = 14, ACTIONS(3), 1, sym_module_comment, ACTIONS(1494), 1, @@ -44646,7 +44759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(802), 11, + ACTIONS(806), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -44658,7 +44771,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(804), 11, + ACTIONS(808), 11, anon_sym_fn, anon_sym_todo, anon_sym_panic, @@ -44670,9 +44783,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, sym__decimal, sym__name, - [45245] = 13, + [45358] = 14, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1494), 1, + anon_sym_PIPE_PIPE, ACTIONS(1496), 1, anon_sym_AMP_AMP, ACTIONS(1504), 1, @@ -44707,47 +44822,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(712), 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(710), 12, + ACTIONS(810), 11, 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, - [45320] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(712), 19, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(812), 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, @@ -44758,91 +44846,13 @@ static const uint16_t ts_small_parse_table[] = { 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, - [45377] = 6, + [45435] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - 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, - 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(710), 22, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + ACTIONS(1494), 1, anon_sym_PIPE_PIPE, + ACTIONS(1496), 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, - 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, - [45438] = 12, - ACTIONS(3), 1, - sym_module_comment, ACTIONS(1504), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, @@ -44875,99 +44885,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(712), 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(710), 13, + ACTIONS(744), 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_DQUOTE, sym_float, sym__hex, sym__octal, sym__binary, sym__upname, - [45511] = 29, + ACTIONS(746), 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, + [45512] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(389), 1, + ACTIONS(1020), 1, anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(1024), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(1026), 1, anon_sym_panic, - ACTIONS(397), 1, - anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(407), 1, + ACTIONS(1032), 1, anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(1034), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(1040), 1, + sym__decimal, + ACTIONS(1042), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(1044), 1, sym__upname, + ACTIONS(1386), 1, + anon_sym_echo, ACTIONS(1510), 1, sym_float, - ACTIONS(1514), 1, - sym__decimal, - STATE(199), 1, + STATE(249), 1, sym_identifier, - STATE(217), 1, - sym_tuple, - STATE(218), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1820), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1825), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(1512), 3, + ACTIONS(1038), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(242), 10, + STATE(461), 10, sym__expression_unit, sym_todo, sym_panic, @@ -44978,73 +44986,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [45617] = 29, + [45618] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(425), 1, + anon_sym_todo, + ACTIONS(427), 1, + anon_sym_panic, + ACTIONS(429), 1, + anon_sym_echo, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 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(1516), 1, + ACTIONS(1512), 1, sym_float, - STATE(199), 1, + STATE(211), 1, sym_identifier, - STATE(217), 1, - sym_tuple, STATE(218), 1, + sym_tuple, + STATE(220), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1826), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(226), 10, + STATE(229), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45055,73 +45063,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [45723] = 29, + [45724] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(1016), 1, - anon_sym_fn, - ACTIONS(1018), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(1020), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(1026), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(1028), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(1036), 1, + ACTIONS(59), 1, + sym__decimal, + ACTIONS(61), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1194), 1, - anon_sym_echo, - ACTIONS(1518), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1514), 1, sym_float, - ACTIONS(1522), 1, - sym__decimal, - STATE(260), 1, + STATE(74), 1, sym_identifier, - STATE(297), 1, - sym_tuple, - STATE(327), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1862), 1, sym__maybe_record_expression, + STATE(1863), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(1520), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(500), 10, + STATE(129), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45132,73 +45140,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [45829] = 29, + [45830] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, + ACTIONS(71), 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, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(1156), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(1158), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(1160), 1, - anon_sym_DASH, - ACTIONS(1164), 1, - anon_sym_BANG, - ACTIONS(1166), 1, + ACTIONS(79), 1, + anon_sym_fn, + ACTIONS(87), 1, + anon_sym_case, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(1172), 1, - sym__decimal, - ACTIONS(1174), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1524), 1, + ACTIONS(235), 1, + anon_sym_todo, + ACTIONS(237), 1, + anon_sym_panic, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, + anon_sym_BANG, + ACTIONS(1516), 1, sym_float, - STATE(562), 1, + ACTIONS(1520), 1, + sym__decimal, + STATE(649), 1, sym_identifier, - STATE(583), 1, + STATE(681), 1, sym_tuple, - STATE(585), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1774), 1, - sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1796), 1, sym__maybe_record_expression, + STATE(1821), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(555), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1170), 3, + ACTIONS(1518), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(608), 10, + STATE(732), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45209,73 +45217,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [45935] = 29, + [45936] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(171), 1, - anon_sym_echo, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(399), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1182), 1, - anon_sym_DASH, - ACTIONS(1184), 1, + ACTIONS(235), 1, anon_sym_todo, - ACTIONS(1186), 1, + ACTIONS(237), 1, anon_sym_panic, - ACTIONS(1188), 1, + ACTIONS(239), 1, + anon_sym_echo, + ACTIONS(958), 1, + anon_sym_DASH, + ACTIONS(962), 1, anon_sym_BANG, - ACTIONS(1510), 1, + ACTIONS(1522), 1, sym_float, - ACTIONS(1514), 1, - sym__decimal, - STATE(199), 1, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1886), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1512), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(242), 10, + STATE(707), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45286,73 +45294,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [46041] = 29, + [46042] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(81), 1, + anon_sym_todo, + ACTIONS(83), 1, + anon_sym_panic, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(185), 1, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(203), 1, - anon_sym_todo, - ACTIONS(205), 1, - anon_sym_panic, - ACTIONS(207), 1, - anon_sym_echo, - ACTIONS(958), 1, + ACTIONS(816), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1526), 1, + ACTIONS(1522), 1, sym_float, - ACTIONS(1530), 1, - sym__decimal, - STATE(652), 1, + STATE(649), 1, sym_identifier, - STATE(675), 1, + STATE(681), 1, sym_tuple, - STATE(676), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(1528), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(767), 10, + STATE(707), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45363,73 +45371,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [46147] = 29, + [46148] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(1012), 1, anon_sym_LBRACE, - ACTIONS(1008), 1, + ACTIONS(1014), 1, anon_sym_POUND, - ACTIONS(1010), 1, + ACTIONS(1016), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(1018), 1, anon_sym_LT_LT, - ACTIONS(1014), 1, + ACTIONS(1020), 1, anon_sym_DASH, - ACTIONS(1016), 1, + ACTIONS(1022), 1, anon_sym_fn, - ACTIONS(1018), 1, + ACTIONS(1024), 1, anon_sym_todo, - ACTIONS(1020), 1, + ACTIONS(1026), 1, anon_sym_panic, - ACTIONS(1024), 1, + ACTIONS(1030), 1, anon_sym_case, - ACTIONS(1026), 1, + ACTIONS(1032), 1, anon_sym_BANG, - ACTIONS(1028), 1, - anon_sym_DQUOTE, ACTIONS(1034), 1, - sym__decimal, - ACTIONS(1036), 1, + anon_sym_DQUOTE, + ACTIONS(1042), 1, sym__name, - ACTIONS(1038), 1, + ACTIONS(1044), 1, sym__upname, - ACTIONS(1194), 1, + ACTIONS(1386), 1, anon_sym_echo, - ACTIONS(1532), 1, + ACTIONS(1524), 1, sym_float, - STATE(260), 1, + ACTIONS(1528), 1, + sym__decimal, + STATE(249), 1, sym_identifier, - STATE(297), 1, - sym_tuple, - STATE(327), 1, + STATE(311), 1, sym_anonymous_function, - STATE(1634), 1, + STATE(312), 1, + sym_tuple, + STATE(1638), 1, sym__maybe_function_expression, - STATE(1811), 1, - sym__maybe_tuple_expression, - STATE(1816), 1, + STATE(1820), 1, sym__maybe_record_expression, + STATE(1825), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(224), 2, + STATE(222), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(302), 2, + STATE(319), 2, sym_record, sym_record_update, - ACTIONS(1032), 3, + ACTIONS(1526), 3, sym__hex, sym__octal, sym__binary, - STATE(261), 5, + STATE(248), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(449), 10, + STATE(464), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45440,73 +45448,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [46253] = 29, + [46254] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(215), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(217), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(219), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(221), 1, + ACTIONS(421), 1, + anon_sym_DASH, + ACTIONS(423), 1, anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(425), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(427), 1, anon_sym_panic, - ACTIONS(227), 1, + ACTIONS(429), 1, anon_sym_echo, - ACTIONS(229), 1, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(439), 1, + anon_sym_BANG, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(241), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1108), 1, - anon_sym_DASH, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1534), 1, + ACTIONS(1530), 1, sym_float, - ACTIONS(1538), 1, + ACTIONS(1534), 1, sym__decimal, - STATE(899), 1, + STATE(211), 1, sym_identifier, - STATE(932), 1, + STATE(218), 1, sym_tuple, - STATE(934), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1755), 1, - sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1762), 1, sym__maybe_record_expression, + STATE(1826), 1, + sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(931), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(1536), 3, + ACTIONS(1532), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(971), 10, + STATE(251), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45517,73 +45525,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [46359] = 29, + [46360] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(419), 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(423), 1, + anon_sym_fn, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(59), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(61), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1540), 1, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, + anon_sym_BANG, + ACTIONS(1512), 1, sym_float, - STATE(54), 1, + STATE(211), 1, sym_identifier, - STATE(84), 1, + STATE(218), 1, sym_tuple, - STATE(117), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(57), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(160), 10, + STATE(229), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45594,73 +45602,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [46465] = 29, + [46466] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(215), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(217), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(219), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(221), 1, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(223), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(225), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(227), 1, + ACTIONS(217), 1, anon_sym_echo, - ACTIONS(229), 1, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(233), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(1108), 1, + ACTIONS(968), 1, anon_sym_DASH, - ACTIONS(1112), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(1542), 1, + ACTIONS(1536), 1, sym_float, - STATE(899), 1, + STATE(862), 1, sym_identifier, - STATE(932), 1, + STATE(933), 1, sym_tuple, - STATE(934), 1, + STATE(935), 1, sym_anonymous_function, - STATE(1714), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1755), 1, + STATE(1760), 1, sym__maybe_tuple_expression, - STATE(1838), 1, + STATE(1842), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(858), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, STATE(931), 2, sym_record, sym_record_update, - ACTIONS(237), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(900), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(972), 10, + STATE(999), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45671,73 +45679,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [46571] = 29, + [46572] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(383), 1, + ACTIONS(73), 1, anon_sym_POUND, - ACTIONS(385), 1, + ACTIONS(75), 1, anon_sym_LBRACK, - ACTIONS(387), 1, + ACTIONS(77), 1, anon_sym_LT_LT, - ACTIONS(389), 1, - anon_sym_DASH, - ACTIONS(391), 1, + ACTIONS(79), 1, anon_sym_fn, - ACTIONS(393), 1, + ACTIONS(81), 1, anon_sym_todo, - ACTIONS(395), 1, + ACTIONS(83), 1, anon_sym_panic, - ACTIONS(397), 1, + ACTIONS(85), 1, anon_sym_echo, - ACTIONS(399), 1, + ACTIONS(87), 1, anon_sym_case, - ACTIONS(407), 1, - anon_sym_BANG, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, - sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, + ACTIONS(816), 1, + anon_sym_DASH, + ACTIONS(820), 1, + anon_sym_BANG, ACTIONS(1516), 1, sym_float, - STATE(199), 1, + ACTIONS(1520), 1, + sym__decimal, + STATE(649), 1, sym_identifier, - STATE(217), 1, + STATE(681), 1, sym_tuple, - STATE(218), 1, + STATE(685), 1, sym_anonymous_function, - STATE(1701), 1, + STATE(1682), 1, sym__maybe_function_expression, - STATE(1758), 1, + STATE(1796), 1, sym__maybe_record_expression, - STATE(1794), 1, + STATE(1821), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(195), 2, + STATE(642), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(216), 2, + STATE(679), 2, sym_record, sym_record_update, - ACTIONS(413), 3, + ACTIONS(1518), 3, sym__hex, sym__octal, sym__binary, - STATE(200), 5, + STATE(644), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(226), 10, + STATE(732), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45748,73 +45756,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [46677] = 29, + [46678] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(189), 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, + ACTIONS(191), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(193), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(195), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(197), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(199), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1092), 1, + anon_sym_POUND, + ACTIONS(1094), 1, + anon_sym_LBRACK, + ACTIONS(1096), 1, + anon_sym_LT_LT, + ACTIONS(1098), 1, + anon_sym_DASH, + ACTIONS(1102), 1, + anon_sym_BANG, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1114), 1, sym__upname, - ACTIONS(816), 1, - anon_sym_DASH, - ACTIONS(820), 1, - anon_sym_BANG, - ACTIONS(1544), 1, + ACTIONS(1538), 1, sym_float, - STATE(652), 1, + STATE(563), 1, sym_identifier, - STATE(675), 1, + STATE(585), 1, sym_tuple, - STATE(676), 1, + STATE(588), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1792), 1, - sym__maybe_record_expression, - STATE(1799), 1, + STATE(1782), 1, sym__maybe_tuple_expression, + STATE(1831), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(584), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(769), 10, + STATE(595), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45825,73 +45833,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [46783] = 29, + [46784] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, + ACTIONS(85), 1, + anon_sym_echo, + ACTIONS(411), 1, anon_sym_LBRACE, - ACTIONS(21), 1, + ACTIONS(415), 1, anon_sym_POUND, - ACTIONS(23), 1, + ACTIONS(417), 1, anon_sym_LBRACK, - ACTIONS(25), 1, + ACTIONS(419), 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(423), 1, + anon_sym_fn, + ACTIONS(431), 1, anon_sym_case, - ACTIONS(47), 1, - anon_sym_BANG, - ACTIONS(53), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(61), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(63), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1086), 1, - anon_sym_fn, - ACTIONS(1546), 1, + ACTIONS(1206), 1, + anon_sym_DASH, + ACTIONS(1208), 1, + anon_sym_todo, + ACTIONS(1210), 1, + anon_sym_panic, + ACTIONS(1212), 1, + anon_sym_BANG, + ACTIONS(1530), 1, sym_float, - ACTIONS(1550), 1, + ACTIONS(1534), 1, sym__decimal, - STATE(54), 1, + STATE(211), 1, sym_identifier, - STATE(84), 1, + STATE(218), 1, sym_tuple, - STATE(117), 1, + STATE(220), 1, sym_anonymous_function, - STATE(1623), 1, + STATE(1653), 1, sym__maybe_function_expression, - STATE(1864), 1, + STATE(1762), 1, sym__maybe_record_expression, - STATE(1866), 1, + STATE(1766), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(41), 2, + STATE(187), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(118), 2, + STATE(214), 2, sym_record, sym_record_update, - ACTIONS(1548), 3, + ACTIONS(1532), 3, sym__hex, sym__octal, sym__binary, - STATE(55), 5, + STATE(202), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(153), 10, + STATE(251), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45902,73 +45910,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [46889] = 29, + [46890] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(1056), 1, + anon_sym_DASH, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(173), 1, + ACTIONS(1060), 1, + anon_sym_todo, + ACTIONS(1062), 1, + anon_sym_panic, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(1068), 1, + anon_sym_BANG, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(1076), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(1080), 1, sym__upname, - ACTIONS(203), 1, - anon_sym_todo, - ACTIONS(205), 1, - anon_sym_panic, - ACTIONS(207), 1, + ACTIONS(1226), 1, anon_sym_echo, - ACTIONS(958), 1, - anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_BANG, - ACTIONS(1544), 1, + ACTIONS(1540), 1, sym_float, - STATE(652), 1, + STATE(27), 1, sym_identifier, - STATE(675), 1, + STATE(76), 1, sym_tuple, - STATE(676), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1792), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1799), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(181), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(769), 10, + STATE(85), 10, sym__expression_unit, sym_todo, sym_panic, @@ -45979,73 +45987,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [46995] = 29, + [46996] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(159), 1, + ACTIONS(205), 1, anon_sym_POUND, - ACTIONS(161), 1, + ACTIONS(207), 1, anon_sym_LBRACK, - ACTIONS(163), 1, + ACTIONS(209), 1, anon_sym_LT_LT, - ACTIONS(165), 1, + ACTIONS(211), 1, anon_sym_fn, - ACTIONS(167), 1, + ACTIONS(213), 1, anon_sym_todo, - ACTIONS(169), 1, + ACTIONS(215), 1, anon_sym_panic, - ACTIONS(171), 1, + ACTIONS(217), 1, anon_sym_echo, - ACTIONS(173), 1, + ACTIONS(219), 1, anon_sym_case, - ACTIONS(177), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(185), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(816), 1, + ACTIONS(968), 1, anon_sym_DASH, - ACTIONS(820), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(1526), 1, + ACTIONS(1542), 1, sym_float, - ACTIONS(1530), 1, + ACTIONS(1546), 1, sym__decimal, - STATE(652), 1, + STATE(862), 1, sym_identifier, - STATE(675), 1, + STATE(933), 1, sym_tuple, - STATE(676), 1, + STATE(935), 1, sym_anonymous_function, - STATE(1688), 1, + STATE(1718), 1, sym__maybe_function_expression, - STATE(1792), 1, - sym__maybe_record_expression, - STATE(1799), 1, + STATE(1760), 1, sym__maybe_tuple_expression, + STATE(1842), 1, + sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(641), 2, + STATE(856), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(674), 2, + STATE(931), 2, sym_record, sym_record_update, - ACTIONS(1528), 3, + ACTIONS(1544), 3, sym__hex, sym__octal, sym__binary, - STATE(650), 5, + STATE(873), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(767), 10, + STATE(962), 10, sym__expression_unit, sym_todo, sym_panic, @@ -46056,52 +46064,52 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [47101] = 29, + [47102] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(1050), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(1054), 1, anon_sym_LT_LT, - ACTIONS(974), 1, + ACTIONS(1056), 1, anon_sym_DASH, - ACTIONS(976), 1, + ACTIONS(1058), 1, anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(1060), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(1062), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(1066), 1, anon_sym_case, - ACTIONS(986), 1, + ACTIONS(1068), 1, anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(1070), 1, anon_sym_DQUOTE, - ACTIONS(996), 1, + ACTIONS(1078), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(1080), 1, sym__upname, - ACTIONS(1227), 1, + ACTIONS(1226), 1, anon_sym_echo, - ACTIONS(1552), 1, + ACTIONS(1548), 1, sym_float, - ACTIONS(1556), 1, + ACTIONS(1552), 1, sym__decimal, - STATE(20), 1, + STATE(27), 1, sym_identifier, - STATE(59), 1, + STATE(76), 1, sym_tuple, - STATE(65), 1, + STATE(78), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(1608), 1, sym__maybe_function_expression, - STATE(1805), 1, + STATE(1809), 1, sym__maybe_record_expression, - STATE(1847), 1, + STATE(1876), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, @@ -46109,20 +46117,20 @@ static const uint16_t ts_small_parse_table[] = { STATE(14), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(69), 2, sym_record, sym_record_update, - ACTIONS(1554), 3, + ACTIONS(1550), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(26), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(90), 10, + STATE(95), 10, sym__expression_unit, sym_todo, sym_panic, @@ -46133,73 +46141,73 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [47207] = 29, + [47208] = 29, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(968), 1, + ACTIONS(21), 1, anon_sym_POUND, - ACTIONS(970), 1, + ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(972), 1, + ACTIONS(25), 1, anon_sym_LT_LT, - ACTIONS(974), 1, + ACTIONS(27), 1, anon_sym_DASH, - ACTIONS(976), 1, - anon_sym_fn, - ACTIONS(978), 1, + ACTIONS(33), 1, anon_sym_todo, - ACTIONS(980), 1, + ACTIONS(35), 1, anon_sym_panic, - ACTIONS(984), 1, + ACTIONS(37), 1, + anon_sym_echo, + ACTIONS(39), 1, anon_sym_case, - ACTIONS(986), 1, + ACTIONS(47), 1, anon_sym_BANG, - ACTIONS(988), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(994), 1, - sym__decimal, - ACTIONS(996), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(998), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1227), 1, - anon_sym_echo, - ACTIONS(1558), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1554), 1, sym_float, - STATE(20), 1, + ACTIONS(1558), 1, + sym__decimal, + STATE(74), 1, sym_identifier, - STATE(59), 1, - sym_tuple, - STATE(65), 1, + STATE(91), 1, sym_anonymous_function, - STATE(1605), 1, + STATE(92), 1, + sym_tuple, + STATE(1652), 1, sym__maybe_function_expression, - STATE(1805), 1, + STATE(1862), 1, sym__maybe_record_expression, - STATE(1847), 1, + STATE(1863), 1, sym__maybe_tuple_expression, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(14), 2, + STATE(39), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(58), 2, + STATE(93), 2, sym_record, sym_record_update, - ACTIONS(992), 3, + ACTIONS(1556), 3, sym__hex, sym__octal, sym__binary, - STATE(33), 5, + STATE(81), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(88), 10, + STATE(162), 10, sym__expression_unit, sym_todo, sym_panic, @@ -46210,7 +46218,7 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [47313] = 29, + [47314] = 29, ACTIONS(3), 1, sym_module_comment, ACTIONS(189), 1, @@ -46225,37 +46233,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_echo, ACTIONS(199), 1, anon_sym_case, - ACTIONS(1154), 1, + ACTIONS(1092), 1, anon_sym_POUND, - ACTIONS(1156), 1, + ACTIONS(1094), 1, anon_sym_LBRACK, - ACTIONS(1158), 1, + ACTIONS(1096), 1, anon_sym_LT_LT, - ACTIONS(1160), 1, + ACTIONS(1098), 1, anon_sym_DASH, - ACTIONS(1164), 1, + ACTIONS(1102), 1, anon_sym_BANG, - ACTIONS(1166), 1, + ACTIONS(1104), 1, anon_sym_DQUOTE, - ACTIONS(1174), 1, + ACTIONS(1112), 1, sym__name, - ACTIONS(1176), 1, + ACTIONS(1114), 1, sym__upname, ACTIONS(1560), 1, sym_float, ACTIONS(1564), 1, sym__decimal, - STATE(562), 1, + STATE(563), 1, sym_identifier, - STATE(583), 1, - sym_tuple, STATE(585), 1, + sym_tuple, + STATE(588), 1, sym_anonymous_function, - STATE(1674), 1, + STATE(1678), 1, sym__maybe_function_expression, - STATE(1774), 1, + STATE(1782), 1, sym__maybe_tuple_expression, - STATE(1827), 1, + STATE(1831), 1, sym__maybe_record_expression, ACTIONS(5), 2, sym_statement_comment, @@ -46263,20 +46271,20 @@ static const uint16_t ts_small_parse_table[] = { STATE(555), 2, sym_constructor_name, sym_remote_constructor_name, - STATE(581), 2, + STATE(584), 2, sym_record, sym_record_update, ACTIONS(1562), 3, sym__hex, sym__octal, sym__binary, - STATE(564), 5, + STATE(562), 5, sym_block, sym_case, sym_tuple_access, sym_field_access, sym_function_call, - STATE(589), 10, + STATE(621), 10, sym__expression_unit, sym_todo, sym_panic, @@ -46287,166 +46295,13 @@ static const uint16_t ts_small_parse_table[] = { sym_integer_negation, sym_string, sym_integer, - [47419] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(588), 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(586), 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, - [47474] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(556), 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(554), 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, - [47529] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(564), 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(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_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, - [47584] = 4, + [47420] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(568), 10, + ACTIONS(476), 10, anon_sym_DOT, anon_sym_SLASH, anon_sym_EQ, @@ -46457,7 +46312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(566), 33, + ACTIONS(474), 33, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -46491,13 +46346,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [47639] = 4, + [47475] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(724), 9, + ACTIONS(484), 10, + anon_sym_DOT, anon_sym_SLASH, anon_sym_EQ, anon_sym_DASH, @@ -46507,10 +46363,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(722), 32, + ACTIONS(482), 33, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -46540,15 +46397,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [47692] = 4, + [47530] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(515), 9, + ACTIONS(409), 10, anon_sym_DOT, anon_sym_SLASH, + anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -46556,7 +46414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(513), 32, + ACTIONS(407), 33, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -46565,6 +46423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COLON, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_RBRACK, @@ -46589,15 +46448,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [47745] = 4, + [47585] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(572), 9, + ACTIONS(405), 10, anon_sym_DOT, anon_sym_SLASH, + anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -46605,7 +46465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(570), 32, + ACTIONS(403), 33, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -46614,6 +46474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COLON, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_RBRACK, @@ -46638,15 +46499,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [47798] = 4, + [47640] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(652), 9, + ACTIONS(385), 9, + anon_sym_DOT, anon_sym_SLASH, - anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -46654,15 +46515,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(650), 32, + ACTIONS(383), 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_as, anon_sym_type, anon_sym_const, anon_sym_RBRACK, @@ -46687,15 +46548,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [47851] = 4, + [47693] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(525), 9, - anon_sym_DOT, + ACTIONS(716), 9, anon_sym_SLASH, + anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -46703,15 +46564,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(523), 32, + ACTIONS(714), 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_as, anon_sym_type, anon_sym_const, anon_sym_RBRACK, @@ -46736,17 +46597,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, sym_visibility_modifier, sym_opacity_modifier, - [47904] = 6, + [47746] = 4, 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(375), 11, + ACTIONS(393), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -46755,15 +46613,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(373), 26, + ACTIONS(391), 32, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, - 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, @@ -46779,23 +46643,17 @@ 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, - [47959] = 6, + anon_sym_DOT_DOT, + sym_visibility_modifier, + sym_opacity_modifier, + [47799] = 4, 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(1572), 8, + ACTIONS(514), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -46804,9 +46662,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1568), 28, + ACTIONS(512), 32, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -46816,7 +46676,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, @@ -46826,21 +46685,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, - [48013] = 4, + [47852] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(572), 11, + ACTIONS(708), 9, anon_sym_SLASH, + anon_sym_EQ, anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, @@ -46848,16 +46711,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(570), 27, + ACTIONS(706), 32, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + 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, @@ -46873,19 +46741,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, - [48063] = 4, + anon_sym_DOT_DOT, + sym_visibility_modifier, + sym_opacity_modifier, + [47905] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1566), 1, + anon_sym_LPAREN, + STATE(586), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(584), 11, + ACTIONS(375), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -46897,9 +46766,8 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(582), 27, + ACTIONS(373), 26, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -46925,13 +46793,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48113] = 4, + [47960] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1568), 1, + anon_sym_LPAREN, + ACTIONS(1570), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(578), 11, + ACTIONS(600), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -46943,10 +46815,8 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(576), 27, + ACTIONS(598), 25, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -46971,13 +46841,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48163] = 4, + [48014] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(552), 11, + ACTIONS(528), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -46989,7 +46859,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(550), 27, + ACTIONS(526), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47017,13 +46887,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48213] = 4, + [48064] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(542), 11, + ACTIONS(514), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47035,7 +46905,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(540), 27, + ACTIONS(512), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47063,17 +46933,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48263] = 6, + [48114] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, - anon_sym_LPAREN, ACTIONS(1574), 1, - anon_sym_DOT, + anon_sym_LPAREN, + STATE(599), 1, + sym_constant_record_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 11, + ACTIONS(1576), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47082,14 +46952,20 @@ 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(435), 25, + ACTIONS(1572), 28, anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + 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, @@ -47098,26 +46974,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_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [48317] = 4, + sym_visibility_modifier, + sym_opacity_modifier, + [48168] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(423), 11, + ACTIONS(401), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47129,7 +46999,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(421), 27, + ACTIONS(399), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47157,61 +47027,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [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(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, - [48421] = 4, + [48218] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(588), 11, + ACTIONS(524), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47223,7 +47045,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(586), 27, + ACTIONS(522), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47251,13 +47073,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48471] = 4, + [48268] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(465), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(433), 11, + ACTIONS(461), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47269,10 +47095,8 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(431), 27, + ACTIONS(459), 25, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -47297,13 +47121,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48521] = 4, + [48322] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(1578), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(548), 11, + ACTIONS(461), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47315,10 +47143,8 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(546), 27, + ACTIONS(459), 25, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -47343,13 +47169,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48571] = 4, + [48376] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(568), 11, + ACTIONS(381), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47361,7 +47187,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(566), 27, + ACTIONS(379), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47389,13 +47215,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48621] = 4, + [48426] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(564), 11, + ACTIONS(385), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47407,7 +47233,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(562), 27, + ACTIONS(383), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47435,13 +47261,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48671] = 4, + [48476] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(556), 11, + ACTIONS(455), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47453,7 +47279,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(554), 27, + ACTIONS(453), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47481,13 +47307,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48721] = 4, + [48526] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(515), 11, + ACTIONS(389), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47499,7 +47325,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(513), 27, + ACTIONS(387), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47527,13 +47353,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48771] = 4, + [48576] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(525), 11, + ACTIONS(506), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47545,7 +47371,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(523), 27, + ACTIONS(504), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47573,13 +47399,17 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48821] = 4, + [48626] = 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(427), 11, + ACTIONS(618), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47591,10 +47421,8 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(425), 27, + ACTIONS(616), 25, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -47619,13 +47447,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48871] = 4, + [48680] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(449), 11, + ACTIONS(397), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47637,7 +47465,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(447), 27, + ACTIONS(395), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47665,17 +47493,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [48921] = 6, + [48730] = 4, 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(604), 11, + ACTIONS(510), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47687,56 +47511,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(602), 25, + ACTIONS(508), 27, 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, - [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(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), 25, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -47761,13 +47539,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49029] = 4, + [48780] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(519), 11, + ACTIONS(405), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47779,7 +47557,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(517), 27, + ACTIONS(403), 27, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_DOT, @@ -47807,13 +47585,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49079] = 4, + [48830] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(632), 11, + ACTIONS(496), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47825,8 +47603,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(630), 26, + ACTIONS(494), 27, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -47852,13 +47631,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49128] = 4, + [48880] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(610), 11, + ACTIONS(409), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47870,8 +47649,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(608), 26, + ACTIONS(407), 27, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -47897,13 +47677,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49177] = 4, + [48930] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 11, + ACTIONS(484), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47915,8 +47695,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(620), 26, + ACTIONS(482), 27, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -47942,15 +47723,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49226] = 5, + [48980] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(598), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 11, + ACTIONS(476), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -47962,8 +47741,10 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(435), 25, + ACTIONS(474), 27, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -47988,13 +47769,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49277] = 4, + [49030] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(596), 11, + ACTIONS(393), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48006,8 +47787,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(594), 26, + ACTIONS(391), 27, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, @@ -48033,15 +47815,58 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49326] = 5, + [49080] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(600), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(628), 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(626), 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, + [49129] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 11, + ACTIONS(608), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48053,8 +47878,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(435), 25, + ACTIONS(606), 26, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -48079,7 +47905,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49377] = 4, + [49178] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -48099,7 +47925,7 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(612), 26, anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -48124,15 +47950,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49426] = 5, + [49227] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, - anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 11, + ACTIONS(632), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48144,8 +47968,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(435), 25, + ACTIONS(630), 26, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -48170,13 +47995,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49477] = 4, + [49276] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(618), 11, + ACTIONS(592), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48188,9 +48013,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(616), 26, + ACTIONS(590), 26, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -48215,7 +48040,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49526] = 4, + [49325] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -48235,7 +48060,7 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(634), 26, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -48260,13 +48085,15 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49575] = 4, + [49374] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(642), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(648), 11, + ACTIONS(461), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48278,9 +48105,54 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(646), 26, + ACTIONS(459), 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, + [49425] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(648), 1, anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(461), 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(459), 25, + anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -48305,13 +48177,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49624] = 4, + [49476] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(690), 11, + ACTIONS(640), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48323,8 +48195,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(688), 25, + ACTIONS(638), 26, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -48349,13 +48222,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49672] = 4, + [49525] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(756), 11, + ACTIONS(596), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48367,8 +48240,9 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(754), 25, + ACTIONS(594), 26, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -48393,7 +48267,53 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [49720] = 4, + [49574] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(461), 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(459), 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, + [49625] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -48437,25 +48357,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [49768] = 4, + [49673] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(772), 11, + ACTIONS(1590), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1592), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1594), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1596), 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, - anon_sym_PLUS, - anon_sym_STAR, sym__decimal, sym__discard_name, sym__name, - ACTIONS(770), 25, + ACTIONS(710), 19, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -48469,25 +48399,72 @@ static const uint16_t ts_small_parse_table[] = { 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, + [49729] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1598), 1, + anon_sym_AMP_AMP, + ACTIONS(1606), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1590), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1592), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1594), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(1600), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(712), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1596), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, + ACTIONS(1602), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1604), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(710), 11, + 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, - [49816] = 4, + [49795] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1592), 8, + ACTIONS(1610), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48496,7 +48473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1590), 28, + ACTIONS(1608), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -48525,13 +48502,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [49864] = 4, + [49843] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(708), 11, + ACTIONS(1614), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48540,14 +48517,20 @@ 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(706), 25, + ACTIONS(1612), 28, anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + 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, @@ -48556,26 +48539,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_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [49912] = 4, + sym_visibility_modifier, + sym_opacity_modifier, + [49891] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(704), 11, + ACTIONS(1618), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48584,14 +48561,20 @@ 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(702), 25, + ACTIONS(1616), 28, anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + 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, @@ -48600,26 +48583,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_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [49960] = 4, + sym_visibility_modifier, + sym_opacity_modifier, + [49939] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(695), 11, + ACTIONS(656), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48631,7 +48608,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(692), 25, + ACTIONS(654), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -48657,13 +48634,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [50008] = 4, + [49987] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1596), 8, + ACTIONS(708), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48672,20 +48649,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1594), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(706), 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, @@ -48694,20 +48665,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, - [50056] = 4, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [50035] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 8, + ACTIONS(652), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48716,20 +48693,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1598), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(650), 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, @@ -48738,20 +48709,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, - [50104] = 4, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [50083] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(744), 11, + ACTIONS(712), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48763,7 +48740,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(742), 25, + ACTIONS(710), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -48789,13 +48766,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [50152] = 4, + [50131] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1604), 8, + ACTIONS(1622), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48804,7 +48781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1602), 28, + ACTIONS(1620), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -48833,67 +48810,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [50200] = 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(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_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [50268] = 4, + [50179] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1632), 8, + ACTIONS(1626), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -48902,7 +48825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1630), 28, + ACTIONS(1624), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -48931,50 +48854,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [50316] = 14, + [50227] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1612), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1614), 1, + ACTIONS(1598), 1, anon_sym_AMP_AMP, - ACTIONS(1622), 1, + ACTIONS(1606), 1, anon_sym_PIPE_GT, + ACTIONS(1630), 1, + anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1608), 2, + ACTIONS(1590), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1610), 2, + ACTIONS(1592), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1616), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1624), 2, + ACTIONS(1594), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(686), 3, + ACTIONS(1600), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1632), 3, sym__decimal, sym__discard_name, sym__name, - ACTIONS(1618), 4, + ACTIONS(1596), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(1602), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1620), 4, + ACTIONS(1604), 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, + ACTIONS(1628), 10, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -48985,101 +48908,65 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [50384] = 4, + [50295] = 12, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1606), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1636), 8, + ACTIONS(1590), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1592), 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(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_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, + ACTIONS(1594), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(1600), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(712), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1596), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - sym_visibility_modifier, - sym_opacity_modifier, - [50432] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(768), 11, - anon_sym_SLASH, - anon_sym_DASH, + anon_sym_LT_GT, + ACTIONS(1602), 4, 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, + ACTIONS(1604), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(710), 12, 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, - [50480] = 4, + [50359] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1640), 8, + ACTIONS(1636), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49088,7 +48975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1638), 28, + ACTIONS(1634), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -49117,13 +49004,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [50528] = 4, + [50407] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1644), 8, + ACTIONS(1640), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49132,7 +49019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1642), 28, + ACTIONS(1638), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -49161,13 +49048,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [50576] = 4, + [50455] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(682), 11, + ACTIONS(742), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49179,7 +49066,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(680), 25, + ACTIONS(740), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -49205,13 +49092,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [50624] = 4, + [50503] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1648), 8, + ACTIONS(692), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49220,20 +49107,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1646), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(690), 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, @@ -49242,20 +49123,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, - [50672] = 4, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [50551] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1652), 8, + ACTIONS(1644), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49264,7 +49151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1650), 28, + ACTIONS(1642), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -49293,111 +49180,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [50720] = 4, + [50599] = 11, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1606), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1656), 8, + ACTIONS(1590), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1592), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1594), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(712), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1596), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(1602), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(1654), 28, + ACTIONS(1604), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(710), 14, 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, 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, - [50768] = 14, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [50661] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1612), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1614), 1, - anon_sym_AMP_AMP, - ACTIONS(1622), 1, + ACTIONS(1606), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1608), 2, + ACTIONS(1590), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1610), 2, + ACTIONS(1592), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1616), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1624), 2, + ACTIONS(1594), 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, + ACTIONS(1596), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(1658), 10, + 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_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + 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, - [50836] = 4, + [50719] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1664), 8, + ACTIONS(1648), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49406,7 +49295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1662), 28, + ACTIONS(1646), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -49435,13 +49324,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [50884] = 4, + [50767] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(720), 11, + ACTIONS(688), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49453,7 +49342,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(718), 25, + ACTIONS(686), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -49479,57 +49368,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [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_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, - [50980] = 4, + [50815] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1672), 8, + ACTIONS(712), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49538,20 +49383,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1670), 28, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(710), 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, @@ -49560,20 +49399,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, - [51028] = 4, + anon_sym_LT_GT, + anon_sym_DQUOTE, + sym_float, + sym__hex, + sym__octal, + sym__binary, + sym__upname, + [50863] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1676), 8, + ACTIONS(1652), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49582,7 +49427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1674), 28, + ACTIONS(1650), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -49611,13 +49456,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [51076] = 4, + [50911] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(760), 11, + ACTIONS(758), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49629,7 +49474,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(758), 25, + ACTIONS(756), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -49655,13 +49500,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51124] = 4, + [50959] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(732), 11, + ACTIONS(1656), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49670,14 +49515,20 @@ 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(730), 25, + ACTIONS(1654), 28, anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + 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, @@ -49686,26 +49537,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_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [51172] = 4, + sym_visibility_modifier, + sym_opacity_modifier, + [51007] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(716), 11, + ACTIONS(762), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49717,7 +49562,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(714), 25, + ACTIONS(760), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -49743,13 +49588,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51220] = 4, + [51055] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(652), 11, + ACTIONS(1660), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49758,14 +49603,20 @@ 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(650), 25, + ACTIONS(1658), 28, anon_sym_RBRACE, - anon_sym_POUND, - anon_sym_LBRACK, - anon_sym_LT_LT, + 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, @@ -49774,26 +49625,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_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [51268] = 4, + sym_visibility_modifier, + sym_opacity_modifier, + [51103] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(764), 11, + ACTIONS(772), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49805,7 +49650,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(762), 25, + ACTIONS(770), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -49831,13 +49676,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51316] = 4, + [51151] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(724), 11, + ACTIONS(716), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -49849,7 +49694,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(722), 25, + ACTIONS(714), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -49875,104 +49720,50 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51364] = 14, + [51199] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1612), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1614), 1, + ACTIONS(1598), 1, anon_sym_AMP_AMP, - ACTIONS(1622), 1, + ACTIONS(1606), 1, anon_sym_PIPE_GT, + ACTIONS(1630), 1, + anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1608), 2, + ACTIONS(1590), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(1610), 2, + ACTIONS(1592), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1616), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1624), 2, + ACTIONS(1594), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(700), 3, + ACTIONS(1600), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(704), 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, + ACTIONS(1596), 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_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - [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(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, + ACTIONS(1602), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1620), 4, + ACTIONS(1604), 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, + ACTIONS(702), 10, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -49983,13 +49774,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51500] = 4, + [51267] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(736), 11, + ACTIONS(700), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50001,7 +49792,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(734), 25, + ACTIONS(698), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -50027,25 +49818,31 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51548] = 4, + [51315] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(712), 11, + ACTIONS(1590), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1596), 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, sym__decimal, sym__discard_name, sym__name, - ACTIONS(710), 25, + ACTIONS(710), 21, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -50061,23 +49858,19 @@ 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, - [51596] = 4, + [51367] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1680), 8, + ACTIONS(1664), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50086,7 +49879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1678), 28, + ACTIONS(1662), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -50115,13 +49908,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [51644] = 4, + [51415] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(712), 11, + ACTIONS(734), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50133,7 +49926,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(710), 25, + ACTIONS(732), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -50159,215 +49952,57 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51692] = 6, + [51463] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1608), 2, + ACTIONS(696), 11, 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, - sym__decimal, - sym__discard_name, - sym__name, - ACTIONS(710), 21, - 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, - [51744] = 13, - ACTIONS(3), 1, - sym_module_comment, - 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(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, + ACTIONS(694), 25, 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, - [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_PLUS, - ACTIONS(1616), 2, + anon_sym_AMP_AMP, 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), 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, - [51874] = 11, - 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_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, sym__upname, - [51936] = 4, + [51511] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(740), 11, + ACTIONS(720), 11, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50379,7 +50014,7 @@ static const uint16_t ts_small_parse_table[] = { sym__decimal, sym__discard_name, sym__name, - ACTIONS(738), 25, + ACTIONS(718), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -50405,13 +50040,13 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [51984] = 4, + [51559] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1684), 8, + ACTIONS(1668), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50420,7 +50055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1682), 28, + ACTIONS(1666), 28, anon_sym_RBRACE, anon_sym_AT, anon_sym_COMMA, @@ -50449,37 +50084,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, sym_visibility_modifier, sym_opacity_modifier, - [52032] = 9, + [51607] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1622), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1608), 2, + ACTIONS(684), 11, 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, + anon_sym_PLUS, + anon_sym_STAR, sym__decimal, sym__discard_name, sym__name, - ACTIONS(710), 18, + ACTIONS(682), 25, anon_sym_RBRACE, anon_sym_POUND, anon_sym_LBRACK, @@ -50492,207 +50115,80 @@ 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, - [52090] = 8, - ACTIONS(3), 1, - sym_module_comment, - 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(1624), 2, + anon_sym_PIPE_GT, 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_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - 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, - [52146] = 6, + [51655] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1690), 1, - anon_sym_SLASH, - STATE(638), 1, - aux_sym_module_repeat1, + ACTIONS(1598), 1, + anon_sym_AMP_AMP, + ACTIONS(1606), 1, + anon_sym_PIPE_GT, + ACTIONS(1630), 1, + anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - 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_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(1688), 19, - 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_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, - [52197] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1697), 1, + ACTIONS(1590), 2, anon_sym_SLASH, - STATE(640), 1, - aux_sym_module_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - 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, - anon_sym_BANG, - anon_sym_DQUOTE, - sym_float, - sym__hex, - sym__octal, - sym__binary, - sym__upname, - ACTIONS(1695), 19, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, + anon_sym_STAR, + ACTIONS(1592), 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(1594), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1600), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1672), 3, sym__decimal, + sym__discard_name, sym__name, - [52248] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1697), 1, - anon_sym_SLASH, - STATE(638), 1, - aux_sym_module_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1699), 14, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_DOT, + ACTIONS(1596), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(1602), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1604), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(1670), 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(1701), 19, - 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_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, - [52299] = 6, + [51723] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1703), 1, - anon_sym_LPAREN, - STATE(699), 1, - sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(375), 9, - anon_sym_DOT, + ACTIONS(1676), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50701,14 +50197,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(373), 23, - anon_sym_LBRACE, + ACTIONS(1674), 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, @@ -50717,151 +50219,250 @@ 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, - [52349] = 4, + sym_visibility_modifier, + sym_opacity_modifier, + [51771] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1686), 14, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_DOT, + ACTIONS(738), 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(736), 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(1688), 20, - anon_sym_if, - anon_sym_import, - anon_sym_as, + [51819] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(754), 11, anon_sym_SLASH, - 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, + 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, - [52395] = 6, + ACTIONS(752), 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, + [51867] = 4, 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(1705), 14, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, - anon_sym_EQ, + ACTIONS(767), 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(764), 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(1707), 18, - anon_sym_if, + [51915] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1680), 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(1678), 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, - [52445] = 6, + [51963] = 14, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1715), 1, - anon_sym_LPAREN, - STATE(731), 1, - sym_type_arguments, + ACTIONS(1598), 1, + anon_sym_AMP_AMP, + ACTIONS(1606), 1, + anon_sym_PIPE_GT, + ACTIONS(1630), 1, + anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1711), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(1590), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1592), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1594), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(1600), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(724), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1596), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(1602), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1604), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(722), 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(1713), 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, - [52494] = 4, + [52031] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(542), 9, - anon_sym_DOT, + ACTIONS(1684), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -50870,15 +50471,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(540), 24, - anon_sym_LBRACE, + ACTIONS(1682), 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, @@ -50887,28 +50493,82 @@ 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, + [52079] = 14, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1598), 1, + anon_sym_AMP_AMP, + ACTIONS(1606), 1, anon_sym_PIPE_GT, + ACTIONS(1630), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1590), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(1592), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1594), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(1600), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(660), 3, + sym__decimal, + sym__discard_name, + sym__name, + ACTIONS(1596), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - anon_sym_DOT_DOT, - [52539] = 6, + ACTIONS(1602), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1604), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(658), 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, + [52147] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1721), 1, - anon_sym_LPAREN, - STATE(785), 1, - sym__attribute_arguments, + ACTIONS(1690), 1, + anon_sym_SLASH, + STATE(638), 1, + aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1717), 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, @@ -50919,9 +50579,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1719), 18, + ACTIONS(1688), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -50938,20 +50599,21 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [52588] = 6, + [52198] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1727), 1, - anon_sym_DOT, - ACTIONS(1729), 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(1723), 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, @@ -50962,9 +50624,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1725), 18, + ACTIONS(1695), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -50981,18 +50644,21 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [52637] = 4, + [52249] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1697), 1, + anon_sym_SLASH, + STATE(639), 1, + aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1731), 15, + ACTIONS(1699), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_EQ, + anon_sym_DOT, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -51003,9 +50669,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1733), 18, + ACTIONS(1701), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -51022,21 +50689,21 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [52682] = 7, + [52300] = 6, 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(1707), 1, + anon_sym_LPAREN, + STATE(672), 1, + sym_type_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1735), 12, + ACTIONS(1703), 14, ts_builtin_sym_end, + anon_sym_LBRACE, anon_sym_AT, + anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -51047,7 +50714,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1737), 18, + ACTIONS(1705), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -51066,17 +50733,18 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [52733] = 6, + [52350] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, + ACTIONS(1709), 1, anon_sym_LPAREN, - ACTIONS(1741), 1, - anon_sym_DOT, + STATE(702), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 8, + ACTIONS(375), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51085,7 +50753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(435), 23, + ACTIONS(373), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -51109,20 +50777,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [52782] = 6, + [52400] = 4, 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(1568), 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, @@ -51133,9 +50798,11 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1572), 18, + ACTIONS(1688), 20, anon_sym_if, anon_sym_import, + anon_sym_as, + anon_sym_SLASH, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -51152,17 +50819,17 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [52831] = 6, + [52446] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, + ACTIONS(463), 1, anon_sym_LPAREN, - ACTIONS(1746), 1, + ACTIONS(1711), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 8, + ACTIONS(461), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51171,7 +50838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(435), 23, + ACTIONS(459), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -51195,13 +50862,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [52880] = 4, + [52495] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1750), 15, + ACTIONS(1714), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -51217,7 +50884,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1752), 18, + ACTIONS(1716), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -51236,136 +50903,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [52925] = 4, - ACTIONS(3), 1, - sym_module_comment, - 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, - 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(584), 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(582), 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, - [53015] = 4, - ACTIONS(3), 1, - sym_module_comment, - 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, - 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, + [52540] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(552), 9, + ACTIONS(389), 9, anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, @@ -51375,7 +50919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(550), 24, + ACTIONS(387), 24, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -51400,13 +50944,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [53105] = 4, + [52585] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(578), 9, + ACTIONS(397), 9, anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, @@ -51416,7 +50960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(576), 24, + ACTIONS(395), 24, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -51441,13 +50985,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [53150] = 4, + [52630] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(433), 9, + ACTIONS(401), 9, anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, @@ -51457,7 +51001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(431), 24, + ACTIONS(399), 24, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -51482,14 +51026,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [53195] = 4, + [52675] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(1718), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(423), 9, - anon_sym_DOT, + ACTIONS(461), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51498,10 +51045,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(421), 24, + ACTIONS(459), 23, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -51523,13 +51069,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [53240] = 4, + [52724] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(449), 9, + ACTIONS(506), 9, anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, @@ -51539,7 +51085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(447), 24, + ACTIONS(504), 24, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -51564,20 +51110,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [53285] = 7, + [52769] = 6, 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(1726), 1, + anon_sym_LPAREN, + STATE(749), 1, + sym_type_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1754), 12, + ACTIONS(1722), 13, ts_builtin_sym_end, + anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, @@ -51589,7 +51134,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1756), 18, + ACTIONS(1724), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -51608,114 +51153,56 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [53336] = 4, + [52818] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1728), 1, + anon_sym_LPAREN, + STATE(711), 1, + sym_constant_record_arguments, 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, + ACTIONS(1572), 13, + ts_builtin_sym_end, 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_AT, 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_BANG, 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, - 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(1829), 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, - [53465] = 4, + sym__upname, + ACTIONS(1576), 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, + [52867] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(596), 9, + ACTIONS(496), 9, anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, @@ -51725,9 +51212,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(594), 23, + ACTIONS(494), 24, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -51749,17 +51237,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [53509] = 4, + [52912] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1734), 1, + anon_sym_LPAREN, + STATE(778), 1, + sym__attribute_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1784), 14, + ACTIONS(1730), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -51770,7 +51261,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1786), 18, + ACTIONS(1732), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -51789,17 +51280,19 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [53553] = 6, + [52961] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1792), 1, + ACTIONS(11), 1, anon_sym_LBRACE, - ACTIONS(1794), 1, - anon_sym_EQ, + ACTIONS(1740), 1, + anon_sym_DASH_GT, + STATE(705), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1788), 12, + ACTIONS(1736), 12, ts_builtin_sym_end, anon_sym_AT, anon_sym_POUND, @@ -51812,7 +51305,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1790), 18, + ACTIONS(1738), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -51831,77 +51324,61 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [53601] = 24, + [53012] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1742), 15, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_EQ, 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_BANG, 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(1796), 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(1749), 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, - [53685] = 4, + 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, + [53057] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1750), 1, + anon_sym_DOT, + ACTIONS(1752), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1798), 14, + ACTIONS(1746), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -51912,7 +51389,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1800), 18, + ACTIONS(1748), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -51931,17 +51408,14 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [53729] = 6, + [53106] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1802), 1, - anon_sym_LPAREN, - ACTIONS(1804), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(626), 8, + ACTIONS(528), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51950,8 +51424,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(624), 22, + ACTIONS(526), 24, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -51973,17 +51449,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [53777] = 6, + [53151] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1806), 1, - anon_sym_LPAREN, - ACTIONS(1808), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(604), 8, + ACTIONS(510), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -51992,8 +51465,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(602), 22, + ACTIONS(508), 24, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -52015,20 +51490,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [53825] = 4, + [53196] = 7, ACTIONS(3), 1, sym_module_comment, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(1758), 1, + anon_sym_DASH_GT, + STATE(782), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1810), 14, + ACTIONS(1754), 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, @@ -52036,7 +51515,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1812), 18, + ACTIONS(1756), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -52055,75 +51534,55 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [53869] = 24, + [53247] = 4, 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(381), 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(379), 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, + [53292] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1816), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 8, + ACTIONS(524), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52132,9 +51591,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(435), 23, + ACTIONS(522), 24, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -52156,15 +51616,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [53999] = 5, + [53337] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1818), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 8, + ACTIONS(455), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52173,9 +51632,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(435), 23, + ACTIONS(453), 24, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -52197,15 +51657,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [54045] = 5, + [53382] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, + ACTIONS(1760), 1, anon_sym_LPAREN, + ACTIONS(1762), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 8, + ACTIONS(600), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52214,8 +51676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(435), 23, - anon_sym_LBRACE, + ACTIONS(598), 22, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_RPAREN, @@ -52238,15 +51699,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [54091] = 5, + [53430] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1824), 1, + ACTIONS(1768), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1820), 13, + ACTIONS(1764), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -52260,7 +51721,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1822), 18, + ACTIONS(1766), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -52279,21 +51740,20 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [54137] = 5, + [53476] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1830), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1826), 13, + ACTIONS(1770), 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, @@ -52301,7 +51761,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1828), 18, + ACTIONS(1772), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -52320,17 +51780,97 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [54183] = 6, + [53520] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1836), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1774), 14, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(1838), 1, + 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(1776), 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, + [53564] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1778), 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(1780), 19, + 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_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, + [53608] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1786), 1, + anon_sym_LBRACE, + ACTIONS(1788), 1, anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1832), 12, + ACTIONS(1782), 12, ts_builtin_sym_end, anon_sym_AT, anon_sym_POUND, @@ -52343,7 +51883,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1834), 18, + ACTIONS(1784), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -52362,59 +51902,119 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [54231] = 24, + [53656] = 24, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1790), 1, + anon_sym_RBRACE, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1768), 1, + ACTIONS(1798), 1, anon_sym_DASH, - ACTIONS(1770), 1, + ACTIONS(1800), 1, anon_sym_DQUOTE, - ACTIONS(1772), 1, + ACTIONS(1802), 1, sym_float, - ACTIONS(1776), 1, + ACTIONS(1806), 1, sym__decimal, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(1810), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(1812), 1, sym__upname, - ACTIONS(1840), 1, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1263), 1, + sym_identifier, + STATE(1271), 1, + sym_string, + STATE(1345), 1, + sym__pattern, + STATE(1360), 1, + sym_case_clause_pattern, + STATE(1511), 1, + sym_case_clause_patterns, + STATE(1755), 1, + sym_case_clauses, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(726), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1804), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1296), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [53740] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(1800), 1, + anon_sym_DQUOTE, + ACTIONS(1802), 1, + sym_float, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + ACTIONS(1814), 1, anon_sym_RBRACE, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1263), 1, sym_identifier, - STATE(1267), 1, + STATE(1271), 1, sym_string, - STATE(1325), 1, + STATE(1345), 1, sym__pattern, - STATE(1404), 1, + STATE(1360), 1, sym_case_clause_pattern, - STATE(1460), 1, + STATE(1511), 1, sym_case_clause_patterns, - STATE(1868), 1, + STATE(1799), 1, sym_case_clauses, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(786), 2, + STATE(726), 2, sym_case_clause, aux_sym_case_clauses_repeat1, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1319), 7, + STATE(1296), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -52422,18 +52022,17 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [54315] = 5, + [53824] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1846), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1842), 13, + ACTIONS(1816), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -52444,7 +52043,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1844), 18, + ACTIONS(1818), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -52463,17 +52062,138 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [54361] = 5, + [53868] = 24, ACTIONS(3), 1, sym_module_comment, - ACTIONS(562), 1, - anon_sym_DOT, + ACTIONS(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(1800), 1, + anon_sym_DQUOTE, + ACTIONS(1802), 1, + sym_float, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + ACTIONS(1820), 1, + anon_sym_RBRACE, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1263), 1, + sym_identifier, + STATE(1271), 1, + sym_string, + STATE(1345), 1, + sym__pattern, + STATE(1360), 1, + sym_case_clause_pattern, + STATE(1511), 1, + sym_case_clause_patterns, + STATE(1834), 1, + sym_case_clauses, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1848), 13, - ts_builtin_sym_end, + STATE(726), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1804), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1296), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [53952] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(1800), 1, + anon_sym_DQUOTE, + ACTIONS(1802), 1, + sym_float, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + ACTIONS(1822), 1, + anon_sym_RBRACE, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1263), 1, + sym_identifier, + STATE(1271), 1, + sym_string, + STATE(1345), 1, + sym__pattern, + STATE(1360), 1, + sym_case_clause_pattern, + STATE(1511), 1, + sym_case_clause_patterns, + STATE(1780), 1, + sym_case_clauses, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(726), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1804), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1296), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [54036] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(11), 1, anon_sym_LBRACE, + STATE(788), 1, + sym_block, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1824), 12, + ts_builtin_sym_end, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, @@ -52485,7 +52205,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1850), 18, + ACTIONS(1826), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -52504,17 +52224,60 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [54407] = 4, + [54084] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1828), 1, + anon_sym_LPAREN, + ACTIONS(1830), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1852), 14, + ACTIONS(618), 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(616), 22, + 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, + [54132] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1836), 1, + anon_sym_as, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1832), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -52525,7 +52288,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1854), 18, + ACTIONS(1834), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -52544,59 +52307,59 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [54451] = 24, + [54178] = 24, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1768), 1, + ACTIONS(1798), 1, anon_sym_DASH, - ACTIONS(1770), 1, + ACTIONS(1800), 1, anon_sym_DQUOTE, - ACTIONS(1772), 1, + ACTIONS(1802), 1, sym_float, - ACTIONS(1776), 1, + ACTIONS(1806), 1, sym__decimal, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(1810), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(1812), 1, sym__upname, - ACTIONS(1856), 1, + ACTIONS(1838), 1, anon_sym_RBRACE, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1263), 1, sym_identifier, - STATE(1267), 1, + STATE(1271), 1, sym_string, - STATE(1325), 1, + STATE(1345), 1, sym__pattern, - STATE(1404), 1, + STATE(1360), 1, sym_case_clause_pattern, - STATE(1460), 1, + STATE(1511), 1, sym_case_clause_patterns, - STATE(1830), 1, + STATE(1886), 1, sym_case_clauses, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(786), 2, + STATE(726), 2, sym_case_clause, aux_sym_case_clauses_repeat1, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1319), 7, + STATE(1296), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -52604,119 +52367,223 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [54535] = 24, + [54262] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1840), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(461), 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(459), 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, + [54308] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1846), 1, + anon_sym_LBRACE, + ACTIONS(1848), 1, + anon_sym_EQ, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1842), 12, + ts_builtin_sym_end, + anon_sym_AT, 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_BANG, anon_sym_DQUOTE, - ACTIONS(1772), 1, sym_float, - ACTIONS(1776), 1, + 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, - ACTIONS(1778), 1, - sym__discard_name, - ACTIONS(1780), 1, sym__name, - ACTIONS(1782), 1, - sym__upname, - ACTIONS(1858), 1, + [54356] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1850), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(461), 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(459), 23, + anon_sym_LBRACE, 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, + 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, + [54402] = 4, + ACTIONS(3), 1, + sym_module_comment, 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, + ACTIONS(1852), 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, - 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, + sym__upname, + ACTIONS(1854), 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, + [54446] = 24, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1768), 1, + ACTIONS(1798), 1, anon_sym_DASH, - ACTIONS(1770), 1, + ACTIONS(1800), 1, anon_sym_DQUOTE, - ACTIONS(1772), 1, + ACTIONS(1802), 1, sym_float, - ACTIONS(1776), 1, + ACTIONS(1806), 1, sym__decimal, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(1810), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(1812), 1, sym__upname, - ACTIONS(1860), 1, + ACTIONS(1856), 1, anon_sym_RBRACE, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1263), 1, sym_identifier, - STATE(1267), 1, + STATE(1271), 1, sym_string, - STATE(1325), 1, + STATE(1345), 1, sym__pattern, - STATE(1404), 1, + STATE(1360), 1, sym_case_clause_pattern, - STATE(1460), 1, + STATE(1511), 1, sym_case_clause_patterns, - STATE(1782), 1, + STATE(1874), 1, sym_case_clauses, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(786), 2, + STATE(726), 2, sym_case_clause, aux_sym_case_clauses_repeat1, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1319), 7, + STATE(1296), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -52724,16 +52591,17 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [54703] = 4, + [54530] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1862), 13, + ACTIONS(1858), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -52744,10 +52612,9 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1864), 19, + ACTIONS(1860), 18, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -52764,14 +52631,15 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [54747] = 4, + [54574] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(610), 9, - anon_sym_DOT, + ACTIONS(461), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -52780,7 +52648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(608), 23, + ACTIONS(459), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -52804,20 +52672,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [54791] = 4, + [54620] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1866), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1866), 14, + ACTIONS(1862), 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, @@ -52825,7 +52694,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1868), 18, + ACTIONS(1864), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -52844,18 +52713,15 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [54835] = 6, + [54666] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - STATE(742), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1870), 12, + ACTIONS(1868), 13, ts_builtin_sym_end, + anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, @@ -52867,9 +52733,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1872), 18, + ACTIONS(1870), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -52886,58 +52753,17 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [54883] = 4, + [54710] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(622), 9, + ACTIONS(482), 1, 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(620), 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, - [54927] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - STATE(707), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1874), 12, + ACTIONS(1872), 13, ts_builtin_sym_end, + anon_sym_LBRACE, anon_sym_AT, anon_sym_POUND, anon_sym_LBRACK, @@ -52949,7 +52775,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1876), 18, + ACTIONS(1874), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -52968,20 +52794,20 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [54975] = 4, + [54756] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1878), 14, + ACTIONS(1876), 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, @@ -52989,7 +52815,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1880), 18, + ACTIONS(1878), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53008,60 +52834,82 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55019] = 4, + [54800] = 24, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1882), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_AT, + ACTIONS(1792), 1, anon_sym_POUND, + ACTIONS(1794), 1, anon_sym_LBRACK, + ACTIONS(1796), 1, anon_sym_LT_LT, - anon_sym_BANG, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(1800), 1, anon_sym_DQUOTE, + ACTIONS(1802), 1, sym_float, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + ACTIONS(1880), 1, + anon_sym_RBRACE, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1263), 1, + sym_identifier, + STATE(1271), 1, + sym_string, + STATE(1345), 1, + sym__pattern, + STATE(1360), 1, + sym_case_clause_pattern, + STATE(1511), 1, + sym_case_clause_patterns, + STATE(1788), 1, + sym_case_clauses, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(726), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - sym__upname, - ACTIONS(1884), 19, - 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_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, - [55063] = 4, + STATE(1296), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [54884] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(11), 1, + anon_sym_LBRACE, + STATE(728), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1886), 14, + ACTIONS(1882), 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, @@ -53069,7 +52917,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1888), 18, + ACTIONS(1884), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53088,13 +52936,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55107] = 4, + [54932] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(614), 9, + ACTIONS(628), 9, anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, @@ -53104,7 +52952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(612), 23, + ACTIONS(626), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -53128,57 +52976,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [55151] = 4, + [54976] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1890), 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(1892), 19, - anon_sym_if, - anon_sym_import, - anon_sym_as, - anon_sym_type, - anon_sym_const, + ACTIONS(608), 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, - [55195] = 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(606), 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, + [55020] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1894), 14, + ACTIONS(1886), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, - anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -53189,9 +53036,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1896), 18, + ACTIONS(1888), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -53208,54 +53056,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55239] = 4, + [55064] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - 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_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, + ACTIONS(596), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -53264,9 +53071,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(646), 23, + ACTIONS(594), 24, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -53288,20 +53096,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [55327] = 4, + [55108] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1898), 14, + ACTIONS(1890), 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, @@ -53309,7 +53117,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1900), 18, + ACTIONS(1892), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53328,13 +53136,14 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55371] = 4, + [55152] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(636), 8, + ACTIONS(636), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -53343,10 +53152,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(634), 24, + ACTIONS(634), 23, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -53368,13 +53176,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [55415] = 4, + [55196] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(618), 8, + ACTIONS(632), 9, + anon_sym_DOT, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -53383,10 +53192,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(616), 24, + ACTIONS(630), 23, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -53408,19 +53216,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [55459] = 4, + [55240] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1902), 13, + ACTIONS(1894), 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, @@ -53428,10 +53237,9 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1904), 19, + ACTIONS(1896), 18, anon_sym_if, anon_sym_import, - anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -53448,13 +53256,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55503] = 4, + [55284] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1906), 13, + ACTIONS(1898), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -53468,9 +53276,10 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1908), 18, + ACTIONS(1900), 19, anon_sym_if, anon_sym_import, + anon_sym_as, anon_sym_type, anon_sym_const, anon_sym_DASH, @@ -53487,218 +53296,137 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55546] = 4, + [55328] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1910), 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(1912), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + ACTIONS(614), 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, - [55589] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1914), 13, - ts_builtin_sym_end, + 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, - 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(1916), 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, - [55632] = 4, + 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, + [55372] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1918), 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(1920), 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, - [55675] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(183), 1, - sym__decimal, - ACTIONS(1924), 1, + ACTIONS(640), 9, + anon_sym_DOT, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(1926), 1, - anon_sym_size, - ACTIONS(1932), 1, - anon_sym_unit, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1922), 2, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(638), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, 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, - [55732] = 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_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, + [55416] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1934), 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(1936), 18, - anon_sym_if, - anon_sym_import, - anon_sym_type, - anon_sym_const, + ACTIONS(592), 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, - [55775] = 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(590), 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, + [55460] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1938), 13, + ACTIONS(1902), 14, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, + anon_sym_EQ, anon_sym_POUND, anon_sym_LBRACK, anon_sym_LT_LT, @@ -53709,7 +53437,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1940), 18, + ACTIONS(1904), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53728,13 +53456,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55818] = 4, + [55504] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1942), 13, + ACTIONS(1906), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -53748,7 +53476,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1944), 18, + ACTIONS(1908), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53767,13 +53495,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55861] = 4, + [55547] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1598), 13, + ACTIONS(1910), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -53787,7 +53515,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1600), 18, + ACTIONS(1912), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53806,98 +53534,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [55904] = 4, + [55590] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1946), 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(1948), 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, - [55947] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(183), 1, - sym__decimal, - ACTIONS(1924), 1, + ACTIONS(656), 8, + anon_sym_SLASH, 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_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(654), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, 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, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + anon_sym_PIPE_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, + [55633] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1954), 13, + ACTIONS(1914), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -53911,7 +53593,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1956), 18, + ACTIONS(1916), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53930,13 +53612,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56047] = 4, + [55676] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1602), 13, + ACTIONS(1918), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -53950,7 +53632,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1604), 18, + ACTIONS(1920), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -53969,13 +53651,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56090] = 4, + [55719] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1634), 13, + ACTIONS(738), 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(736), 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, + [55762] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1620), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -53989,7 +53710,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1636), 18, + ACTIONS(1622), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54008,13 +53729,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56133] = 4, + [55805] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1638), 13, + ACTIONS(1678), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54028,7 +53749,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1640), 18, + ACTIONS(1680), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54047,13 +53768,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56176] = 4, + [55848] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1958), 13, + ACTIONS(1682), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54067,7 +53788,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1960), 18, + ACTIONS(1684), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54086,13 +53807,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56219] = 4, + [55891] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1642), 13, + ACTIONS(754), 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(752), 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, + [55934] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1922), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54106,7 +53866,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1644), 18, + ACTIONS(1924), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54125,13 +53885,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56262] = 4, + [55977] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1962), 13, + ACTIONS(1926), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54145,7 +53905,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1964), 18, + ACTIONS(1928), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54164,13 +53924,91 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56305] = 4, + [56020] = 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, + [56063] = 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, + [56106] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1966), 13, + ACTIONS(1930), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54184,7 +54022,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1968), 18, + ACTIONS(1932), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54203,13 +54041,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56348] = 4, + [56149] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1670), 13, + ACTIONS(1934), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54223,7 +54061,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1672), 18, + ACTIONS(1936), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54242,13 +54080,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56391] = 4, + [56192] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(772), 8, + ACTIONS(684), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54257,7 +54095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(770), 23, + ACTIONS(682), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54281,13 +54119,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56434] = 4, + [56235] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(768), 8, + ACTIONS(720), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54296,7 +54134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(766), 23, + ACTIONS(718), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54320,13 +54158,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56477] = 4, + [56278] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(764), 8, + ACTIONS(696), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54335,7 +54173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(762), 23, + ACTIONS(694), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54359,13 +54197,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56520] = 4, + [56321] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(760), 8, + ACTIONS(734), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54374,7 +54212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(758), 23, + ACTIONS(732), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54398,13 +54236,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56563] = 4, + [56364] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1970), 13, + ACTIONS(1938), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54418,7 +54256,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1972), 18, + ACTIONS(1940), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54437,13 +54275,71 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56606] = 4, + [56407] = 23, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(1800), 1, + anon_sym_DQUOTE, + ACTIONS(1802), 1, + sym_float, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + ACTIONS(1942), 1, + anon_sym_RBRACE, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1263), 1, + sym_identifier, + STATE(1271), 1, + sym_string, + STATE(1345), 1, + sym__pattern, + STATE(1360), 1, + sym_case_clause_pattern, + STATE(1511), 1, + sym_case_clause_patterns, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(772), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1804), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1296), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [56488] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(756), 8, + ACTIONS(772), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54452,7 +54348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(754), 23, + ACTIONS(770), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54476,13 +54372,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56649] = 4, + [56531] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1974), 13, + ACTIONS(1944), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54496,7 +54392,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1976), 18, + ACTIONS(1946), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54515,13 +54411,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56692] = 4, + [56574] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1978), 13, + ACTIONS(762), 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(760), 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, + [56617] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1638), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54535,7 +54470,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1980), 18, + ACTIONS(1640), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54554,13 +54489,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56735] = 4, + [56660] = 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, + 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, + [56703] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(744), 8, + ACTIONS(700), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54569,7 +54543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(742), 23, + ACTIONS(698), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54593,13 +54567,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56778] = 4, + [56746] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(740), 8, + ACTIONS(767), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54608,7 +54582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(738), 23, + ACTIONS(764), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54632,13 +54606,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56821] = 4, + [56789] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1982), 13, + ACTIONS(1948), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54652,7 +54626,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1984), 18, + ACTIONS(1950), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54671,13 +54645,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [56864] = 4, + [56832] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(732), 8, + ACTIONS(742), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -54686,7 +54660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(730), 23, + ACTIONS(740), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -54710,72 +54684,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [56907] = 24, + [56875] = 4, 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(1986), 1, - anon_sym_RPAREN, - ACTIONS(1988), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(652), 8, + anon_sym_SLASH, anon_sym_DASH, - ACTIONS(1990), 1, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(650), 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, - 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, + [56918] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(1954), 1, + anon_sym_DASH, + ACTIONS(1956), 1, + anon_sym_size, + ACTIONS(1962), 1, + anon_sym_unit, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(1952), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(95), 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, + ACTIONS(1960), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1535), 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, - [56990] = 4, + sym__bit_string_segment_option, + ACTIONS(1958), 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, + [56975] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1994), 13, + ACTIONS(1666), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54789,7 +54789,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1996), 18, + ACTIONS(1668), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54808,13 +54808,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57033] = 4, + [57018] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1998), 13, + ACTIONS(1964), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54828,7 +54828,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2000), 18, + ACTIONS(1966), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54847,13 +54847,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57076] = 4, + [57061] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2002), 13, + ACTIONS(1968), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54867,7 +54867,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2004), 18, + ACTIONS(1970), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54886,52 +54886,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57119] = 4, + [57104] = 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(2006), 13, + ACTIONS(1662), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -54945,7 +54906,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2008), 18, + ACTIONS(1664), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -54964,118 +54925,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57205] = 11, + [57147] = 4, 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, + ACTIONS(1972), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, 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, + anon_sym_BANG, + anon_sym_DQUOTE, 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, + sym__upname, + ACTIONS(1974), 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, + [57190] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2014), 13, + ACTIONS(1976), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55089,7 +54984,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2016), 18, + ACTIONS(1978), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55108,71 +55003,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57388] = 23, + [57233] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2018), 1, - anon_sym_RBRACE, - ACTIONS(2020), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1980), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, 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_BANG, 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, + sym__upname, + ACTIONS(1982), 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, + [57276] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2053), 13, + ACTIONS(1658), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55186,7 +55062,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2055), 18, + ACTIONS(1660), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55205,13 +55081,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57512] = 4, + [57319] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1832), 13, + ACTIONS(1984), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55225,7 +55101,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1834), 18, + ACTIONS(1986), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55244,13 +55120,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57555] = 4, + [57362] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2057), 13, + ACTIONS(1586), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55264,7 +55140,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2059), 18, + ACTIONS(1588), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55283,13 +55159,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57598] = 4, + [57405] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2061), 13, + ACTIONS(1988), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55303,7 +55179,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2063), 18, + ACTIONS(1990), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55322,52 +55198,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57641] = 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, - 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, + [57448] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2065), 13, + ACTIONS(1992), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55381,7 +55218,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2067), 18, + ACTIONS(1994), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55400,52 +55237,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57727] = 4, + [57491] = 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, + ACTIONS(1996), 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, - [57770] = 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(1998), 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, + [57534] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2069), 13, + ACTIONS(1642), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55459,7 +55296,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2071), 18, + ACTIONS(1644), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55478,13 +55315,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57813] = 4, + [57577] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2073), 13, + ACTIONS(2000), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55498,7 +55335,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2075), 18, + ACTIONS(2002), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55517,59 +55354,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57856] = 11, + [57620] = 4, 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, + ACTIONS(2004), 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, - 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, + sym__upname, + ACTIONS(2006), 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, + [57663] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2081), 13, + ACTIONS(2008), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55583,7 +55413,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2083), 18, + ACTIONS(2010), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55602,13 +55432,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57956] = 4, + [57706] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2085), 13, + ACTIONS(2012), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55622,7 +55452,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2087), 18, + ACTIONS(2014), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55641,13 +55471,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [57999] = 4, + [57749] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(716), 8, + ACTIONS(688), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -55656,7 +55486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(714), 23, + ACTIONS(686), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -55680,13 +55510,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [58042] = 4, + [57792] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(101), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(2016), 1, + anon_sym_RPAREN, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2020), 1, + anon_sym_DOT_DOT, + ACTIONS(2022), 1, + sym_float, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1233), 1, + sym_identifier, + STATE(1265), 1, + sym_string, + STATE(1427), 1, + sym_record_pattern_argument, + STATE(1538), 1, + sym__pattern, + STATE(1797), 1, + sym_pattern_spread, + STATE(1828), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1241), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [57875] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(704), 8, + ACTIONS(692), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -55695,7 +55584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(702), 23, + ACTIONS(690), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, @@ -55719,13 +55608,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT_GT, anon_sym_DOT_DOT, - [58085] = 4, + [57918] = 11, ACTIONS(3), 1, sym_module_comment, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(1954), 1, + anon_sym_DASH, + ACTIONS(1962), 1, + anon_sym_unit, + ACTIONS(2026), 1, + anon_sym_size, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1586), 13, + ACTIONS(2024), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + ACTIONS(1960), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1520), 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(1958), 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, + [57975] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2028), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55739,7 +55674,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1588), 18, + ACTIONS(2030), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55758,13 +55693,59 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58128] = 4, + [58018] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(1954), 1, + anon_sym_DASH, + ACTIONS(1962), 1, + anon_sym_unit, + ACTIONS(2034), 1, + anon_sym_size, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2032), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + ACTIONS(1960), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1443), 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(1958), 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, + [58075] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1590), 13, + ACTIONS(2036), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55778,7 +55759,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1592), 18, + ACTIONS(2038), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55797,13 +55778,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58171] = 4, + [58118] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1594), 13, + ACTIONS(1654), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55817,7 +55798,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1596), 18, + ACTIONS(1656), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55836,13 +55817,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58214] = 4, + [58161] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2089), 13, + ACTIONS(1646), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55856,7 +55837,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2091), 18, + ACTIONS(1648), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55875,52 +55856,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58257] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - 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, + [58204] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2093), 13, + ACTIONS(1616), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -55934,7 +55876,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2095), 18, + ACTIONS(1618), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -55953,52 +55895,72 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58343] = 4, + [58247] = 24, ACTIONS(3), 1, sym_module_comment, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(101), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2020), 1, + anon_sym_DOT_DOT, + ACTIONS(2022), 1, + sym_float, + ACTIONS(2040), 1, + anon_sym_RPAREN, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1233), 1, + sym_identifier, + STATE(1265), 1, + sym_string, + STATE(1332), 1, + sym_record_pattern_argument, + STATE(1538), 1, + sym__pattern, + STATE(1823), 1, + sym_pattern_spread, + STATE(1828), 1, + sym_label, 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, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1241), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [58330] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2097), 13, + ACTIONS(1624), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56012,7 +55974,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2099), 18, + ACTIONS(1626), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56031,77 +55993,77 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58429] = 4, + [58373] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - 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, + ACTIONS(2042), 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, - [58472] = 11, + 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(2044), 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, + [58416] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1924), 1, + ACTIONS(1954), 1, anon_sym_DASH, - ACTIONS(1932), 1, - anon_sym_unit, - ACTIONS(1952), 1, + ACTIONS(1956), 1, anon_sym_size, + ACTIONS(1962), 1, + anon_sym_unit, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2101), 2, + ACTIONS(2046), 2, anon_sym_COMMA, anon_sym_GT_GT, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(1930), 3, + ACTIONS(1960), 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, + STATE(1535), 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, + ACTIONS(1958), 14, anon_sym_binary, anon_sym_bytes, anon_sym_int, @@ -56116,13 +56078,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_big, anon_sym_little, anon_sym_native, - [58529] = 4, + [58473] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1654), 13, + ACTIONS(2048), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56136,7 +56098,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1656), 18, + ACTIONS(2050), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56155,13 +56117,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58572] = 4, + [58516] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2103), 13, + ACTIONS(1842), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56175,7 +56137,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2105), 18, + ACTIONS(1844), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56194,52 +56156,176 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58615] = 4, + [58559] = 23, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2052), 1, + anon_sym_RBRACE, + ACTIONS(2054), 1, + anon_sym_POUND, + ACTIONS(2057), 1, + anon_sym_LBRACK, + ACTIONS(2060), 1, + anon_sym_LT_LT, + ACTIONS(2063), 1, + anon_sym_DASH, + ACTIONS(2066), 1, + anon_sym_DQUOTE, + ACTIONS(2069), 1, + sym_float, + ACTIONS(2075), 1, + sym__decimal, + ACTIONS(2078), 1, + sym__discard_name, + ACTIONS(2081), 1, + sym__name, + ACTIONS(2084), 1, + sym__upname, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1263), 1, + sym_identifier, + STATE(1271), 1, + sym_string, + STATE(1345), 1, + sym__pattern, + STATE(1360), 1, + sym_case_clause_pattern, + STATE(1511), 1, + sym_case_clause_patterns, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(720), 8, - anon_sym_SLASH, + STATE(772), 2, + sym_case_clause, + aux_sym_case_clauses_repeat1, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(2072), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1296), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [58640] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(1954), 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(718), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(1962), 1, + anon_sym_unit, + ACTIONS(2034), 1, + anon_sym_size, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2087), 2, 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, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + ACTIONS(1960), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1443), 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(1958), 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, + [58697] = 24, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(101), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2020), 1, anon_sym_DOT_DOT, - [58658] = 4, + ACTIONS(2022), 1, + sym_float, + ACTIONS(2089), 1, + anon_sym_RPAREN, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1233), 1, + sym_identifier, + STATE(1265), 1, + sym_string, + STATE(1427), 1, + sym_record_pattern_argument, + STATE(1538), 1, + sym__pattern, + STATE(1828), 1, + sym_label, + STATE(1858), 1, + sym_pattern_spread, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1241), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [58780] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1662), 13, + ACTIONS(1608), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56253,7 +56339,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1664), 18, + ACTIONS(1610), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56272,59 +56358,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58701] = 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(2107), 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, - [58758] = 4, + [58823] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2109), 13, + ACTIONS(1674), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56338,7 +56378,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2111), 18, + ACTIONS(1676), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56357,13 +56397,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58801] = 4, + [58866] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2113), 13, + ACTIONS(2091), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56377,7 +56417,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2115), 18, + ACTIONS(2093), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56396,13 +56436,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58844] = 4, + [58909] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2117), 13, + ACTIONS(2095), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56416,7 +56456,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2119), 18, + ACTIONS(2097), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56435,13 +56475,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58887] = 4, + [58952] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1674), 13, + ACTIONS(2099), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56455,7 +56495,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1676), 18, + ACTIONS(2101), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56474,13 +56514,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58930] = 4, + [58995] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1630), 13, + ACTIONS(2103), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56494,7 +56534,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1632), 18, + ACTIONS(2105), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56513,52 +56553,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [58973] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - 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), 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, - [59016] = 4, + [59038] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1666), 13, + ACTIONS(1650), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56572,7 +56573,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1668), 18, + ACTIONS(1652), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56591,13 +56592,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59059] = 4, + [59081] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2121), 13, + ACTIONS(2107), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56611,7 +56612,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2123), 18, + ACTIONS(2109), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56630,72 +56631,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59102] = 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(2125), 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(1779), 1, - sym_label, - STATE(1884), 1, - sym_pattern_spread, - 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, - [59185] = 4, + [59124] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2127), 13, + ACTIONS(2111), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56709,7 +56651,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2129), 18, + ACTIONS(2113), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56728,71 +56670,52 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59228] = 23, + [59167] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2115), 13, + ts_builtin_sym_end, + anon_sym_LBRACE, + anon_sym_AT, 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_BANG, 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(2131), 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, - 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(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, - [59309] = 4, + sym__upname, + ACTIONS(2117), 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, + [59210] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1678), 13, + ACTIONS(1612), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56806,7 +56729,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1680), 18, + ACTIONS(1614), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56825,13 +56748,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59352] = 4, + [59253] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1682), 13, + ACTIONS(1634), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56845,7 +56768,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1684), 18, + ACTIONS(1636), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56864,13 +56787,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59395] = 4, + [59296] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2133), 13, + ACTIONS(2119), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56884,7 +56807,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2135), 18, + ACTIONS(2121), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56903,13 +56826,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59438] = 4, + [59339] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1646), 13, + ACTIONS(2123), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56923,7 +56846,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1648), 18, + ACTIONS(2125), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56942,13 +56865,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59481] = 4, + [59382] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1650), 13, + ACTIONS(2127), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -56962,7 +56885,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(1652), 18, + ACTIONS(2129), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -56981,13 +56904,13 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59524] = 4, + [59425] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2137), 13, + ACTIONS(2131), 13, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_AT, @@ -57001,7 +56924,7 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - ACTIONS(2139), 18, + ACTIONS(2133), 18, anon_sym_if, anon_sym_import, anon_sym_type, @@ -57020,174 +56943,104 @@ static const uint16_t ts_small_parse_table[] = { sym_opacity_modifier, sym__decimal, sym__name, - [59567] = 19, + [59468] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(233), 1, - anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(241), 1, - sym__name, - ACTIONS(243), 1, - sym__upname, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1768), 1, + ACTIONS(1954), 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(2149), 1, - sym_float, - STATE(1037), 1, - sym_identifier, - STATE(1039), 1, - sym__case_clause_guard_binary_expression, - STATE(1076), 1, - sym__case_clause_tuple_access, + ACTIONS(1962), 1, + anon_sym_unit, + ACTIONS(2026), 1, + anon_sym_size, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(237), 3, + ACTIONS(2135), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1079), 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, + ACTIONS(1960), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1520), 5, + sym__pattern_bit_string_segment_option, + sym__pattern_bit_string_named_segment_option, + sym__pattern_bit_string_segment_option_size, sym_integer, - [59639] = 13, + sym__bit_string_segment_option, + ACTIONS(1958), 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, + [59525] = 4, 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(698), 7, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - [59699] = 19, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(233), 1, - anon_sym_DQUOTE, - ACTIONS(239), 1, - sym__decimal, - ACTIONS(241), 1, - sym__name, - ACTIONS(243), 1, - sym__upname, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1768), 1, - anon_sym_DASH, - ACTIONS(2141), 1, + ACTIONS(2137), 13, + ts_builtin_sym_end, anon_sym_LBRACE, - ACTIONS(2143), 1, + anon_sym_AT, anon_sym_POUND, - ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2171), 1, + anon_sym_BANG, + anon_sym_DQUOTE, sym_float, - STATE(1037), 1, - sym_identifier, - 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(556), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(237), 3, sym__hex, sym__octal, sym__binary, - STATE(1040), 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, - [59771] = 19, + sym__upname, + ACTIONS(2139), 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, + [59568] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(233), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1112), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1768), 1, - anon_sym_DASH, ACTIONS(2141), 1, anon_sym_LBRACE, ACTIONS(2143), 1, @@ -57196,25 +57049,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2173), 1, + ACTIONS(2149), 1, + anon_sym_DASH, + ACTIONS(2151), 1, sym_float, - STATE(1037), 1, + STATE(1030), 1, sym_identifier, - STATE(1039), 1, + STATE(1040), 1, sym__case_clause_guard_binary_expression, - STATE(1076), 1, + STATE(1041), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(979), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(237), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1065), 11, + STATE(1049), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -57226,48 +57081,48 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [59843] = 19, + [59640] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(820), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(2153), 1, anon_sym_LBRACE, - ACTIONS(2177), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2179), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2185), 1, + ACTIONS(2161), 1, sym_float, - STATE(1028), 1, + STATE(1026), 1, sym_identifier, - STATE(1057), 1, + STATE(1079), 1, sym__case_clause_guard_binary_expression, - STATE(1058), 1, + STATE(1080), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(991), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(1047), 11, + STATE(1069), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -57279,48 +57134,86 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [59915] = 19, + [59712] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(381), 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(379), 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, + [59754] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(820), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(2153), 1, anon_sym_LBRACE, - ACTIONS(2177), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2179), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2187), 1, + ACTIONS(2163), 1, sym_float, - STATE(1028), 1, + STATE(1026), 1, sym_identifier, - STATE(1057), 1, + STATE(1079), 1, sym__case_clause_guard_binary_expression, - STATE(1058), 1, + STATE(1080), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(991), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(1050), 11, + STATE(1060), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -57332,191 +57225,101 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [59987] = 19, + [59826] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(2141), 1, anon_sym_LBRACE, - ACTIONS(2177), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2179), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, + ACTIONS(2149), 1, anon_sym_DASH, - ACTIONS(2189), 1, + ACTIONS(2165), 1, sym_float, - STATE(1028), 1, + STATE(1030), 1, sym_identifier, - STATE(1057), 1, + STATE(1040), 1, sym__case_clause_guard_binary_expression, - STATE(1058), 1, + STATE(1041), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(991), 2, + STATE(979), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1080), 11, + STATE(1045), 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, - [60059] = 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, - STATE(1638), 1, - sym_expression_bit_string_segment_options, - 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(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(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, - [60115] = 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, - STATE(1650), 1, - sym_pattern_bit_string_segment_options, - 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(1401), 5, - sym__pattern_bit_string_segment_option, - sym__pattern_bit_string_named_segment_option, - sym__pattern_bit_string_segment_option_size, + 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__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, - [60171] = 19, + [59898] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(820), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(2153), 1, anon_sym_LBRACE, - ACTIONS(2177), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2179), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2191), 1, + ACTIONS(2167), 1, sym_float, - STATE(1028), 1, + STATE(1026), 1, sym_identifier, - STATE(1057), 1, + STATE(1079), 1, sym__case_clause_guard_binary_expression, - STATE(1058), 1, + STATE(1080), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(991), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(1064), 11, + STATE(1061), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -57528,21 +57331,19 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [60243] = 19, + [59970] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(233), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1112), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1768), 1, - anon_sym_DASH, ACTIONS(2141), 1, anon_sym_LBRACE, ACTIONS(2143), 1, @@ -57551,25 +57352,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2193), 1, + ACTIONS(2149), 1, + anon_sym_DASH, + ACTIONS(2169), 1, sym_float, - STATE(1037), 1, + STATE(1030), 1, sym_identifier, - STATE(1039), 1, + STATE(1040), 1, sym__case_clause_guard_binary_expression, - STATE(1076), 1, + STATE(1041), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(979), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(237), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1044), 11, + STATE(1039), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -57581,48 +57384,48 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [60315] = 19, + [60042] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(820), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(2153), 1, anon_sym_LBRACE, - ACTIONS(2177), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2179), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2195), 1, + ACTIONS(2171), 1, sym_float, - STATE(1028), 1, + STATE(1026), 1, sym_identifier, - STATE(1057), 1, + STATE(1079), 1, sym__case_clause_guard_binary_expression, - STATE(1058), 1, + STATE(1080), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(991), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(1048), 11, + STATE(1078), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -57634,37 +57437,37 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [60387] = 11, + [60114] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1924), 1, + ACTIONS(1954), 1, anon_sym_DASH, - ACTIONS(1926), 1, - anon_sym_size, - ACTIONS(1932), 1, + ACTIONS(1962), 1, anon_sym_unit, - STATE(1632), 1, - sym_constant_bit_string_segment_options, + ACTIONS(2034), 1, + anon_sym_size, + STATE(1721), 1, + sym_expression_bit_string_segment_options, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(1930), 3, + ACTIONS(1960), 3, anon_sym_utf8, anon_sym_utf16, anon_sym_utf32, - STATE(1382), 5, - sym__constant_bit_string_segment_option, - sym__constant_bit_string_named_segment_option, - sym__constant_bit_string_segment_option_size, + STATE(1384), 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, + ACTIONS(1958), 14, anon_sym_binary, anon_sym_bytes, anon_sym_int, @@ -57679,21 +57482,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_big, anon_sym_little, anon_sym_native, - [60443] = 19, + [60170] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(233), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1112), 1, + ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(1768), 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(2149), 1, anon_sym_DASH, + ACTIONS(2173), 1, + sym_float, + STATE(1030), 1, + sym_identifier, + STATE(1040), 1, + sym__case_clause_guard_binary_expression, + STATE(1041), 1, + sym__case_clause_tuple_access, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(979), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1050), 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, + [60242] = 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(820), 1, + anon_sym_BANG, ACTIONS(2141), 1, anon_sym_LBRACE, ACTIONS(2143), 1, @@ -57702,21 +57556,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2197), 1, + ACTIONS(2149), 1, + anon_sym_DASH, + ACTIONS(2175), 1, sym_float, - STATE(1037), 1, + STATE(1030), 1, sym_identifier, - STATE(1039), 1, + STATE(1040), 1, sym__case_clause_guard_binary_expression, - STATE(1076), 1, + STATE(1041), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(979), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(237), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, @@ -57732,95 +57588,90 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [60515] = 13, + [60314] = 8, 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, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(712), 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, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(684), 7, + 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, - [60575] = 19, + [60364] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(233), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(241), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(243), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(1112), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(1768), 1, + ACTIONS(1798), 1, anon_sym_DASH, - ACTIONS(2141), 1, + ACTIONS(2153), 1, anon_sym_LBRACE, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2199), 1, + ACTIONS(2185), 1, sym_float, - STATE(1037), 1, + STATE(1026), 1, sym_identifier, - STATE(1039), 1, + STATE(1079), 1, sym__case_clause_guard_binary_expression, - STATE(1076), 1, + STATE(1080), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(237), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(1049), 11, + STATE(1067), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -57832,48 +57683,48 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [60647] = 19, + [60436] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(820), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(2153), 1, anon_sym_LBRACE, - ACTIONS(2177), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2179), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2201), 1, + ACTIONS(2187), 1, sym_float, - STATE(1028), 1, + STATE(1026), 1, sym_identifier, - STATE(1057), 1, + STATE(1079), 1, sym__case_clause_guard_binary_expression, - STATE(1058), 1, + STATE(1080), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(991), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(1078), 11, + STATE(1068), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -57885,48 +57736,135 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [60719] = 19, + [60508] = 9, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 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(2183), 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, + [60560] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + 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, + [60614] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, ACTIONS(820), 1, anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(2141), 1, anon_sym_LBRACE, - ACTIONS(2177), 1, + ACTIONS(2143), 1, anon_sym_POUND, - ACTIONS(2179), 1, + ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, + ACTIONS(2149), 1, anon_sym_DASH, - ACTIONS(2203), 1, + ACTIONS(2195), 1, sym_float, - STATE(1028), 1, + STATE(1030), 1, sym_identifier, - STATE(1057), 1, + STATE(1040), 1, sym__case_clause_guard_binary_expression, - STATE(1058), 1, + STATE(1041), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(991), 2, + STATE(979), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1073), 11, + STATE(1052), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -57938,48 +57876,95 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [60791] = 19, + [60686] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(702), 7, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + [60746] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(223), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(229), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(231), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(233), 1, sym__upname, - ACTIONS(820), 1, + ACTIONS(972), 1, anon_sym_BANG, - ACTIONS(2175), 1, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(2153), 1, anon_sym_LBRACE, - ACTIONS(2177), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2179), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2181), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2183), 1, - anon_sym_DASH, - ACTIONS(2205), 1, + ACTIONS(2203), 1, sym_float, - STATE(1028), 1, + STATE(1026), 1, sym_identifier, - STATE(1057), 1, + STATE(1079), 1, sym__case_clause_guard_binary_expression, - STATE(1058), 1, + STATE(1080), 1, sym__case_clause_tuple_access, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(991), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(227), 3, sym__hex, sym__octal, sym__binary, - STATE(1074), 11, + STATE(1042), 11, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -57991,211 +57976,165 @@ static const uint16_t ts_small_parse_table[] = { sym_boolean_negation, sym_string, sym_integer, - [60863] = 19, + [60818] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(233), 1, - anon_sym_DQUOTE, - ACTIONS(239), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(241), 1, - sym__name, - ACTIONS(243), 1, - sym__upname, - ACTIONS(1112), 1, - anon_sym_BANG, - ACTIONS(1768), 1, + ACTIONS(1954), 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(2207), 1, - sym_float, - STATE(1037), 1, - sym_identifier, - STATE(1039), 1, - sym__case_clause_guard_binary_expression, - STATE(1076), 1, - sym__case_clause_tuple_access, + ACTIONS(1956), 1, + anon_sym_size, + ACTIONS(1962), 1, + anon_sym_unit, + STATE(1642), 1, + sym_constant_bit_string_segment_options, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(237), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - 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, + ACTIONS(1960), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1366), 5, + sym__constant_bit_string_segment_option, + sym__constant_bit_string_named_segment_option, + sym__constant_bit_string_segment_option_size, sym_integer, - [60935] = 5, + sym__bit_string_segment_option, + ACTIONS(1958), 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, + [60874] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(570), 1, - anon_sym_COLON, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(564), 9, - anon_sym_DOT, + ACTIONS(2177), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 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(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, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, 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, + ACTIONS(2191), 4, 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, + ACTIONS(2193), 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, - 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, + 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, - ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, + anon_sym_DOT_DOT, + [60930] = 12, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, + 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, - [61081] = 6, + [60988] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(391), 1, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(484), 9, + anon_sym_DOT, 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_STAR, + ACTIONS(482), 20, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, + anon_sym_as, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -58207,33 +58146,86 @@ 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, - [61127] = 8, + [61032] = 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(820), 1, + anon_sym_BANG, + 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(2149), 1, + anon_sym_DASH, + ACTIONS(2205), 1, + sym_float, + STATE(1030), 1, + sym_identifier, + STATE(1040), 1, + sym__case_clause_guard_binary_expression, + STATE(1041), 1, + sym__case_clause_tuple_access, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(979), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1043), 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, + [61104] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(712), 6, 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_PLUS, + ACTIONS(710), 18, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_RPAREN, @@ -58249,341 +58241,290 @@ 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_DOT_DOT, - [61177] = 12, + [61150] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2157), 1, - anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(99), 1, + sym__name, + ACTIONS(101), 1, + sym__upname, + ACTIONS(820), 1, + anon_sym_BANG, + 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(2149), 1, + anon_sym_DASH, + ACTIONS(2207), 1, + sym_float, + STATE(1030), 1, + sym_identifier, + STATE(1040), 1, + sym__case_clause_guard_binary_expression, + STATE(1041), 1, + sym__case_clause_tuple_access, 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, + STATE(979), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1054), 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, + [61222] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(1954), 1, + anon_sym_DASH, + ACTIONS(1962), 1, + anon_sym_unit, + ACTIONS(2026), 1, + anon_sym_size, + STATE(1670), 1, + sym_pattern_bit_string_segment_options, 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(95), 3, + sym__hex, + sym__octal, + sym__binary, + ACTIONS(1960), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1379), 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(1958), 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, + [61278] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2165), 1, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, + ACTIONS(658), 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_DOT_DOT, - [61345] = 9, + [61338] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2165), 1, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2167), 2, + ACTIONS(2181), 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, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(710), 15, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(722), 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_DOT_DOT, - [61397] = 22, + [61398] = 10, 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, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1778), 1, - sym__discard_name, - ACTIONS(1780), 1, - sym__name, - ACTIONS(1782), 1, - sym__upname, - ACTIONS(2209), 1, - anon_sym_if, - ACTIONS(2211), 1, - anon_sym_DASH_GT, - STATE(1199), 1, - sym__pattern_binary_expression, - STATE(1250), 1, - sym_identifier, - STATE(1267), 1, - sym_string, - STATE(1325), 1, - sym__pattern, - STATE(1579), 1, - sym_case_clause_pattern, + ACTIONS(1954), 1, + anon_sym_DASH, + ACTIONS(1962), 1, + anon_sym_unit, + ACTIONS(2034), 1, + anon_sym_size, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(95), 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, + ACTIONS(1960), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1443), 5, + sym__expression_bit_string_segment_option, + sym__expression_bit_string_named_segment_option, + sym__expression_bit_string_segment_option_size, sym_integer, - sym_discard, - [61474] = 21, + sym__bit_string_segment_option, + ACTIONS(1958), 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, + [61451] = 20, 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, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(1772), 1, - sym_float, - ACTIONS(1776), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1778), 1, - sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(2213), 1, - anon_sym_if, - STATE(1199), 1, - sym__pattern_binary_expression, - STATE(1250), 1, - sym_identifier, - STATE(1267), 1, - sym_string, - STATE(1274), 1, - sym__pattern, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2215), 2, - anon_sym_DASH_GT, - anon_sym_PIPE, - 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, - [61549] = 21, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1768), 1, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1770), 1, - anon_sym_DQUOTE, - ACTIONS(1772), 1, + ACTIONS(2022), 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(2217), 1, - anon_sym_if, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1233), 1, sym_identifier, - STATE(1267), 1, + STATE(1265), 1, sym_string, - STATE(1274), 1, + STATE(1425), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2219), 2, - anon_sym_DASH_GT, - anon_sym_PIPE, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1319), 7, + ACTIONS(2209), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DOT_DOT, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -58591,97 +58532,54 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [61624] = 10, + [61524] = 22, 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(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, - [61677] = 22, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - ACTIONS(2221), 1, + ACTIONS(2211), 1, anon_sym_RBRACK, - ACTIONS(2223), 1, + ACTIONS(2213), 1, anon_sym_DOT_DOT, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1340), 1, + STATE(1284), 1, sym__pattern, - STATE(1748), 1, + STATE(1851), 1, sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -58689,52 +58587,54 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [61754] = 20, + [61601] = 22, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - STATE(1199), 1, + ACTIONS(2213), 1, + anon_sym_DOT_DOT, + ACTIONS(2215), 1, + anon_sym_RBRACK, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1589), 1, + STATE(1337), 1, sym__pattern, + STATE(1879), 1, + sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(2225), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DOT_DOT, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -58742,54 +58642,53 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [61827] = 22, + [61678] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1768), 1, + ACTIONS(1798), 1, anon_sym_DASH, - ACTIONS(1770), 1, + ACTIONS(1800), 1, anon_sym_DQUOTE, - ACTIONS(1772), 1, + ACTIONS(1802), 1, sym_float, - ACTIONS(1776), 1, + ACTIONS(1806), 1, sym__decimal, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(1810), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(1812), 1, sym__upname, - ACTIONS(2227), 1, + ACTIONS(2217), 1, anon_sym_if, - ACTIONS(2229), 1, - anon_sym_DASH_GT, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1263), 1, sym_identifier, - STATE(1267), 1, + STATE(1271), 1, sym_string, - STATE(1325), 1, + STATE(1284), 1, sym__pattern, - STATE(1579), 1, - sym_case_clause_pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + ACTIONS(2219), 2, + anon_sym_DASH_GT, + anon_sym_PIPE, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1319), 7, + STATE(1296), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -58797,35 +58696,35 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [61904] = 10, + [61753] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1924), 1, + ACTIONS(1954), 1, anon_sym_DASH, - ACTIONS(1932), 1, - anon_sym_unit, - ACTIONS(2079), 1, + ACTIONS(1956), 1, anon_sym_size, + ACTIONS(1962), 1, + anon_sym_unit, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - ACTIONS(1930), 3, + ACTIONS(1960), 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, + STATE(1535), 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, + ACTIONS(1958), 14, anon_sym_binary, anon_sym_bytes, anon_sym_int, @@ -58840,54 +58739,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_big, anon_sym_little, anon_sym_native, - [61957] = 22, + [61806] = 22, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1770), 1, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(1800), 1, anon_sym_DQUOTE, - ACTIONS(1776), 1, + ACTIONS(1802), 1, + sym_float, + ACTIONS(1806), 1, sym__decimal, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(1810), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(1812), 1, sym__upname, - ACTIONS(1988), 1, - anon_sym_DASH, - ACTIONS(2231), 1, - anon_sym_LT_DASH, - ACTIONS(2233), 1, - sym_float, - STATE(1199), 1, + ACTIONS(2221), 1, + anon_sym_if, + ACTIONS(2223), 1, + anon_sym_DASH_GT, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1263), 1, sym_identifier, - STATE(1267), 1, + STATE(1271), 1, sym_string, - STATE(1364), 1, + STATE(1345), 1, sym__pattern, - STATE(1450), 1, - sym_use_assignment, - STATE(1785), 1, - sym_use_assignments, + STATE(1432), 1, + sym_case_clause_pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1334), 7, + STATE(1296), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -58895,54 +58794,53 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62034] = 22, + [61883] = 21, 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, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, - sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(1798), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(1800), 1, + anon_sym_DQUOTE, + ACTIONS(1802), 1, sym_float, - ACTIONS(2223), 1, - anon_sym_DOT_DOT, - ACTIONS(2235), 1, - anon_sym_RBRACK, - STATE(1199), 1, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + ACTIONS(2225), 1, + anon_sym_if, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1263), 1, sym_identifier, - STATE(1243), 1, + STATE(1271), 1, sym_string, - STATE(1274), 1, + STATE(1284), 1, sym__pattern, - STATE(1853), 1, - sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + ACTIONS(2227), 2, + anon_sym_DASH_GT, + anon_sym_PIPE, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1296), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -58950,97 +58848,54 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62111] = 10, - 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(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, + [61958] = 22, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1770), 1, + ACTIONS(1798), 1, + anon_sym_DASH, + ACTIONS(1800), 1, anon_sym_DQUOTE, - ACTIONS(1776), 1, + ACTIONS(1802), 1, + sym_float, + ACTIONS(1806), 1, sym__decimal, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(1810), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(1812), 1, sym__upname, - ACTIONS(1988), 1, - anon_sym_DASH, - ACTIONS(2233), 1, - sym_float, - ACTIONS(2237), 1, - anon_sym_LT_DASH, - STATE(1199), 1, + ACTIONS(2229), 1, + anon_sym_if, + ACTIONS(2231), 1, + anon_sym_DASH_GT, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1263), 1, sym_identifier, - STATE(1267), 1, + STATE(1271), 1, sym_string, - STATE(1364), 1, - sym__pattern, - STATE(1450), 1, - sym_use_assignment, - STATE(1876), 1, - sym_use_assignments, + STATE(1345), 1, + sym__pattern, + STATE(1432), 1, + sym_case_clause_pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1334), 7, + STATE(1296), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59048,54 +58903,54 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62241] = 22, + [62035] = 22, 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, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1800), 1, + anon_sym_DQUOTE, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2233), 1, + anon_sym_LT_DASH, + ACTIONS(2235), 1, sym_float, - ACTIONS(2223), 1, - anon_sym_DOT_DOT, - ACTIONS(2239), 1, - anon_sym_RBRACK, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1263), 1, sym_identifier, - STATE(1243), 1, + STATE(1271), 1, sym_string, - STATE(1274), 1, + STATE(1382), 1, sym__pattern, - STATE(1765), 1, - sym_list_pattern_tail, + STATE(1492), 1, + sym_use_assignment, + STATE(1756), 1, + sym_use_assignments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1350), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59103,52 +58958,54 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62318] = 21, + [62112] = 22, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - ACTIONS(2241), 1, - anon_sym_assert, - STATE(1029), 1, - sym__assignment, - STATE(1199), 1, + ACTIONS(2213), 1, + anon_sym_DOT_DOT, + ACTIONS(2237), 1, + anon_sym_RBRACK, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1413), 1, + STATE(1284), 1, sym__pattern, + STATE(1752), 1, + sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59156,52 +59013,54 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62392] = 21, + [62189] = 22, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1770), 1, + ACTIONS(1800), 1, anon_sym_DQUOTE, - ACTIONS(1776), 1, + ACTIONS(1806), 1, sym__decimal, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(1810), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(1812), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2233), 1, + ACTIONS(2235), 1, sym_float, - ACTIONS(2243), 1, + ACTIONS(2239), 1, anon_sym_LT_DASH, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1263), 1, sym_identifier, - STATE(1267), 1, + STATE(1271), 1, sym_string, - STATE(1364), 1, + STATE(1382), 1, sym__pattern, - STATE(1680), 1, + STATE(1492), 1, sym_use_assignment, + STATE(1877), 1, + sym_use_assignments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1334), 7, + STATE(1350), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59209,105 +59068,95 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62466] = 21, + [62266] = 10, 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(1770), 1, - anon_sym_DQUOTE, - ACTIONS(1776), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(1778), 1, - sym__discard_name, - ACTIONS(1780), 1, - sym__name, - ACTIONS(1782), 1, - sym__upname, - ACTIONS(1988), 1, + ACTIONS(1954), 1, anon_sym_DASH, - ACTIONS(2233), 1, - sym_float, - ACTIONS(2245), 1, - anon_sym_LT_DASH, - STATE(1199), 1, - sym__pattern_binary_expression, - STATE(1250), 1, - sym_identifier, - STATE(1267), 1, - sym_string, - STATE(1364), 1, - sym__pattern, - STATE(1680), 1, - sym_use_assignment, + ACTIONS(1962), 1, + anon_sym_unit, + ACTIONS(2026), 1, + anon_sym_size, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1334), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, + ACTIONS(1960), 3, + anon_sym_utf8, + anon_sym_utf16, + anon_sym_utf32, + STATE(1520), 5, + sym__pattern_bit_string_segment_option, + sym__pattern_bit_string_named_segment_option, + sym__pattern_bit_string_segment_option_size, sym_integer, - sym_discard, - [62540] = 21, + sym__bit_string_segment_option, + ACTIONS(1958), 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, + [62319] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - ACTIONS(2247), 1, + ACTIONS(2241), 1, anon_sym_GT_GT, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1545), 1, + STATE(1515), 1, sym__pattern, - STATE(1690), 1, + STATE(1583), 1, sym_pattern_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59315,52 +59164,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62614] = 21, + [62393] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - ACTIONS(2249), 1, + ACTIONS(2243), 1, anon_sym_GT_GT, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1545), 1, + STATE(1515), 1, sym__pattern, - STATE(1690), 1, + STATE(1672), 1, sym_pattern_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59368,52 +59217,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62688] = 21, + [62467] = 21, 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, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1800), 1, + anon_sym_DQUOTE, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2235), 1, sym_float, - ACTIONS(2251), 1, - anon_sym_assert, - STATE(783), 1, - sym__assignment, - STATE(1199), 1, + ACTIONS(2245), 1, + anon_sym_LT_DASH, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1263), 1, sym_identifier, - STATE(1243), 1, + STATE(1271), 1, sym_string, - STATE(1440), 1, + STATE(1382), 1, sym__pattern, + STATE(1666), 1, + sym_use_assignment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1350), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59421,52 +59270,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62762] = 21, + [62541] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(187), 1, - sym__upname, - ACTIONS(826), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(1762), 1, + ACTIONS(101), 1, + sym__upname, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - STATE(1199), 1, + ACTIONS(2247), 1, + anon_sym_GT_GT, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1590), 1, - sym_record_pattern_argument, - STATE(1593), 1, + STATE(1515), 1, sym__pattern, - STATE(1779), 1, - sym_label, + STATE(1672), 1, + sym_pattern_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59474,52 +59323,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62836] = 21, + [62615] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, - sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1762), 1, + ACTIONS(826), 1, + sym__name, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - ACTIONS(2253), 1, - anon_sym_GT_GT, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1545), 1, + STATE(1427), 1, + sym_record_pattern_argument, + STATE(1538), 1, sym__pattern, - STATE(1547), 1, - sym_pattern_bit_string_segment, + STATE(1828), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59527,50 +59376,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62910] = 20, + [62689] = 21, 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, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1800), 1, + anon_sym_DQUOTE, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2235), 1, sym_float, - ACTIONS(2255), 1, - anon_sym_RPAREN, - STATE(1199), 1, + ACTIONS(2249), 1, + anon_sym_LT_DASH, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1263), 1, sym_identifier, - STATE(1243), 1, + STATE(1271), 1, sym_string, - STATE(1446), 1, + STATE(1382), 1, sym__pattern, + STATE(1666), 1, + sym_use_assignment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1350), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59578,50 +59429,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [62981] = 20, + [62763] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(91), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(99), 1, + sym__name, + ACTIONS(101), 1, + sym__upname, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1768), 1, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1770), 1, - anon_sym_DQUOTE, - ACTIONS(1772), 1, + ACTIONS(2022), 1, sym_float, - ACTIONS(1776), 1, - sym__decimal, - ACTIONS(1778), 1, - sym__discard_name, - ACTIONS(1780), 1, - sym__name, - ACTIONS(1782), 1, - sym__upname, - STATE(1199), 1, + ACTIONS(2251), 1, + anon_sym_assert, + STATE(783), 1, + sym__assignment, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1233), 1, sym_identifier, - STATE(1267), 1, + STATE(1265), 1, sym_string, - STATE(1325), 1, + STATE(1527), 1, sym__pattern, - STATE(1579), 1, - sym_case_clause_pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1319), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59629,50 +59482,52 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [63052] = 20, + [62837] = 21, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - ACTIONS(2257), 1, - anon_sym_RPAREN, - STATE(1199), 1, + ACTIONS(2253), 1, + anon_sym_assert, + STATE(1031), 1, + sym__assignment, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1274), 1, + STATE(1414), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59680,141 +59535,384 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [63123] = 13, + [62911] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, + ACTIONS(2255), 1, + anon_sym_COMMA, + ACTIONS(2257), 1, + anon_sym_RBRACK, + ACTIONS(2259), 1, + anon_sym_DOT_DOT, + STATE(1389), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2169), 4, + [62974] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2261), 1, + anon_sym_COMMA, + ACTIONS(2263), 1, + anon_sym_RBRACK, + ACTIONS(2265), 1, + anon_sym_DOT_DOT, + STATE(1380), 1, + aux_sym_tuple_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(2259), 4, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [63037] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2267), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2269), 1, anon_sym_RBRACK, + ACTIONS(2271), 1, anon_sym_DOT_DOT, - [63180] = 16, + STATE(1354), 1, + aux_sym_tuple_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [63100] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2261), 1, + ACTIONS(2273), 1, anon_sym_COMMA, - ACTIONS(2263), 1, + ACTIONS(2275), 1, anon_sym_RBRACK, - ACTIONS(2265), 1, + ACTIONS(2277), 1, anon_sym_DOT_DOT, - STATE(1381), 1, + STATE(1399), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2169), 4, + [63163] = 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(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2022), 1, + sym_float, + STATE(1015), 1, + sym__assignment, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1233), 1, + sym_identifier, + STATE(1265), 1, + sym_string, + STATE(1603), 1, + sym__pattern, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1241), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [63234] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [63243] = 20, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2279), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DOT_DOT, + [63291] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - ACTIONS(2267), 1, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1233), 1, + sym_identifier, + STATE(1265), 1, + sym_string, + STATE(1515), 1, + sym__pattern, + STATE(1672), 1, + sym_pattern_bit_string_segment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1241), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [63362] = 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(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2022), 1, + sym_float, + ACTIONS(2281), 1, anon_sym_RPAREN, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1274), 1, + STATE(1284), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -59822,17 +59920,54 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [63314] = 6, + [63433] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1828), 1, + anon_sym_LPAREN, + ACTIONS(2283), 1, + anon_sym_as, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(618), 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(616), 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, + [63476] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1806), 1, + ACTIONS(1760), 1, anon_sym_LPAREN, - ACTIONS(2269), 1, + ACTIONS(2285), 1, anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(604), 8, + ACTIONS(600), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -59841,7 +59976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(602), 17, + ACTIONS(598), 17, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -59859,144 +59994,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [63357] = 16, + [63519] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2271), 1, + ACTIONS(2287), 1, anon_sym_COMMA, - ACTIONS(2273), 1, + ACTIONS(2289), 1, anon_sym_RBRACK, - ACTIONS(2275), 1, + ACTIONS(2291), 1, anon_sym_DOT_DOT, - STATE(1379), 1, + STATE(1397), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, + [63582] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2277), 1, + ACTIONS(2293), 1, anon_sym_COMMA, - ACTIONS(2279), 1, + ACTIONS(2295), 1, anon_sym_RBRACK, - ACTIONS(2281), 1, + ACTIONS(2297), 1, anon_sym_DOT_DOT, - STATE(1376), 1, + STATE(1377), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [63483] = 20, + [63645] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - STATE(678), 1, - sym__assignment, - STATE(1199), 1, + ACTIONS(2299), 1, + anon_sym_RPAREN, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1535), 1, + STATE(1284), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -60004,97 +60139,87 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [63554] = 16, + [63716] = 6, 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(2301), 1, + anon_sym_LPAREN, + STATE(940), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(375), 8, 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_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, - ACTIONS(2169), 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, - [63617] = 20, + [63759] = 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, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, - sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(1798), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(1800), 1, + anon_sym_DQUOTE, + ACTIONS(1802), 1, sym_float, - STATE(1199), 1, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1263), 1, sym_identifier, - STATE(1243), 1, + STATE(1271), 1, sym_string, - STATE(1545), 1, + STATE(1345), 1, sym__pattern, - STATE(1690), 1, - sym_pattern_bit_string_segment, + STATE(1432), 1, + sym_case_clause_pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1296), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -60102,97 +60227,50 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [63688] = 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(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(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, - [63751] = 20, + [63830] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(1992), 1, + ACTIONS(2022), 1, sym_float, - STATE(989), 1, - sym__assignment, - STATE(1199), 1, + ACTIONS(2303), 1, + anon_sym_RPAREN, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1227), 1, + STATE(1233), 1, sym_identifier, - STATE(1243), 1, + STATE(1265), 1, sym_string, - STATE(1583), 1, + STATE(1521), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1255), 7, + STATE(1241), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -60200,134 +60278,50 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [63822] = 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(2295), 1, - anon_sym_COMMA, - 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(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, - [63885] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2301), 1, - anon_sym_LPAREN, - STATE(941), 1, - sym_arguments, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - 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, + [63901] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1770), 1, + ACTIONS(1800), 1, anon_sym_DQUOTE, - ACTIONS(1776), 1, + ACTIONS(1806), 1, sym__decimal, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(1810), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(1812), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2233), 1, + ACTIONS(2235), 1, sym_float, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1263), 1, sym_identifier, - STATE(1267), 1, + STATE(1271), 1, sym_string, - STATE(1364), 1, + STATE(1382), 1, sym__pattern, - STATE(1680), 1, + STATE(1666), 1, sym_use_assignment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1334), 7, + STATE(1350), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -60335,350 +60329,180 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [63999] = 6, + [63972] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1802), 1, - anon_sym_LPAREN, - ACTIONS(2303), 1, - anon_sym_as, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(626), 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(624), 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, + ACTIONS(2189), 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, - [64042] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, ACTIONS(2305), 1, anon_sym_COMMA, ACTIONS(2307), 1, anon_sym_RBRACK, ACTIONS(2309), 1, anon_sym_DOT_DOT, - STATE(1373), 1, + STATE(1388), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 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, - [64105] = 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(2311), 1, - anon_sym_COMMA, - ACTIONS(2313), 1, - anon_sym_RPAREN, - STATE(1554), 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, + ACTIONS(2201), 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, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [64165] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(588), 8, - anon_sym_SLASH, - anon_sym_DASH, + ACTIONS(2191), 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(2193), 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, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [64203] = 18, + [64035] = 20, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(419), 1, - sym__upname, - ACTIONS(826), 1, + ACTIONS(99), 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(409), 1, - anon_sym_DQUOTE, - ACTIONS(415), 1, - sym__decimal, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(826), 1, - sym__name, - ACTIONS(1988), 1, - anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(2319), 1, - anon_sym_RPAREN, - ACTIONS(2321), 1, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2022), 1, sym_float, - STATE(1318), 1, + STATE(677), 1, + sym__assignment, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1233), 1, sym_identifier, - STATE(1480), 1, - sym_constant_record_argument, - STATE(1773), 1, - sym_label, + STATE(1265), 1, + sym_string, + STATE(1539), 1, + sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(95), 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, + STATE(1241), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [64335] = 15, + sym_discard, + [64106] = 6, 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(2323), 1, - anon_sym_COMMA, - ACTIONS(2325), 1, - anon_sym_RPAREN, - STATE(1479), 1, - aux_sym_tuple_repeat1, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(2311), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(461), 8, 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_PLUS, + anon_sym_STAR, + ACTIONS(459), 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(2169), 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, - [64395] = 18, + [64148] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, ACTIONS(826), 1, sym__name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, + ACTIONS(2315), 1, + anon_sym_RPAREN, ACTIONS(2317), 1, sym_float, - ACTIONS(2327), 1, - anon_sym_RPAREN, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, - STATE(1736), 1, - sym_attribute_value, - STATE(1882), 1, + STATE(1725), 1, + sym_constant_record_argument, + STATE(1753), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1612), 8, + STATE(1731), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -60687,46 +60511,46 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [64461] = 18, + [64214] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, ACTIONS(826), 1, sym__name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2321), 1, + ACTIONS(2317), 1, sym_float, - ACTIONS(2329), 1, + ACTIONS(2319), 1, anon_sym_RPAREN, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, - STATE(1626), 1, + STATE(1578), 1, sym_constant_record_argument, - STATE(1773), 1, + STATE(1753), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1729), 8, + STATE(1731), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -60735,136 +60559,91 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [64527] = 15, + [64280] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2331), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2333), 1, + ACTIONS(2323), 1, anon_sym_RPAREN, - STATE(1447), 1, + STATE(1494), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 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, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [64587] = 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(2335), 1, - anon_sym_COMMA, - ACTIONS(2337), 1, - anon_sym_RPAREN, - STATE(1557), 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, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [64647] = 18, + [64340] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, ACTIONS(826), 1, sym__name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2321), 1, - sym_float, - ACTIONS(2339), 1, + ACTIONS(2325), 1, anon_sym_RPAREN, - STATE(1318), 1, + ACTIONS(2327), 1, + sym_float, + STATE(1322), 1, sym_identifier, - STATE(1626), 1, - sym_constant_record_argument, - STATE(1773), 1, + STATE(1724), 1, + sym_attribute_value, + STATE(1812), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1729), 8, + STATE(1689), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -60873,110 +60652,153 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [64713] = 18, + [64406] = 6, 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(2341), 1, - anon_sym_RPAREN, - STATE(1318), 1, - sym_identifier, - STATE(1626), 1, - sym_constant_record_argument, - STATE(1773), 1, - sym_label, + ACTIONS(2329), 1, + anon_sym_LPAREN, + ACTIONS(2331), 1, + anon_sym_as, 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, - [64779] = 15, + ACTIONS(600), 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(598), 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, + [64448] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2333), 1, + anon_sym_LPAREN, + ACTIONS(2335), 1, + anon_sym_as, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(618), 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(616), 16, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 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(2343), 1, - anon_sym_COMMA, - ACTIONS(2345), 1, - anon_sym_RPAREN, - STATE(1515), 1, - aux_sym_tuple_repeat1, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [64490] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(476), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2153), 2, anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, anon_sym_PLUS, - ACTIONS(2159), 2, + anon_sym_STAR, + ACTIONS(474), 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(2167), 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(2161), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [64528] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(484), 8, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(482), 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(2169), 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, - [64839] = 6, + [64566] = 4, 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, + ACTIONS(409), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -60985,7 +60807,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(624), 16, + ACTIONS(407), 18, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -61002,91 +60826,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [64881] = 15, + [64604] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2351), 1, + ACTIONS(2337), 1, anon_sym_COMMA, - ACTIONS(2353), 1, + ACTIONS(2339), 1, anon_sym_RPAREN, STATE(1558), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [64664] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, + ACTIONS(465), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(461), 8, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(459), 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(2169), 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, - [64941] = 18, + [64706] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, ACTIONS(826), 1, sym__name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2321), 1, + ACTIONS(2327), 1, sym_float, - ACTIONS(2355), 1, + ACTIONS(2341), 1, anon_sym_RPAREN, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, - STATE(1626), 1, - sym_constant_record_argument, - STATE(1773), 1, + STATE(1724), 1, + sym_attribute_value, + STATE(1812), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1729), 8, + STATE(1689), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -61095,13 +60955,13 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [65007] = 4, + [64772] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(572), 8, + ACTIONS(385), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -61110,7 +60970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(570), 18, + ACTIONS(383), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -61129,13 +60989,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [65045] = 4, + [64810] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(427), 8, + ACTIONS(506), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -61144,7 +61004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(425), 18, + ACTIONS(504), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -61163,13 +61023,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [65083] = 4, + [64848] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(433), 8, + ACTIONS(514), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -61178,7 +61038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(431), 18, + ACTIONS(512), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -61197,47 +61057,244 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [65121] = 4, + [64886] = 15, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2343), 1, + anon_sym_LBRACE, + ACTIONS(2345), 1, + anon_sym_COMMA, + ACTIONS(2351), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2353), 1, + anon_sym_AMP_AMP, + ACTIONS(2361), 1, + anon_sym_PIPE_GT, + STATE(1557), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(449), 8, + ACTIONS(2347), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2349), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2355), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2363), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2357), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(447), 18, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_DASH_GT, + ACTIONS(2359), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2365), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [64946] = 15, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, anon_sym_AMP_AMP, + ACTIONS(2367), 1, + anon_sym_COMMA, + ACTIONS(2369), 1, + anon_sym_RPAREN, + STATE(1523), 1, + aux_sym_tuple_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + [65006] = 18, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(451), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2317), 1, + sym_float, + ACTIONS(2371), 1, + anon_sym_RPAREN, + STATE(1322), 1, + sym_identifier, + STATE(1725), 1, + sym_constant_record_argument, + STATE(1753), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1731), 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, + [65072] = 15, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2373), 1, + anon_sym_COMMA, + ACTIONS(2375), 1, + anon_sym_RPAREN, + STATE(1418), 1, + aux_sym_tuple_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [65159] = 4, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [65132] = 18, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(451), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2317), 1, + sym_float, + ACTIONS(2377), 1, + anon_sym_RPAREN, + STATE(1322), 1, + sym_identifier, + STATE(1725), 1, + sym_constant_record_argument, + STATE(1753), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1731), 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, + [65198] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(548), 8, + ACTIONS(393), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -61246,7 +61303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(546), 18, + ACTIONS(391), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -61265,82 +61322,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [65197] = 4, + [65236] = 18, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(451), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2317), 1, + sym_float, + ACTIONS(2379), 1, + anon_sym_RPAREN, + STATE(1322), 1, + sym_identifier, + STATE(1497), 1, + sym_constant_record_argument, + STATE(1753), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1731), 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, + [65302] = 18, ACTIONS(3), 1, sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(451), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2317), 1, + sym_float, + ACTIONS(2381), 1, + anon_sym_RPAREN, + STATE(1322), 1, + sym_identifier, + STATE(1725), 1, + sym_constant_record_argument, + STATE(1753), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(552), 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(550), 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, - [65235] = 19, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1731), 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, + [65368] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1768), 1, + ACTIONS(1798), 1, anon_sym_DASH, - ACTIONS(1770), 1, + ACTIONS(1800), 1, anon_sym_DQUOTE, - ACTIONS(1772), 1, + ACTIONS(1802), 1, sym_float, - ACTIONS(1776), 1, + ACTIONS(1806), 1, sym__decimal, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(1810), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(1812), 1, sym__upname, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1263), 1, sym_identifier, - STATE(1267), 1, + STATE(1271), 1, sym_string, - STATE(1274), 1, + STATE(1284), 1, sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1319), 7, + STATE(1296), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -61348,13 +61467,13 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [65303] = 4, + [65436] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(584), 8, + ACTIONS(389), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -61363,7 +61482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(582), 18, + ACTIONS(387), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -61382,46 +61501,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [65341] = 18, + [65474] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, ACTIONS(826), 1, sym__name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2317), 1, + ACTIONS(2327), 1, sym_float, - ACTIONS(2357), 1, + ACTIONS(2383), 1, anon_sym_RPAREN, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, - STATE(1736), 1, + STATE(1724), 1, sym_attribute_value, - STATE(1882), 1, + STATE(1812), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1612), 8, + STATE(1689), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -61430,13 +61549,13 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [65407] = 4, + [65540] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(578), 8, + ACTIONS(397), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -61445,7 +61564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(576), 18, + ACTIONS(395), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -61464,13 +61583,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [65445] = 4, + [65578] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(542), 8, + ACTIONS(401), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -61479,7 +61598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(540), 18, + ACTIONS(399), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -61498,91 +61617,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [65483] = 15, + [65616] = 4, 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(2363), 2, + ACTIONS(405), 8, 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(2373), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2375), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(403), 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(2381), 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, - [65543] = 18, + [65654] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, ACTIONS(826), 1, sym__name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2321), 1, + ACTIONS(2317), 1, sym_float, - ACTIONS(2383), 1, + ACTIONS(2385), 1, anon_sym_RPAREN, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, - STATE(1574), 1, + STATE(1483), 1, sym_constant_record_argument, - STATE(1773), 1, + STATE(1753), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1729), 8, + STATE(1731), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -61591,46 +61699,46 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [65609] = 18, + [65720] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, ACTIONS(826), 1, sym__name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2321), 1, + ACTIONS(2327), 1, sym_float, - ACTIONS(2385), 1, + ACTIONS(2387), 1, anon_sym_RPAREN, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, - STATE(1491), 1, - sym_constant_record_argument, - STATE(1773), 1, + STATE(1724), 1, + sym_attribute_value, + STATE(1812), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1729), 8, + STATE(1689), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -61639,13 +61747,13 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [65675] = 4, + [65786] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(525), 8, + ACTIONS(496), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -61654,7 +61762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(523), 18, + ACTIONS(494), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -61673,13 +61781,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [65713] = 4, + [65824] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(519), 8, + ACTIONS(510), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -61688,7 +61796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(517), 18, + ACTIONS(508), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -61707,62 +61815,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [65751] = 19, - 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(1199), 1, - sym__pattern_binary_expression, - STATE(1227), 1, - sym_identifier, - STATE(1243), 1, - sym_string, - STATE(1274), 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, - [65819] = 4, + [65862] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(515), 8, + ACTIONS(524), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -61771,7 +61830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(513), 18, + ACTIONS(522), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -61790,187 +61849,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [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, + [65900] = 19, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(419), 1, - sym__upname, - ACTIONS(826), 1, + ACTIONS(99), 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(2391), 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, - 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, - [65983] = 18, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - ACTIONS(415), 1, - sym__decimal, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(826), 1, - sym__name, - ACTIONS(1988), 1, - anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(2321), 1, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2022), 1, sym_float, - ACTIONS(2393), 1, - anon_sym_RPAREN, - STATE(1318), 1, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1233), 1, sym_identifier, - STATE(1626), 1, - sym_constant_record_argument, - STATE(1773), 1, - sym_label, + STATE(1265), 1, + sym_string, + STATE(1284), 1, + sym__pattern, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(95), 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, + STATE(1241), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, sym_integer, - [66049] = 18, + sym_discard, + [65968] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, ACTIONS(826), 1, sym__name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2321), 1, + ACTIONS(2317), 1, sym_float, - ACTIONS(2395), 1, + ACTIONS(2389), 1, anon_sym_RPAREN, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, - STATE(1626), 1, + STATE(1725), 1, sym_constant_record_argument, - STATE(1773), 1, + STATE(1753), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1729), 8, + STATE(1731), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -61979,119 +61946,196 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [66115] = 6, + [66034] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, - anon_sym_LPAREN, - ACTIONS(2397), 1, - anon_sym_DOT, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2391), 1, + anon_sym_COMMA, + ACTIONS(2393), 1, + anon_sym_RPAREN, + STATE(1447), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 8, + ACTIONS(2177), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(435), 16, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2193), 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, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [66157] = 6, + [66094] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, - anon_sym_LPAREN, - ACTIONS(535), 1, - anon_sym_DOT, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2395), 1, + anon_sym_COMMA, + ACTIONS(2397), 1, + anon_sym_RPAREN, + STATE(1551), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 8, + ACTIONS(2177), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(435), 16, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2193), 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, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [66199] = 4, + [66154] = 15, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2399), 1, + anon_sym_COMMA, + ACTIONS(2401), 1, + anon_sym_RPAREN, + STATE(1591), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(568), 8, + ACTIONS(2177), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(566), 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(2193), 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, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [66237] = 4, + [66214] = 18, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(451), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2317), 1, + sym_float, + ACTIONS(2403), 1, + anon_sym_RPAREN, + STATE(1322), 1, + sym_identifier, + STATE(1725), 1, + sym_constant_record_argument, + STATE(1753), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1731), 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, + [66280] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(564), 8, + ACTIONS(528), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -62100,7 +62144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(562), 18, + ACTIONS(526), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -62119,13 +62163,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66275] = 4, + [66318] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(556), 8, + ACTIONS(455), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -62134,7 +62178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(554), 18, + ACTIONS(453), 18, anon_sym_LPAREN, anon_sym_DOT, anon_sym_DASH_GT, @@ -62153,17 +62197,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66313] = 6, + [66356] = 4, 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, + ACTIONS(596), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -62172,7 +62212,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(602), 16, + ACTIONS(594), 17, + anon_sym_LPAREN, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -62189,44 +62230,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66355] = 17, + [66393] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, - sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(826), 1, + sym__name, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2405), 1, - anon_sym_GT_GT, - ACTIONS(2407), 1, + ACTIONS(2317), 1, sym_float, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, - STATE(1637), 1, - sym_constant_bit_string_segment, + STATE(1725), 1, + sym_constant_record_argument, + STATE(1753), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1432), 8, + STATE(1731), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -62235,44 +62276,90 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [66418] = 17, + [66456] = 18, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1800), 1, + anon_sym_DQUOTE, + ACTIONS(1806), 1, + sym__decimal, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(1810), 1, + sym__name, + ACTIONS(1812), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2405), 1, + sym_float, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1263), 1, + sym_identifier, + STATE(1271), 1, + sym_string, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(1804), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1187), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [66521] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2407), 1, - sym_float, ACTIONS(2409), 1, - anon_sym_GT_GT, - STATE(1318), 1, + sym_float, + STATE(1322), 1, sym_identifier, - STATE(1637), 1, - sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + ACTIONS(2407), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1432), 8, + STATE(1733), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -62281,44 +62368,44 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [66481] = 17, + [66582] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2407), 1, - sym_float, ACTIONS(2411), 1, anon_sym_GT_GT, - STATE(1318), 1, + ACTIONS(2413), 1, + sym_float, + STATE(1322), 1, sym_identifier, STATE(1637), 1, sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1432), 8, + STATE(1574), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -62327,185 +62414,160 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [66544] = 13, + [66645] = 8, ACTIONS(3), 1, sym_module_comment, - 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(684), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2363), 2, + ACTIONS(2347), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2365), 2, + ACTIONS(2349), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2371), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2379), 2, + ACTIONS(2363), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2373), 4, + ACTIONS(712), 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, + ACTIONS(2365), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66599] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(710), 11, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 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, + [66690] = 4, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(628), 8, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2153), 2, anon_sym_DASH, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, anon_sym_PLUS, - ACTIONS(2159), 2, + anon_sym_STAR, + ACTIONS(626), 17, + anon_sym_DOT, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2167), 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(2413), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2161), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [66727] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2347), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2365), 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, - ACTIONS(2163), 4, + 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, - ACTIONS(2169), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [66654] = 13, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + [66768] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2351), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2353), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, + ACTIONS(2361), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(702), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2347), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2349), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, + ACTIONS(2355), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2363), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2415), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2161), 4, + ACTIONS(2357), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2359), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2169), 4, + ACTIONS(2365), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66709] = 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(2417), 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, - [66772] = 4, + [66823] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(596), 8, + ACTIONS(608), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -62514,7 +62576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(594), 17, + ACTIONS(606), 17, anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, @@ -62532,132 +62594,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66809] = 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(2321), 1, - sym_float, - 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, - [66872] = 13, + [66860] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2367), 1, + ACTIONS(2351), 1, anon_sym_PIPE_PIPE, - ACTIONS(2369), 1, + ACTIONS(2353), 1, anon_sym_AMP_AMP, - ACTIONS(2377), 1, + ACTIONS(2361), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2259), 2, + ACTIONS(2279), 2, anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(2363), 2, + ACTIONS(2347), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2365), 2, + ACTIONS(2349), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2371), 2, + ACTIONS(2355), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2379), 2, + ACTIONS(2363), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2373), 4, + ACTIONS(2357), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2375), 4, + ACTIONS(2359), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2381), 4, + ACTIONS(2365), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [66927] = 17, + [66915] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, ACTIONS(826), 1, sym__name, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2317), 1, + ACTIONS(2327), 1, + sym_float, + STATE(1322), 1, + sym_identifier, + STATE(1724), 1, + sym_attribute_value, + STATE(1812), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1689), 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, + [66978] = 17, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(451), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2327), 1, sym_float, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, STATE(1441), 1, sym_attribute_value, - STATE(1882), 1, + STATE(1812), 1, sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1612), 8, + STATE(1689), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -62666,44 +62728,44 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [66990] = 17, + [67041] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2407), 1, + ACTIONS(2413), 1, sym_float, - ACTIONS(2419), 1, + ACTIONS(2415), 1, anon_sym_GT_GT, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, - STATE(1411), 1, + STATE(1637), 1, sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1432), 8, + STATE(1574), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -62712,114 +62774,66 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [67053] = 13, + [67104] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2367), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2369), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2377), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(698), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2363), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2365), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2371), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2379), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - 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, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2417), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67108] = 13, - ACTIONS(3), 1, - sym_module_comment, - 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(726), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - 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(2373), 4, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2375), 4, + ACTIONS(2193), 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, - [67163] = 6, + [67159] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2363), 2, + ACTIONS(636), 8, 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_STAR, + ACTIONS(634), 17, + anon_sym_DOT, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -62831,122 +62845,229 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - [67204] = 8, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [67196] = 17, ACTIONS(3), 1, sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2413), 1, + sym_float, + ACTIONS(2419), 1, + anon_sym_GT_GT, + STATE(1322), 1, + sym_identifier, + STATE(1460), 1, + sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2363), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2365), 2, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1574), 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, + [67259] = 17, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(451), 1, + sym__upname, + ACTIONS(826), 1, + sym__name, + ACTIONS(2018), 1, 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, - anon_sym_BANG_EQ, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - [67249] = 12, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2327), 1, + sym_float, + STATE(1322), 1, + sym_identifier, + STATE(1533), 1, + sym_attribute_value, + STATE(1812), 1, + sym_label, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1689), 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, + [67322] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2369), 1, - anon_sym_AMP_AMP, - ACTIONS(2377), 1, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2363), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2365), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2371), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2379), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(710), 3, - anon_sym_LBRACE, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2421), 2, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - ACTIONS(2373), 4, + anon_sym_RPAREN, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2375), 4, + ACTIONS(2193), 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, - [67302] = 17, + [67377] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, + sym__upname, + ACTIONS(1792), 1, + anon_sym_POUND, + ACTIONS(1794), 1, + anon_sym_LBRACK, + ACTIONS(1796), 1, + anon_sym_LT_LT, + ACTIONS(1808), 1, + sym__discard_name, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2405), 1, + sym_float, + STATE(1194), 1, + sym__pattern_binary_expression, + STATE(1233), 1, + sym_identifier, + STATE(1265), 1, + sym_string, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1113), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1187), 7, + sym__pattern_expression, + sym_record_pattern, + sym_tuple_pattern, + sym__pattern_bit_string, + sym_list_pattern, + sym_integer, + sym_discard, + [67442] = 17, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2407), 1, + ACTIONS(2413), 1, sym_float, - ACTIONS(2421), 1, + ACTIONS(2423), 1, anon_sym_GT_GT, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, - STATE(1459), 1, + STATE(1637), 1, sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1432), 8, + STATE(1574), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -62955,44 +63076,44 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [67365] = 17, + [67505] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2407), 1, + ACTIONS(2413), 1, sym_float, - ACTIONS(2423), 1, + ACTIONS(2425), 1, anon_sym_GT_GT, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, STATE(1637), 1, sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1432), 8, + STATE(1574), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -63001,172 +63122,55 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [67428] = 18, - 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(1770), 1, - anon_sym_DQUOTE, - ACTIONS(1776), 1, - sym__decimal, - ACTIONS(1778), 1, - sym__discard_name, - ACTIONS(1780), 1, - sym__name, - ACTIONS(1782), 1, - sym__upname, - ACTIONS(1988), 1, - anon_sym_DASH, - ACTIONS(2425), 1, - sym_float, - STATE(1199), 1, - sym__pattern_binary_expression, - STATE(1250), 1, - sym_identifier, - STATE(1267), 1, - sym_string, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1107), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(1774), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1177), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [67493] = 11, + [67568] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2377), 1, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2363), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2365), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2371), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2379), 2, + ACTIONS(2181), 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(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_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(2201), 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, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, + ACTIONS(2427), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67581] = 10, - ACTIONS(3), 1, - sym_module_comment, - 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(2379), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2373), 4, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2375), 4, + ACTIONS(2193), 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, - 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, + [67623] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(648), 8, + ACTIONS(632), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63175,7 +63179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(646), 17, + ACTIONS(630), 17, anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, @@ -63193,84 +63197,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67667] = 9, + [67660] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2377), 1, - anon_sym_PIPE_GT, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2413), 1, + sym_float, + ACTIONS(2429), 1, + anon_sym_GT_GT, + STATE(1322), 1, + sym_identifier, + STATE(1568), 1, + sym_constant_bit_string_segment, 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(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, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1574), 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, + [67723] = 18, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1762), 1, + ACTIONS(1792), 1, anon_sym_POUND, - ACTIONS(1764), 1, + ACTIONS(1794), 1, anon_sym_LBRACK, - ACTIONS(1766), 1, + ACTIONS(1796), 1, anon_sym_LT_LT, - ACTIONS(1768), 1, + ACTIONS(1798), 1, anon_sym_DASH, - ACTIONS(1770), 1, + ACTIONS(1800), 1, anon_sym_DQUOTE, - ACTIONS(1776), 1, + ACTIONS(1806), 1, sym__decimal, - ACTIONS(1778), 1, + ACTIONS(1808), 1, sym__discard_name, - ACTIONS(1780), 1, + ACTIONS(1810), 1, sym__name, - ACTIONS(1782), 1, + ACTIONS(1812), 1, sym__upname, - ACTIONS(2425), 1, + ACTIONS(2405), 1, sym_float, - STATE(1199), 1, + STATE(1194), 1, sym__pattern_binary_expression, - STATE(1250), 1, + STATE(1263), 1, sym_identifier, - STATE(1267), 1, + STATE(1271), 1, sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1107), 2, + STATE(1113), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(1774), 3, + ACTIONS(1804), 3, sym__hex, sym__octal, sym__binary, - STATE(1177), 7, + STATE(1187), 7, sym__pattern_expression, sym_record_pattern, sym_tuple_pattern, @@ -63278,15 +63290,15 @@ static const uint16_t ts_small_parse_table[] = { sym_list_pattern, sym_integer, sym_discard, - [67779] = 5, + [67788] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(598), 1, + ACTIONS(642), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 8, + ACTIONS(461), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63295,7 +63307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(435), 16, + ACTIONS(459), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -63312,15 +63324,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67818] = 5, + [67827] = 17, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2413), 1, + sym_float, + ACTIONS(2431), 1, + anon_sym_GT_GT, + STATE(1322), 1, + sym_identifier, + STATE(1637), 1, + sym_constant_bit_string_segment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1574), 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, + [67890] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(600), 1, + ACTIONS(648), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 8, + ACTIONS(461), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63329,7 +63387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(435), 16, + ACTIONS(459), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -63346,13 +63404,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67857] = 4, + [67929] = 17, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2413), 1, + sym_float, + ACTIONS(2433), 1, + anon_sym_GT_GT, + STATE(1322), 1, + sym_identifier, + STATE(1576), 1, + sym_constant_bit_string_segment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1574), 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, + [67992] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(463), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(618), 8, + ACTIONS(461), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63361,8 +63467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(616), 17, - anon_sym_LPAREN, + ACTIONS(459), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -63379,25 +63484,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [67894] = 5, + [68031] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(439), 1, - anon_sym_LPAREN, + ACTIONS(2361), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(437), 8, + ACTIONS(2347), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2349), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2363), 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(435), 16, - anon_sym_DASH_GT, + ACTIONS(2365), 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, @@ -63406,236 +63522,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + [68078] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2361), 1, anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2347), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2349), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2363), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2357), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2359), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2365), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [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(710), 6, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [68127] = 11, 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(2361), 1, + anon_sym_PIPE_GT, 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, + ACTIONS(2347), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2349), 2, 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_PLUS, + ACTIONS(2355), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2363), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(710), 4, + anon_sym_LBRACE, 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, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(2357), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2359), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2365), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [68178] = 12, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2353), 1, + anon_sym_AMP_AMP, + ACTIONS(2361), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(622), 8, + ACTIONS(2347), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2349), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2355), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2363), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(710), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + ACTIONS(2357), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(620), 17, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2359), 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(2365), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68220] = 4, + [68231] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(636), 8, + ACTIONS(640), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63644,8 +63657,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(634), 17, - anon_sym_LPAREN, + ACTIONS(638), 17, + anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -63662,92 +63675,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68257] = 4, + [68268] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2351), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2353), 1, + anon_sym_AMP_AMP, + ACTIONS(2361), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(632), 8, + ACTIONS(658), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2347), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2349), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2355), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2363), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2357), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(630), 17, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2359), 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(2365), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68294] = 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(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, - [68357] = 4, + [68323] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(610), 8, + ACTIONS(592), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63756,7 +63732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(608), 17, + ACTIONS(590), 17, anon_sym_DOT, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, @@ -63774,102 +63750,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68394] = 18, - 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(2425), 1, - sym_float, - 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(1107), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(181), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(1177), 7, - sym__pattern_expression, - sym_record_pattern, - sym_tuple_pattern, - sym__pattern_bit_string, - sym_list_pattern, - sym_integer, - sym_discard, - [68459] = 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(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(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, - [68514] = 4, + [68360] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(695), 8, + ACTIONS(614), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -63878,7 +63765,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(692), 16, + ACTIONS(612), 17, + anon_sym_LPAREN, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -63895,83 +63783,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68550] = 13, + [68397] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2351), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2353), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, + ACTIONS(2361), 1, anon_sym_PIPE_GT, - ACTIONS(2437), 1, - anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(722), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2347), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2349), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, + ACTIONS(2355), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2363), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2357), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2359), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2169), 4, + ACTIONS(2365), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68604] = 16, + [68452] = 17, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2439), 1, - anon_sym_RBRACK, - ACTIONS(2441), 1, + ACTIONS(2413), 1, sym_float, - STATE(1318), 1, + ACTIONS(2435), 1, + anon_sym_GT_GT, + STATE(1322), 1, sym_identifier, + STATE(1637), 1, + sym_constant_bit_string_segment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1567), 8, + STATE(1574), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -63980,42 +63871,42 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [68664] = 16, + [68515] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2441), 1, + ACTIONS(2437), 1, + anon_sym_RPAREN, + ACTIONS(2439), 1, sym_float, - ACTIONS(2443), 1, - anon_sym_RBRACK, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1567), 8, + STATE(1517), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -64024,127 +63915,227 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [68724] = 4, + [68575] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2441), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(756), 8, + ACTIONS(2177), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(754), 16, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2193), 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, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [68760] = 13, + [68629] = 16, ACTIONS(3), 1, sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, ACTIONS(2155), 1, - anon_sym_PIPE_PIPE, + anon_sym_POUND, ACTIONS(2157), 1, - anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2443), 1, + anon_sym_RPAREN, ACTIONS(2445), 1, - anon_sym_COMMA, + sym_float, + STATE(1322), 1, + sym_identifier, 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, - [68814] = 13, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1417), 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, + [68689] = 16, ACTIONS(3), 1, sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, ACTIONS(2155), 1, - anon_sym_PIPE_PIPE, + anon_sym_POUND, ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2445), 1, + sym_float, + ACTIONS(2447), 1, + anon_sym_RPAREN, + STATE(1322), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1417), 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, + [68749] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(658), 1, + anon_sym_DASH_GT, + ACTIONS(2453), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2455), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, + ACTIONS(2463), 1, anon_sym_PIPE_GT, - ACTIONS(2447), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2449), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2451), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, + ACTIONS(2457), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2465), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2459), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2461), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2169), 4, + ACTIONS(2467), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68868] = 4, + [68803] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2413), 1, + sym_float, + STATE(1322), 1, + sym_identifier, + STATE(1637), 1, + sym_constant_bit_string_segment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1574), 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, + [68863] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(760), 8, + ACTIONS(754), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64153,7 +64144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(758), 16, + ACTIONS(752), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64170,13 +64161,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68904] = 4, + [68899] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(652), 8, + ACTIONS(738), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64185,7 +64176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(650), 16, + ACTIONS(736), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64202,218 +64193,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [68940] = 13, + [68935] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2449), 1, - anon_sym_RBRACK, + ACTIONS(2469), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 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, - [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(2151), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2153), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2159), 2, + ACTIONS(2201), 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, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69048] = 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(2453), 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, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [69102] = 13, + [68989] = 16, 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(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2445), 1, + sym_float, + ACTIONS(2471), 1, + anon_sym_RPAREN, + STATE(1322), 1, + sym_identifier, 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, - ACTIONS(2473), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [69156] = 13, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1417), 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, + [69049] = 4, 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(2475), 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, + ACTIONS(708), 8, + anon_sym_SLASH, + anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 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(2169), 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, - [69210] = 4, + [69085] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(764), 8, + ACTIONS(712), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64422,7 +64325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(762), 16, + ACTIONS(710), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64439,66 +64342,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69246] = 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(2477), 1, - anon_sym_RBRACK, - 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, - [69306] = 4, + [69121] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(744), 8, + ACTIONS(2449), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2467), 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, - anon_sym_STAR, - ACTIONS(742), 16, + ACTIONS(710), 12, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64511,181 +64376,158 @@ 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, - [69342] = 13, + [69161] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2455), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, + ACTIONS(2463), 1, anon_sym_PIPE_GT, - ACTIONS(2479), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(710), 2, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + ACTIONS(2449), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2451), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, + ACTIONS(2457), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2465), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2459), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2461), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2169), 4, + ACTIONS(2467), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69396] = 13, + [69213] = 4, 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(2481), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(716), 8, 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_PLUS, + anon_sym_STAR, + ACTIONS(714), 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(2169), 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, - [69450] = 13, + [69249] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(702), 1, + anon_sym_DASH_GT, + ACTIONS(2453), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2455), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, + ACTIONS(2463), 1, anon_sym_PIPE_GT, - ACTIONS(2483), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2449), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2451), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, + ACTIONS(2457), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2465), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2459), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2461), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2169), 4, + ACTIONS(2467), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69504] = 13, + [69303] = 4, 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(2485), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(700), 8, 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_PLUS, + anon_sym_STAR, + ACTIONS(698), 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(2169), 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, - [69558] = 4, + [69339] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(740), 8, + ACTIONS(767), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64694,7 +64536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(738), 16, + ACTIONS(764), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64711,57 +64553,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69594] = 16, + [69375] = 4, 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(2487), 1, - anon_sym_RPAREN, - ACTIONS(2489), 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(1569), 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, - [69654] = 4, + ACTIONS(688), 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(686), 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, + [69411] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(736), 8, + ACTIONS(692), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64770,7 +64600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(734), 16, + ACTIONS(690), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64787,95 +64617,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69690] = 13, + [69447] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, - anon_sym_AMP_AMP, - ACTIONS(2165), 1, + ACTIONS(2463), 1, anon_sym_PIPE_GT, - ACTIONS(2491), 1, - anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2449), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2451), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, + ACTIONS(2457), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2465), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(710), 3, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(2459), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2461), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2169), 4, + ACTIONS(2467), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69744] = 4, + [69497] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2473), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(690), 8, + ACTIONS(2177), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 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(2193), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + [69551] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2463), 1, anon_sym_PIPE_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2449), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2451), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2465), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2459), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2461), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2467), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69780] = 4, + ACTIONS(710), 5, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [69599] = 9, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2463), 1, + anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(682), 8, + ACTIONS(2449), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2451), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2465), 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(680), 16, + ACTIONS(2467), 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, @@ -64885,70 +64772,73 @@ 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, - [69816] = 13, + [69645] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2493), 1, + ACTIONS(2475), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [69870] = 4, + [69699] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(704), 8, + ACTIONS(2449), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2451), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2465), 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(702), 16, + ACTIONS(2467), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(710), 10, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64959,19 +64849,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, - [69906] = 4, + [69743] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(708), 8, + ACTIONS(712), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -64980,7 +64864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(706), 16, + ACTIONS(710), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -64997,124 +64881,334 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [69942] = 13, + [69779] = 16, ACTIONS(3), 1, sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, ACTIONS(2155), 1, - anon_sym_PIPE_PIPE, + anon_sym_POUND, ACTIONS(2157), 1, - anon_sym_AMP_AMP, - ACTIONS(2165), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2445), 1, + sym_float, + ACTIONS(2477), 1, + anon_sym_RBRACK, + STATE(1322), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1417), 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, + [69839] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2479), 1, + anon_sym_RBRACK, + ACTIONS(2481), 1, + sym_float, + STATE(1322), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1572), 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, + [69899] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, anon_sym_PIPE_GT, - ACTIONS(2495), 1, - anon_sym_RPAREN, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2483), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [69953] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2485), 1, + anon_sym_RBRACK, + ACTIONS(2487), 1, + sym_float, + STATE(1322), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 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, + [70013] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2489), 1, + anon_sym_RPAREN, + ACTIONS(2491), 1, + sym_float, + STATE(1322), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1477), 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, + [70073] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2493), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [69996] = 13, + [70127] = 6, 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(2497), 1, - anon_sym_RBRACK, + ACTIONS(2495), 1, + anon_sym_LPAREN, + STATE(1048), 1, + sym_constant_record_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(1576), 8, 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_PLUS, + anon_sym_STAR, + ACTIONS(1572), 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(2169), 4, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - anon_sym_LT_GT, - [70050] = 16, + [70167] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2441), 1, - sym_float, - ACTIONS(2499), 1, + ACTIONS(2497), 1, anon_sym_RPAREN, - STATE(1318), 1, + ACTIONS(2499), 1, + sym_float, + STATE(1322), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1567), 8, + STATE(1573), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -65123,42 +65217,83 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [70110] = 16, + [70227] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2501), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [70281] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2501), 1, - anon_sym_RBRACK, - ACTIONS(2503), 1, + ACTIONS(2445), 1, sym_float, - STATE(1318), 1, + ACTIONS(2503), 1, + anon_sym_RBRACK, + STATE(1322), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1563), 8, + STATE(1417), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -65167,42 +65302,42 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [70170] = 16, + [70341] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2441), 1, + ACTIONS(2445), 1, sym_float, ACTIONS(2505), 1, anon_sym_RBRACK, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1567), 8, + STATE(1417), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -65211,83 +65346,159 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [70230] = 13, + [70401] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(684), 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(682), 16, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 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, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [70437] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, ACTIONS(2507), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [70284] = 16, + [70491] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, + ACTIONS(2445), 1, + sym_float, ACTIONS(2509), 1, anon_sym_RPAREN, - ACTIONS(2511), 1, + STATE(1322), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1417), 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, + [70551] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2445), 1, sym_float, - STATE(1318), 1, + ACTIONS(2511), 1, + anon_sym_RBRACK, + STATE(1322), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1475), 8, + STATE(1417), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -65296,7 +65507,7 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [70344] = 4, + [70611] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -65328,127 +65539,224 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70380] = 4, + [70647] = 16, ACTIONS(3), 1, sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2445), 1, + sym_float, + ACTIONS(2513), 1, + anon_sym_RPAREN, + STATE(1322), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(716), 8, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1417), 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, + [70707] = 16, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(449), 1, + sym__name, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2018), 1, + anon_sym_DASH, + ACTIONS(2155), 1, + anon_sym_POUND, + ACTIONS(2157), 1, + anon_sym_LBRACK, + ACTIONS(2159), 1, + anon_sym_LT_LT, + ACTIONS(2445), 1, + sym_float, + ACTIONS(2515), 1, + anon_sym_RPAREN, + STATE(1322), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(559), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1417), 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, + [70767] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2517), 1, + anon_sym_COMMA, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(714), 16, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2193), 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, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [70416] = 13, + [70821] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(698), 1, - anon_sym_DASH_GT, - ACTIONS(2459), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2461), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2469), 1, - anon_sym_PIPE_GT, + ACTIONS(2519), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2455), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2457), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2463), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2471), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2465), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2467), 4, + ACTIONS(2193), 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, - [70470] = 13, + [70875] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(726), 1, + ACTIONS(722), 1, anon_sym_DASH_GT, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_PIPE_PIPE, - ACTIONS(2461), 1, + ACTIONS(2455), 1, anon_sym_AMP_AMP, - ACTIONS(2469), 1, + ACTIONS(2463), 1, anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2455), 2, + ACTIONS(2449), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2457), 2, + ACTIONS(2451), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2471), 2, + ACTIONS(2465), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2465), 4, + ACTIONS(2459), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2467), 4, + ACTIONS(2461), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2473), 4, + ACTIONS(2467), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70524] = 4, + [70929] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(724), 8, + ACTIONS(696), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -65457,7 +65765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(722), 16, + ACTIONS(694), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -65474,238 +65782,177 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70560] = 13, + [70965] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2513), 1, - anon_sym_RBRACK, + ACTIONS(2521), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [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, + [71019] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2523), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(768), 8, + ACTIONS(2177), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - 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(2193), 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, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - [70688] = 6, + [71073] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2517), 1, - anon_sym_LPAREN, - STATE(1043), 1, - sym_constant_record_arguments, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2525), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1572), 8, + ACTIONS(2177), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - 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, + ACTIONS(2193), 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, - [70728] = 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(2519), 1, - anon_sym_RPAREN, - 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, - [70788] = 13, + [71127] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2521), 1, - anon_sym_COMMA, + ACTIONS(2527), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [70842] = 4, + [71181] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(712), 8, + ACTIONS(656), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -65714,7 +65961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(710), 16, + ACTIONS(654), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -65731,60 +65978,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70878] = 4, + [71217] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2529), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(772), 8, + ACTIONS(2177), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(770), 16, - anon_sym_DASH_GT, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [71271] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, anon_sym_AMP_AMP, + ACTIONS(2531), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + [71325] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2533), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [70914] = 6, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [71379] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2535), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2455), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2473), 4, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(712), 6, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [71433] = 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, - ACTIONS(710), 12, + anon_sym_STAR, + ACTIONS(732), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -65797,42 +66170,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_GT, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - [70954] = 16, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [71469] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2441), 1, + ACTIONS(2537), 1, + anon_sym_RBRACK, + ACTIONS(2539), 1, sym_float, - ACTIONS(2523), 1, - anon_sym_RPAREN, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1567), 8, + STATE(1459), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -65841,244 +66218,279 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [71014] = 13, + [71529] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2525), 1, - anon_sym_COMMA, + ACTIONS(2541), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [71068] = 12, + [71583] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2461), 1, - anon_sym_AMP_AMP, - ACTIONS(2469), 1, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2543), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(710), 2, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - ACTIONS(2455), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2457), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2463), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2471), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2465), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2467), 4, + ACTIONS(2193), 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, + [71637] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2527), 1, + ACTIONS(2545), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [71174] = 13, + [71691] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2529), 1, + ACTIONS(2547), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [71228] = 11, + [71745] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2469), 1, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2549), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2455), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2457), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2463), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2471), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(710), 3, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(2465), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2467), 4, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [71799] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(772), 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(770), 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(2473), 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, - [71278] = 16, + [71835] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2531), 1, - anon_sym_RBRACK, - ACTIONS(2533), 1, + ACTIONS(2445), 1, sym_float, - STATE(1318), 1, + ACTIONS(2551), 1, + anon_sym_RBRACK, + STATE(1322), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1458), 8, + STATE(1417), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -66087,42 +66499,42 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [71338] = 16, + [71895] = 16, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2441), 1, + ACTIONS(2445), 1, sym_float, - ACTIONS(2535), 1, + ACTIONS(2553), 1, anon_sym_RBRACK, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1567), 8, + STATE(1417), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -66131,344 +66543,242 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [71398] = 13, + [71955] = 4, 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(2151), 2, + ACTIONS(762), 8, 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, - [71452] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2155), 1, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(760), 16, + anon_sym_DASH_GT, 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, - ACTIONS(2169), 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, - [71506] = 16, + [71991] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(2555), 1, + anon_sym_as, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1834), 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, - ACTIONS(417), 1, sym__name, - ACTIONS(419), 1, - sym__upname, - ACTIONS(1988), 1, - anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(1832), 12, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_POUND, - ACTIONS(2145), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, anon_sym_LT_LT, - ACTIONS(2441), 1, + anon_sym_BANG, + anon_sym_DQUOTE, sym_float, - ACTIONS(2541), 1, - anon_sym_RPAREN, - 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, - [71566] = 13, + sym__upname, + [72029] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2543), 1, + ACTIONS(2557), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 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, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71620] = 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(2545), 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, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [71674] = 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(2547), 1, - anon_sym_RPAREN, - 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, - [71734] = 13, + [72083] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, - anon_sym_AMP_AMP, - ACTIONS(2165), 1, + ACTIONS(2189), 1, anon_sym_PIPE_GT, - ACTIONS(2549), 1, - anon_sym_COMMA, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2559), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [71788] = 10, + [72137] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2469), 1, + ACTIONS(2189), 1, anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2561), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2455), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2457), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2471), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2465), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2467), 4, + ACTIONS(2193), 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(710), 5, - anon_sym_DASH_GT, + [72191] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, anon_sym_AMP_AMP, + ACTIONS(2563), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2177), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2179), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2181), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2201), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [71836] = 4, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [72245] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(732), 8, + ACTIONS(652), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -66477,7 +66787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(730), 16, + ACTIONS(650), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -66494,34 +66804,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [71872] = 9, + [72281] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2469), 1, - anon_sym_PIPE_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2455), 2, + ACTIONS(758), 8, 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, - ACTIONS(2473), 4, - anon_sym_STAR_DOT, - anon_sym_SLASH_DOT, - anon_sym_PERCENT, - anon_sym_LT_GT, - ACTIONS(710), 9, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(756), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -66531,93 +66829,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [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, + anon_sym_PIPE_GT, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + [72317] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2199), 1, + anon_sym_AMP_AMP, + ACTIONS(2565), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2455), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2457), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2471), 2, + ACTIONS(2181), 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(2473), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - ACTIONS(710), 10, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2191), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2193), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - anon_sym_PIPE_GT, - [72022] = 4, + [72371] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(712), 8, + ACTIONS(742), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -66626,7 +66892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(710), 16, + ACTIONS(740), 16, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -66643,215 +66909,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_DOT, anon_sym_PERCENT, anon_sym_LT_GT, - [72058] = 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(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, + [72407] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2155), 1, + ACTIONS(2189), 1, + anon_sym_PIPE_GT, + ACTIONS(2197), 1, anon_sym_PIPE_PIPE, - ACTIONS(2157), 1, + ACTIONS(2199), 1, anon_sym_AMP_AMP, - ACTIONS(2165), 1, - anon_sym_PIPE_GT, - ACTIONS(2555), 1, - anon_sym_RBRACK, + ACTIONS(2567), 1, + anon_sym_COMMA, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2177), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2153), 2, + ACTIONS(2179), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2159), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2167), 2, + ACTIONS(2181), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2161), 4, + ACTIONS(2201), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2183), 4, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + anon_sym_LT_GT, + ACTIONS(2191), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2163), 4, + ACTIONS(2193), 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, - [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, - 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, + [72461] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(91), 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(2559), 1, - anon_sym_RBRACK, - 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, - [72292] = 16, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2561), 1, - anon_sym_RBRACK, - ACTIONS(2563), 1, + ACTIONS(2569), 1, sym_float, - STATE(1318), 1, + STATE(1234), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1433), 8, + STATE(1262), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -66860,122 +66992,72 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [72352] = 13, + [72518] = 5, 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(2565), 1, - anon_sym_RBRACK, + ACTIONS(2571), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2151), 2, + ACTIONS(2573), 8, 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_PLUS, + anon_sym_STAR, + ACTIONS(2576), 14, + anon_sym_DASH_GT, 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_PLUS_DOT, + anon_sym_DASH_DOT, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - anon_sym_LT_GT, - [72460] = 15, + [72555] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(59), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(61), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(63), 1, sym__upname, - ACTIONS(1988), 1, - anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2579), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2581), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2583), 1, anon_sym_LT_LT, - ACTIONS(2569), 1, + ACTIONS(2585), 1, + anon_sym_DASH, + ACTIONS(2587), 1, sym_float, - STATE(1318), 1, + STATE(665), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(652), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(1733), 8, + STATE(744), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -66984,40 +67066,40 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [72517] = 15, + [72612] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(419), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2441), 1, + ACTIONS(2589), 1, sym_float, - STATE(1318), 1, + STATE(1322), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1567), 8, + STATE(1729), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -67026,7 +67108,7 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [72574] = 15, + [72669] = 15, ACTIONS(3), 1, sym_module_comment, ACTIONS(53), 1, @@ -67037,29 +67119,29 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(63), 1, sym__upname, - ACTIONS(2571), 1, + ACTIONS(2579), 1, anon_sym_POUND, - ACTIONS(2573), 1, + ACTIONS(2581), 1, anon_sym_LBRACK, - ACTIONS(2575), 1, + ACTIONS(2583), 1, anon_sym_LT_LT, - ACTIONS(2577), 1, + ACTIONS(2585), 1, anon_sym_DASH, - ACTIONS(2579), 1, + ACTIONS(2591), 1, sym_float, - STATE(677), 1, + STATE(665), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(651), 2, + STATE(652), 2, sym_constructor_name, sym_remote_constructor_name, ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(777), 8, + STATE(742), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -67068,15 +67150,15 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [72631] = 5, + [72726] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2584), 1, + ACTIONS(2593), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2586), 8, + ACTIONS(2573), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67085,7 +67167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2581), 14, + ACTIONS(2576), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67100,13 +67182,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [72668] = 4, + [72763] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2123), 11, + ACTIONS(2113), 11, anon_sym_DASH, anon_sym_fn, anon_sym_todo, @@ -67118,7 +67200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, sym__decimal, sym__name, - ACTIONS(2121), 12, + ACTIONS(2111), 12, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_POUND, @@ -67131,78 +67213,36 @@ static const uint16_t ts_small_parse_table[] = { sym__octal, sym__binary, sym__upname, - [72703] = 15, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(53), 1, - anon_sym_DQUOTE, - ACTIONS(59), 1, - sym__decimal, - ACTIONS(61), 1, - sym__name, - ACTIONS(63), 1, - sym__upname, - ACTIONS(2571), 1, - anon_sym_POUND, - ACTIONS(2573), 1, - anon_sym_LBRACK, - ACTIONS(2575), 1, - anon_sym_LT_LT, - ACTIONS(2577), 1, - anon_sym_DASH, - ACTIONS(2589), 1, - sym_float, - STATE(677), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(651), 2, - sym_constructor_name, - sym_remote_constructor_name, - ACTIONS(57), 3, - sym__hex, - sym__octal, - sym__binary, - STATE(735), 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, - [72760] = 15, + [72798] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2591), 1, + ACTIONS(2595), 1, sym_float, STATE(1234), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, @@ -67215,82 +67255,40 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [72817] = 15, + [72855] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2593), 1, + ACTIONS(2597), 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(1249), 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, - [72874] = 15, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(53), 1, - anon_sym_DQUOTE, - ACTIONS(59), 1, - sym__decimal, - ACTIONS(61), 1, - sym__name, - ACTIONS(63), 1, - sym__upname, - ACTIONS(2571), 1, - anon_sym_POUND, - ACTIONS(2573), 1, - anon_sym_LBRACK, - ACTIONS(2575), 1, - anon_sym_LT_LT, - ACTIONS(2577), 1, - anon_sym_DASH, - ACTIONS(2595), 1, - sym_float, - STATE(677), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(651), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(57), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(716), 8, + STATE(1253), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -67299,7 +67297,7 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [72931] = 15, + [72912] = 15, ACTIONS(3), 1, sym_module_comment, ACTIONS(53), 1, @@ -67310,29 +67308,29 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(63), 1, sym__upname, - ACTIONS(2571), 1, + ACTIONS(2579), 1, anon_sym_POUND, - ACTIONS(2573), 1, + ACTIONS(2581), 1, anon_sym_LBRACK, - ACTIONS(2575), 1, + ACTIONS(2583), 1, anon_sym_LT_LT, - ACTIONS(2577), 1, + ACTIONS(2585), 1, anon_sym_DASH, - ACTIONS(2597), 1, + ACTIONS(2599), 1, sym_float, - STATE(677), 1, + STATE(665), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(651), 2, + STATE(652), 2, sym_constructor_name, sym_remote_constructor_name, ACTIONS(57), 3, sym__hex, sym__octal, sym__binary, - STATE(766), 8, + STATE(779), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -67341,40 +67339,40 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [72988] = 15, + [72969] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, - ACTIONS(2599), 1, + ACTIONS(2445), 1, sym_float, - STATE(1234), 1, + STATE(1322), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - STATE(1262), 8, + STATE(1417), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -67383,24 +67381,24 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [73045] = 15, + [73026] = 15, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, + ACTIONS(91), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(97), 1, sym__decimal, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, - ACTIONS(187), 1, + ACTIONS(101), 1, sym__upname, - ACTIONS(1988), 1, + ACTIONS(2018), 1, anon_sym_DASH, - ACTIONS(2143), 1, + ACTIONS(2155), 1, anon_sym_POUND, - ACTIONS(2145), 1, + ACTIONS(2157), 1, anon_sym_LBRACK, - ACTIONS(2147), 1, + ACTIONS(2159), 1, anon_sym_LT_LT, ACTIONS(2601), 1, sym_float, @@ -67409,14 +67407,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(556), 2, + STATE(559), 2, sym_constructor_name, sym_remote_constructor_name, - ACTIONS(181), 3, + ACTIONS(95), 3, sym__hex, sym__octal, sym__binary, - STATE(1258), 8, + STATE(1260), 8, sym__constant_value, sym_constant_tuple, sym_constant_list, @@ -67425,15 +67423,55 @@ static const uint16_t ts_small_parse_table[] = { sym_constant_field_access, sym_string, sym_integer, - [73102] = 5, + [73083] = 15, ACTIONS(3), 1, sym_module_comment, + ACTIONS(53), 1, + anon_sym_DQUOTE, + ACTIONS(59), 1, + sym__decimal, + ACTIONS(61), 1, + sym__name, + ACTIONS(63), 1, + sym__upname, + ACTIONS(2579), 1, + anon_sym_POUND, + ACTIONS(2581), 1, + anon_sym_LBRACK, + ACTIONS(2583), 1, + anon_sym_LT_LT, + ACTIONS(2585), 1, + anon_sym_DASH, ACTIONS(2603), 1, - anon_sym_DOT, + sym_float, + STATE(665), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2586), 8, + STATE(652), 2, + sym_constructor_name, + sym_remote_constructor_name, + ACTIONS(57), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(760), 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, + [73140] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1610), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67442,8 +67480,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2581), 14, - anon_sym_DASH_GT, + ACTIONS(1608), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -67457,13 +67495,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73139] = 4, + [73174] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2611), 1, + anon_sym_AMP_AMP, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2605), 2, + anon_sym_RBRACE, + anon_sym_PIPE_PIPE, + ACTIONS(2607), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2609), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2613), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2619), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2621), 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, + ACTIONS(2617), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [73222] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2605), 8, + ACTIONS(2625), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67472,8 +67547,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2607), 14, - anon_sym_DASH_GT, + ACTIONS(2623), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -67487,13 +67562,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73173] = 4, + [73256] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2609), 8, + ACTIONS(2629), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67502,8 +67577,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2611), 14, - anon_sym_DASH_GT, + ACTIONS(2627), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -67517,27 +67592,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73207] = 6, + [73290] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2613), 2, + ACTIONS(2631), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2619), 3, + ACTIONS(2633), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2637), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2639), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2615), 6, - anon_sym_DASH, + ACTIONS(2635), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - ACTIONS(2617), 11, + ACTIONS(2605), 9, anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67547,15 +67626,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + [73332] = 12, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2611), 1, + anon_sym_AMP_AMP, + ACTIONS(2641), 1, + anon_sym_RBRACE, + ACTIONS(2643), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2607), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2609), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2613), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2619), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - [73245] = 4, + ACTIONS(2621), 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, + ACTIONS(2617), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [73382] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1676), 8, + ACTIONS(2647), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67564,7 +67679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1674), 14, + ACTIONS(2645), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67579,13 +67694,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73279] = 4, + [73416] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1664), 8, + ACTIONS(2635), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67594,7 +67709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1662), 14, + ACTIONS(2605), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67609,13 +67724,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73313] = 4, + [73450] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1656), 8, + ACTIONS(1684), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67624,7 +67739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1654), 14, + ACTIONS(1682), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67639,13 +67754,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73347] = 4, + [73484] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2615), 8, + ACTIONS(1680), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67654,8 +67769,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2617), 14, - anon_sym_DASH_GT, + ACTIONS(1678), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -67669,13 +67784,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73381] = 4, + [73518] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2621), 8, + ACTIONS(1622), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67684,8 +67799,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2623), 14, - anon_sym_DASH_GT, + ACTIONS(1620), 14, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -67699,32 +67814,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73415] = 8, + [73552] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2613), 2, + ACTIONS(2607), 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, + ACTIONS(2621), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2615), 4, + ACTIONS(2635), 6, + anon_sym_DASH, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2617), 9, - anon_sym_DASH_GT, + anon_sym_PLUS, + ACTIONS(2605), 11, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -67733,137 +67844,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [73457] = 10, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + [73590] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2629), 2, + ACTIONS(2607), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2631), 2, + ACTIONS(2609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2633), 2, + ACTIONS(2613), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2639), 2, + ACTIONS(2619), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2617), 3, + ACTIONS(2605), 3, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(2641), 3, + ACTIONS(2621), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2635), 4, + ACTIONS(2615), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2637), 4, + ACTIONS(2617), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [73503] = 9, + [73636] = 9, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2629), 2, + ACTIONS(2607), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2631), 2, + ACTIONS(2609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2639), 2, + ACTIONS(2619), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2641), 3, + ACTIONS(2621), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2635), 4, + ACTIONS(2615), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2637), 4, + ACTIONS(2617), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - ACTIONS(2617), 5, + ACTIONS(2605), 5, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [73547] = 9, + [73680] = 8, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2613), 2, + ACTIONS(2607), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2625), 2, + ACTIONS(2609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2627), 2, + ACTIONS(2619), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2619), 3, + ACTIONS(2621), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2643), 4, + ACTIONS(2635), 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, + ACTIONS(2605), 9, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [73591] = 8, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + [73722] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2629), 2, + ACTIONS(2651), 8, 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, - ACTIONS(2617), 9, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(2649), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67873,49 +67976,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [73633] = 10, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [73756] = 12, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2611), 1, + anon_sym_AMP_AMP, + ACTIONS(2643), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2653), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2613), 2, + ACTIONS(2607), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2625), 2, + ACTIONS(2609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2627), 2, - anon_sym_PLUS_DOT, - anon_sym_DASH_DOT, - ACTIONS(2647), 2, + ACTIONS(2613), 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, + ACTIONS(2619), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2621), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2643), 4, + ACTIONS(2615), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2645), 4, + ACTIONS(2617), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [73679] = 4, + [73806] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1644), 8, + ACTIONS(1668), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67924,7 +68034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1642), 14, + ACTIONS(1666), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67939,13 +68049,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73713] = 4, + [73840] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1640), 8, + ACTIONS(1664), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67954,7 +68064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1638), 14, + ACTIONS(1662), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67969,13 +68079,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73747] = 4, + [73874] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1636), 8, + ACTIONS(1660), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -67984,7 +68094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1634), 14, + ACTIONS(1658), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67999,13 +68109,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73781] = 4, + [73908] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1604), 8, + ACTIONS(1588), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68014,7 +68124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1602), 14, + ACTIONS(1586), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68029,13 +68139,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73815] = 4, + [73942] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1600), 8, + ACTIONS(1644), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68044,7 +68154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1598), 14, + ACTIONS(1642), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68059,13 +68169,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73849] = 4, + [73976] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2609), 8, + ACTIONS(2635), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68074,8 +68184,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2611), 14, - anon_sym_RBRACE, + ACTIONS(2605), 14, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -68089,23 +68199,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73883] = 4, + [74010] = 6, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2651), 8, + ACTIONS(2631), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2639), 3, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + ACTIONS(2635), 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(2649), 14, - anon_sym_RBRACE, + ACTIONS(2605), 11, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -68116,16 +68231,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, - [73917] = 4, + [74048] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2605), 8, + ACTIONS(2647), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68134,8 +68246,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2607), 14, - anon_sym_RBRACE, + ACTIONS(2645), 14, + anon_sym_DASH_GT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -68149,13 +68261,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73951] = 4, + [74082] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1672), 8, + ACTIONS(1656), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68164,7 +68276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1670), 14, + ACTIONS(1654), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68179,13 +68291,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [73985] = 4, + [74116] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1588), 8, + ACTIONS(1648), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68194,7 +68306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1586), 14, + ACTIONS(1646), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68209,13 +68321,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74019] = 4, + [74150] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1592), 8, + ACTIONS(1618), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68224,7 +68336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1590), 14, + ACTIONS(1616), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68239,13 +68351,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74053] = 4, + [74184] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1596), 8, + ACTIONS(1626), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68254,7 +68366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1594), 14, + ACTIONS(1624), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68269,118 +68381,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74087] = 12, + [74218] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2653), 1, - anon_sym_RBRACE, ACTIONS(2655), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2657), 1, anon_sym_AMP_AMP, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2629), 2, - anon_sym_SLASH, - anon_sym_STAR, + ACTIONS(2605), 2, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, 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(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, - ACTIONS(2637), 4, - anon_sym_LT_DOT, - anon_sym_LT_EQ_DOT, - anon_sym_GT_DOT, - anon_sym_GT_EQ_DOT, - [74137] = 11, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2659), 1, - anon_sym_AMP_AMP, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2613), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2617), 2, - anon_sym_DASH_GT, - anon_sym_PIPE_PIPE, - ACTIONS(2625), 2, + ACTIONS(2633), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2627), 2, + ACTIONS(2637), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2647), 2, + ACTIONS(2657), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2619), 3, + ACTIONS(2639), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2643), 4, + ACTIONS(2659), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2645), 4, + ACTIONS(2661), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [74185] = 4, + [74266] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1632), 8, + ACTIONS(2631), 2, anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2633), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2637), 2, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + ACTIONS(2657), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2605), 3, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(2639), 3, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + ACTIONS(2659), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_STAR, - ACTIONS(1630), 14, - anon_sym_RBRACE, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2661), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, + [74312] = 9, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2631), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2633), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2637), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, + ACTIONS(2639), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74219] = 4, + ACTIONS(2659), 4, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(2661), 4, + anon_sym_LT_DOT, + anon_sym_LT_EQ_DOT, + anon_sym_GT_DOT, + anon_sym_GT_EQ_DOT, + ACTIONS(2605), 5, + anon_sym_DASH_GT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [74356] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1668), 8, + ACTIONS(1614), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68389,7 +68504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1666), 14, + ACTIONS(1612), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68404,13 +68519,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74253] = 4, + [74390] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1680), 8, + ACTIONS(1636), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68419,7 +68534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1678), 14, + ACTIONS(1634), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68434,13 +68549,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74287] = 4, + [74424] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1684), 8, + ACTIONS(1640), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68449,7 +68564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1682), 14, + ACTIONS(1638), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68464,13 +68579,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74321] = 4, + [74458] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1648), 8, + ACTIONS(1652), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68479,7 +68594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1646), 14, + ACTIONS(1650), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68494,13 +68609,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74355] = 4, + [74492] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1652), 8, + ACTIONS(1676), 8, anon_sym_SLASH, anon_sym_DASH, anon_sym_LT, @@ -68509,7 +68624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1650), 14, + ACTIONS(1674), 14, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -68524,16 +68639,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74389] = 3, + [74526] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(381), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1942), 22, - anon_sym_if, + ACTIONS(379), 21, anon_sym_RBRACE, anon_sym_AT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -68544,108 +68661,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_RBRACK, anon_sym_GT_GT, + anon_sym_DASH, anon_sym_fn, - anon_sym_DASH_GT, anon_sym_external, anon_sym_LT_GT, anon_sym_DOT_DOT, - anon_sym_PIPE, anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [74421] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - 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, - ACTIONS(2617), 11, - 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, - [74459] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2615), 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(2617), 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, - [74493] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2621), 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(2623), 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, - [74527] = 4, + [74560] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -68675,18 +68699,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - [74561] = 4, + [74594] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(423), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(421), 21, + ACTIONS(2103), 22, + anon_sym_if, anon_sym_RBRACE, anon_sym_AT, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -68697,152 +68719,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_RBRACK, anon_sym_GT_GT, - anon_sym_DASH, anon_sym_fn, + anon_sym_DASH_GT, anon_sym_external, anon_sym_LT_GT, anon_sym_DOT_DOT, + anon_sym_PIPE, anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [74595] = 11, + [74626] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2657), 1, + ACTIONS(2655), 1, anon_sym_AMP_AMP, + ACTIONS(2663), 1, + anon_sym_DASH_GT, + ACTIONS(2665), 1, + anon_sym_PIPE_PIPE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2617), 2, - anon_sym_RBRACE, - anon_sym_PIPE_PIPE, - ACTIONS(2629), 2, + ACTIONS(2631), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2631), 2, + ACTIONS(2633), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2633), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2639), 2, + ACTIONS(2637), 2, anon_sym_PLUS_DOT, anon_sym_DASH_DOT, - ACTIONS(2641), 3, + ACTIONS(2657), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2639), 3, anon_sym_STAR_DOT, anon_sym_SLASH_DOT, anon_sym_PERCENT, - ACTIONS(2635), 4, + ACTIONS(2659), 4, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(2637), 4, + ACTIONS(2661), 4, anon_sym_LT_DOT, anon_sym_LT_EQ_DOT, anon_sym_GT_DOT, anon_sym_GT_EQ_DOT, - [74643] = 12, + [74676] = 4, 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(2613), 2, + ACTIONS(2625), 8, 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(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, - ACTIONS(2645), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(2623), 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, - [74693] = 12, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [74710] = 4, 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(2629), 2, + ACTIONS(2629), 8, 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(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, - ACTIONS(2637), 4, + anon_sym_PLUS, + anon_sym_STAR, + ACTIONS(2627), 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, - [74743] = 12, + anon_sym_PLUS_DOT, + anon_sym_DASH_DOT, + anon_sym_STAR_DOT, + anon_sym_SLASH_DOT, + anon_sym_PERCENT, + [74744] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2667), 1, anon_sym_RBRACE, ACTIONS(2669), 1, anon_sym_AT, - ACTIONS(2672), 1, + ACTIONS(2671), 1, anon_sym_import, - ACTIONS(2675), 1, + ACTIONS(2673), 1, anon_sym_type, - ACTIONS(2678), 1, + ACTIONS(2675), 1, anon_sym_const, - ACTIONS(2681), 1, + ACTIONS(2677), 1, anon_sym_fn, - ACTIONS(2684), 1, + ACTIONS(2679), 1, anon_sym_external, - ACTIONS(2687), 1, + ACTIONS(2681), 1, sym_visibility_modifier, - ACTIONS(2690), 1, + ACTIONS(2683), 1, sym_opacity_modifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1081), 10, + STATE(1083), 10, sym__module_statement, sym_attribute, sym_import, @@ -68853,31 +68861,31 @@ static const uint16_t ts_small_parse_table[] = { sym_type_definition, sym_type_alias, aux_sym_target_group_repeat1, - [74790] = 12, + [74791] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2693), 1, + ACTIONS(2685), 1, anon_sym_RBRACE, - ACTIONS(2695), 1, + ACTIONS(2687), 1, anon_sym_AT, - ACTIONS(2697), 1, + ACTIONS(2690), 1, anon_sym_import, - ACTIONS(2699), 1, + ACTIONS(2693), 1, anon_sym_type, - ACTIONS(2701), 1, + ACTIONS(2696), 1, anon_sym_const, - ACTIONS(2703), 1, + ACTIONS(2699), 1, anon_sym_fn, - ACTIONS(2705), 1, + ACTIONS(2702), 1, anon_sym_external, - ACTIONS(2707), 1, + ACTIONS(2705), 1, sym_visibility_modifier, - ACTIONS(2709), 1, + ACTIONS(2708), 1, sym_opacity_modifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1081), 10, + STATE(1082), 10, sym__module_statement, sym_attribute, sym_import, @@ -68888,24 +68896,24 @@ static const uint16_t ts_small_parse_table[] = { sym_type_definition, sym_type_alias, aux_sym_target_group_repeat1, - [74837] = 12, + [74838] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2695), 1, + ACTIONS(2669), 1, anon_sym_AT, - ACTIONS(2697), 1, + ACTIONS(2671), 1, anon_sym_import, - ACTIONS(2699), 1, + ACTIONS(2673), 1, anon_sym_type, - ACTIONS(2701), 1, + ACTIONS(2675), 1, anon_sym_const, - ACTIONS(2703), 1, + ACTIONS(2677), 1, anon_sym_fn, - ACTIONS(2705), 1, + ACTIONS(2679), 1, anon_sym_external, - ACTIONS(2707), 1, + ACTIONS(2681), 1, sym_visibility_modifier, - ACTIONS(2709), 1, + ACTIONS(2683), 1, sym_opacity_modifier, ACTIONS(2711), 1, anon_sym_RBRACE, @@ -68923,7 +68931,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_definition, sym_type_alias, aux_sym_target_group_repeat1, - [74884] = 13, + [74885] = 13, ACTIONS(3), 1, sym_module_comment, ACTIONS(2713), 1, @@ -68938,26 +68946,26 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(2723), 1, sym__upname, - STATE(1720), 1, + STATE(1739), 1, sym_data_constructor_argument, - STATE(1761), 1, - sym_identifier, - STATE(1835), 1, + STATE(1765), 1, sym_label, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1706), 6, + STATE(1710), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [74931] = 13, + [74932] = 13, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -68972,26 +68980,26 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2725), 1, anon_sym_RPAREN, - STATE(1720), 1, + STATE(1476), 1, sym_data_constructor_argument, - STATE(1761), 1, - sym_identifier, - STATE(1835), 1, + STATE(1765), 1, sym_label, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1706), 6, + STATE(1710), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [74978] = 13, + [74979] = 13, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69006,26 +69014,50 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2727), 1, anon_sym_RPAREN, - STATE(1505), 1, + STATE(1739), 1, sym_data_constructor_argument, - STATE(1761), 1, - sym_identifier, - STATE(1835), 1, + STATE(1765), 1, sym_label, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1706), 6, + STATE(1710), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75025] = 12, + [75026] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(482), 2, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(1872), 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, + [75054] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69040,24 +69072,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, ACTIONS(2731), 1, sym__name, - STATE(1705), 1, + STATE(1715), 1, sym_type_argument, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1697), 6, + STATE(1728), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75069] = 12, + [75098] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69066,30 +69098,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_fn, ACTIONS(2719), 1, sym__discard_name, + ACTIONS(2721), 1, + sym__name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2731), 1, - sym__name, - ACTIONS(2733), 1, - anon_sym_RPAREN, - STATE(1488), 1, - sym_external_function_parameter, - STATE(1611), 1, + STATE(1739), 1, + sym_data_constructor_argument, + STATE(1765), 1, + sym_label, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1687), 6, + STATE(1710), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75113] = 12, + [75142] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69102,26 +69134,26 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2735), 1, + ACTIONS(2733), 1, anon_sym_RPAREN, - STATE(1611), 1, + STATE(1715), 1, + sym_type_argument, + STATE(1770), 1, sym_identifier, - STATE(1717), 1, - sym_external_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1687), 6, + STATE(1728), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75157] = 12, + [75186] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69134,26 +69166,26 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2737), 1, + ACTIONS(2735), 1, anon_sym_RPAREN, - STATE(1705), 1, - sym_type_argument, - STATE(1761), 1, + STATE(1570), 1, + sym_external_function_parameter, + STATE(1640), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1697), 6, + STATE(1639), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75201] = 12, + [75230] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69166,66 +69198,40 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2739), 1, + ACTIONS(2737), 1, anon_sym_RPAREN, - STATE(1516), 1, - sym_type_argument, - STATE(1761), 1, + STATE(1633), 1, + sym_external_function_parameter, + STATE(1640), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1697), 6, + STATE(1639), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [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(1711), 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, - [75275] = 4, + [75274] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(562), 2, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(1848), 14, + ACTIONS(1742), 16, 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, @@ -69234,7 +69240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [75303] = 12, + [75300] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69247,26 +69253,26 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2743), 1, + ACTIONS(2739), 1, anon_sym_RPAREN, - STATE(1407), 1, + STATE(1468), 1, sym_type_argument, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1697), 6, + STATE(1728), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75347] = 12, + [75344] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69275,30 +69281,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_fn, ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2721), 1, - sym__name, ACTIONS(2723), 1, sym__upname, - STATE(1720), 1, - sym_data_constructor_argument, - STATE(1761), 1, + ACTIONS(2731), 1, + sym__name, + ACTIONS(2741), 1, + anon_sym_RPAREN, + STATE(1715), 1, + sym_type_argument, + STATE(1770), 1, sym_identifier, - STATE(1835), 1, - sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1706), 6, + STATE(1728), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75391] = 12, + [75388] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69311,26 +69317,51 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2745), 1, + ACTIONS(2743), 1, anon_sym_RPAREN, - STATE(1705), 1, + STATE(1715), 1, sym_type_argument, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1697), 6, + STATE(1728), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75435] = 12, + [75432] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2745), 1, + anon_sym_LPAREN, + STATE(1133), 1, + sym_type_arguments, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1722), 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, + [75462] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69345,24 +69376,24 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(2747), 1, anon_sym_RPAREN, - STATE(1705), 1, + STATE(1487), 1, sym_type_argument, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1697), 6, + STATE(1728), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75479] = 12, + [75506] = 12, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69377,47 +69408,24 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(2749), 1, anon_sym_RPAREN, - STATE(1611), 1, - sym_identifier, - STATE(1717), 1, + STATE(1633), 1, sym_external_function_parameter, + STATE(1640), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1687), 6, + STATE(1639), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75523] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1731), 16, - 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, - anon_sym_fn, - anon_sym_external, - anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [75549] = 11, + [75550] = 11, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69430,24 +69438,24 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2751), 1, - anon_sym_RPAREN, - STATE(1761), 1, + STATE(1633), 1, + sym_external_function_parameter, + STATE(1640), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1483), 6, + STATE(1639), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75590] = 11, + [75591] = 11, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69460,24 +69468,24 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2753), 1, + ACTIONS(2751), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1508), 6, + STATE(1486), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75631] = 11, + [75632] = 11, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69490,24 +69498,46 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2755), 1, + ACTIONS(2753), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1709), 6, + STATE(1745), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75672] = 11, + [75673] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1714), 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, + anon_sym_external, + anon_sym_LT_DASH, + sym_visibility_modifier, + sym_opacity_modifier, + [75698] = 11, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69520,85 +69550,86 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2757), 1, + ACTIONS(2755), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1513), 6, + STATE(1745), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75713] = 12, + [75739] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2759), 1, + ACTIONS(2757), 1, anon_sym_RPAREN, - ACTIONS(2761), 1, + ACTIONS(2759), 1, anon_sym_POUND, - ACTIONS(2763), 1, + ACTIONS(2761), 1, anon_sym_fn, - STATE(1555), 1, + STATE(1681), 1, sym_constant_type_argument, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1348), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1664), 5, + STATE(1711), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [75756] = 11, + [75782] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2715), 1, - anon_sym_POUND, - ACTIONS(2717), 1, - anon_sym_fn, + ACTIONS(449), 1, + sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2731), 1, - sym__name, - ACTIONS(2765), 1, + ACTIONS(2759), 1, + anon_sym_POUND, + ACTIONS(2761), 1, + anon_sym_fn, + ACTIONS(2763), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1681), 1, + sym_constant_type_argument, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1709), 6, - sym__type, + STATE(1711), 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, - [75797] = 11, + [75825] = 11, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69611,48 +69642,24 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2767), 1, + ACTIONS(2765), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1709), 6, + STATE(1475), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75838] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2771), 1, - anon_sym_LPAREN, - STATE(1192), 1, - sym_record_pattern_arguments, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2769), 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, - [75867] = 11, + [75866] = 11, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69665,46 +69672,24 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1705), 1, - sym_type_argument, - STATE(1761), 1, + ACTIONS(2767), 1, + anon_sym_RPAREN, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1697), 6, + STATE(1409), 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, - anon_sym_external, - anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [75933] = 11, + [75907] = 11, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69717,85 +69702,85 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2773), 1, + ACTIONS(2769), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1709), 6, + STATE(1745), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [75974] = 11, + [75948] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2715), 1, - anon_sym_POUND, - ACTIONS(2717), 1, - anon_sym_fn, + ACTIONS(449), 1, + sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2731), 1, - sym__name, - ACTIONS(2775), 1, + ACTIONS(2759), 1, + anon_sym_POUND, + ACTIONS(2761), 1, + anon_sym_fn, + ACTIONS(2771), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1453), 1, + sym_constant_type_argument, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1709), 6, - sym__type, + STATE(1711), 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, - [76015] = 12, + [75991] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, - sym__name, + ACTIONS(2715), 1, + anon_sym_POUND, + ACTIONS(2717), 1, + anon_sym_fn, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2761), 1, - anon_sym_POUND, - ACTIONS(2763), 1, - anon_sym_fn, - ACTIONS(2777), 1, + ACTIONS(2731), 1, + sym__name, + ACTIONS(2773), 1, anon_sym_RPAREN, - STATE(1689), 1, - sym_constant_type_argument, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1348), 2, + STATE(1097), 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, + STATE(1745), 6, + sym__type, sym_type_hole, - [76058] = 11, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [76032] = 11, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69808,24 +69793,48 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - ACTIONS(2779), 1, + ACTIONS(2775), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1709), 6, + STATE(1745), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76099] = 11, + [76073] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2779), 1, + anon_sym_LPAREN, + STATE(1190), 1, + sym_record_pattern_arguments, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2777), 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, + [76102] = 11, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69838,55 +69847,54 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1611), 1, + STATE(1715), 1, + sym_type_argument, + STATE(1770), 1, sym_identifier, - STATE(1717), 1, - sym_external_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1687), 6, + STATE(1728), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76140] = 12, + [76143] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, - sym__name, + ACTIONS(2715), 1, + anon_sym_POUND, + ACTIONS(2717), 1, + anon_sym_fn, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2761), 1, - anon_sym_POUND, - ACTIONS(2763), 1, - anon_sym_fn, + ACTIONS(2731), 1, + sym__name, ACTIONS(2781), 1, anon_sym_RPAREN, - STATE(1689), 1, - sym_constant_type_argument, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1348), 2, + STATE(1097), 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, + STATE(1745), 6, + sym__type, sym_type_hole, - [76183] = 10, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [76184] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2783), 1, @@ -69899,22 +69907,22 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(2791), 1, sym__upname, - STATE(1857), 1, + STATE(1847), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(644), 2, + STATE(651), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(722), 6, + STATE(675), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76221] = 10, + [76222] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -69927,150 +69935,134 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1223), 6, + STATE(1745), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76259] = 11, + [76260] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, - sym__name, + ACTIONS(2715), 1, + anon_sym_POUND, + ACTIONS(2717), 1, + anon_sym_fn, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2761), 1, - anon_sym_POUND, - ACTIONS(2763), 1, - anon_sym_fn, - ACTIONS(2793), 1, - anon_sym_RPAREN, - STATE(1761), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1348), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1536), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, + STATE(1401), 6, + sym__type, sym_type_hole, - [76299] = 11, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [76298] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, - sym__name, + ACTIONS(2715), 1, + anon_sym_POUND, + ACTIONS(2717), 1, + anon_sym_fn, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2761), 1, - anon_sym_POUND, - ACTIONS(2763), 1, - anon_sym_fn, - ACTIONS(2795), 1, - anon_sym_RPAREN, - STATE(1761), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1348), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1525), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, + STATE(1204), 6, + sym__type, sym_type_hole, - [76339] = 10, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [76336] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2783), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2785), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2787), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2789), 1, - sym__name, - ACTIONS(2791), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1857), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(644), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(750), 6, + STATE(1787), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76377] = 3, + [76374] = 10, ACTIONS(3), 1, sym_module_comment, - 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, + 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, - [76401] = 3, - ACTIONS(3), 1, - sym_module_comment, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2731), 1, + sym__name, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - 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, + STATE(1097), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1645), 6, + sym__type, + sym_type_hole, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [76412] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70083,43 +70075,50 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1694), 6, + STATE(1261), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76463] = 3, + [76450] = 10, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2783), 1, + anon_sym_POUND, + ACTIONS(2785), 1, + anon_sym_fn, + ACTIONS(2787), 1, + sym__discard_name, + ACTIONS(2789), 1, + sym__name, + ACTIONS(2791), 1, + sym__upname, + STATE(1847), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - 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, + STATE(651), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(789), 6, + sym__type, + sym_type_hole, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [76488] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70132,79 +70131,80 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1657), 6, + STATE(1641), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76525] = 11, + [76526] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2761), 1, + ACTIONS(2759), 1, anon_sym_POUND, - ACTIONS(2763), 1, + ACTIONS(2761), 1, anon_sym_fn, - ACTIONS(2797), 1, + ACTIONS(2793), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1348), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1735), 5, + STATE(1463), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [76565] = 10, + [76566] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2715), 1, - anon_sym_POUND, - ACTIONS(2717), 1, - anon_sym_fn, + ACTIONS(449), 1, + sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2731), 1, - sym__name, - STATE(1761), 1, + ACTIONS(2759), 1, + anon_sym_POUND, + ACTIONS(2761), 1, + anon_sym_fn, + STATE(1681), 1, + sym_constant_type_argument, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1256), 6, - sym__type, + STATE(1711), 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, - [76603] = 10, + [76606] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70217,79 +70217,51 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1841), 6, + STATE(1827), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76641] = 11, + [76644] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2761), 1, + ACTIONS(2759), 1, anon_sym_POUND, - ACTIONS(2763), 1, + ACTIONS(2761), 1, anon_sym_fn, - ACTIONS(2799), 1, + ACTIONS(2795), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1348), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1735), 5, + STATE(1461), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [76681] = 10, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2783), 1, - anon_sym_POUND, - ACTIONS(2785), 1, - anon_sym_fn, - ACTIONS(2787), 1, - sym__discard_name, - ACTIONS(2789), 1, - sym__name, - 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(692), 6, - sym__type, - sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [76719] = 10, + [76684] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70302,77 +70274,56 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1723), 6, + STATE(1651), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76757] = 10, + [76722] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2783), 1, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2785), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2787), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2789), 1, - sym__name, - ACTIONS(2791), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1857), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(644), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(768), 6, + STATE(1663), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76795] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1958), 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, - [76819] = 3, + [76760] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1946), 14, + ACTIONS(2000), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -70387,36 +70338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [76843] = 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(2763), 1, - anon_sym_fn, - 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, + [76784] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70429,12 +70351,12 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, STATE(1783), 6, @@ -70444,35 +70366,56 @@ static const uint16_t ts_small_parse_table[] = { sym_function_type, sym_type, sym_type_var, - [76921] = 10, + [76822] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2783), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1992), 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, + [76846] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2715), 1, anon_sym_POUND, - ACTIONS(2785), 1, + ACTIONS(2717), 1, anon_sym_fn, - ACTIONS(2787), 1, + ACTIONS(2719), 1, sym__discard_name, - ACTIONS(2789), 1, - sym__name, - ACTIONS(2791), 1, + ACTIONS(2723), 1, sym__upname, - STATE(1857), 1, + ACTIONS(2731), 1, + sym__name, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(644), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(705), 6, + STATE(1737), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76959] = 10, + [76884] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70485,22 +70428,22 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1719), 6, + STATE(1216), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [76997] = 10, + [76922] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70513,50 +70456,50 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1709), 6, + STATE(1703), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77035] = 10, + [76960] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2715), 1, + ACTIONS(2783), 1, anon_sym_POUND, - ACTIONS(2717), 1, + ACTIONS(2785), 1, anon_sym_fn, - ACTIONS(2719), 1, + ACTIONS(2787), 1, sym__discard_name, - ACTIONS(2723), 1, - sym__upname, - ACTIONS(2731), 1, + ACTIONS(2789), 1, sym__name, - STATE(1761), 1, + ACTIONS(2791), 1, + sym__upname, + STATE(1847), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(651), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1264), 6, + STATE(777), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77073] = 10, + [76998] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70569,22 +70512,22 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1781), 6, + STATE(1140), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77111] = 10, + [77036] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70597,22 +70540,43 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1397), 6, + STATE(1709), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77149] = 10, + [77074] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2127), 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, + [77098] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2783), 1, @@ -70625,22 +70589,22 @@ static const uint16_t ts_small_parse_table[] = { sym__name, ACTIONS(2791), 1, sym__upname, - STATE(1857), 1, + STATE(1847), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(644), 2, + STATE(651), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(745), 6, + STATE(716), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77187] = 10, + [77136] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70653,22 +70617,22 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1700), 6, + STATE(1255), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77225] = 10, + [77174] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70681,135 +70645,150 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1739), 6, + STATE(1153), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77263] = 10, + [77212] = 3, 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, - STATE(1761), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1699), 6, - sym__type, - sym_type_hole, - sym_tuple_type, - sym_function_type, - sym_type, - sym_type_var, - [77301] = 10, + ACTIONS(2131), 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, + [77236] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2715), 1, + ACTIONS(2783), 1, anon_sym_POUND, - ACTIONS(2717), 1, + ACTIONS(2785), 1, anon_sym_fn, - ACTIONS(2719), 1, + ACTIONS(2787), 1, sym__discard_name, - ACTIONS(2723), 1, - sym__upname, - ACTIONS(2731), 1, + ACTIONS(2789), 1, sym__name, - STATE(1761), 1, + ACTIONS(2791), 1, + sym__upname, + STATE(1847), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(651), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1659), 6, + STATE(750), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77339] = 10, + [77274] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2715), 1, - anon_sym_POUND, - ACTIONS(2717), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2119), 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, + [77298] = 11, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(449), 1, + sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2731), 1, - sym__name, - STATE(1761), 1, + ACTIONS(2759), 1, + anon_sym_POUND, + ACTIONS(2761), 1, + anon_sym_fn, + ACTIONS(2797), 1, + anon_sym_RPAREN, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1622), 6, - sym__type, + STATE(1744), 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, - [77377] = 11, + [77338] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2761), 1, + ACTIONS(2759), 1, anon_sym_POUND, - ACTIONS(2763), 1, + ACTIONS(2761), 1, anon_sym_fn, - ACTIONS(2801), 1, + ACTIONS(2799), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1348), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1735), 5, + STATE(1744), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [77417] = 10, + [77378] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -70822,49 +70801,56 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1160), 6, + STATE(1743), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77455] = 3, + [77416] = 10, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2783), 1, + anon_sym_POUND, + ACTIONS(2785), 1, + anon_sym_fn, + ACTIONS(2787), 1, + sym__discard_name, + ACTIONS(2789), 1, + sym__name, + ACTIONS(2791), 1, + sym__upname, + STATE(1847), 1, + sym_identifier, 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, - anon_sym_external, - anon_sym_LT_DASH, - sym_visibility_modifier, - sym_opacity_modifier, - [77479] = 3, + STATE(651), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(691), 6, + sym__type, + sym_type_hole, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [77454] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2073), 14, + ACTIONS(1930), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -70879,13 +70865,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [77503] = 3, + [77478] = 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(2723), 1, + sym__upname, + ACTIONS(2731), 1, + sym__name, + STATE(1770), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1097), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1251), 6, + sym__type, + sym_type_hole, + sym_tuple_type, + sym_function_type, + sym_type, + sym_type_var, + [77516] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1906), 14, + ACTIONS(1926), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -70900,13 +70914,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [77527] = 3, + [77540] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2137), 14, + ACTIONS(1922), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -70921,7 +70935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [77551] = 10, + [77564] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2783), 1, @@ -70934,85 +70948,57 @@ static const uint16_t ts_small_parse_table[] = { sym__name, 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(2723), 1, - sym__upname, - ACTIONS(2731), 1, - sym__name, - STATE(1761), 1, + STATE(1847), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(651), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1752), 6, + STATE(740), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77627] = 11, + [77602] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2761), 1, + ACTIONS(2759), 1, anon_sym_POUND, - ACTIONS(2763), 1, + ACTIONS(2761), 1, anon_sym_fn, - ACTIONS(2803), 1, + ACTIONS(2801), 1, anon_sym_RPAREN, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1348), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1735), 5, + STATE(1744), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [77667] = 3, + [77642] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2069), 14, + ACTIONS(1984), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -71027,7 +71013,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [77691] = 10, + [77666] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -71040,28 +71026,28 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1153), 6, + STATE(1623), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77729] = 3, + [77704] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2014), 14, + ACTIONS(1948), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -71076,13 +71062,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [77753] = 3, + [77728] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2002), 14, + ACTIONS(1914), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -71097,7 +71083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, sym_visibility_modifier, sym_opacity_modifier, - [77777] = 10, + [77752] = 10, ACTIONS(3), 1, sym_module_comment, ACTIONS(2715), 1, @@ -71110,76 +71096,78 @@ static const uint16_t ts_small_parse_table[] = { sym__upname, ACTIONS(2731), 1, sym__name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1097), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1220), 6, + STATE(1785), 6, sym__type, sym_type_hole, sym_tuple_type, sym_function_type, sym_type, sym_type_var, - [77815] = 10, + [77790] = 11, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2715), 1, - anon_sym_POUND, - ACTIONS(2717), 1, - anon_sym_fn, + ACTIONS(449), 1, + sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2731), 1, - sym__name, - STATE(1761), 1, + ACTIONS(2759), 1, + anon_sym_POUND, + ACTIONS(2761), 1, + anon_sym_fn, + ACTIONS(2803), 1, + anon_sym_RPAREN, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1092), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1236), 6, - sym__type, + STATE(1744), 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, - [77853] = 3, + [77830] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2805), 13, - anon_sym_if, + ACTIONS(1976), 14, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_as, + anon_sym_import, + anon_sym_type, + anon_sym_const, 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_fn, + anon_sym_external, anon_sym_LT_DASH, - [77876] = 3, + sym_visibility_modifier, + sym_opacity_modifier, + [77854] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2807), 13, + ACTIONS(2805), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71193,40 +71181,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [77899] = 10, + [77877] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, ACTIONS(2719), 1, sym__discard_name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2761), 1, + ACTIONS(2759), 1, anon_sym_POUND, - ACTIONS(2763), 1, + ACTIONS(2761), 1, anon_sym_fn, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1348), 2, + STATE(1333), 2, sym_type_identifier, sym_remote_type_identifier, - STATE(1836), 5, + STATE(1552), 5, sym__constant_type, sym_constant_tuple_type, sym_constant_function_type, sym_constant_type, sym_type_hole, - [77936] = 3, + [77914] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2809), 13, + ACTIONS(2807), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71240,89 +71228,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [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, - 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, + [77937] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2811), 1, - anon_sym_SLASH, - STATE(1169), 1, - aux_sym_module_repeat1, + ACTIONS(2809), 1, + anon_sym_LPAREN, + STATE(1219), 1, + sym_type_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1686), 11, + ACTIONS(1703), 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, - [78023] = 10, + [77964] = 3, 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, - STATE(1348), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1514), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, - sym_type_hole, - [78060] = 3, + ACTIONS(2811), 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, + [77987] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2814), 13, + ACTIONS(2813), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71336,17 +71290,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78083] = 5, + [78010] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2816), 1, + ACTIONS(2815), 1, anon_sym_SLASH, - STATE(1169), 1, + STATE(1175), 1, aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1699), 11, + ACTIONS(1693), 11, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -71358,13 +71312,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [78110] = 3, + [78037] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2818), 13, + ACTIONS(2817), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71378,13 +71332,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78133] = 3, + [78060] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2820), 13, + ACTIONS(2819), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71398,33 +71352,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78156] = 3, + [78083] = 10, ACTIONS(3), 1, sym_module_comment, + ACTIONS(449), 1, + sym__name, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2759), 1, + anon_sym_POUND, + ACTIONS(2761), 1, + anon_sym_fn, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2822), 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, - [78179] = 3, + STATE(1333), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1859), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, + sym_type_hole, + [78120] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2824), 13, + ACTIONS(2821), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71438,27 +71399,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78202] = 3, + [78143] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2823), 1, + anon_sym_SLASH, + STATE(1175), 1, + aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2824), 13, - anon_sym_if, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, + ACTIONS(1686), 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, - [78225] = 3, + anon_sym_type, + anon_sym_const, + anon_sym_fn, + anon_sym_external, + sym_visibility_modifier, + sym_opacity_modifier, + [78170] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -71478,7 +71441,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78248] = 3, + [78193] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(449), 1, + sym__name, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2759), 1, + anon_sym_POUND, + ACTIONS(2761), 1, + anon_sym_fn, + STATE(1770), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1333), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1744), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, + sym_type_hole, + [78230] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -71498,7 +71488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78271] = 3, + [78253] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -71518,7 +71508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78294] = 3, + [78276] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -71538,13 +71528,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78317] = 3, + [78299] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2830), 13, + ACTIONS(2834), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71558,13 +71548,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78340] = 3, + [78322] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2834), 13, + ACTIONS(2836), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71578,13 +71568,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78363] = 3, + [78345] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2836), 13, + ACTIONS(2838), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71598,13 +71588,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78386] = 3, + [78368] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2838), 13, + ACTIONS(2840), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71618,13 +71608,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78409] = 3, + [78391] = 10, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(449), 1, + sym__name, + ACTIONS(2719), 1, + sym__discard_name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2759), 1, + anon_sym_POUND, + ACTIONS(2761), 1, + anon_sym_fn, + STATE(1770), 1, + sym_identifier, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + STATE(1333), 2, + sym_type_identifier, + sym_remote_type_identifier, + STATE(1458), 5, + sym__constant_type, + sym_constant_tuple_type, + sym_constant_function_type, + sym_constant_type, + sym_type_hole, + [78428] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2840), 13, + ACTIONS(2842), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71638,13 +71655,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78432] = 3, + [78451] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2832), 13, + ACTIONS(2844), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71658,13 +71675,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78455] = 3, + [78474] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2842), 13, + ACTIONS(2844), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71678,13 +71695,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78478] = 3, + [78497] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2844), 13, + ACTIONS(2846), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71698,13 +71715,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78501] = 3, + [78520] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2846), 13, + ACTIONS(2848), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71718,29 +71735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78524] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2848), 1, - anon_sym_LPAREN, - STATE(1214), 1, - sym_type_parameters, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1705), 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, - [78551] = 3, + [78543] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -71760,7 +71755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78574] = 3, + [78566] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -71780,13 +71775,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78597] = 3, + [78589] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2854), 13, + ACTIONS(2828), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71800,13 +71795,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78620] = 3, + [78612] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2856), 13, + ACTIONS(2854), 13, anon_sym_if, anon_sym_COMMA, anon_sym_RPAREN, @@ -71820,17 +71815,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78643] = 5, + [78635] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2816), 1, + ACTIONS(2815), 1, anon_sym_SLASH, - STATE(1172), 1, + STATE(1170), 1, aux_sym_module_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1693), 11, + ACTIONS(1699), 11, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -71842,34 +71837,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [78670] = 10, + [78662] = 3, 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, - STATE(1348), 2, - sym_type_identifier, - sym_remote_type_identifier, - STATE(1735), 5, - sym__constant_type, - sym_constant_tuple_type, - sym_constant_function_type, - sym_constant_type, - sym_type_hole, - [78707] = 3, + ACTIONS(2856), 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, + [78685] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -71889,7 +71877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78730] = 3, + [78708] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, @@ -71909,19 +71897,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_LT_DASH, - [78753] = 6, + [78731] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2834), 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, + [78754] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, ACTIONS(2862), 1, anon_sym_DASH_GT, - STATE(1244), 1, + STATE(1266), 1, sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1735), 9, + ACTIONS(1736), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -71931,34 +71939,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [78781] = 4, + [78782] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1688), 1, - anon_sym_SLASH, + ACTIONS(2864), 1, + anon_sym_LPAREN, + STATE(1235), 1, + sym__attribute_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1686), 11, + ACTIONS(1730), 10, 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, - [78805] = 6, + sym__upname, + [78808] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, + ACTIONS(71), 1, anon_sym_LBRACE, - ACTIONS(2864), 1, + ACTIONS(2866), 1, anon_sym_DASH_GT, - STATE(1238), 1, + STATE(1240), 1, sym_block, ACTIONS(5), 2, sym_statement_comment, @@ -71973,209 +71982,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [78833] = 5, + [78836] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2866), 1, - anon_sym_LBRACE, - ACTIONS(2868), 1, - anon_sym_EQ, + ACTIONS(1688), 1, + anon_sym_SLASH, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1832), 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, - [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, + [78860] = 5, 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(71), 1, + anon_sym_LBRACE, + STATE(1264), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [78940] = 3, + ACTIONS(1882), 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, + [78885] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2878), 11, - anon_sym_if, - anon_sym_COMMA, + ACTIONS(2868), 1, anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_DASH_GT, - anon_sym_DOT_DOT, - anon_sym_PIPE, - anon_sym_LT_DASH, - [78961] = 13, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2872), 1, + ACTIONS(2870), 1, sym__discard_name, - ACTIONS(2874), 1, + ACTIONS(2872), 1, sym__name, - ACTIONS(2880), 1, - anon_sym_RPAREN, - STATE(1372), 1, - sym__labeled_name_param, + STATE(1387), 1, + sym_label, + STATE(1390), 1, + sym__name_param, STATE(1394), 1, sym__labeled_discard_param, - STATE(1395), 1, + STATE(1404), 1, + sym__labeled_name_param, + STATE(1405), 1, sym__discard_param, - STATE(1398), 1, - sym__name_param, - STATE(1399), 1, - sym_label, - STATE(1517), 1, + STATE(1547), 1, sym_identifier, - STATE(1520), 1, - sym_function_parameter, - STATE(1524), 1, + STATE(1549), 1, sym_discard, + STATE(1684), 1, + sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [79002] = 13, + [78926] = 5, 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(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, + anon_sym_DOT, + ACTIONS(2876), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [79043] = 3, + ACTIONS(1746), 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, + [78951] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1810), 11, + ACTIONS(1858), 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, - [79064] = 13, + [78972] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2872), 1, + ACTIONS(2870), 1, sym__discard_name, - ACTIONS(2874), 1, + ACTIONS(2872), 1, sym__name, - ACTIONS(2884), 1, + ACTIONS(2878), 1, anon_sym_RPAREN, - STATE(1372), 1, - sym__labeled_name_param, + STATE(1387), 1, + sym_label, + STATE(1390), 1, + sym__name_param, STATE(1394), 1, sym__labeled_discard_param, - STATE(1395), 1, + STATE(1404), 1, + sym__labeled_name_param, + STATE(1405), 1, sym__discard_param, - STATE(1398), 1, - sym__name_param, - STATE(1399), 1, - sym_label, - STATE(1517), 1, + STATE(1547), 1, sym_identifier, - STATE(1524), 1, + STATE(1549), 1, sym_discard, - STATE(1718), 1, + STATE(1684), 1, sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [79105] = 3, + [79013] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1894), 11, + ACTIONS(1774), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -72187,17 +72134,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79126] = 5, + [79034] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2886), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2880), 11, + anon_sym_if, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_DASH_GT, + anon_sym_DOT_DOT, + anon_sym_PIPE, + anon_sym_LT_DASH, + [79055] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2882), 1, anon_sym_LBRACE, - ACTIONS(2888), 1, + ACTIONS(2884), 1, anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1788), 9, + ACTIONS(1782), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72207,13 +72172,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79151] = 3, + [79080] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1784), 11, + ACTIONS(1876), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -72225,31 +72190,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79172] = 3, + [79101] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1798), 11, + ACTIONS(1890), 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, - [79193] = 3, + [79122] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1886), 11, + ACTIONS(1852), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -72261,37 +72226,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79214] = 5, + [79143] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2890), 1, - anon_sym_DOT, - ACTIONS(2892), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1723), 9, + ACTIONS(1902), 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, - [79239] = 5, + [79164] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2894), 1, - anon_sym_LPAREN, - STATE(1263), 1, - sym__attribute_arguments, + ACTIONS(71), 1, + anon_sym_LBRACE, + STATE(1256), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1717), 9, + ACTIONS(1824), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72301,31 +72264,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79264] = 3, + [79189] = 13, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2870), 1, + sym__discard_name, + ACTIONS(2872), 1, + sym__name, + ACTIONS(2886), 1, + anon_sym_RPAREN, + STATE(1387), 1, + sym_label, + STATE(1390), 1, + sym__name_param, + STATE(1394), 1, + sym__labeled_discard_param, + STATE(1404), 1, + sym__labeled_name_param, + STATE(1405), 1, + sym__discard_param, + STATE(1424), 1, + sym_function_parameter, + STATE(1547), 1, + sym_identifier, + STATE(1549), 1, + sym_discard, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [79230] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1898), 11, + ACTIONS(1894), 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, - [79285] = 3, + [79251] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1852), 11, + ACTIONS(1816), 11, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_AT, @@ -72337,211 +72328,229 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79306] = 5, + [79272] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, - anon_sym_LBRACE, - STATE(1235), 1, - sym_block, + ACTIONS(2870), 1, + sym__discard_name, + ACTIONS(2872), 1, + sym__name, + ACTIONS(2888), 1, + anon_sym_RPAREN, + STATE(1387), 1, + sym_label, + STATE(1390), 1, + sym__name_param, + STATE(1394), 1, + sym__labeled_discard_param, + STATE(1404), 1, + sym__labeled_name_param, + STATE(1405), 1, + sym__discard_param, + STATE(1547), 1, + sym_identifier, + STATE(1549), 1, + sym_discard, + STATE(1684), 1, + sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1874), 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, - [79331] = 3, + [79313] = 13, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2870), 1, + sym__discard_name, + ACTIONS(2872), 1, + sym__name, + ACTIONS(2890), 1, + anon_sym_RPAREN, + STATE(1387), 1, + sym_label, + STATE(1390), 1, + sym__name_param, + STATE(1394), 1, + sym__labeled_discard_param, + STATE(1404), 1, + sym__labeled_name_param, + STATE(1405), 1, + sym__discard_param, + STATE(1547), 1, + sym_identifier, + STATE(1549), 1, + sym_discard, + STATE(1684), 1, + sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1866), 11, + [79354] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2892), 1, anon_sym_LBRACE, + ACTIONS(2894), 1, + anon_sym_EQ, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(1842), 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, - [79352] = 13, + [79379] = 13, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2872), 1, + ACTIONS(2870), 1, sym__discard_name, - ACTIONS(2874), 1, + ACTIONS(2872), 1, sym__name, ACTIONS(2896), 1, anon_sym_RPAREN, - STATE(1372), 1, - sym__labeled_name_param, + STATE(1387), 1, + sym_label, + STATE(1390), 1, + sym__name_param, STATE(1394), 1, sym__labeled_discard_param, - STATE(1395), 1, + STATE(1404), 1, + sym__labeled_name_param, + STATE(1405), 1, sym__discard_param, - STATE(1398), 1, - sym__name_param, - STATE(1399), 1, - sym_label, - STATE(1517), 1, + STATE(1452), 1, + sym_function_parameter, + STATE(1547), 1, sym_identifier, - STATE(1524), 1, + STATE(1549), 1, sym_discard, - STATE(1718), 1, - sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [79393] = 5, + [79420] = 3, 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(1870), 9, + ACTIONS(1770), 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, - [79418] = 3, + [79441] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1878), 11, - anon_sym_LBRACE, + ACTIONS(1868), 10, 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, - [79439] = 3, + [79461] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1862), 10, + ACTIONS(2115), 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, - [79459] = 3, + sym__upname, + [79481] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1882), 10, + ACTIONS(1938), 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, - [79479] = 4, - ACTIONS(3), 1, - sym_module_comment, - 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, + sym__upname, + [79501] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2902), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1842), 9, + ACTIONS(1886), 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, - [79523] = 10, + [79521] = 12, ACTIONS(3), 1, sym_module_comment, - ACTIONS(183), 1, - sym__decimal, - ACTIONS(187), 1, - sym__upname, - ACTIONS(2904), 1, - anon_sym_DASH, - ACTIONS(2906), 1, + ACTIONS(2870), 1, + sym__discard_name, + ACTIONS(2872), 1, sym__name, - STATE(546), 1, - sym_constructor_name, - STATE(1055), 1, + STATE(1387), 1, sym_label, - STATE(1059), 1, - sym_integer, + STATE(1390), 1, + sym__name_param, + STATE(1394), 1, + sym__labeled_discard_param, + STATE(1404), 1, + sym__labeled_name_param, + STATE(1405), 1, + sym__discard_param, + STATE(1547), 1, + sym_identifier, + STATE(1549), 1, + sym_discard, + STATE(1684), 1, + sym_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(181), 3, - sym__hex, - sym__octal, - sym__binary, - [79557] = 3, + [79559] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1902), 10, + ACTIONS(1898), 10, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72552,37 +72561,13 @@ static const uint16_t ts_small_parse_table[] = { 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, + [79579] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1890), 10, + ACTIONS(1778), 10, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72593,41 +72578,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79631] = 12, + [79599] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2872), 1, - sym__discard_name, - ACTIONS(2874), 1, + ACTIONS(229), 1, + sym__decimal, + ACTIONS(233), 1, + sym__upname, + ACTIONS(2898), 1, + anon_sym_DASH, + ACTIONS(2900), 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, + STATE(589), 1, sym_label, - STATE(1517), 1, - sym_identifier, - STATE(1524), 1, - sym_discard, - STATE(1718), 1, - sym_function_parameter, + STATE(891), 1, + sym_constructor_name, + STATE(1076), 1, + sym_integer, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(227), 3, + sym__hex, + sym__octal, + sym__binary, + [79633] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2904), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [79669] = 4, + ACTIONS(2902), 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, + [79655] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2912), 1, + ACTIONS(2906), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1820), 9, + ACTIONS(1764), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72637,13 +72638,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79691] = 3, + [79677] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1914), 9, + ACTIONS(2095), 10, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72653,13 +72654,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79710] = 3, + sym__upname, + [79697] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2097), 9, + ACTIONS(1918), 10, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72669,29 +72671,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79729] = 3, + sym__upname, + [79717] = 10, ACTIONS(3), 1, sym_module_comment, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(101), 1, + sym__upname, + ACTIONS(2908), 1, + anon_sym_DASH, + ACTIONS(2910), 1, + sym__name, + STATE(549), 1, + sym_constructor_name, + STATE(1053), 1, + sym_integer, + STATE(1058), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(562), 9, - anon_sym_if, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_as, - anon_sym_DASH_GT, - anon_sym_LT_GT, - anon_sym_PIPE, - anon_sym_LT_DASH, - [79748] = 3, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + [79751] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2912), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1934), 9, + ACTIONS(1862), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72701,13 +72714,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79767] = 3, + [79773] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1918), 9, + ACTIONS(1964), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72717,13 +72730,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79786] = 3, + [79792] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2109), 9, + ACTIONS(2107), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72733,13 +72746,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79805] = 3, + [79811] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2916), 1, + anon_sym_as, + ACTIONS(2918), 1, + anon_sym_LT_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2914), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + [79834] = 7, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(1954), 1, + anon_sym_DASH, + ACTIONS(2920), 1, + sym__name, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + STATE(1775), 3, + sym__pattern_bit_string_segment_argument, + sym_integer, + sym_identifier, + [79861] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(566), 9, + ACTIONS(407), 9, anon_sym_if, anon_sym_LPAREN, anon_sym_COMMA, @@ -72749,46 +72800,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_PIPE, anon_sym_LT_DASH, - [79824] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1994), 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, - [79843] = 4, + [79880] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2914), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2898), 8, + ACTIONS(482), 9, + anon_sym_if, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_as, + anon_sym_DASH_GT, anon_sym_LT_GT, - anon_sym_DOT_DOT, - [79864] = 3, + anon_sym_PIPE, + anon_sym_LT_DASH, + [79899] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2133), 9, + ACTIONS(1842), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72798,13 +72832,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79883] = 3, + [79918] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2089), 9, + ACTIONS(2008), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72814,13 +72848,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79902] = 3, + [79937] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1970), 9, + ACTIONS(2048), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72830,13 +72864,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79921] = 3, + [79956] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1966), 9, + ACTIONS(2137), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72846,13 +72880,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79940] = 3, + [79975] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1938), 9, + ACTIONS(2012), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72862,13 +72896,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79959] = 3, + [79994] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1954), 9, + ACTIONS(2042), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72878,50 +72912,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [79978] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2916), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - 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, + [80013] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2081), 9, + ACTIONS(2091), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72931,13 +72928,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80045] = 3, + [80032] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2085), 9, + ACTIONS(1934), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72947,13 +72944,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80064] = 3, + [80051] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2093), 9, + ACTIONS(2028), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72963,31 +72960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80083] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2922), 1, - anon_sym_as, - ACTIONS(2924), 1, - anon_sym_LT_GT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(2920), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - [80106] = 3, + [80070] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2061), 9, + ACTIONS(2099), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -72997,13 +72976,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80125] = 3, + [80089] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2053), 9, + ACTIONS(1996), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -73013,13 +72992,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80144] = 3, + [80108] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2113), 9, + ACTIONS(2123), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -73029,13 +73008,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80163] = 3, + [80127] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2117), 9, + ACTIONS(2004), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -73045,29 +73024,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80182] = 3, + [80146] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1832), 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, - [80201] = 3, + ACTIONS(403), 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, + [80165] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2006), 9, + ACTIONS(1910), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -73077,13 +73056,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80220] = 3, + [80184] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1982), 9, + ACTIONS(1972), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -73093,13 +73072,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80239] = 3, + [80203] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2127), 9, + ACTIONS(1968), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -73109,13 +73088,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80258] = 3, + [80222] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1962), 9, + ACTIONS(1980), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -73125,13 +73104,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80277] = 3, + [80241] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2922), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2902), 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, + [80262] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1978), 9, + ACTIONS(1944), 9, anon_sym_RBRACE, anon_sym_AT, anon_sym_import, @@ -73141,89 +73137,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_external, sym_visibility_modifier, sym_opacity_modifier, - [80296] = 3, + [80281] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2924), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(586), 9, - anon_sym_if, - anon_sym_LPAREN, + ACTIONS(2902), 8, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_COLON, - anon_sym_as, - anon_sym_DASH_GT, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_GT_GT, anon_sym_LT_GT, - anon_sym_PIPE, - anon_sym_LT_DASH, - [80315] = 4, + anon_sym_DOT_DOT, + [80302] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2926), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2898), 7, - anon_sym_if, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_LT_GT, - anon_sym_PIPE, - anon_sym_LT_DASH, - [80335] = 10, + ACTIONS(1906), 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, + [80321] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(2872), 1, + ACTIONS(2870), 1, sym__discard_name, - ACTIONS(2928), 1, + ACTIONS(2926), 1, anon_sym_RPAREN, - STATE(1377), 1, - sym__discard_param, - STATE(1378), 1, + STATE(1375), 1, sym__name_param, - STATE(1517), 1, + STATE(1402), 1, + sym__discard_param, + STATE(1547), 1, sym_identifier, - STATE(1524), 1, + STATE(1549), 1, sym_discard, - STATE(1743), 1, + STATE(1611), 1, sym_anonymous_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [80367] = 10, + [80353] = 3, 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(1378), 1, - sym__name_param, - 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, - [80399] = 3, + ACTIONS(474), 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, + [80371] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(650), 8, + ACTIONS(714), 8, anon_sym_if, anon_sym_COMMA, anon_sym_COLON, @@ -73232,50 +73222,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_PIPE, anon_sym_LT_DASH, - [80417] = 10, + [80389] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(2872), 1, + ACTIONS(2870), 1, sym__discard_name, - ACTIONS(2932), 1, + ACTIONS(2928), 1, anon_sym_RPAREN, - STATE(1377), 1, - sym__discard_param, - STATE(1378), 1, + STATE(1375), 1, sym__name_param, - STATE(1512), 1, - sym_anonymous_function_parameter, - STATE(1517), 1, + STATE(1402), 1, + sym__discard_param, + STATE(1547), 1, sym_identifier, - STATE(1524), 1, + STATE(1549), 1, sym_discard, + STATE(1611), 1, + sym_anonymous_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [80449] = 3, + [80421] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2930), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(554), 8, + ACTIONS(2902), 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, - [80467] = 3, + [80441] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(722), 8, + ACTIONS(706), 8, anon_sym_if, anon_sym_COMMA, anon_sym_COLON, @@ -73284,5517 +73275,5381 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_PIPE, anon_sym_LT_DASH, - [80485] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - 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, + [80459] = 10, ACTIONS(3), 1, sym_module_comment, - ACTIONS(185), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(2723), 1, - sym__upname, - ACTIONS(2936), 1, - anon_sym_RBRACE, - ACTIONS(2938), 1, - anon_sym_type, - STATE(1415), 1, - sym_type_identifier, - STATE(1423), 1, + ACTIONS(2870), 1, + sym__discard_name, + ACTIONS(2932), 1, + anon_sym_RPAREN, + STATE(1375), 1, + sym__name_param, + STATE(1402), 1, + sym__discard_param, + STATE(1543), 1, + sym_anonymous_function_parameter, + STATE(1547), 1, sym_identifier, - STATE(1656), 1, - sym_unqualified_import, + STATE(1549), 1, + sym_discard, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [80531] = 9, + [80491] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(185), 1, - sym__name, - ACTIONS(2723), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(2938), 1, - anon_sym_type, - ACTIONS(2940), 1, - anon_sym_RBRACE, - STATE(1415), 1, - sym_type_identifier, - STATE(1423), 1, - sym_identifier, - STATE(1656), 1, - sym_unqualified_import, + ACTIONS(2934), 1, + anon_sym_AT, + STATE(1336), 1, + sym_constructor_name, + STATE(1699), 1, + sym_attribute, + STATE(1805), 1, + sym_data_constructors, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [80560] = 9, + STATE(1283), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [80518] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, ACTIONS(2723), 1, sym__upname, + ACTIONS(2936), 1, + anon_sym_RBRACE, ACTIONS(2938), 1, anon_sym_type, - ACTIONS(2942), 1, - anon_sym_RBRACE, - STATE(1415), 1, - sym_type_identifier, - STATE(1423), 1, + STATE(1588), 1, sym_identifier, - STATE(1656), 1, + STATE(1589), 1, + sym_type_identifier, + STATE(1631), 1, sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [80589] = 9, + [80547] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(2872), 1, + ACTIONS(2870), 1, sym__discard_name, - STATE(1377), 1, - sym__discard_param, - STATE(1378), 1, + STATE(1375), 1, sym__name_param, - STATE(1517), 1, + STATE(1402), 1, + sym__discard_param, + STATE(1547), 1, sym_identifier, - STATE(1524), 1, + STATE(1549), 1, sym_discard, - STATE(1743), 1, + STATE(1611), 1, sym_anonymous_function_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [80618] = 9, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(185), 1, - sym__name, - ACTIONS(2723), 1, - sym__upname, - ACTIONS(2938), 1, - anon_sym_type, - ACTIONS(2944), 1, - anon_sym_RBRACE, - 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, - [80647] = 9, + [80576] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(185), 1, - sym__name, - ACTIONS(2723), 1, + ACTIONS(451), 1, sym__upname, - ACTIONS(2938), 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(2934), 1, + anon_sym_AT, + STATE(1336), 1, + sym_constructor_name, + STATE(1699), 1, + sym_attribute, + STATE(1803), 1, + sym_data_constructors, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [80676] = 9, + STATE(1283), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [80603] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(185), 1, + ACTIONS(99), 1, sym__name, ACTIONS(2723), 1, sym__upname, ACTIONS(2938), 1, anon_sym_type, - ACTIONS(2948), 1, + ACTIONS(2940), 1, anon_sym_RBRACE, - STATE(1415), 1, - sym_type_identifier, - STATE(1423), 1, + STATE(1588), 1, sym_identifier, - STATE(1463), 1, - sym_unqualified_import, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [80705] = 6, - ACTIONS(3), 1, - sym_module_comment, - 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(413), 3, - sym__hex, - sym__octal, - sym__binary, - [80727] = 8, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(185), 1, - sym__name, - ACTIONS(2723), 1, - sym__upname, - ACTIONS(2938), 1, - anon_sym_type, - STATE(1415), 1, + STATE(1589), 1, sym_type_identifier, - STATE(1423), 1, - sym_identifier, - STATE(1656), 1, + STATE(1631), 1, sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [80753] = 7, - ACTIONS(3), 1, - sym_module_comment, - 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, - STATE(1191), 2, - sym_type_identifier, - sym_remote_type_identifier, - [80777] = 7, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2791), 1, - sym__upname, - ACTIONS(2918), 1, - sym__name, - STATE(776), 1, - sym_type_name, - STATE(1857), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(643), 2, - sym_type_identifier, - sym_remote_type_identifier, - [80801] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2952), 1, - anon_sym_DQUOTE2, - ACTIONS(2956), 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(1297), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [80823] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2958), 1, - anon_sym_DQUOTE2, - ACTIONS(2960), 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(1322), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [80845] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2962), 1, - anon_sym_DQUOTE2, - ACTIONS(2964), 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(1291), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [80867] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(239), 1, - sym__decimal, - ACTIONS(2908), 1, - anon_sym_DASH, - STATE(887), 1, - sym_integer, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(237), 3, - sym__hex, - sym__octal, - sym__binary, - [80889] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1034), 1, - sym__decimal, - ACTIONS(2966), 1, - anon_sym_DASH, - STATE(229), 1, - sym_integer, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1032), 3, - sym__hex, - sym__octal, - sym__binary, - [80911] = 6, - ACTIONS(3), 1, - sym_module_comment, - 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, + [80632] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2723), 1, + ACTIONS(2942), 1, + anon_sym_RBRACE, + ACTIONS(2944), 1, + anon_sym_AT, + ACTIONS(2947), 1, sym__upname, - ACTIONS(2918), 1, - sym__name, - STATE(1212), 1, - sym_type_name, - STATE(1761), 1, - sym_identifier, + STATE(1336), 1, + sym_constructor_name, + STATE(1699), 1, + sym_attribute, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1191), 2, - sym_type_identifier, - sym_remote_type_identifier, - [80957] = 6, + STATE(1279), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [80659] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2970), 1, - sym_quoted_content, - ACTIONS(2972), 1, - anon_sym_DQUOTE2, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2934), 1, + anon_sym_AT, + STATE(1336), 1, + sym_constructor_name, + STATE(1699), 1, + sym_attribute, + STATE(1768), 1, + sym_data_constructors, 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, - [80979] = 7, + STATE(1283), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [80686] = 9, ACTIONS(3), 1, sym_module_comment, + ACTIONS(99), 1, + sym__name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2918), 1, - sym__name, - STATE(1203), 1, - sym_type_name, - STATE(1761), 1, + ACTIONS(2938), 1, + anon_sym_type, + ACTIONS(2950), 1, + anon_sym_RBRACE, + STATE(1588), 1, sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1191), 2, + STATE(1589), 1, sym_type_identifier, - sym_remote_type_identifier, - [81003] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2974), 1, - anon_sym_DQUOTE2, - ACTIONS(2976), 1, - sym_quoted_content, + STATE(1631), 1, + sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2954), 2, - aux_sym_escape_sequence_token1, - aux_sym_escape_sequence_token2, - STATE(1293), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [81025] = 6, + [80715] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2970), 1, - sym_quoted_content, - ACTIONS(2978), 1, - anon_sym_DQUOTE2, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2934), 1, + anon_sym_AT, + STATE(1336), 1, + sym_constructor_name, + STATE(1699), 1, + sym_attribute, + STATE(1790), 1, + sym_data_constructors, 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, - [81047] = 6, + STATE(1283), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [80742] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2970), 1, - sym_quoted_content, - ACTIONS(2980), 1, - anon_sym_DQUOTE2, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2934), 1, + anon_sym_AT, + ACTIONS(2952), 1, + anon_sym_RBRACE, + STATE(1336), 1, + sym_constructor_name, + STATE(1699), 1, + sym_attribute, 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, - [81069] = 6, + STATE(1279), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [80769] = 3, ACTIONS(3), 1, sym_module_comment, - 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(1170), 3, - sym__hex, - sym__octal, - sym__binary, - [81091] = 6, + ACTIONS(2954), 7, + anon_sym_if, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DASH_GT, + anon_sym_DOT_DOT, + anon_sym_PIPE, + [80786] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(59), 1, - sym__decimal, - ACTIONS(2984), 1, - anon_sym_DASH, - STATE(67), 1, - sym_integer, + ACTIONS(99), 1, + sym__name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2938), 1, + anon_sym_type, + ACTIONS(2956), 1, + anon_sym_RBRACE, + STATE(1588), 1, + sym_identifier, + STATE(1589), 1, + sym_type_identifier, + STATE(1631), 1, + sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(57), 3, - sym__hex, - sym__octal, - sym__binary, - [81113] = 6, + [80815] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2986), 1, - anon_sym_DQUOTE2, - ACTIONS(2988), 1, - sym_quoted_content, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2934), 1, + anon_sym_AT, + STATE(1336), 1, + sym_constructor_name, + STATE(1699), 1, + sym_attribute, + STATE(1754), 1, + sym_data_constructors, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2954), 2, - aux_sym_escape_sequence_token1, - aux_sym_escape_sequence_token2, - STATE(1307), 2, - sym_escape_sequence, - aux_sym_string_repeat1, - [81135] = 6, + STATE(1283), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [80842] = 8, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2970), 1, - sym_quoted_content, - ACTIONS(2990), 1, - anon_sym_DQUOTE2, + ACTIONS(451), 1, + sym__upname, + ACTIONS(2934), 1, + anon_sym_AT, + STATE(1336), 1, + sym_constructor_name, + STATE(1699), 1, + sym_attribute, + STATE(1860), 1, + sym_data_constructors, 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, - [81157] = 6, + STATE(1283), 2, + sym_data_constructor, + aux_sym_data_constructors_repeat1, + [80869] = 9, ACTIONS(3), 1, sym_module_comment, - ACTIONS(994), 1, - sym__decimal, - ACTIONS(2992), 1, - anon_sym_DASH, - STATE(35), 1, - sym_integer, + ACTIONS(99), 1, + sym__name, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2938), 1, + anon_sym_type, + ACTIONS(2958), 1, + anon_sym_RBRACE, + STATE(1465), 1, + sym_unqualified_import, + STATE(1588), 1, + sym_identifier, + STATE(1589), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(992), 3, - sym__hex, - sym__octal, - sym__binary, - [81179] = 7, + [80898] = 9, ACTIONS(3), 1, sym_module_comment, + ACTIONS(99), 1, + sym__name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2918), 1, - sym__name, - STATE(1631), 1, - sym_type_name, - STATE(1761), 1, + ACTIONS(2938), 1, + anon_sym_type, + ACTIONS(2960), 1, + anon_sym_RBRACE, + STATE(1587), 1, + sym_unqualified_import, + STATE(1588), 1, sym_identifier, + STATE(1589), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1191), 2, - sym_type_identifier, - sym_remote_type_identifier, - [81203] = 7, + [80927] = 8, ACTIONS(3), 1, sym_module_comment, + ACTIONS(99), 1, + sym__name, ACTIONS(2723), 1, sym__upname, - ACTIONS(2918), 1, - sym__name, - STATE(1240), 1, - sym_type_name, - STATE(1761), 1, + ACTIONS(2938), 1, + anon_sym_type, + STATE(1588), 1, sym_identifier, + STATE(1589), 1, + sym_type_identifier, + STATE(1631), 1, + sym_unqualified_import, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1191), 2, - sym_type_identifier, - sym_remote_type_identifier, - [81227] = 6, + [80953] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(415), 1, + ACTIONS(447), 1, sym__decimal, - ACTIONS(1924), 1, + ACTIONS(1954), 1, anon_sym_DASH, - STATE(1844), 1, + STATE(1801), 1, sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(413), 3, + ACTIONS(445), 3, sym__hex, sym__octal, sym__binary, - [81249] = 6, + [80975] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2994), 1, + ACTIONS(2962), 1, anon_sym_DQUOTE2, - ACTIONS(2996), 1, + ACTIONS(2966), 1, sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2954), 2, + ACTIONS(2964), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1312), 2, + STATE(1323), 2, sym_escape_sequence, aux_sym_string_repeat1, - [81271] = 6, + [80997] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2968), 1, + anon_sym_DQUOTE2, ACTIONS(2970), 1, sym_quoted_content, - ACTIONS(2998), 1, - anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2954), 2, + ACTIONS(2964), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1308), 2, + STATE(1321), 2, sym_escape_sequence, aux_sym_string_repeat1, - [81293] = 6, + [81019] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3000), 1, + ACTIONS(2972), 1, anon_sym_DQUOTE2, - ACTIONS(3005), 1, + ACTIONS(2974), 1, sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3002), 2, + ACTIONS(2964), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1308), 2, + STATE(1298), 2, sym_escape_sequence, aux_sym_string_repeat1, - [81315] = 6, + [81041] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3008), 1, + ACTIONS(2976), 1, anon_sym_DQUOTE2, - ACTIONS(3010), 1, + ACTIONS(2978), 1, sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2954), 2, + ACTIONS(2964), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1296), 2, + STATE(1292), 2, sym_escape_sequence, aux_sym_string_repeat1, - [81337] = 6, + [81063] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(415), 1, - sym__decimal, - ACTIONS(1924), 1, - anon_sym_DASH, - STATE(207), 1, - sym_integer, + ACTIONS(2980), 1, + anon_sym_as, + ACTIONS(2982), 1, + anon_sym_LT_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(413), 3, - sym__hex, - sym__octal, - sym__binary, - [81359] = 6, + ACTIONS(2914), 4, + anon_sym_if, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_PIPE, + [81083] = 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(2920), 1, + sym__name, + STATE(1211), 1, + sym_type_name, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - 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, + STATE(1167), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81107] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2970), 1, + ACTIONS(2966), 1, sym_quoted_content, - ACTIONS(3016), 1, + ACTIONS(2984), 1, anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2954), 2, + ACTIONS(2964), 2, aux_sym_escape_sequence_token1, aux_sym_escape_sequence_token2, - STATE(1308), 2, + STATE(1323), 2, sym_escape_sequence, aux_sym_string_repeat1, - [81403] = 7, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2723), 1, - sym__upname, - ACTIONS(2918), 1, - sym__name, - STATE(1686), 1, - sym_type_name, - STATE(1761), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1191), 2, - sym_type_identifier, - sym_remote_type_identifier, - [81427] = 7, + [81129] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2723), 1, - sym__upname, - ACTIONS(2918), 1, - sym__name, - STATE(1702), 1, - sym_type_name, - STATE(1761), 1, - sym_identifier, + ACTIONS(2966), 1, + sym_quoted_content, + ACTIONS(2986), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1191), 2, - sym_type_identifier, - sym_remote_type_identifier, - [81451] = 6, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1323), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81151] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(183), 1, - sym__decimal, - ACTIONS(2904), 1, - anon_sym_DASH, - STATE(645), 1, - sym_integer, + ACTIONS(2988), 1, + anon_sym_DQUOTE2, + ACTIONS(2990), 1, + sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(181), 3, - sym__hex, - sym__octal, - sym__binary, - [81473] = 6, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1299), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81173] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(415), 1, + ACTIONS(1110), 1, sym__decimal, - ACTIONS(1924), 1, + ACTIONS(2992), 1, anon_sym_DASH, - STATE(1828), 1, + STATE(567), 1, sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(413), 3, + ACTIONS(1108), 3, sym__hex, sym__octal, sym__binary, - [81495] = 7, + [81195] = 7, ACTIONS(3), 1, sym_module_comment, ACTIONS(2791), 1, sym__upname, - ACTIONS(2918), 1, + ACTIONS(2920), 1, sym__name, - STATE(748), 1, + STATE(770), 1, sym_type_name, - STATE(1857), 1, + STATE(1847), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(643), 2, + STATE(641), 2, sym_type_identifier, sym_remote_type_identifier, - [81519] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(1820), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT_GT, - [81537] = 5, + [81219] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3020), 1, - anon_sym_as, - ACTIONS(3022), 1, - anon_sym_LT_GT, + ACTIONS(1040), 1, + sym__decimal, + ACTIONS(2994), 1, + anon_sym_DASH, + STATE(268), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2920), 4, - anon_sym_if, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_PIPE, - [81557] = 7, + ACTIONS(1038), 3, + sym__hex, + sym__octal, + sym__binary, + [81241] = 7, ACTIONS(3), 1, sym_module_comment, ACTIONS(2723), 1, sym__upname, - ACTIONS(2918), 1, + ACTIONS(2920), 1, sym__name, - STATE(1738), 1, + STATE(1247), 1, sym_type_name, - STATE(1761), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1191), 2, + STATE(1167), 2, sym_type_identifier, sym_remote_type_identifier, - [81581] = 7, + [81265] = 7, ACTIONS(3), 1, sym_module_comment, ACTIONS(2791), 1, sym__upname, - ACTIONS(2918), 1, + ACTIONS(2920), 1, sym__name, - STATE(667), 1, + STATE(771), 1, sym_type_name, - STATE(1857), 1, + STATE(1847), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(643), 2, + STATE(641), 2, sym_type_identifier, sym_remote_type_identifier, - [81605] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2970), 1, - sym_quoted_content, - ACTIONS(3024), 1, - anon_sym_DQUOTE2, - 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, - [81627] = 7, + [81289] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2791), 1, + ACTIONS(2723), 1, sym__upname, - ACTIONS(2918), 1, + ACTIONS(2920), 1, sym__name, - STATE(679), 1, + STATE(1748), 1, sym_type_name, - STATE(1857), 1, + STATE(1770), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(643), 2, + STATE(1167), 2, sym_type_identifier, sym_remote_type_identifier, - [81651] = 7, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1990), 1, - anon_sym_DOT_DOT, - ACTIONS(2125), 1, - anon_sym_RPAREN, - ACTIONS(3026), 1, - anon_sym_COMMA, - STATE(1385), 1, - aux_sym_record_pattern_arguments_repeat1, - STATE(1884), 1, - sym_pattern_spread, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [81674] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3030), 1, - anon_sym_COMMA, - STATE(1336), 1, - aux_sym_case_clause_pattern_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(3028), 3, - anon_sym_if, - anon_sym_DASH_GT, - anon_sym_PIPE, - [81693] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(419), 1, - sym__upname, - STATE(1387), 1, - sym_constructor_name, - STATE(1750), 1, - sym_data_constructors, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1342), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [81714] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(419), 1, - sym__upname, - STATE(1387), 1, - sym_constructor_name, - STATE(1768), 1, - sym_data_constructors, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1342), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [81735] = 6, - ACTIONS(3), 1, - sym_module_comment, - 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, - STATE(1328), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [81756] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(1120), 1, - anon_sym_LPAREN, - ACTIONS(1804), 1, - anon_sym_as, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(624), 3, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - [81775] = 7, - ACTIONS(3), 1, - sym_module_comment, - 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, - [81798] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(419), 1, - sym__upname, - STATE(1387), 1, - sym_constructor_name, - STATE(1790), 1, - sym_data_constructors, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - STATE(1342), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [81819] = 5, + [81313] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3041), 1, - anon_sym_COMMA, - STATE(1332), 1, - aux_sym_case_clause_pattern_repeat1, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(1954), 1, + anon_sym_DASH, + STATE(207), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3044), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_DOT_DOT, - [81838] = 5, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + [81335] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(570), 1, - sym__discard_name, - ACTIONS(572), 1, - sym__name, + ACTIONS(229), 1, + sym__decimal, + ACTIONS(2898), 1, + anon_sym_DASH, + STATE(887), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(562), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [81857] = 5, + ACTIONS(227), 3, + sym__hex, + sym__octal, + sym__binary, + [81357] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3020), 1, - anon_sym_as, - ACTIONS(3046), 1, - anon_sym_LT_GT, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2920), 1, + sym__name, + STATE(1712), 1, + sym_type_name, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2920), 3, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LT_DASH, - [81876] = 5, + STATE(1167), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81381] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3048), 1, - anon_sym_COMMA, - STATE(1335), 1, - aux_sym_case_clause_pattern_repeat1, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2920), 1, + sym__name, + STATE(1671), 1, + sym_type_name, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3044), 3, - anon_sym_if, - anon_sym_DASH_GT, - anon_sym_PIPE, - [81895] = 5, + STATE(1167), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81405] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3053), 1, - anon_sym_COMMA, - STATE(1335), 1, - aux_sym_case_clause_pattern_repeat1, + ACTIONS(97), 1, + sym__decimal, + ACTIONS(2908), 1, + anon_sym_DASH, + STATE(646), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3051), 3, - anon_sym_if, - anon_sym_DASH_GT, - anon_sym_PIPE, - [81914] = 7, + ACTIONS(95), 3, + sym__hex, + sym__octal, + sym__binary, + [81427] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3055), 1, - anon_sym_type, - ACTIONS(3057), 1, - anon_sym_const, - ACTIONS(3059), 1, - anon_sym_fn, - ACTIONS(3061), 1, - anon_sym_external, - ACTIONS(3063), 1, - sym_opacity_modifier, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(2996), 1, + anon_sym_DASH, + STATE(207), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [81937] = 6, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + [81449] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(419), 1, - sym__upname, - STATE(1387), 1, - sym_constructor_name, - STATE(1881), 1, - sym_data_constructors, + ACTIONS(2966), 1, + sym_quoted_content, + ACTIONS(2998), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1342), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [81958] = 6, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1323), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81471] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2920), 1, sym__name, - ACTIONS(2872), 1, - sym__discard_name, - ACTIONS(3065), 1, - anon_sym_RBRACK, + STATE(1222), 1, + sym_type_name, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1843), 2, - sym_identifier, - sym_discard, - [81979] = 7, + STATE(1167), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81495] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2223), 1, - anon_sym_DOT_DOT, - ACTIONS(3067), 1, - anon_sym_COMMA, - ACTIONS(3069), 1, - anon_sym_RBRACK, - STATE(1330), 1, - aux_sym_case_clause_pattern_repeat1, - STATE(1852), 1, - sym_list_pattern_tail, + ACTIONS(2791), 1, + sym__upname, + ACTIONS(2920), 1, + sym__name, + STATE(669), 1, + sym_type_name, + STATE(1847), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82002] = 7, + STATE(641), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81519] = 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(2723), 1, + sym__upname, + ACTIONS(2920), 1, + sym__name, + STATE(1245), 1, + sym_type_name, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82025] = 6, + STATE(1167), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81543] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(419), 1, - sym__upname, - ACTIONS(3081), 1, - anon_sym_RBRACE, - STATE(1387), 1, - sym_constructor_name, + ACTIONS(59), 1, + sym__decimal, + ACTIONS(3000), 1, + anon_sym_DASH, + STATE(82), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1328), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [82046] = 5, + ACTIONS(57), 3, + sym__hex, + sym__octal, + sym__binary, + [81565] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1124), 1, - anon_sym_LPAREN, - ACTIONS(1808), 1, - anon_sym_as, + ACTIONS(3002), 1, + anon_sym_DQUOTE2, + ACTIONS(3004), 1, + sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(602), 3, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_GT_GT, - [82065] = 6, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1320), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81587] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(419), 1, - sym__upname, - STATE(1387), 1, - sym_constructor_name, - STATE(1786), 1, - sym_data_constructors, + ACTIONS(3006), 1, + anon_sym_DQUOTE2, + ACTIONS(3008), 1, + sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1342), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [82086] = 5, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1330), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81609] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3083), 1, - anon_sym_COMMA, - STATE(1345), 1, - aux_sym_tuple_repeat1, + ACTIONS(2966), 1, + sym_quoted_content, + ACTIONS(3010), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2259), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_DOT_DOT, - [82105] = 6, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1323), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81631] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(419), 1, - sym__upname, - STATE(1387), 1, - sym_constructor_name, - STATE(1885), 1, - sym_data_constructors, + ACTIONS(2966), 1, + sym_quoted_content, + ACTIONS(3012), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1342), 2, - sym_data_constructor, - aux_sym_data_constructors_repeat1, - [82126] = 7, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1323), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81653] = 4, ACTIONS(3), 1, sym_module_comment, - 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(3014), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82149] = 5, + ACTIONS(1764), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT_GT, + [81671] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3090), 1, - anon_sym_LPAREN, - STATE(1465), 1, - sym_constant_type_arguments, + ACTIONS(3016), 1, + anon_sym_DQUOTE2, + ACTIONS(3021), 1, + sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3092), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [82168] = 4, + ACTIONS(3018), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1323), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81693] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3096), 1, + ACTIONS(1076), 1, sym__decimal, + ACTIONS(3024), 1, + anon_sym_DASH, + STATE(17), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3094), 3, + ACTIONS(1074), 3, sym__hex, sym__octal, sym__binary, - [82184] = 5, + [81715] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3098), 1, - anon_sym_PIPE, - STATE(1389), 1, - aux_sym_case_clause_patterns_repeat1, + ACTIONS(3026), 1, + anon_sym_DQUOTE2, + ACTIONS(3028), 1, + sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2229), 2, - anon_sym_if, - anon_sym_DASH_GT, - [82202] = 6, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1313), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81737] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(63), 1, + ACTIONS(2791), 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, - [82222] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(2918), 1, + ACTIONS(2920), 1, sym__name, - ACTIONS(3102), 1, - anon_sym_LPAREN, - STATE(1431), 1, - sym_anonymous_function_parameters, - STATE(1647), 1, + STATE(680), 1, + sym_type_name, + STATE(1847), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82242] = 5, + STATE(641), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81761] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(185), 1, + ACTIONS(2723), 1, + sym__upname, + ACTIONS(2920), 1, sym__name, - ACTIONS(2872), 1, - sym__discard_name, + STATE(1620), 1, + sym_type_name, + STATE(1770), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1257), 2, - sym_identifier, - sym_discard, - [82260] = 5, + STATE(1167), 2, + sym_type_identifier, + sym_remote_type_identifier, + [81785] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3106), 1, + ACTIONS(447), 1, + sym__decimal, + ACTIONS(1954), 1, anon_sym_DASH, - STATE(1354), 1, - aux_sym_constant_bit_string_segment_options_repeat1, + STATE(1822), 1, + sym_integer, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3104), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [82278] = 6, + ACTIONS(445), 3, + sym__hex, + sym__octal, + sym__binary, + [81807] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3109), 1, - sym__name, - STATE(1586), 1, - sym_record_update_argument, - STATE(1753), 1, - sym_record_update_arguments, - STATE(1871), 1, - sym_label, + ACTIONS(2966), 1, + sym_quoted_content, + ACTIONS(3030), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82298] = 6, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1323), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81829] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3109), 1, - sym__name, - STATE(1586), 1, - sym_record_update_argument, - STATE(1778), 1, - sym_record_update_arguments, - STATE(1871), 1, - sym_label, + ACTIONS(2966), 1, + sym_quoted_content, + ACTIONS(3032), 1, + anon_sym_DQUOTE2, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82318] = 6, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1323), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81851] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3109), 1, - sym__name, - ACTIONS(3111), 1, - anon_sym_RPAREN, - STATE(1651), 1, - sym_record_update_argument, - STATE(1871), 1, - sym_label, + ACTIONS(3034), 1, + anon_sym_DQUOTE2, + ACTIONS(3036), 1, + sym_quoted_content, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82338] = 6, + ACTIONS(2964), 2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + STATE(1329), 2, + sym_escape_sequence, + aux_sym_string_repeat1, + [81873] = 7, ACTIONS(3), 1, sym_module_comment, - 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(2020), 1, + anon_sym_DOT_DOT, + ACTIONS(3038), 1, + anon_sym_COMMA, + ACTIONS(3040), 1, + anon_sym_RPAREN, + STATE(1341), 1, + aux_sym_record_pattern_arguments_repeat1, + STATE(1815), 1, + sym_pattern_spread, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82358] = 6, + [81896] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3109), 1, - sym__name, - STATE(1586), 1, - sym_record_update_argument, - STATE(1862), 1, - sym_record_update_arguments, - STATE(1871), 1, - sym_label, + ACTIONS(3042), 1, + anon_sym_LPAREN, + STATE(1602), 1, + sym_constant_type_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82378] = 4, + ACTIONS(3044), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [81915] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3115), 1, - sym__decimal, + ACTIONS(1142), 1, + anon_sym_LPAREN, + ACTIONS(1830), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3113), 3, - sym__hex, - sym__octal, - sym__binary, - [82394] = 5, + ACTIONS(616), 3, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_GT_GT, + [81934] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(61), 1, + ACTIONS(449), 1, sym__name, - ACTIONS(3117), 1, + ACTIONS(2870), 1, sym__discard_name, + ACTIONS(3046), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(732), 2, + STATE(1798), 2, sym_identifier, sym_discard, - [82412] = 6, + [81955] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3109), 1, - sym__name, - STATE(1586), 1, - sym_record_update_argument, - STATE(1840), 1, - sym_record_update_arguments, - STATE(1871), 1, - sym_label, + ACTIONS(3050), 1, + anon_sym_LPAREN, + STATE(1595), 1, + sym_data_constructor_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82432] = 5, + ACTIONS(3048), 3, + anon_sym_RBRACE, + anon_sym_AT, + sym__upname, + [81974] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(185), 1, - sym__name, - ACTIONS(2872), 1, - sym__discard_name, + ACTIONS(2213), 1, + anon_sym_DOT_DOT, + ACTIONS(3052), 1, + anon_sym_COMMA, + ACTIONS(3054), 1, + anon_sym_RBRACK, + STATE(1344), 1, + aux_sym_case_clause_pattern_repeat1, + STATE(1811), 1, + sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(1265), 2, - sym_identifier, - sym_discard, - [82450] = 5, + [81997] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3121), 1, - anon_sym_COLON, - STATE(1645), 1, - sym__type_annotation, + ACTIONS(3056), 1, + anon_sym_type, + ACTIONS(3058), 1, + anon_sym_const, + ACTIONS(3060), 1, + anon_sym_fn, + ACTIONS(3062), 1, + anon_sym_external, + ACTIONS(3064), 1, + sym_opacity_modifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3119), 2, - anon_sym_COMMA, - anon_sym_LT_DASH, - [82468] = 6, + [82020] = 5, ACTIONS(3), 1, sym_module_comment, - 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(3066), 1, + anon_sym_COMMA, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82488] = 5, + ACTIONS(2279), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DOT_DOT, + [82039] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3123), 1, - anon_sym_DASH, - STATE(1354), 1, - aux_sym_constant_bit_string_segment_options_repeat1, + ACTIONS(391), 1, + sym__discard_name, + ACTIONS(393), 1, + sym__name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1922), 2, + ACTIONS(482), 3, anon_sym_COMMA, - anon_sym_GT_GT, - [82506] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [82058] = 7, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3127), 1, - sym__decimal, + ACTIONS(2020), 1, + anon_sym_DOT_DOT, + ACTIONS(2089), 1, + anon_sym_RPAREN, + ACTIONS(3069), 1, + anon_sym_COMMA, + STATE(1353), 1, + aux_sym_record_pattern_arguments_repeat1, + STATE(1858), 1, + sym_pattern_spread, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3125), 3, - sym__hex, - sym__octal, - sym__binary, - [82522] = 6, + [82081] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3109), 1, - sym__name, - ACTIONS(3129), 1, - anon_sym_RPAREN, - STATE(1651), 1, - sym_record_update_argument, - STATE(1871), 1, - sym_label, + ACTIONS(3073), 1, + anon_sym_COMMA, + STATE(1342), 1, + aux_sym_case_clause_pattern_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82542] = 5, + ACTIONS(3071), 3, + anon_sym_if, + anon_sym_DASH_GT, + anon_sym_PIPE, + [82100] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3131), 1, - anon_sym_DASH, - STATE(1390), 1, - aux_sym_expression_bit_string_segment_options_repeat1, + ACTIONS(1126), 1, + anon_sym_LPAREN, + ACTIONS(1762), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1950), 2, + ACTIONS(598), 3, anon_sym_COMMA, + anon_sym_COLON, anon_sym_GT_GT, - [82560] = 3, + [82119] = 7, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2213), 1, + anon_sym_DOT_DOT, + ACTIONS(3076), 1, + anon_sym_COMMA, + ACTIONS(3078), 1, + anon_sym_RBRACK, + STATE(1349), 1, + aux_sym_case_clause_pattern_repeat1, + STATE(1837), 1, + sym_list_pattern_tail, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3133), 4, - sym_quoted_content, - anon_sym_DQUOTE2, - aux_sym_escape_sequence_token1, - aux_sym_escape_sequence_token2, - [82574] = 5, + [82142] = 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(3082), 1, + anon_sym_COMMA, + STATE(1348), 1, + aux_sym_case_clause_pattern_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3135), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [82592] = 5, + ACTIONS(3080), 3, + anon_sym_if, + anon_sym_DASH_GT, + anon_sym_PIPE, + [82161] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3121), 1, - anon_sym_COLON, - STATE(1608), 1, - sym__type_annotation, + ACTIONS(3050), 1, + anon_sym_LPAREN, + STATE(1480), 1, + sym_data_constructor_arguments, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3084), 3, + anon_sym_RBRACE, + anon_sym_AT, + sym__upname, + [82180] = 7, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3086), 1, + anon_sym_type, + ACTIONS(3088), 1, + anon_sym_const, + ACTIONS(3090), 1, + anon_sym_fn, + ACTIONS(3092), 1, + anon_sym_external, + ACTIONS(3094), 1, + sym_opacity_modifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3140), 2, + [82203] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3098), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [82610] = 6, + STATE(1342), 1, + aux_sym_case_clause_pattern_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3096), 3, + anon_sym_if, + anon_sym_DASH_GT, + anon_sym_PIPE, + [82222] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(910), 1, + ACTIONS(3100), 1, + anon_sym_COMMA, + STATE(1349), 1, + aux_sym_case_clause_pattern_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3071), 3, + anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(912), 1, anon_sym_DOT_DOT, - ACTIONS(3142), 1, - anon_sym_COMMA, - STATE(1345), 1, - aux_sym_tuple_repeat1, + [82241] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(2980), 1, + anon_sym_as, + ACTIONS(3103), 1, + anon_sym_LT_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82630] = 5, + ACTIONS(2914), 3, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LT_DASH, + [82260] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(61), 1, - sym__name, - ACTIONS(3117), 1, - sym__discard_name, + ACTIONS(3107), 1, + sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - STATE(747), 2, - sym_identifier, - sym_discard, - [82648] = 4, + ACTIONS(3105), 3, + sym__hex, + sym__octal, + sym__binary, + [82276] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3146), 1, + ACTIONS(3111), 1, sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3144), 3, + ACTIONS(3109), 3, sym__hex, sym__octal, sym__binary, - [82664] = 6, + [82292] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(934), 1, + ACTIONS(3113), 1, + anon_sym_COMMA, + STATE(1353), 1, + aux_sym_record_pattern_arguments_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3116), 2, + anon_sym_RPAREN, + anon_sym_DOT_DOT, + [82310] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(892), 1, anon_sym_RBRACK, - ACTIONS(936), 1, + ACTIONS(894), 1, anon_sym_DOT_DOT, - ACTIONS(3148), 1, + ACTIONS(3118), 1, anon_sym_COMMA, - STATE(1345), 1, + STATE(1339), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82684] = 5, + [82330] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3121), 1, - anon_sym_COLON, - STATE(1681), 1, - sym__type_annotation, + ACTIONS(99), 1, + sym__name, + ACTIONS(2870), 1, + sym__discard_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3150), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [82702] = 5, + STATE(1249), 2, + sym_identifier, + sym_discard, + [82348] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3121), 1, - anon_sym_COLON, - STATE(1597), 1, - sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3150), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [82720] = 6, + ACTIONS(3120), 4, + sym_quoted_content, + anon_sym_DQUOTE2, + aux_sym_escape_sequence_token1, + aux_sym_escape_sequence_token2, + [82362] = 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(63), 1, + sym__upname, + ACTIONS(3122), 1, + sym__name, + STATE(61), 1, + sym_constructor_name, + STATE(747), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82740] = 4, + [82382] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3156), 1, - sym__decimal, + ACTIONS(391), 1, + anon_sym_COLON, + ACTIONS(482), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3154), 3, - sym__hex, - sym__octal, - sym__binary, - [82756] = 6, + ACTIONS(1872), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [82400] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(946), 1, - anon_sym_RBRACK, - ACTIONS(948), 1, - anon_sym_DOT_DOT, - ACTIONS(3158), 1, - anon_sym_COMMA, - STATE(1345), 1, - aux_sym_tuple_repeat1, + ACTIONS(3124), 1, + anon_sym_PIPE, + STATE(1403), 1, + aux_sym_case_clause_patterns_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82776] = 5, + ACTIONS(2231), 2, + anon_sym_if, + anon_sym_DASH_GT, + [82418] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3162), 1, - anon_sym_DASH, - STATE(1366), 1, - aux_sym_constant_bit_string_segment_options_repeat1, + ACTIONS(3128), 1, + anon_sym_PIPE, + STATE(1359), 1, + aux_sym_case_clause_patterns_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3160), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [82794] = 5, + ACTIONS(3126), 2, + anon_sym_if, + anon_sym_DASH_GT, + [82436] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3164), 1, - anon_sym_COMMA, - STATE(1383), 1, - aux_sym_constant_tuple_repeat1, + ACTIONS(2920), 1, + sym__name, + ACTIONS(3130), 1, + anon_sym_LPAREN, + STATE(1440), 1, + sym_anonymous_function_parameters, + STATE(1683), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3167), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - [82812] = 6, + [82456] = 4, ACTIONS(3), 1, sym_module_comment, - 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(3134), 1, + sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82832] = 5, + ACTIONS(3132), 3, + sym__hex, + sym__octal, + sym__binary, + [82472] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3171), 1, - anon_sym_COMMA, - STATE(1385), 1, - aux_sym_record_pattern_arguments_repeat1, + ACTIONS(451), 1, + sym__upname, + ACTIONS(3136), 1, + sym__name, + STATE(172), 1, + sym_constructor_name, + STATE(589), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3174), 2, - anon_sym_RPAREN, - anon_sym_DOT_DOT, - [82850] = 4, + [82492] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3178), 1, + ACTIONS(3140), 1, sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3176), 3, + ACTIONS(3138), 3, sym__hex, sym__octal, sym__binary, - [82866] = 5, + [82508] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3182), 1, - anon_sym_LPAREN, - STATE(1673), 1, - sym_data_constructor_arguments, + ACTIONS(3136), 1, + sym__name, + STATE(1422), 1, + sym_record_update_argument, + STATE(1829), 1, + sym_record_update_arguments, + STATE(1867), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3180), 2, - anon_sym_RBRACE, - sym__upname, - [82884] = 5, + [82528] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3184), 1, + ACTIONS(3144), 1, anon_sym_DASH, - STATE(1371), 1, - aux_sym_pattern_bit_string_segment_options_repeat1, + STATE(1396), 1, + aux_sym_constant_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2107), 2, + ACTIONS(3142), 2, anon_sym_COMMA, anon_sym_GT_GT, - [82902] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3188), 1, - anon_sym_PIPE, - STATE(1389), 1, - aux_sym_case_clause_patterns_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(3186), 2, - anon_sym_if, - anon_sym_DASH_GT, - [82920] = 5, + [82546] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3193), 1, - anon_sym_DASH, - STATE(1390), 1, - aux_sym_expression_bit_string_segment_options_repeat1, + ACTIONS(3136), 1, + sym__name, + STATE(1422), 1, + sym_record_update_argument, + STATE(1789), 1, + sym_record_update_arguments, + STATE(1867), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3191), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [82938] = 6, + [82566] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(930), 1, - anon_sym_RBRACK, - ACTIONS(932), 1, - anon_sym_DOT_DOT, - ACTIONS(3196), 1, - anon_sym_COMMA, - STATE(1345), 1, - aux_sym_tuple_repeat1, + ACTIONS(99), 1, + sym__name, + ACTIONS(2870), 1, + sym__discard_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [82958] = 5, + STATE(1250), 2, + sym_identifier, + sym_discard, + [82584] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3200), 1, - anon_sym_DASH, - STATE(1369), 1, - aux_sym_expression_bit_string_segment_options_repeat1, + ACTIONS(61), 1, + sym__name, + ACTIONS(3146), 1, + sym__discard_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3198), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [82976] = 4, + STATE(768), 2, + sym_identifier, + sym_discard, + [82602] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3204), 1, + ACTIONS(3150), 1, sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3202), 3, + ACTIONS(3148), 3, sym__hex, sym__octal, sym__binary, - [82992] = 5, + [82618] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3121), 1, - anon_sym_COLON, - STATE(1698), 1, - sym__type_annotation, + ACTIONS(3136), 1, + sym__name, + ACTIONS(3152), 1, + anon_sym_RPAREN, + STATE(1668), 1, + sym_record_update_argument, + STATE(1867), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3140), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [83010] = 5, + [82638] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3121), 1, - anon_sym_COLON, - STATE(1613), 1, - sym__type_annotation, + ACTIONS(3136), 1, + sym__name, + STATE(1422), 1, + sym_record_update_argument, + STATE(1865), 1, + sym_record_update_arguments, + STATE(1867), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3206), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [83028] = 5, + [82658] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(562), 1, - anon_sym_DOT, - ACTIONS(570), 1, - anon_sym_COLON, + ACTIONS(61), 1, + sym__name, + ACTIONS(3146), 1, + sym__discard_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(1848), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [83046] = 3, + STATE(755), 2, + sym_identifier, + sym_discard, + [82676] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3136), 1, + sym__name, + STATE(1422), 1, + sym_record_update_argument, + STATE(1867), 1, + sym_label, + STATE(1884), 1, + sym_record_update_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3208), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_LT_DASH, - [83060] = 5, + [82696] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3121), 1, + ACTIONS(3156), 1, anon_sym_COLON, - STATE(1653), 1, + STATE(1707), 1, sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3206), 2, + ACTIONS(3154), 2, anon_sym_COMMA, anon_sym_RPAREN, - [83078] = 6, + [82714] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(417), 1, - sym__name, - ACTIONS(2872), 1, - sym__discard_name, - STATE(1539), 1, - sym_discard, - STATE(1542), 1, - sym_identifier, + ACTIONS(3160), 1, + anon_sym_DASH, + STATE(1376), 1, + aux_sym_pattern_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83098] = 6, + ACTIONS(3158), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [82732] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(419), 1, - sym__upname, - ACTIONS(3109), 1, + ACTIONS(914), 1, + anon_sym_RBRACK, + ACTIONS(916), 1, + anon_sym_DOT_DOT, + ACTIONS(3163), 1, + anon_sym_COMMA, + STATE(1339), 1, + aux_sym_tuple_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [82752] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3136), 1, sym__name, - STATE(166), 1, - sym_constructor_name, - STATE(600), 1, + STATE(1422), 1, + sym_record_update_argument, + STATE(1867), 1, sym_label, + STATE(1880), 1, + sym_record_update_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83118] = 5, + [82772] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3212), 1, + ACTIONS(3167), 1, anon_sym_DASH, - STATE(1388), 1, + STATE(1385), 1, aux_sym_pattern_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3210), 2, + ACTIONS(3165), 2, anon_sym_COMMA, anon_sym_GT_GT, - [83136] = 6, + [82790] = 6, ACTIONS(3), 1, sym_module_comment, - 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, - [83156] = 6, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(950), 1, + ACTIONS(910), 1, anon_sym_RBRACK, - ACTIONS(952), 1, + ACTIONS(912), 1, anon_sym_DOT_DOT, - ACTIONS(3214), 1, + ACTIONS(3169), 1, anon_sym_COMMA, - STATE(1345), 1, + STATE(1339), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83176] = 5, + [82810] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3218), 1, - anon_sym_PIPE, - STATE(1350), 1, - aux_sym_case_clause_patterns_repeat1, + ACTIONS(3173), 1, + anon_sym_DASH, + STATE(1381), 1, + aux_sym_constant_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3216), 2, - anon_sym_if, - anon_sym_DASH_GT, - [83194] = 4, + ACTIONS(3171), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [82828] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3222), 1, - sym__decimal, + ACTIONS(3156), 1, + anon_sym_COLON, + STATE(1606), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3220), 3, - sym__hex, - sym__octal, - sym__binary, - [83210] = 6, + ACTIONS(3176), 2, + anon_sym_COMMA, + anon_sym_LT_DASH, + [82846] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(187), 1, - sym__upname, - ACTIONS(2906), 1, - sym__name, - STATE(546), 1, - sym_constructor_name, - STATE(600), 1, - sym_label, + ACTIONS(3178), 1, + anon_sym_DASH, + STATE(1398), 1, + aux_sym_expression_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83230] = 5, + ACTIONS(2032), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [82864] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3224), 1, - anon_sym_COMMA, - ACTIONS(3226), 1, - anon_sym_RPAREN, - STATE(1501), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3182), 1, + anon_sym_DASH, + STATE(1383), 1, + aux_sym_expression_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83247] = 5, + ACTIONS(3180), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [82882] = 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(3184), 1, + anon_sym_DASH, + STATE(1376), 1, + aux_sym_pattern_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83264] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3230), 1, + ACTIONS(2024), 2, anon_sym_COMMA, - ACTIONS(3232), 1, anon_sym_GT_GT, - STATE(1427), 1, - aux_sym__expression_bit_string_repeat1, + [82900] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(101), 1, + sym__upname, + ACTIONS(2910), 1, + sym__name, + STATE(549), 1, + sym_constructor_name, + STATE(589), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83281] = 5, + [82920] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, - anon_sym_LBRACE, - ACTIONS(3234), 1, - anon_sym_DASH_GT, - STATE(215), 1, - sym_block, + ACTIONS(449), 1, + sym__name, + ACTIONS(2870), 1, + sym__discard_name, + STATE(1579), 1, + sym_discard, + STATE(1580), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83298] = 5, + [82940] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3236), 1, + ACTIONS(922), 1, + anon_sym_RBRACK, + ACTIONS(924), 1, + anon_sym_DOT_DOT, + ACTIONS(3186), 1, anon_sym_COMMA, - ACTIONS(3238), 1, - anon_sym_GT_GT, - STATE(1551), 1, - aux_sym__constant_bit_string_repeat1, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83315] = 5, + [82960] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2249), 1, - anon_sym_GT_GT, - ACTIONS(3240), 1, + ACTIONS(938), 1, + anon_sym_RBRACK, + ACTIONS(940), 1, + anon_sym_DOT_DOT, + ACTIONS(3188), 1, anon_sym_COMMA, - STATE(1442), 1, - aux_sym__pattern_bit_string_repeat1, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83332] = 5, + [82980] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3121), 1, + ACTIONS(3156), 1, anon_sym_COLON, - ACTIONS(3242), 1, - anon_sym_EQ, - STATE(1825), 1, + STATE(1697), 1, sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83349] = 5, + ACTIONS(3190), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [82998] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3244), 1, - anon_sym_RBRACE, - ACTIONS(3246), 1, - anon_sym_COMMA, - STATE(1497), 1, - aux_sym_unqualified_imports_repeat1, + ACTIONS(3136), 1, + sym__name, + STATE(1422), 1, + sym_record_update_argument, + STATE(1764), 1, + sym_record_update_arguments, + STATE(1867), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83366] = 4, + [83018] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3250), 1, - anon_sym_as, + ACTIONS(3136), 1, + sym__name, + STATE(1422), 1, + sym_record_update_argument, + STATE(1759), 1, + sym_record_update_arguments, + STATE(1867), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3248), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [83381] = 5, + [83038] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(729), 1, - sym_external_function_body, - STATE(1684), 1, - sym_string, + ACTIONS(3194), 1, + sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83398] = 3, + ACTIONS(3192), 3, + sym__hex, + sym__octal, + sym__binary, + [83054] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3156), 1, + anon_sym_COLON, + STATE(1622), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3252), 3, + ACTIONS(3196), 2, anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [83411] = 5, + anon_sym_RPAREN, + [83072] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3109), 1, - sym__name, - STATE(1651), 1, - sym_record_update_argument, - STATE(1871), 1, - sym_label, + ACTIONS(3200), 1, + sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83428] = 5, + ACTIONS(3198), 3, + sym__hex, + sym__octal, + sym__binary, + [83088] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3254), 1, + ACTIONS(3202), 1, + anon_sym_DASH, + STATE(1381), 1, + aux_sym_constant_bit_string_segment_options_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(2046), 2, anon_sym_COMMA, - ACTIONS(3256), 1, - anon_sym_RPAREN, - STATE(1332), 1, - aux_sym_case_clause_pattern_repeat1, + anon_sym_GT_GT, + [83106] = 6, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(942), 1, + anon_sym_RBRACK, + ACTIONS(944), 1, + anon_sym_DOT_DOT, + ACTIONS(3204), 1, + anon_sym_COMMA, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83445] = 3, + [83126] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3208), 1, + anon_sym_DASH, + STATE(1398), 1, + aux_sym_expression_bit_string_segment_options_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3258), 3, + ACTIONS(3206), 2, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [83458] = 3, + anon_sym_GT_GT, + [83144] = 6, ACTIONS(3), 1, sym_module_comment, + ACTIONS(934), 1, + anon_sym_RBRACK, + ACTIONS(936), 1, + anon_sym_DOT_DOT, + ACTIONS(3211), 1, + anon_sym_COMMA, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3260), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [83471] = 5, + [83164] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3262), 1, - anon_sym_RPAREN, - ACTIONS(3264), 1, - sym__name, - STATE(1445), 1, - sym_type_parameter, + ACTIONS(3213), 1, + anon_sym_COMMA, + STATE(1400), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83488] = 4, + ACTIONS(3216), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [83182] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3266), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3248), 2, - anon_sym_RBRACE, + ACTIONS(3218), 4, anon_sym_COMMA, - [83503] = 3, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_LT_DASH, + [83196] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3156), 1, + anon_sym_COLON, + STATE(1604), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3104), 3, + ACTIONS(3154), 2, anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [83516] = 5, + anon_sym_RPAREN, + [83214] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2259), 1, - anon_sym_LBRACE, - ACTIONS(3268), 1, - anon_sym_COMMA, - STATE(1425), 1, - aux_sym_tuple_repeat1, + ACTIONS(3222), 1, + anon_sym_PIPE, + STATE(1403), 1, + aux_sym_case_clause_patterns_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83533] = 5, + ACTIONS(3220), 2, + anon_sym_if, + anon_sym_DASH_GT, + [83232] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3271), 1, + ACTIONS(3156), 1, anon_sym_COLON, - ACTIONS(3273), 1, - anon_sym_EQ, - STATE(1776), 1, - sym__constant_type_annotation, + STATE(1628), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83550] = 5, + ACTIONS(3196), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [83250] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1391), 1, - anon_sym_GT_GT, - ACTIONS(3275), 1, - anon_sym_COMMA, - STATE(1531), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3156), 1, + anon_sym_COLON, + STATE(1627), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83567] = 4, + ACTIONS(3190), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [83268] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3279), 1, - anon_sym_COLON, + ACTIONS(3227), 1, + sym__decimal, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3277), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [83582] = 5, + ACTIONS(3225), 3, + sym__hex, + sym__octal, + sym__binary, + [83284] = 6, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3281), 1, - anon_sym_COMMA, - ACTIONS(3283), 1, - anon_sym_GT_GT, - STATE(1506), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3136), 1, + sym__name, + ACTIONS(3229), 1, + anon_sym_RPAREN, + STATE(1668), 1, + sym_record_update_argument, + STATE(1867), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83599] = 5, + [83304] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3285), 1, + ACTIONS(3231), 1, anon_sym_COMMA, - ACTIONS(3288), 1, + ACTIONS(3234), 1, anon_sym_RPAREN, - STATE(1430), 1, - aux_sym_record_update_arguments_repeat1, + STATE(1408), 1, + aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83616] = 5, + [83321] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - ACTIONS(3290), 1, - anon_sym_DASH_GT, - STATE(103), 1, - sym_block, + ACTIONS(3236), 1, + anon_sym_COMMA, + ACTIONS(3238), 1, + anon_sym_RPAREN, + STATE(1436), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83633] = 4, + [83338] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3294), 1, + ACTIONS(3240), 1, anon_sym_COLON, + ACTIONS(3242), 1, + anon_sym_EQ, + STATE(1866), 1, + sym__constant_type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3292), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [83648] = 5, + [83355] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3296), 1, + ACTIONS(3244), 1, anon_sym_COMMA, - ACTIONS(3298), 1, - anon_sym_RBRACK, - STATE(1562), 1, - aux_sym_constant_tuple_repeat1, + ACTIONS(3246), 1, + anon_sym_GT_GT, + STATE(1426), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83665] = 5, + [83372] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(758), 1, - sym_external_function_body, - STATE(1684), 1, - sym_string, + ACTIONS(411), 1, + anon_sym_LBRACE, + ACTIONS(3248), 1, + anon_sym_DASH_GT, + STATE(221), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83682] = 3, + [83389] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3250), 1, + anon_sym_RBRACE, + ACTIONS(3252), 1, + anon_sym_COMMA, + STATE(1413), 1, + aux_sym_unqualified_imports_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3300), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [83695] = 5, + [83406] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3271), 1, + ACTIONS(3156), 1, anon_sym_COLON, - ACTIONS(3302), 1, + ACTIONS(3255), 1, anon_sym_EQ, - STATE(1780), 1, - sym__constant_type_annotation, + STATE(1839), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83712] = 5, + [83423] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3304), 1, - anon_sym_COMMA, - ACTIONS(3307), 1, + ACTIONS(2403), 1, anon_sym_RPAREN, - STATE(1437), 1, - aux_sym_constant_type_arguments_repeat1, + ACTIONS(3257), 1, + anon_sym_COMMA, + STATE(1501), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83729] = 3, + [83440] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3259), 1, + anon_sym_COMMA, + ACTIONS(3262), 1, + anon_sym_GT_GT, + STATE(1416), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3309), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [83742] = 5, + [83457] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3311), 1, - anon_sym_COMMA, - ACTIONS(3313), 1, - anon_sym_RPAREN, - STATE(1456), 1, - aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83759] = 5, + ACTIONS(3216), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [83470] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3121), 1, - anon_sym_COLON, - ACTIONS(3315), 1, - anon_sym_EQ, - STATE(1832), 1, - sym__type_annotation, + ACTIONS(1010), 1, + anon_sym_RPAREN, + ACTIONS(3264), 1, + anon_sym_COMMA, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83776] = 5, + [83487] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3317), 1, - anon_sym_COMMA, - ACTIONS(3319), 1, + ACTIONS(2515), 1, anon_sym_RPAREN, - STATE(1461), 1, - aux_sym__attribute_arguments_repeat1, + ACTIONS(3266), 1, + anon_sym_COMMA, + STATE(1400), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83793] = 5, + [83504] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3321), 1, - anon_sym_COMMA, - ACTIONS(3324), 1, - anon_sym_GT_GT, - STATE(1442), 1, - aux_sym__pattern_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83810] = 5, + ACTIONS(3268), 3, + anon_sym_RBRACE, + anon_sym_AT, + sym__upname, + [83517] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3326), 1, - anon_sym_COMMA, - ACTIONS(3329), 1, + ACTIONS(3270), 1, anon_sym_RPAREN, - STATE(1443), 1, - aux_sym_constant_tuple_type_repeat1, + ACTIONS(3272), 1, + sym__name, + STATE(1445), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83827] = 5, + [83534] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3331), 1, - anon_sym_LPAREN, - ACTIONS(3333), 1, - anon_sym_DASH_GT, - STATE(1810), 1, - sym_function_parameter_types, + ACTIONS(3274), 1, + anon_sym_COMMA, + ACTIONS(3276), 1, + anon_sym_RPAREN, + STATE(1507), 1, + aux_sym_record_update_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83844] = 5, + [83551] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3335), 1, + ACTIONS(3278), 1, anon_sym_COMMA, - ACTIONS(3337), 1, + ACTIONS(3281), 1, anon_sym_RPAREN, - STATE(1468), 1, - aux_sym_type_parameters_repeat1, + STATE(1423), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83861] = 5, + [83568] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3339), 1, + ACTIONS(3283), 1, anon_sym_COMMA, - ACTIONS(3341), 1, + ACTIONS(3285), 1, anon_sym_RPAREN, - STATE(1419), 1, - aux_sym_case_clause_pattern_repeat1, + STATE(1585), 1, + aux_sym_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83878] = 5, + [83585] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1066), 1, - anon_sym_RPAREN, - ACTIONS(3343), 1, - anon_sym_COMMA, - STATE(1345), 1, - aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83895] = 5, + ACTIONS(3287), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DOT_DOT, + [83598] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3264), 1, - sym__name, - ACTIONS(3345), 1, - anon_sym_RPAREN, - STATE(1695), 1, - sym_type_parameter, + ACTIONS(1418), 1, + anon_sym_GT_GT, + ACTIONS(3289), 1, + anon_sym_COMMA, + STATE(1473), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83912] = 3, + [83615] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3347), 3, + ACTIONS(3116), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_EQ, - [83925] = 5, + anon_sym_DOT_DOT, + [83628] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3349), 1, + ACTIONS(2727), 1, + anon_sym_RPAREN, + ACTIONS(3291), 1, anon_sym_COMMA, - ACTIONS(3351), 1, - anon_sym_LT_DASH, - STATE(1565), 1, - aux_sym_use_assignments_repeat1, + STATE(1491), 1, + aux_sym_data_constructor_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83942] = 5, + [83645] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3345), 1, - anon_sym_RPAREN, - ACTIONS(3353), 1, + ACTIONS(2279), 1, + anon_sym_LBRACE, + ACTIONS(3293), 1, anon_sym_COMMA, - STATE(1519), 1, - aux_sym_type_parameters_repeat1, + STATE(1429), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83959] = 5, + [83662] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3355), 1, - anon_sym_COMMA, - ACTIONS(3357), 1, - anon_sym_RPAREN, - STATE(1472), 1, - aux_sym_function_parameters_repeat1, + ACTIONS(3296), 1, + anon_sym_LPAREN, + ACTIONS(3298), 1, + anon_sym_DASH_GT, + STATE(1875), 1, + sym_constant_function_parameter_types, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83976] = 5, + [83679] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2357), 1, + ACTIONS(2769), 1, anon_sym_RPAREN, - ACTIONS(3359), 1, + ACTIONS(3300), 1, anon_sym_COMMA, - STATE(1481), 1, - aux_sym__attribute_arguments_repeat1, + STATE(1423), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [83993] = 5, + [83696] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3361), 1, - anon_sym_COMMA, - ACTIONS(3364), 1, - anon_sym_RPAREN, - STATE(1454), 1, - aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84010] = 5, + ACTIONS(3220), 3, + anon_sym_if, + anon_sym_DASH_GT, + anon_sym_PIPE, + [83709] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3366), 1, - anon_sym_COMMA, - ACTIONS(3369), 1, - anon_sym_RPAREN, - STATE(1455), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(3240), 1, + anon_sym_COLON, + ACTIONS(3302), 1, + anon_sym_EQ, + STATE(1814), 1, + sym__constant_type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84027] = 5, + [83726] = 4, 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(3306), 1, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84044] = 5, + ACTIONS(3304), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [83741] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3373), 1, - anon_sym_COMMA, - ACTIONS(3376), 1, - anon_sym_RPAREN, - STATE(1457), 1, - aux_sym_data_constructor_arguments_repeat1, + ACTIONS(3240), 1, + anon_sym_COLON, + ACTIONS(3308), 1, + anon_sym_EQ, + STATE(1786), 1, + sym__constant_type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84061] = 5, + [83758] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3378), 1, + ACTIONS(2753), 1, + anon_sym_RPAREN, + ACTIONS(3310), 1, anon_sym_COMMA, - ACTIONS(3380), 1, - anon_sym_RBRACK, - STATE(1476), 1, - aux_sym_constant_tuple_repeat1, + STATE(1423), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84078] = 5, + [83775] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3382), 1, + ACTIONS(3312), 1, anon_sym_COMMA, - ACTIONS(3384), 1, + ACTIONS(3314), 1, anon_sym_GT_GT, - STATE(1478), 1, - aux_sym__constant_bit_string_repeat1, + STATE(1542), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84095] = 5, + [83792] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3386), 1, - anon_sym_if, - ACTIONS(3388), 1, - anon_sym_DASH_GT, - STATE(1869), 1, - sym_case_clause_guard, + ACTIONS(3316), 1, + anon_sym_COMMA, + ACTIONS(3318), 1, + anon_sym_RPAREN, + STATE(1457), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84112] = 5, + [83809] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2327), 1, + ACTIONS(2737), 1, anon_sym_RPAREN, - ACTIONS(3390), 1, + ACTIONS(3320), 1, anon_sym_COMMA, - STATE(1481), 1, - aux_sym__attribute_arguments_repeat1, + STATE(1571), 1, + aux_sym_external_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84129] = 4, + [83826] = 5, ACTIONS(3), 1, sym_module_comment, - STATE(1859), 1, - sym_target, + ACTIONS(11), 1, + anon_sym_LBRACE, + ACTIONS(3322), 1, + anon_sym_DASH_GT, + STATE(96), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3392), 2, - anon_sym_erlang, - anon_sym_javascript, - [84144] = 5, + [83843] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3394), 1, - anon_sym_RBRACE, - ACTIONS(3396), 1, + ACTIONS(3324), 1, anon_sym_COMMA, - STATE(1482), 1, - aux_sym_unqualified_imports_repeat1, + ACTIONS(3326), 1, + anon_sym_RPAREN, + STATE(1462), 1, + aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84161] = 5, + [83860] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3398), 1, + ACTIONS(3328), 1, anon_sym_COMMA, - ACTIONS(3401), 1, + ACTIONS(3331), 1, anon_sym_RPAREN, - STATE(1464), 1, - aux_sym_constant_record_arguments_repeat1, + STATE(1442), 1, + aux_sym_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84178] = 3, + [83877] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3403), 3, + ACTIONS(3206), 3, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [84191] = 5, + anon_sym_GT_GT, + anon_sym_DASH, + [83890] = 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(3333), 1, + anon_sym_LPAREN, + ACTIONS(3335), 1, + anon_sym_DASH_GT, + STATE(1777), 1, + sym_function_parameter_types, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84208] = 5, + [83907] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3264), 1, - sym__name, - ACTIONS(3407), 1, + ACTIONS(3337), 1, + anon_sym_COMMA, + ACTIONS(3339), 1, anon_sym_RPAREN, - STATE(1695), 1, - sym_type_parameter, + STATE(1470), 1, + aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84225] = 5, + [83924] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3407), 1, - anon_sym_RPAREN, - ACTIONS(3409), 1, - anon_sym_COMMA, - STATE(1519), 1, - aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84242] = 5, + ACTIONS(3341), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DASH, + [83937] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3129), 1, + ACTIONS(1046), 1, anon_sym_RPAREN, - ACTIONS(3411), 1, + ACTIONS(3343), 1, anon_sym_COMMA, - STATE(1430), 1, - aux_sym_record_update_arguments_repeat1, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84259] = 5, + [83954] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3413), 1, - anon_sym_COMMA, - ACTIONS(3416), 1, - anon_sym_RPAREN, - STATE(1470), 1, - aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84276] = 5, + ACTIONS(3345), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DASH, + [83967] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(862), 1, - anon_sym_RPAREN, - ACTIONS(3418), 1, + ACTIONS(3347), 1, anon_sym_COMMA, - STATE(1470), 1, - aux_sym_arguments_repeat1, + ACTIONS(3349), 1, + anon_sym_RPAREN, + STATE(1599), 1, + aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84293] = 5, + [83984] = 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(3136), 1, + sym__name, + STATE(1668), 1, + sym_record_update_argument, + STATE(1867), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84310] = 3, + [84001] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3135), 3, + ACTIONS(3351), 3, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_DASH, - [84323] = 5, + [84014] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3422), 1, + ACTIONS(3353), 1, anon_sym_COMMA, - ACTIONS(3424), 1, + ACTIONS(3355), 1, anon_sym_RPAREN, - STATE(1492), 1, - aux_sym_constant_tuple_repeat1, + STATE(1474), 1, + aux_sym_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84340] = 5, + [84031] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3426), 1, + ACTIONS(3357), 1, anon_sym_COMMA, - ACTIONS(3428), 1, + ACTIONS(3359), 1, anon_sym_RPAREN, - STATE(1591), 1, - aux_sym_constant_tuple_repeat1, + STATE(1569), 1, + aux_sym_constant_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84357] = 5, + [84048] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2439), 1, - anon_sym_RBRACK, - ACTIONS(3430), 1, - anon_sym_COMMA, - STATE(1383), 1, - aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84374] = 5, + ACTIONS(3361), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [84061] = 3, 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, - [84391] = 5, + ACTIONS(3363), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [84074] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2411), 1, - anon_sym_GT_GT, - ACTIONS(3434), 1, - anon_sym_COMMA, - STATE(1576), 1, - aux_sym__constant_bit_string_repeat1, + ACTIONS(3333), 1, + anon_sym_LPAREN, + ACTIONS(3365), 1, + anon_sym_DASH_GT, + STATE(1891), 1, + sym_function_parameter_types, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84408] = 5, + [84091] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1098), 1, + ACTIONS(872), 1, anon_sym_RPAREN, - ACTIONS(3436), 1, + ACTIONS(3367), 1, anon_sym_COMMA, - STATE(1345), 1, - aux_sym_tuple_repeat1, + STATE(1519), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84425] = 5, + [84108] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3438), 1, - anon_sym_COMMA, - ACTIONS(3440), 1, - anon_sym_RPAREN, - STATE(1496), 1, - aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84442] = 5, + ACTIONS(3369), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [84121] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3442), 1, + ACTIONS(3371), 1, anon_sym_COMMA, - ACTIONS(3445), 1, - anon_sym_RPAREN, - STATE(1481), 1, - aux_sym__attribute_arguments_repeat1, + ACTIONS(3373), 1, + anon_sym_RBRACK, + STATE(1479), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84459] = 5, + [84138] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2944), 1, - anon_sym_RBRACE, - ACTIONS(3447), 1, + ACTIONS(3375), 1, anon_sym_COMMA, - STATE(1556), 1, - aux_sym_unqualified_imports_repeat1, + ACTIONS(3377), 1, + anon_sym_GT_GT, + STATE(1481), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84476] = 5, + [84155] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3449), 1, + ACTIONS(3379), 1, anon_sym_COMMA, - ACTIONS(3451), 1, + ACTIONS(3381), 1, anon_sym_RPAREN, - STATE(1499), 1, - aux_sym_tuple_type_repeat1, + STATE(1530), 1, + aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84493] = 5, + [84172] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3453), 1, - anon_sym_COMMA, - ACTIONS(3455), 1, + ACTIONS(2387), 1, anon_sym_RPAREN, - STATE(1471), 1, - aux_sym_arguments_repeat1, + ACTIONS(3383), 1, + anon_sym_COMMA, + STATE(1503), 1, + aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84510] = 5, + [84189] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3264), 1, - sym__name, - ACTIONS(3457), 1, + ACTIONS(3385), 1, + anon_sym_COMMA, + ACTIONS(3387), 1, anon_sym_RPAREN, - STATE(1695), 1, - sym_type_parameter, + STATE(1518), 1, + aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84527] = 5, + [84206] = 3, ACTIONS(3), 1, sym_module_comment, - 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, - [84544] = 5, + ACTIONS(3389), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [84219] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3461), 1, + ACTIONS(3391), 1, + anon_sym_RBRACE, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3464), 1, - anon_sym_RPAREN, - STATE(1487), 1, - aux_sym_external_function_parameters_repeat1, + STATE(1485), 1, + aux_sym_unqualified_imports_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84561] = 5, + [84236] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3466), 1, + ACTIONS(3395), 1, anon_sym_COMMA, - ACTIONS(3468), 1, + ACTIONS(3398), 1, anon_sym_RPAREN, - STATE(1575), 1, - aux_sym_external_function_parameters_repeat1, + STATE(1466), 1, + aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84578] = 5, + [84253] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3470), 1, - anon_sym_COMMA, - ACTIONS(3473), 1, + ACTIONS(3272), 1, + sym__name, + ACTIONS(3400), 1, anon_sym_RPAREN, - STATE(1489), 1, - aux_sym_anonymous_function_parameters_repeat1, + STATE(1722), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84595] = 5, + [84270] = 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(3402), 1, + anon_sym_COMMA, + ACTIONS(3404), 1, + anon_sym_RPAREN, + STATE(1506), 1, + aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84612] = 5, + [84287] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3477), 1, - anon_sym_COMMA, - ACTIONS(3479), 1, + ACTIONS(3272), 1, + sym__name, + ACTIONS(3406), 1, anon_sym_RPAREN, - STATE(1572), 1, - aux_sym_constant_record_arguments_repeat1, + STATE(1722), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84629] = 5, + [84304] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2523), 1, + ACTIONS(3406), 1, anon_sym_RPAREN, - ACTIONS(3481), 1, + ACTIONS(3408), 1, anon_sym_COMMA, - STATE(1383), 1, - aux_sym_constant_tuple_repeat1, + STATE(1466), 1, + aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84646] = 5, + [84321] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3483), 1, - anon_sym_COMMA, - ACTIONS(3485), 1, - anon_sym_GT_GT, - STATE(1486), 1, - aux_sym__expression_bit_string_repeat1, + STATE(1850), 1, + sym_target, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84663] = 4, + ACTIONS(3410), 2, + anon_sym_erlang, + anon_sym_javascript, + [84336] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3489), 1, - anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3487), 2, - anon_sym_RBRACE, + ACTIONS(3412), 3, anon_sym_COMMA, - [84678] = 5, + anon_sym_RPAREN, + anon_sym_EQ, + [84349] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3271), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_EQ, - STATE(1856), 1, - sym__constant_type_annotation, + ACTIONS(3414), 1, + anon_sym_COMMA, + ACTIONS(3417), 1, + anon_sym_GT_GT, + STATE(1473), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84695] = 5, + [84366] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2339), 1, + ACTIONS(2878), 1, anon_sym_RPAREN, - ACTIONS(3493), 1, + ACTIONS(3419), 1, anon_sym_COMMA, - STATE(1464), 1, - aux_sym_constant_record_arguments_repeat1, + STATE(1442), 1, + aux_sym_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84712] = 5, + [84383] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2942), 1, - anon_sym_RBRACE, - ACTIONS(3495), 1, + ACTIONS(3421), 1, anon_sym_COMMA, - STATE(1556), 1, - aux_sym_unqualified_imports_repeat1, + ACTIONS(3423), 1, + anon_sym_RPAREN, + STATE(1431), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84729] = 5, + [84400] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3264), 1, - sym__name, - ACTIONS(3497), 1, + ACTIONS(3425), 1, + anon_sym_COMMA, + ACTIONS(3427), 1, anon_sym_RPAREN, - STATE(1584), 1, - sym_type_parameter, + STATE(1428), 1, + aux_sym_data_constructor_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84746] = 5, + [84417] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2765), 1, - anon_sym_RPAREN, - ACTIONS(3499), 1, + ACTIONS(3429), 1, anon_sym_COMMA, - STATE(1455), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(3431), 1, + anon_sym_RPAREN, + STATE(1495), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84763] = 3, + [84434] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3501), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [84776] = 5, + ACTIONS(3433), 3, + anon_sym_RBRACE, + anon_sym_AT, + sym__upname, + [84447] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2747), 1, - anon_sym_RPAREN, - ACTIONS(3503), 1, + ACTIONS(2477), 1, + anon_sym_RBRACK, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1454), 1, - aux_sym_type_arguments_repeat1, + STATE(1400), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84793] = 5, + [84464] = 3, 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, - [84810] = 3, + ACTIONS(3437), 3, + anon_sym_RBRACE, + anon_sym_AT, + sym__upname, + [84477] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2431), 1, + anon_sym_GT_GT, + ACTIONS(3439), 1, + anon_sym_COMMA, + STATE(1416), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3505), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DASH, - [84823] = 5, + [84494] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2781), 1, - anon_sym_RPAREN, - ACTIONS(3507), 1, + ACTIONS(2936), 1, + anon_sym_RBRACE, + ACTIONS(3441), 1, anon_sym_COMMA, - STATE(1437), 1, - aux_sym_constant_type_arguments_repeat1, + STATE(1413), 1, + aux_sym_unqualified_imports_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84840] = 5, + [84511] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3509), 1, + ACTIONS(3443), 1, anon_sym_COMMA, - ACTIONS(3511), 1, + ACTIONS(3445), 1, anon_sym_RPAREN, - STATE(1549), 1, - aux_sym_data_constructor_arguments_repeat1, + STATE(1499), 1, + aux_sym_constant_record_arguments_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [84528] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3449), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84857] = 5, + ACTIONS(3447), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [84543] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1202), 1, - anon_sym_GT_GT, - ACTIONS(3513), 1, + ACTIONS(2950), 1, + anon_sym_RBRACE, + ACTIONS(3451), 1, anon_sym_COMMA, - STATE(1531), 1, - aux_sym__expression_bit_string_repeat1, + STATE(1413), 1, + aux_sym_unqualified_imports_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84874] = 3, + [84560] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3453), 1, + anon_sym_COMMA, + ACTIONS(3455), 1, + anon_sym_RPAREN, + STATE(1502), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3515), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [84887] = 5, + [84577] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3517), 1, + ACTIONS(3457), 1, anon_sym_COMMA, - ACTIONS(3519), 1, + ACTIONS(3459), 1, anon_sym_RPAREN, - STATE(1546), 1, - aux_sym_tuple_type_repeat1, + STATE(1504), 1, + aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84904] = 5, + [84594] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(874), 1, + ACTIONS(3272), 1, + sym__name, + ACTIONS(3461), 1, anon_sym_RPAREN, - ACTIONS(3521), 1, - anon_sym_COMMA, - STATE(1470), 1, - aux_sym_arguments_repeat1, + STATE(1722), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84921] = 5, + [84611] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1253), 1, - sym_external_function_body, - STATE(1704), 1, - sym_string, + ACTIONS(858), 1, + anon_sym_RPAREN, + ACTIONS(3463), 1, + anon_sym_COMMA, + STATE(1519), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84938] = 5, + [84628] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2884), 1, + ACTIONS(2926), 1, anon_sym_RPAREN, - ACTIONS(3523), 1, + ACTIONS(3465), 1, anon_sym_COMMA, - STATE(1570), 1, - aux_sym_function_parameters_repeat1, + STATE(1590), 1, + aux_sym_anonymous_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84955] = 5, + [84645] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3525), 1, + ACTIONS(3467), 1, anon_sym_COMMA, - ACTIONS(3527), 1, + ACTIONS(3470), 1, anon_sym_RPAREN, - STATE(1523), 1, - aux_sym_anonymous_function_parameters_repeat1, + STATE(1491), 1, + aux_sym_data_constructor_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84972] = 5, + [84662] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3529), 1, + ACTIONS(3472), 1, anon_sym_COMMA, - ACTIONS(3531), 1, - anon_sym_RPAREN, - STATE(1541), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(3474), 1, + anon_sym_LT_DASH, + STATE(1597), 1, + aux_sym_use_assignments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [84989] = 3, + [84679] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3533), 3, + ACTIONS(3476), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ, - [85002] = 5, + [84692] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1132), 1, + ACTIONS(1004), 1, anon_sym_RPAREN, - ACTIONS(3535), 1, + ACTIONS(3478), 1, anon_sym_COMMA, - STATE(1345), 1, + STATE(1339), 1, aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85019] = 5, + [84709] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3537), 1, - anon_sym_COMMA, - ACTIONS(3539), 1, + ACTIONS(2443), 1, anon_sym_RPAREN, - STATE(1540), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3480), 1, + anon_sym_COMMA, + STATE(1400), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85036] = 3, + [84726] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3541), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [85049] = 5, + ACTIONS(3482), 3, + anon_sym_RBRACE, + anon_sym_AT, + sym__upname, + [84739] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3264), 1, - sym__name, - ACTIONS(3543), 1, + ACTIONS(3484), 1, + anon_sym_COMMA, + ACTIONS(3486), 1, anon_sym_RPAREN, - STATE(1695), 1, - sym_type_parameter, + STATE(1415), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85066] = 5, + [84756] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3545), 1, + ACTIONS(3488), 1, anon_sym_COMMA, - ACTIONS(3548), 1, + ACTIONS(3490), 1, anon_sym_RPAREN, - STATE(1519), 1, - aux_sym_type_parameters_repeat1, + STATE(1489), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85083] = 5, + [84773] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3550), 1, - anon_sym_COMMA, - ACTIONS(3552), 1, + ACTIONS(2377), 1, anon_sym_RPAREN, - STATE(1511), 1, - aux_sym_function_parameters_repeat1, + ACTIONS(3492), 1, + anon_sym_COMMA, + STATE(1501), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85100] = 3, + [84790] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1282), 1, + anon_sym_GT_GT, + ACTIONS(3494), 1, + anon_sym_COMMA, + STATE(1473), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3554), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [85113] = 5, + [84807] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3556), 1, + ACTIONS(3496), 1, anon_sym_COMMA, - ACTIONS(3558), 1, + ACTIONS(3499), 1, anon_sym_RPAREN, - STATE(1509), 1, - aux_sym_arguments_repeat1, + STATE(1501), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85130] = 5, + [84824] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2928), 1, + ACTIONS(2781), 1, anon_sym_RPAREN, - ACTIONS(3560), 1, + ACTIONS(3501), 1, anon_sym_COMMA, - STATE(1489), 1, - aux_sym_anonymous_function_parameters_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [85147] = 3, - ACTIONS(3), 1, - sym_module_comment, + STATE(1423), 1, + aux_sym_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3562), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [85160] = 5, + [84841] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3564), 1, + ACTIONS(3503), 1, anon_sym_COMMA, - ACTIONS(3566), 1, + ACTIONS(3506), 1, anon_sym_RPAREN, - STATE(1529), 1, - aux_sym_constant_tuple_type_repeat1, + STATE(1503), 1, + aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85177] = 5, + [84858] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1223), 1, - anon_sym_GT_GT, - ACTIONS(3568), 1, + ACTIONS(2733), 1, + anon_sym_RPAREN, + ACTIONS(3508), 1, anon_sym_COMMA, - STATE(1531), 1, - aux_sym__expression_bit_string_repeat1, + STATE(1408), 1, + aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85194] = 5, + [84875] = 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(441), 1, + anon_sym_DQUOTE, + STATE(1252), 1, + sym_external_function_body, + STATE(1716), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85211] = 5, + [84892] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3572), 1, + ACTIONS(2729), 1, + anon_sym_RPAREN, + ACTIONS(3510), 1, anon_sym_COMMA, - ACTIONS(3575), 1, - anon_sym_LT_DASH, - STATE(1528), 1, - aux_sym_use_assignments_repeat1, + STATE(1408), 1, + aux_sym_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85228] = 5, + [84909] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2799), 1, + ACTIONS(3229), 1, anon_sym_RPAREN, - ACTIONS(3577), 1, + ACTIONS(3512), 1, anon_sym_COMMA, - STATE(1443), 1, - aux_sym_constant_tuple_type_repeat1, + STATE(1541), 1, + aux_sym_record_update_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85245] = 5, + [84926] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, + ACTIONS(203), 1, anon_sym_LBRACE, - ACTIONS(3579), 1, + ACTIONS(3514), 1, anon_sym_DASH_GT, - STATE(586), 1, + STATE(943), 1, sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85262] = 5, + [84943] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3581), 1, + ACTIONS(3516), 1, anon_sym_COMMA, - ACTIONS(3584), 1, + ACTIONS(3518), 1, anon_sym_GT_GT, - STATE(1531), 1, + STATE(1500), 1, aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85279] = 5, + [84960] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3586), 1, - anon_sym_COMMA, - ACTIONS(3588), 1, + ACTIONS(2415), 1, anon_sym_GT_GT, - STATE(1544), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3520), 1, + anon_sym_COMMA, + STATE(1416), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85296] = 5, + [84977] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, - anon_sym_LBRACE, - ACTIONS(3590), 1, + ACTIONS(3522), 1, + anon_sym_if, + ACTIONS(3524), 1, anon_sym_DASH_GT, - STATE(703), 1, - sym_block, + STATE(1872), 1, + sym_case_clause_guard, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85313] = 5, + [84994] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3592), 1, + ACTIONS(2551), 1, + anon_sym_RBRACK, + ACTIONS(3526), 1, anon_sym_COMMA, - ACTIONS(3594), 1, - anon_sym_GT_GT, - STATE(1526), 1, - aux_sym__expression_bit_string_repeat1, + STATE(1400), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85330] = 5, + [85011] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3121), 1, - anon_sym_COLON, - ACTIONS(3596), 1, - anon_sym_EQ, - STATE(1824), 1, - sym__type_annotation, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1246), 1, + sym_external_function_body, + STATE(1716), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85347] = 5, + [85028] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3598), 1, - anon_sym_COMMA, - ACTIONS(3600), 1, - anon_sym_RPAREN, - STATE(1527), 1, - aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85364] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3602), 1, - anon_sym_LBRACE, - ACTIONS(3604), 1, + ACTIONS(3528), 3, anon_sym_COMMA, - STATE(1425), 1, - aux_sym_tuple_repeat1, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [85381] = 3, + anon_sym_RPAREN, + anon_sym_EQ, + [85041] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3532), 1, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3606), 3, + ACTIONS(3530), 2, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [85394] = 3, + anon_sym_GT_GT, + [85056] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3534), 1, + anon_sym_COMMA, + ACTIONS(3537), 1, + anon_sym_RPAREN, + STATE(1516), 1, + aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3608), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [85407] = 5, + [85073] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2745), 1, - anon_sym_RPAREN, - ACTIONS(3610), 1, + ACTIONS(3539), 1, anon_sym_COMMA, - STATE(1454), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3541), 1, + anon_sym_RPAREN, + STATE(1419), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85424] = 5, + [85090] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2773), 1, + ACTIONS(2803), 1, anon_sym_RPAREN, - ACTIONS(3612), 1, + ACTIONS(3543), 1, anon_sym_COMMA, - STATE(1455), 1, - aux_sym_tuple_type_repeat1, + STATE(1516), 1, + aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85441] = 3, + [85107] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3545), 1, + anon_sym_COMMA, + ACTIONS(3548), 1, + anon_sym_RPAREN, + STATE(1519), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3614), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [85454] = 3, + [85124] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3616), 3, + ACTIONS(3158), 3, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_DASH, - [85467] = 5, + [85137] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1468), 1, - anon_sym_GT_GT, - ACTIONS(3618), 1, + ACTIONS(3550), 1, anon_sym_COMMA, - STATE(1531), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3552), 1, + anon_sym_RPAREN, + STATE(1556), 1, + aux_sym_case_clause_pattern_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85484] = 4, + [85154] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3622), 1, - anon_sym_COLON, + ACTIONS(880), 1, + anon_sym_RPAREN, + ACTIONS(3554), 1, + anon_sym_COMMA, + STATE(1519), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3620), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [85499] = 5, + [85171] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2767), 1, + ACTIONS(1172), 1, anon_sym_RPAREN, - ACTIONS(3624), 1, + ACTIONS(3556), 1, anon_sym_COMMA, - STATE(1455), 1, - aux_sym_tuple_type_repeat1, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85516] = 5, + [85188] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3626), 1, + ACTIONS(3558), 1, anon_sym_COMMA, - ACTIONS(3628), 1, - anon_sym_GT_GT, - STATE(1412), 1, - aux_sym__pattern_bit_string_repeat1, + ACTIONS(3560), 1, + anon_sym_RPAREN, + STATE(1522), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85533] = 3, + [85205] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1204), 1, + anon_sym_GT_GT, + ACTIONS(3562), 1, + anon_sym_COMMA, + STATE(1473), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3630), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [85546] = 5, + [85222] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2713), 1, + ACTIONS(3272), 1, + sym__name, + ACTIONS(3564), 1, anon_sym_RPAREN, - ACTIONS(3632), 1, - anon_sym_COMMA, - STATE(1457), 1, - aux_sym_data_constructor_arguments_repeat1, + STATE(1449), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85563] = 5, + [85239] = 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(3156), 1, + anon_sym_COLON, + ACTIONS(3566), 1, + anon_sym_EQ, + STATE(1887), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85580] = 5, + [85256] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2405), 1, + ACTIONS(2243), 1, anon_sym_GT_GT, - ACTIONS(3638), 1, + ACTIONS(3568), 1, anon_sym_COMMA, - STATE(1576), 1, - aux_sym__constant_bit_string_repeat1, + STATE(1540), 1, + aux_sym__pattern_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85597] = 3, + [85273] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3640), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - [85610] = 5, + ACTIONS(3570), 3, + anon_sym_RBRACE, + anon_sym_AT, + sym__upname, + [85286] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(868), 1, + ACTIONS(2797), 1, anon_sym_RPAREN, - ACTIONS(3642), 1, + ACTIONS(3572), 1, anon_sym_COMMA, - STATE(1470), 1, - aux_sym_arguments_repeat1, + STATE(1516), 1, + aux_sym_constant_tuple_type_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85627] = 5, + [85303] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1080), 1, - anon_sym_RPAREN, - ACTIONS(3644), 1, + ACTIONS(189), 1, + anon_sym_LBRACE, + ACTIONS(3574), 1, + anon_sym_DASH_GT, + STATE(580), 1, + sym_block, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [85320] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3576), 1, anon_sym_COMMA, - STATE(1345), 1, - aux_sym_tuple_repeat1, + ACTIONS(3578), 1, + anon_sym_GT_GT, + STATE(1525), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85644] = 5, + [85337] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3646), 1, + ACTIONS(3580), 1, anon_sym_COMMA, - ACTIONS(3648), 1, + ACTIONS(3582), 1, anon_sym_RPAREN, - STATE(1504), 1, - aux_sym_constant_type_arguments_repeat1, + STATE(1581), 1, + aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85661] = 5, + [85354] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3650), 1, - anon_sym_RBRACE, - ACTIONS(3652), 1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + ACTIONS(3584), 3, anon_sym_COMMA, - STATE(1556), 1, - aux_sym_unqualified_imports_repeat1, + anon_sym_RPAREN, + anon_sym_EQ, + [85367] = 3, + ACTIONS(3), 1, + sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85678] = 5, + ACTIONS(3171), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DASH, + [85380] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1100), 1, - anon_sym_RPAREN, - ACTIONS(3655), 1, + ACTIONS(3586), 1, anon_sym_COMMA, - STATE(1345), 1, - aux_sym_tuple_repeat1, + ACTIONS(3588), 1, + anon_sym_GT_GT, + STATE(1548), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85695] = 5, + [85397] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1052), 1, - anon_sym_RPAREN, - ACTIONS(3657), 1, - anon_sym_COMMA, - STATE(1345), 1, - aux_sym_tuple_repeat1, + ACTIONS(71), 1, + anon_sym_LBRACE, + ACTIONS(3590), 1, + anon_sym_DASH_GT, + STATE(701), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85712] = 5, + [85414] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3659), 1, - anon_sym_COMMA, - ACTIONS(3661), 1, - anon_sym_RPAREN, - STATE(1553), 1, - aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85729] = 3, + ACTIONS(3592), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DOT_DOT, + [85427] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3156), 1, + anon_sym_COLON, + ACTIONS(3594), 1, + anon_sym_EQ, + STATE(1848), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3191), 3, + [85444] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3596), 1, anon_sym_COMMA, + ACTIONS(3599), 1, anon_sym_GT_GT, - anon_sym_DASH, - [85742] = 5, + STATE(1540), 1, + aux_sym__pattern_bit_string_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [85461] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(866), 1, - anon_sym_RPAREN, - ACTIONS(3663), 1, + ACTIONS(3601), 1, anon_sym_COMMA, - STATE(1470), 1, - aux_sym_arguments_repeat1, + ACTIONS(3604), 1, + anon_sym_RPAREN, + STATE(1541), 1, + aux_sym_record_update_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85759] = 5, + [85478] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2443), 1, - anon_sym_RBRACK, - ACTIONS(3665), 1, + ACTIONS(1222), 1, + anon_sym_GT_GT, + ACTIONS(3606), 1, anon_sym_COMMA, - STATE(1383), 1, - aux_sym_constant_tuple_repeat1, + STATE(1473), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85776] = 5, + [85495] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3667), 1, + ACTIONS(3608), 1, anon_sym_COMMA, - ACTIONS(3669), 1, - anon_sym_RBRACK, - STATE(1571), 1, - aux_sym_constant_tuple_repeat1, + ACTIONS(3610), 1, + anon_sym_RPAREN, + STATE(1490), 1, + aux_sym_anonymous_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85793] = 5, + [85512] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3671), 1, + ACTIONS(3612), 1, anon_sym_COMMA, - ACTIONS(3673), 1, - anon_sym_GT_GT, - STATE(1573), 1, - aux_sym__constant_bit_string_repeat1, + ACTIONS(3615), 1, + anon_sym_RPAREN, + STATE(1544), 1, + aux_sym_constant_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85810] = 5, + [85529] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2245), 1, - anon_sym_LT_DASH, - ACTIONS(3675), 1, + ACTIONS(870), 1, + anon_sym_RPAREN, + ACTIONS(3617), 1, anon_sym_COMMA, - STATE(1528), 1, - aux_sym_use_assignments_repeat1, + STATE(1519), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85827] = 5, + [85546] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3271), 1, - anon_sym_COLON, - ACTIONS(3677), 1, - anon_sym_EQ, - STATE(1767), 1, - sym__constant_type_annotation, + ACTIONS(3619), 1, + anon_sym_COMMA, + ACTIONS(3622), 1, + anon_sym_LT_DASH, + STATE(1546), 1, + aux_sym_use_assignments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85844] = 3, + [85563] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3167), 3, + ACTIONS(3624), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_RBRACK, - [85857] = 5, + anon_sym_COLON, + [85576] = 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(1468), 1, + anon_sym_GT_GT, + ACTIONS(3626), 1, + anon_sym_COMMA, + STATE(1473), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85874] = 5, + [85593] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3683), 1, - anon_sym_COMMA, - ACTIONS(3685), 1, - anon_sym_RPAREN, - STATE(1578), 1, - aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85891] = 5, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3687), 1, + ACTIONS(3628), 3, anon_sym_COMMA, - ACTIONS(3690), 1, anon_sym_RPAREN, - STATE(1570), 1, - aux_sym_function_parameters_repeat1, + anon_sym_COLON, + [85606] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(754), 1, + sym_external_function_body, + STATE(1649), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85908] = 5, + [85623] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2477), 1, - anon_sym_RBRACK, - ACTIONS(3692), 1, + ACTIONS(984), 1, + anon_sym_RPAREN, + ACTIONS(3630), 1, anon_sym_COMMA, - STATE(1383), 1, - aux_sym_constant_tuple_repeat1, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85925] = 5, + [85640] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2395), 1, - anon_sym_RPAREN, - ACTIONS(3694), 1, - anon_sym_COMMA, - STATE(1464), 1, - aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85942] = 5, + ACTIONS(3632), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [85653] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2409), 1, - anon_sym_GT_GT, - ACTIONS(3696), 1, + ACTIONS(3634), 1, anon_sym_COMMA, - STATE(1576), 1, - aux_sym__constant_bit_string_repeat1, + ACTIONS(3636), 1, + anon_sym_RPAREN, + STATE(1545), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85959] = 5, + [85670] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3698), 1, + ACTIONS(3638), 1, anon_sym_COMMA, - ACTIONS(3700), 1, + ACTIONS(3640), 1, anon_sym_RPAREN, - STATE(1582), 1, - aux_sym_constant_record_arguments_repeat1, + STATE(1565), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85976] = 5, + [85687] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2749), 1, - anon_sym_RPAREN, - ACTIONS(3702), 1, + ACTIONS(1320), 1, + anon_sym_GT_GT, + ACTIONS(3642), 1, anon_sym_COMMA, - STATE(1487), 1, - aux_sym_external_function_parameters_repeat1, + STATE(1473), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [85993] = 5, + [85704] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3704), 1, + ACTIONS(3644), 1, anon_sym_COMMA, - ACTIONS(3707), 1, - anon_sym_GT_GT, - STATE(1576), 1, - aux_sym__constant_bit_string_repeat1, + ACTIONS(3646), 1, + anon_sym_RPAREN, + STATE(1349), 1, + aux_sym_case_clause_pattern_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86010] = 5, + [85721] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, + ACTIONS(3648), 1, anon_sym_LBRACE, - ACTIONS(3709), 1, - anon_sym_DASH_GT, - STATE(277), 1, - sym_block, + ACTIONS(3650), 1, + anon_sym_COMMA, + STATE(1429), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86027] = 5, + [85738] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2519), 1, + ACTIONS(1174), 1, anon_sym_RPAREN, - ACTIONS(3711), 1, + ACTIONS(3652), 1, anon_sym_COMMA, - STATE(1383), 1, - aux_sym_constant_tuple_repeat1, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86044] = 3, + [85755] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(720), 1, + sym_external_function_body, + STATE(1649), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3186), 3, - anon_sym_if, - anon_sym_DASH_GT, - anon_sym_PIPE, - [86057] = 5, + [85772] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3713), 1, + ACTIONS(3654), 1, anon_sym_COMMA, - ACTIONS(3715), 1, - anon_sym_GT_GT, - STATE(1477), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3656), 1, + anon_sym_RPAREN, + STATE(1566), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86074] = 5, + [85789] = 3, 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, - [86091] = 5, + ACTIONS(3658), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DASH, + [85802] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2329), 1, - anon_sym_RPAREN, - ACTIONS(3719), 1, - anon_sym_COMMA, - STATE(1464), 1, - aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86108] = 5, + ACTIONS(3660), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [85815] = 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(1012), 1, + anon_sym_LBRACE, + ACTIONS(3662), 1, + anon_sym_DASH_GT, + STATE(288), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86125] = 5, + [85832] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3723), 1, + ACTIONS(3664), 1, anon_sym_COMMA, - ACTIONS(3725), 1, - anon_sym_RPAREN, - STATE(1451), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(3666), 1, + anon_sym_GT_GT, + STATE(1555), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86142] = 5, + [85849] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1152), 1, + ACTIONS(862), 1, anon_sym_RPAREN, - ACTIONS(3727), 1, + ACTIONS(3668), 1, anon_sym_COMMA, - STATE(1345), 1, - aux_sym_tuple_repeat1, + STATE(1519), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86159] = 5, + [85866] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3729), 1, - anon_sym_COMMA, - ACTIONS(3731), 1, + ACTIONS(876), 1, anon_sym_RPAREN, - STATE(1469), 1, - aux_sym_record_update_arguments_repeat1, + ACTIONS(3670), 1, + anon_sym_COMMA, + STATE(1519), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86176] = 5, + [85883] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3331), 1, - anon_sym_LPAREN, - ACTIONS(3733), 1, - anon_sym_DASH_GT, - STATE(1803), 1, - sym_function_parameter_types, + ACTIONS(3672), 1, + anon_sym_COMMA, + ACTIONS(3674), 1, + anon_sym_RBRACK, + STATE(1575), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86193] = 5, + [85900] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3735), 1, + ACTIONS(3676), 1, anon_sym_COMMA, - ACTIONS(3737), 1, - anon_sym_RPAREN, - STATE(1466), 1, - aux_sym_arguments_repeat1, + ACTIONS(3678), 1, + anon_sym_GT_GT, + STATE(1577), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86210] = 3, + [85917] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2757), 1, + anon_sym_RPAREN, + ACTIONS(3680), 1, + anon_sym_COMMA, + STATE(1544), 1, + aux_sym_constant_type_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3739), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DOT_DOT, - [86223] = 3, + [85934] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3682), 1, + anon_sym_COMMA, + ACTIONS(3684), 1, + anon_sym_RPAREN, + STATE(1439), 1, + aux_sym_external_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3174), 3, + [85951] = 5, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3686), 1, anon_sym_COMMA, + ACTIONS(3689), 1, anon_sym_RPAREN, - anon_sym_DOT_DOT, - [86236] = 5, + STATE(1571), 1, + aux_sym_external_function_parameters_repeat1, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [85968] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2499), 1, - anon_sym_RPAREN, - ACTIONS(3741), 1, + ACTIONS(3691), 1, anon_sym_COMMA, - STATE(1383), 1, + ACTIONS(3693), 1, + anon_sym_RBRACK, + STATE(1512), 1, aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86253] = 5, + [85985] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3743), 1, + ACTIONS(3695), 1, anon_sym_COMMA, - ACTIONS(3745), 1, + ACTIONS(3697), 1, anon_sym_RPAREN, - STATE(1453), 1, - aux_sym__attribute_arguments_repeat1, + STATE(1582), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86270] = 3, + [86002] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3701), 1, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3747), 3, + ACTIONS(3699), 2, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DOT_DOT, - [86283] = 5, + anon_sym_GT_GT, + [86017] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3749), 1, + ACTIONS(2505), 1, + anon_sym_RBRACK, + ACTIONS(3703), 1, anon_sym_COMMA, - ACTIONS(3751), 1, - anon_sym_RPAREN, - STATE(1595), 1, - aux_sym_arguments_repeat1, + STATE(1400), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86300] = 5, + [86034] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(854), 1, - anon_sym_RPAREN, - ACTIONS(3753), 1, + ACTIONS(3705), 1, anon_sym_COMMA, - STATE(1470), 1, - aux_sym_arguments_repeat1, + ACTIONS(3707), 1, + anon_sym_GT_GT, + STATE(1510), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86317] = 5, + [86051] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3755), 1, - anon_sym_COMMA, - ACTIONS(3757), 1, + ACTIONS(2425), 1, anon_sym_GT_GT, - STATE(1581), 1, - aux_sym__expression_bit_string_repeat1, + ACTIONS(3709), 1, + anon_sym_COMMA, + STATE(1416), 1, + aux_sym__constant_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86334] = 3, + [86068] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(3759), 2, + ACTIONS(3711), 1, anon_sym_COMMA, + ACTIONS(3713), 1, anon_sym_RPAREN, - [86346] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3761), 1, - anon_sym_LPAREN, - STATE(1202), 1, - sym_function_parameters, + STATE(1586), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86360] = 4, + [86085] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, - sym__name, - STATE(1604), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86374] = 4, + ACTIONS(3715), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [86098] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1782), 1, - sym__upname, - STATE(1266), 1, - sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86388] = 3, + ACTIONS(3717), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [86111] = 5, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2341), 1, + anon_sym_RPAREN, + ACTIONS(3719), 1, + anon_sym_COMMA, + STATE(1503), 1, + aux_sym__attribute_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3763), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [86400] = 4, + [86128] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, - sym__name, - STATE(1606), 1, - sym_identifier, + ACTIONS(2509), 1, + anon_sym_RPAREN, + ACTIONS(3721), 1, + anon_sym_COMMA, + STATE(1400), 1, + aux_sym_constant_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86414] = 4, + [86145] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3765), 1, - anon_sym_type, - ACTIONS(3767), 1, - anon_sym_fn, + ACTIONS(3723), 1, + anon_sym_COMMA, + ACTIONS(3725), 1, + anon_sym_GT_GT, + STATE(1528), 1, + aux_sym__pattern_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86428] = 4, + [86162] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3769), 1, - anon_sym_LPAREN, - STATE(1878), 1, - sym_external_function_parameters, + ACTIONS(856), 1, + anon_sym_RPAREN, + ACTIONS(3727), 1, + anon_sym_COMMA, + STATE(1519), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86442] = 4, + [86179] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3771), 1, - anon_sym_LPAREN, - STATE(26), 1, - sym_arguments, + ACTIONS(2890), 1, + anon_sym_RPAREN, + ACTIONS(3729), 1, + anon_sym_COMMA, + STATE(1442), 1, + aux_sym_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86456] = 4, + [86196] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3769), 1, - anon_sym_LPAREN, - STATE(1877), 1, - sym_external_function_parameters, + ACTIONS(2315), 1, + anon_sym_RPAREN, + ACTIONS(3731), 1, + anon_sym_COMMA, + STATE(1501), 1, + aux_sym_constant_record_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86470] = 4, + [86213] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3773), 1, - sym__name, - STATE(646), 1, - sym_identifier, + ACTIONS(3733), 1, + anon_sym_RBRACE, + ACTIONS(3735), 1, + anon_sym_COMMA, + STATE(1482), 1, + aux_sym_unqualified_imports_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86484] = 3, + [86230] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3739), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3775), 2, + ACTIONS(3737), 2, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_RPAREN, - [86496] = 4, + [86245] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3777), 1, - sym__name, - STATE(647), 1, - sym_module, + ACTIONS(3741), 1, + anon_sym_as, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86510] = 4, + ACTIONS(3737), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [86260] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3779), 1, - sym__name, - STATE(46), 1, - sym_label, + ACTIONS(3743), 1, + anon_sym_COMMA, + ACTIONS(3746), 1, + anon_sym_RPAREN, + STATE(1590), 1, + aux_sym_anonymous_function_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86524] = 4, + [86277] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3781), 1, - anon_sym_COLON, - ACTIONS(3783), 1, - anon_sym_DOT, + ACTIONS(1116), 1, + anon_sym_RPAREN, + ACTIONS(3748), 1, + anon_sym_COMMA, + STATE(1339), 1, + aux_sym_tuple_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86538] = 3, + [86294] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - ACTIONS(3785), 2, + ACTIONS(3750), 1, anon_sym_COMMA, + ACTIONS(3752), 1, anon_sym_RPAREN, - [86550] = 3, - ACTIONS(3), 1, - sym_module_comment, + STATE(1584), 1, + aux_sym_arguments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3787), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [86562] = 4, + [86311] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, - sym__name, - STATE(1426), 1, - sym_identifier, + ACTIONS(1360), 1, + anon_sym_GT_GT, + ACTIONS(3754), 1, + anon_sym_COMMA, + STATE(1473), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86576] = 4, + [86328] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2723), 1, - sym__upname, - STATE(1109), 1, - sym_type_identifier, + ACTIONS(3272), 1, + sym__name, + ACTIONS(3756), 1, + anon_sym_RPAREN, + STATE(1722), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86590] = 4, + [86345] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3789), 1, - anon_sym_type, - ACTIONS(3791), 1, - anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86604] = 4, + ACTIONS(3758), 3, + anon_sym_RBRACE, + anon_sym_AT, + sym__upname, + [86358] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3793), 1, - anon_sym_type, - ACTIONS(3795), 1, - anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86618] = 4, + ACTIONS(3760), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DASH, + [86371] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(419), 1, - sym__upname, - STATE(166), 1, - sym_constructor_name, + ACTIONS(2249), 1, + anon_sym_LT_DASH, + ACTIONS(3762), 1, + anon_sym_COMMA, + STATE(1546), 1, + aux_sym_use_assignments_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86632] = 4, + [86388] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(187), 1, - sym__upname, - STATE(546), 1, - sym_constructor_name, + ACTIONS(3240), 1, + anon_sym_COLON, + ACTIONS(3764), 1, + anon_sym_EQ, + STATE(1861), 1, + sym__constant_type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86646] = 4, + [86405] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3109), 1, - sym__name, - STATE(213), 1, - sym_label, + ACTIONS(3756), 1, + anon_sym_RPAREN, + ACTIONS(3766), 1, + anon_sym_COMMA, + STATE(1466), 1, + aux_sym_type_parameters_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86660] = 4, + [86422] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, - sym__name, - STATE(1732), 1, - sym_identifier, + ACTIONS(3768), 1, + anon_sym_COMMA, + ACTIONS(3770), 1, + anon_sym_GT_GT, + STATE(1593), 1, + aux_sym__expression_bit_string_repeat1, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86674] = 4, + [86439] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(966), 1, + ACTIONS(1048), 1, anon_sym_LBRACE, - STATE(80), 1, + ACTIONS(3772), 1, + anon_sym_DASH_GT, + STATE(60), 1, sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86688] = 4, + [86456] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3797), 1, - anon_sym_LPAREN, - STATE(52), 1, - sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86702] = 4, + ACTIONS(3774), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + [86469] = 5, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3799), 1, - anon_sym_LBRACE, - STATE(1228), 1, - sym_unqualified_imports, + ACTIONS(3156), 1, + anon_sym_COLON, + ACTIONS(3776), 1, + anon_sym_EQ, + STATE(1888), 1, + sym__type_annotation, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86716] = 3, + [86486] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2435), 2, + ACTIONS(3778), 2, anon_sym_COMMA, anon_sym_RPAREN, - [86728] = 3, + [86498] = 4, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1849), 1, + sym_string, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [86512] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3401), 2, + ACTIONS(3780), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [86740] = 4, + anon_sym_LT_DASH, + [86524] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3102), 1, + ACTIONS(3782), 1, anon_sym_LPAREN, - STATE(1410), 1, - sym_anonymous_function_parameters, + STATE(660), 1, + sym_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86754] = 3, + [86538] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3784), 1, + anon_sym_LPAREN, + STATE(41), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3801), 2, - anon_sym_RBRACE, - sym__upname, - [86766] = 3, + [86552] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2920), 1, + sym__name, + STATE(1613), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3803), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [86778] = 4, + [86566] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2723), 1, - sym__upname, - STATE(1494), 1, - sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86792] = 4, + ACTIONS(3786), 2, + anon_sym_LBRACE, + anon_sym_DASH_GT, + [86578] = 3, 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, - [86806] = 3, + ACTIONS(3746), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86590] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2920), 1, + sym__name, + STATE(1614), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3805), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [86818] = 4, + [86604] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1763), 1, - sym_string, + ACTIONS(3788), 1, + anon_sym_LPAREN, + STATE(1882), 1, + sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86832] = 4, + [86618] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3807), 1, + ACTIONS(3788), 1, anon_sym_LPAREN, - STATE(232), 1, - sym_arguments, + STATE(1881), 1, + sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86846] = 4, + [86632] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3809), 1, + ACTIONS(3790), 1, sym__name, - STATE(1217), 1, + STATE(1188), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86860] = 4, + [86646] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, + ACTIONS(3792), 1, sym__name, - STATE(1727), 1, + STATE(654), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86874] = 3, + [86660] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2920), 1, + sym__name, + STATE(1647), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3707), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [86886] = 3, + [86674] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3794), 1, + sym__name, + STATE(657), 1, + sym_module, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3811), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [86898] = 4, + [86688] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3813), 1, - anon_sym_COMMA, - ACTIONS(3815), 1, - anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86912] = 4, + ACTIONS(3796), 2, + anon_sym_LBRACE, + anon_sym_DASH_GT, + [86700] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1764), 1, - sym_string, + ACTIONS(1846), 1, + anon_sym_LBRACE, + ACTIONS(1848), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86926] = 4, + [86714] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3102), 1, - anon_sym_LPAREN, - STATE(1490), 1, - sym_anonymous_function_parameters, + ACTIONS(2723), 1, + sym__upname, + STATE(1484), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86940] = 4, + [86728] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3817), 1, - sym__name, - STATE(233), 1, - sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86954] = 4, + ACTIONS(3798), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86740] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3819), 1, - anon_sym_LPAREN, - STATE(662), 1, - sym_function_parameters, + ACTIONS(1048), 1, + anon_sym_LBRACE, + STATE(55), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86968] = 4, + [86754] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1176), 1, - sym__upname, - STATE(565), 1, - sym_constructor_name, + ACTIONS(3800), 1, + anon_sym_LPAREN, + STATE(1200), 1, + sym_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [86982] = 3, + [86768] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2920), 1, + sym__name, + STATE(1210), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3821), 2, - anon_sym_COMMA, - anon_sym_LT_DASH, - [86994] = 4, + [86782] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3823), 1, - sym__name, - STATE(1206), 1, - sym_identifier, + ACTIONS(1044), 1, + sym__upname, + STATE(238), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87008] = 4, + [86796] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3819), 1, - anon_sym_LPAREN, - STATE(649), 1, - sym_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87022] = 3, + ACTIONS(3802), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86808] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3825), 2, + ACTIONS(3798), 2, anon_sym_COMMA, anon_sym_RPAREN, - [87034] = 3, + [86820] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2920), 1, + sym__name, + STATE(1433), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3827), 2, - anon_sym_LBRACE, - anon_sym_DASH_GT, - [87046] = 3, + [86834] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3829), 2, + ACTIONS(2417), 2, anon_sym_COMMA, - anon_sym_GT_GT, - [87058] = 3, + anon_sym_RPAREN, + [86846] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3288), 2, + ACTIONS(3250), 2, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_RPAREN, - [87070] = 4, + [86858] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3809), 1, - sym__name, - STATE(1176), 1, - sym_identifier, + ACTIONS(2723), 1, + sym__upname, + STATE(1738), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87084] = 3, + [86872] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3787), 2, + ACTIONS(3689), 2, anon_sym_COMMA, anon_sym_RPAREN, - [87096] = 4, + [86884] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1797), 1, - sym_string, + ACTIONS(3804), 1, + anon_sym_type, + ACTIONS(3806), 1, + anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87110] = 4, + [86898] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1798), 1, - sym_string, + ACTIONS(3808), 1, + anon_sym_type, + ACTIONS(3810), 1, + anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87124] = 3, + [86912] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3650), 2, - anon_sym_RBRACE, + ACTIONS(3812), 2, anon_sym_COMMA, - [87136] = 4, + anon_sym_RPAREN, + [86924] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(157), 1, - anon_sym_LBRACE, - STATE(702), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87150] = 3, + ACTIONS(3262), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [86936] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3814), 1, + anon_sym_LPAREN, + STATE(255), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3831), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [87162] = 4, + [86950] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1006), 1, - anon_sym_LBRACE, - STATE(306), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87176] = 4, + ACTIONS(3816), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86962] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3102), 1, - anon_sym_LPAREN, - STATE(1530), 1, - sym_anonymous_function_parameters, + ACTIONS(3818), 1, + anon_sym_COLON, + ACTIONS(3820), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87190] = 4, + [86976] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, - sym__name, - STATE(1206), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87204] = 4, + ACTIONS(3822), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [86988] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, - sym__name, - STATE(1685), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87218] = 3, + ACTIONS(3824), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [87000] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3136), 1, + sym__name, + STATE(209), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3833), 2, - anon_sym_RBRACE, - sym__upname, - [87230] = 3, + [87014] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(451), 1, + sym__upname, + STATE(172), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3835), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [87242] = 4, + [87028] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1806), 1, - sym_string, + ACTIONS(71), 1, + anon_sym_LBRACE, + STATE(695), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87256] = 4, + [87042] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3823), 1, + ACTIONS(3826), 1, sym__name, - STATE(1176), 1, - sym_identifier, + STATE(270), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87270] = 4, + [87056] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1807), 1, - sym_string, + ACTIONS(3788), 1, + anon_sym_LPAREN, + STATE(1802), 1, + sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87284] = 4, + [87070] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1833), 1, - sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87298] = 4, + ACTIONS(2427), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87082] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(53), 1, anon_sym_DQUOTE, - STATE(1834), 1, + STATE(753), 1, sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87312] = 4, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3102), 1, - anon_sym_LPAREN, - STATE(1577), 1, - sym_anonymous_function_parameters, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [87326] = 3, + [87096] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3828), 1, + anon_sym_LBRACE, + STATE(1238), 1, + sym_unqualified_imports, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3837), 2, - anon_sym_LBRACE, - anon_sym_DASH_GT, - [87338] = 4, + [87110] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1846), 1, - sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87352] = 3, + ACTIONS(3830), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87122] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3832), 1, + anon_sym_LPAREN, + STATE(57), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3839), 2, - anon_sym_RBRACE, - sym__upname, - [87364] = 4, + [87136] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3841), 1, + ACTIONS(3834), 1, anon_sym_LPAREN, - STATE(577), 1, + STATE(208), 1, sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87378] = 4, + [87150] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3264), 1, - sym__name, - STATE(1695), 1, - sym_type_parameter, + ACTIONS(3130), 1, + anon_sym_LPAREN, + STATE(1412), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87392] = 4, + [87164] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1875), 1, - sym_string, + ACTIONS(3836), 1, + sym__name, + STATE(1210), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87406] = 3, + [87178] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3788), 1, + anon_sym_LPAREN, + STATE(1778), 1, + sym_external_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3584), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [87418] = 4, + [87192] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2906), 1, - sym__name, - STATE(658), 1, - sym_label, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1767), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87432] = 4, + [87206] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, + ACTIONS(441), 1, anon_sym_DQUOTE, - STATE(1880), 1, + STATE(1772), 1, sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87446] = 3, + [87220] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3130), 1, + anon_sym_LPAREN, + STATE(1508), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3575), 2, - anon_sym_COMMA, - anon_sym_LT_DASH, - [87458] = 3, + [87234] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1080), 1, + sym__upname, + STATE(21), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3759), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [87470] = 4, + [87248] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3843), 1, + ACTIONS(3836), 1, sym__name, - STATE(559), 1, - sym_label, + STATE(1188), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87484] = 4, + [87262] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3102), 1, - anon_sym_LPAREN, - STATE(1408), 1, - sym_anonymous_function_parameters, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1807), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87498] = 4, + [87276] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(53), 1, - anon_sym_DQUOTE, - STATE(757), 1, - sym_string, + ACTIONS(1012), 1, + anon_sym_LBRACE, + STATE(278), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87512] = 4, + [87290] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3769), 1, - anon_sym_LPAREN, - STATE(1756), 1, - sym_external_function_parameters, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1810), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87526] = 4, + [87304] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2866), 1, - anon_sym_LBRACE, - ACTIONS(2868), 1, - anon_sym_EQ, + ACTIONS(2920), 1, + sym__name, + STATE(1624), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87540] = 3, + [87318] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3845), 2, + ACTIONS(3622), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [87552] = 4, + anon_sym_LT_DASH, + [87330] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3847), 1, + ACTIONS(3130), 1, anon_sym_LPAREN, - STATE(654), 1, - sym_arguments, + STATE(1531), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87566] = 3, + [87344] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3307), 2, + ACTIONS(3604), 2, anon_sym_COMMA, anon_sym_RPAREN, - [87578] = 3, + [87356] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3800), 1, + anon_sym_LPAREN, + STATE(1202), 1, + sym_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3324), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - [87590] = 4, + [87370] = 3, 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, - [87604] = 4, + ACTIONS(3838), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [87382] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(409), 1, - anon_sym_DQUOTE, - STATE(1817), 1, - sym_string, + ACTIONS(2892), 1, + anon_sym_LBRACE, + ACTIONS(2894), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87618] = 3, + [87396] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3849), 2, - anon_sym_LBRACE, - anon_sym_DASH_GT, - [87630] = 4, + ACTIONS(3599), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [87408] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(11), 1, - anon_sym_LBRACE, - STATE(94), 1, - sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87644] = 3, + ACTIONS(3840), 2, + anon_sym_LBRACE, + anon_sym_DASH_GT, + [87420] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3842), 1, + anon_sym_type, + ACTIONS(3844), 1, + anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3548), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [87656] = 4, + [87434] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3102), 1, - anon_sym_LPAREN, - STATE(1431), 1, - sym_anonymous_function_parameters, + ACTIONS(2910), 1, + sym__name, + STATE(647), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87670] = 3, + [87448] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(101), 1, + sym__upname, + STATE(549), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3851), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [87682] = 3, + [87462] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2723), 1, + sym__upname, + STATE(1740), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3775), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [87694] = 4, + [87476] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(189), 1, - anon_sym_LBRACE, - STATE(587), 1, - sym_block, + ACTIONS(3846), 1, + anon_sym_LPAREN, + STATE(568), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87708] = 4, + [87490] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(379), 1, - anon_sym_LBRACE, - STATE(221), 1, - sym_block, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1857), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87722] = 4, + [87504] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3853), 1, + ACTIONS(3130), 1, anon_sym_LPAREN, - STATE(212), 1, - sym_arguments, + STATE(1563), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87736] = 4, + [87518] = 3, 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, - [87750] = 3, + ACTIONS(3615), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87530] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3848), 1, + anon_sym_LPAREN, + STATE(650), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3859), 2, - anon_sym_LBRACE, - anon_sym_DASH_GT, - [87762] = 4, + [87544] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(177), 1, - anon_sym_DQUOTE, - STATE(1252), 1, - sym_string, + ACTIONS(3782), 1, + anon_sym_LPAREN, + STATE(655), 1, + sym_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87776] = 3, + [87558] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3364), 2, + ACTIONS(3331), 2, anon_sym_COMMA, anon_sym_RPAREN, - [87788] = 3, + [87570] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2920), 1, + sym__name, + STATE(1656), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3861), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [87800] = 4, + [87584] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, + ACTIONS(3850), 1, sym__name, - STATE(1566), 1, - sym_identifier, + STATE(570), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87814] = 4, + [87598] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(243), 1, - sym__upname, - STATE(863), 1, - sym_constructor_name, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1889), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87828] = 3, + [87612] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3852), 1, + anon_sym_COMMA, + ACTIONS(3854), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3369), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [87840] = 4, + [87626] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3863), 1, - sym__name, - STATE(1216), 1, - sym_module, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87854] = 4, + ACTIONS(3856), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87638] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3865), 1, - anon_sym_type, - ACTIONS(3867), 1, - anon_sym_fn, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1890), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87868] = 3, + [87652] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(1812), 1, + sym__upname, + STATE(1258), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3869), 2, - anon_sym_RBRACE, - sym__upname, - [87880] = 4, + [87666] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, + ACTIONS(2920), 1, sym__name, - STATE(1643), 1, + STATE(1201), 1, sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87894] = 4, + [87680] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3871), 1, + ACTIONS(3130), 1, anon_sym_LPAREN, - STATE(892), 1, - sym_arguments, + STATE(1601), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87908] = 4, + [87694] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2723), 1, - sym__upname, - STATE(1658), 1, - sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87922] = 4, + ACTIONS(3858), 2, + anon_sym_LBRACE, + anon_sym_DASH_GT, + [87706] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2791), 1, - sym__upname, - STATE(653), 1, - sym_type_identifier, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1869), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87936] = 3, + [87720] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(2791), 1, + sym__upname, + STATE(645), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3464), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [87948] = 3, + [87734] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3690), 2, + ACTIONS(3802), 2, anon_sym_COMMA, anon_sym_RPAREN, - [87960] = 3, + [87746] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1870), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3873), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [87972] = 3, + [87760] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(451), 1, + sym__upname, + STATE(1346), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3376), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [87984] = 4, + [87774] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(1038), 1, + ACTIONS(2723), 1, sym__upname, - STATE(267), 1, - sym_constructor_name, + STATE(1103), 1, + sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [87998] = 4, + [87788] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2910), 1, - sym__name, - STATE(886), 1, - sym_label, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1843), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88012] = 3, + [87802] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3875), 2, + ACTIONS(3548), 2, anon_sym_COMMA, anon_sym_RPAREN, - [88024] = 3, + [87814] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(189), 1, + anon_sym_LBRACE, + STATE(587), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3877), 2, - anon_sym_RBRACE, - sym__upname, - [88036] = 4, + [87828] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3879), 1, - anon_sym_LBRACE, - STATE(681), 1, - sym_unqualified_imports, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1836), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88050] = 3, + [87842] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3860), 1, + anon_sym_LBRACE, + STATE(686), 1, + sym_unqualified_imports, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3881), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [88062] = 4, + [87856] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3769), 1, + ACTIONS(3130), 1, anon_sym_LPAREN, - STATE(1775), 1, - sym_external_function_parameters, + STATE(1440), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88076] = 4, + [87870] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2723), 1, - sym__upname, - STATE(1726), 1, - sym_type_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88090] = 3, + ACTIONS(3778), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87882] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3883), 2, + ACTIONS(3862), 2, anon_sym_COMMA, anon_sym_RPAREN, - [88102] = 4, + [87894] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, - sym__name, - STATE(1598), 1, - sym_identifier, + ACTIONS(411), 1, + anon_sym_LBRACE, + STATE(219), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88116] = 4, + [87908] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, - sym__name, - STATE(1436), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88130] = 4, + ACTIONS(3864), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87920] = 3, 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(3866), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [87932] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3868), 1, + anon_sym_LBRACE, + ACTIONS(3870), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3885), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [88156] = 4, + [87946] = 4, ACTIONS(3), 1, sym_module_comment, ACTIONS(63), 1, @@ -78804,1248 +78659,1488 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88170] = 3, + [87960] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3122), 1, + sym__name, + STATE(73), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3329), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [88182] = 3, + [87974] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3445), 2, + ACTIONS(3234), 2, anon_sym_COMMA, anon_sym_RPAREN, - [88194] = 4, + [87986] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3100), 1, - sym__name, - STATE(77), 1, - sym_label, + ACTIONS(91), 1, + anon_sym_DQUOTE, + STATE(1257), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88208] = 4, + [88000] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3887), 1, - anon_sym_LBRACE, - ACTIONS(3889), 1, - anon_sym_EQ, + ACTIONS(3872), 1, + sym__name, + STATE(1206), 1, + sym_module, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88222] = 4, + [88014] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(213), 1, - anon_sym_LBRACE, - STATE(940), 1, - sym_block, + ACTIONS(3874), 1, + anon_sym_LPAREN, + STATE(876), 1, + sym_arguments, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88236] = 3, + [88028] = 4, ACTIONS(3), 1, sym_module_comment, + ACTIONS(3272), 1, + sym__name, + STATE(1722), 1, + sym_type_parameter, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(2415), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [88248] = 4, + [88042] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(998), 1, - sym__upname, - STATE(49), 1, - sym_constructor_name, + ACTIONS(3790), 1, + sym__name, + STATE(1201), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88262] = 4, + [88056] = 3, 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(3876), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [88068] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3473), 2, + ACTIONS(3398), 2, anon_sym_COMMA, anon_sym_RPAREN, - [88288] = 4, + [88080] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3102), 1, - anon_sym_LPAREN, - STATE(1533), 1, - sym_anonymous_function_parameters, + ACTIONS(1114), 1, + sym__upname, + STATE(572), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88302] = 3, + [88094] = 3, ACTIONS(3), 1, sym_module_comment, ACTIONS(5), 2, sym_statement_comment, sym_comment, - ACTIONS(3416), 2, + ACTIONS(3506), 2, anon_sym_COMMA, anon_sym_RPAREN, - [88314] = 4, + [88106] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, - sym__name, - STATE(1658), 1, - sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88328] = 4, + ACTIONS(3499), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [88118] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2918), 1, + ACTIONS(2900), 1, sym__name, - STATE(1495), 1, - sym_identifier, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [88342] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3891), 1, - anon_sym_RBRACK, + STATE(889), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88353] = 3, + [88132] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3893), 1, - anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88364] = 3, + ACTIONS(3417), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + [88144] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3895), 1, - anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88375] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3897), 1, + ACTIONS(3878), 2, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [88386] = 3, + [88156] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3899), 1, - anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88397] = 3, - ACTIONS(3), 1, - sym_module_comment, - ACTIONS(3901), 1, + ACTIONS(3880), 2, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(5), 2, - sym_statement_comment, - sym_comment, - [88408] = 3, + [88168] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3903), 1, + ACTIONS(3882), 1, anon_sym_type, + ACTIONS(3884), 1, + anon_sym_fn, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88419] = 3, + [88182] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3905), 1, - anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88430] = 3, + ACTIONS(3886), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [88194] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3907), 1, - anon_sym_DASH_GT, + ACTIONS(2920), 1, + sym__name, + STATE(1607), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88441] = 3, + [88208] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3909), 1, - anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88452] = 3, + ACTIONS(3888), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [88220] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3911), 1, - anon_sym_DOT, + ACTIONS(2920), 1, + sym__name, + STATE(1669), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88463] = 3, + [88234] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3913), 1, - anon_sym_LBRACE, + ACTIONS(2920), 1, + sym__name, + STATE(1435), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88474] = 3, + [88248] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3915), 1, - anon_sym_DASH_GT, + ACTIONS(2920), 1, + sym__name, + STATE(1598), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88485] = 3, + [88262] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3783), 1, - anon_sym_DOT, + ACTIONS(11), 1, + anon_sym_LBRACE, + STATE(98), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88496] = 3, + [88276] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3917), 1, - anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88507] = 3, + ACTIONS(3890), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [88288] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3919), 1, - anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88518] = 3, + ACTIONS(3470), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [88300] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3921), 1, - anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88529] = 3, + ACTIONS(3892), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [88312] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3923), 1, - anon_sym_RBRACK, + ACTIONS(233), 1, + sym__upname, + STATE(891), 1, + sym_constructor_name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88540] = 3, + [88326] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3925), 1, - sym__name, + ACTIONS(3130), 1, + anon_sym_LPAREN, + STATE(1537), 1, + sym_anonymous_function_parameters, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88551] = 3, + [88340] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3927), 1, - anon_sym_EQ, + ACTIONS(203), 1, + anon_sym_LBRACE, + STATE(905), 1, + sym_block, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88562] = 3, + [88354] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3929), 1, - anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88573] = 3, + ACTIONS(3537), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [88366] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3931), 1, - anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88584] = 3, + ACTIONS(3281), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [88378] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3933), 1, - anon_sym_LPAREN, + ACTIONS(3894), 1, + sym__name, + STATE(19), 1, + sym_label, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88595] = 3, + [88392] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3935), 1, - anon_sym_RPAREN, + ACTIONS(2920), 1, + sym__name, + STATE(1410), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88606] = 3, + [88406] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3937), 1, - anon_sym_LPAREN, + ACTIONS(3896), 1, + anon_sym_LBRACE, + ACTIONS(3898), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88617] = 3, + [88420] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3939), 1, - anon_sym_COLON, + ACTIONS(2920), 1, + sym__name, + STATE(1740), 1, + sym_identifier, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88628] = 3, + [88434] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3941), 1, - anon_sym_DOT, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1856), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88639] = 3, + [88448] = 4, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3943), 1, - anon_sym_DASH_GT, + ACTIONS(441), 1, + anon_sym_DQUOTE, + STATE(1855), 1, + sym_string, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88650] = 3, + [88462] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3945), 1, - anon_sym_EQ, + ACTIONS(3900), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88661] = 3, + [88473] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3947), 1, - anon_sym_DASH_GT, + ACTIONS(3902), 1, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88672] = 3, + [88484] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3949), 1, - anon_sym_RPAREN, + ACTIONS(3904), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88683] = 3, + [88495] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3951), 1, - anon_sym_COLON, + ACTIONS(3906), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88694] = 3, + [88506] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3953), 1, - anon_sym_EQ, + ACTIONS(3908), 1, + anon_sym_LT_DASH, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88705] = 3, + [88517] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3955), 1, - anon_sym_EQ, + ACTIONS(3910), 1, + sym__name, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88716] = 3, + [88528] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3957), 1, - anon_sym_RBRACE, + ACTIONS(3912), 1, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88727] = 3, + [88539] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3959), 1, - anon_sym_EQ, + ACTIONS(3914), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88738] = 3, + [88550] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3961), 1, - anon_sym_DASH_GT, + ACTIONS(3916), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88749] = 3, + [88561] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3963), 1, - anon_sym_LT_DASH, + ACTIONS(3918), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88760] = 3, + [88572] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3965), 1, - anon_sym_RBRACE, + ACTIONS(3920), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88771] = 3, + [88583] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2125), 1, - anon_sym_RPAREN, + ACTIONS(3922), 1, + anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88782] = 3, + [88594] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3967), 1, + ACTIONS(3924), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88793] = 3, + [88605] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3969), 1, - anon_sym_DASH_GT, + ACTIONS(3926), 1, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88804] = 3, + [88616] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3971), 1, - anon_sym_RBRACE, + ACTIONS(3928), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88815] = 3, + [88627] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3973), 1, - anon_sym_LPAREN, + ACTIONS(3930), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88826] = 3, + [88638] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3975), 1, - anon_sym_DOT, + ACTIONS(3932), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88837] = 3, + [88649] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3977), 1, - anon_sym_RBRACE, + ACTIONS(3934), 1, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88848] = 3, + [88660] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3979), 1, + ACTIONS(3820), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88859] = 3, + [88671] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3981), 1, - anon_sym_DASH_GT, + ACTIONS(3936), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88870] = 3, + [88682] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3983), 1, - anon_sym_LBRACE, + ACTIONS(3938), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88881] = 3, + [88693] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3985), 1, - anon_sym_RPAREN, + ACTIONS(3940), 1, + anon_sym_type, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88892] = 3, + [88704] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3987), 1, - anon_sym_RPAREN, + ACTIONS(3942), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88903] = 3, + [88715] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3989), 1, - anon_sym_DOT, + ACTIONS(3944), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88914] = 3, + [88726] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3991), 1, + ACTIONS(3946), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88925] = 3, + [88737] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3993), 1, + ACTIONS(3948), 1, anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88936] = 3, + [88748] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3995), 1, + ACTIONS(3950), 1, anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88947] = 3, + [88759] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3997), 1, + ACTIONS(3952), 1, anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88958] = 3, + [88770] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3999), 1, + ACTIONS(3954), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88781] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3956), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88969] = 3, + [88792] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4001), 1, + ACTIONS(3958), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88980] = 3, + [88803] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4003), 1, - anon_sym_RPAREN, + ACTIONS(3960), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [88991] = 3, + [88814] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4005), 1, - anon_sym_RPAREN, + ACTIONS(3962), 1, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89002] = 3, + [88825] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4007), 1, - anon_sym_DASH_GT, + ACTIONS(3964), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89013] = 3, + [88836] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4009), 1, - anon_sym_LBRACE, + ACTIONS(3966), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89024] = 3, + [88847] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4011), 1, - anon_sym_DASH_GT, + ACTIONS(3968), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89035] = 3, + [88858] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4013), 1, - anon_sym_DOT, + ACTIONS(3970), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88869] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3972), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88880] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3974), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89046] = 3, + [88891] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4015), 1, + ACTIONS(3976), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89057] = 3, + [88902] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4017), 1, - anon_sym_LBRACE, + ACTIONS(3978), 1, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89068] = 3, + [88913] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4019), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89079] = 3, + [88924] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4021), 1, + ACTIONS(3982), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [88935] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(3984), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89090] = 3, + [88946] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4023), 1, + ACTIONS(3986), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89101] = 3, + [88957] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4025), 1, + ACTIONS(3988), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89112] = 3, + [88968] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4027), 1, - anon_sym_LPAREN, + ACTIONS(3990), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89123] = 3, + [88979] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4029), 1, - anon_sym_DASH_GT, + ACTIONS(3992), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89134] = 3, + [88990] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4031), 1, + ACTIONS(3994), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89145] = 3, + [89001] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4033), 1, + ACTIONS(3996), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89156] = 3, + [89012] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4035), 1, - anon_sym_RPAREN, + ACTIONS(3998), 1, + anon_sym_DASH_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89023] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4000), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89167] = 3, + [89034] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4037), 1, + ACTIONS(4002), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89178] = 3, + [89045] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4039), 1, - anon_sym_EQ, + ACTIONS(4004), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89189] = 3, + [89056] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4041), 1, - anon_sym_EQ, + ACTIONS(4006), 1, + anon_sym_DASH_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89067] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4008), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89200] = 3, + [89078] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4043), 1, + ACTIONS(4010), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89211] = 3, + [89089] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4045), 1, + ACTIONS(4012), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89222] = 3, + [89100] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4047), 1, + ACTIONS(4014), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89233] = 3, + [89111] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4049), 1, - anon_sym_RBRACE, + ACTIONS(4016), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89244] = 3, + [89122] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4051), 1, - anon_sym_RBRACE, + ACTIONS(4018), 1, + anon_sym_COLON, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89255] = 3, + [89133] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4053), 1, + ACTIONS(4020), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89266] = 3, + [89144] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4055), 1, + ACTIONS(4022), 1, anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89277] = 3, + [89155] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4057), 1, + ACTIONS(2089), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89288] = 3, + [89166] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4059), 1, - anon_sym_RPAREN, + ACTIONS(4024), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89299] = 3, + [89177] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4061), 1, - anon_sym_COLON, + ACTIONS(4026), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89310] = 3, + [89188] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4063), 1, - anon_sym_EQ, + ACTIONS(4028), 1, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89321] = 3, + [89199] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4065), 1, + ACTIONS(4030), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89332] = 3, + [89210] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4067), 1, + ACTIONS(4032), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89343] = 3, + [89221] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4069), 1, - anon_sym_DASH_GT, + ACTIONS(4034), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89354] = 3, + [89232] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4071), 1, + ACTIONS(4036), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89365] = 3, + [89243] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4073), 1, - anon_sym_EQ, + ACTIONS(3040), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89376] = 3, + [89254] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4075), 1, + ACTIONS(4038), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89387] = 3, + [89265] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4077), 1, - anon_sym_RBRACK, + ACTIONS(4040), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89398] = 3, + [89276] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4079), 1, - anon_sym_RPAREN, + ACTIONS(4042), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89409] = 3, + [89287] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4081), 1, - anon_sym_RPAREN, + ACTIONS(4044), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89420] = 3, + [89298] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4083), 1, + ACTIONS(4046), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89309] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4048), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89431] = 3, + [89320] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4050), 1, + anon_sym_LPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89331] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4085), 1, + ACTIONS(4052), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89442] = 3, + [89342] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4087), 1, + ACTIONS(4054), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89453] = 3, + [89353] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4089), 1, - anon_sym_type, + ACTIONS(4056), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89464] = 3, + [89364] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4091), 1, - anon_sym_type, + ACTIONS(4058), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89475] = 3, + [89375] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4093), 1, - anon_sym_RBRACK, + ACTIONS(4060), 1, + anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89486] = 3, + [89386] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4095), 1, - anon_sym_RBRACK, + ACTIONS(4062), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89497] = 3, + [89397] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4097), 1, + ACTIONS(4064), 1, anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89508] = 3, + [89408] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4099), 1, - anon_sym_LPAREN, + ACTIONS(4066), 1, + anon_sym_DASH_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89419] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4068), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89519] = 3, + [89430] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4101), 1, + ACTIONS(4070), 1, anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89530] = 3, + [89441] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4103), 1, - anon_sym_EQ, + ACTIONS(4072), 1, + anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89541] = 3, + [89452] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4105), 1, + ACTIONS(4074), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89552] = 3, + [89463] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4076), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89474] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4078), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89485] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4107), 1, + ACTIONS(4080), 1, anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89563] = 3, + [89496] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4109), 1, + ACTIONS(4082), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89574] = 3, + [89507] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4111), 1, + ACTIONS(4084), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89518] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4086), 1, + anon_sym_EQ, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89529] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4088), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89540] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4090), 1, anon_sym_LBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89585] = 3, + [89551] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4113), 1, - anon_sym_DASH_GT, + ACTIONS(4092), 1, + anon_sym_RBRACK, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89596] = 3, + [89562] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4115), 1, + ACTIONS(4094), 1, + anon_sym_LBRACE, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89573] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4096), 1, + anon_sym_type, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89584] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4098), 1, + anon_sym_type, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89595] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4100), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89607] = 3, + [89606] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4117), 1, - anon_sym_COLON, + ACTIONS(4102), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89618] = 3, + [89617] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4119), 1, - anon_sym_DOT, + ACTIONS(4104), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89629] = 3, + [89628] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4121), 1, - sym__name, + ACTIONS(2016), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89639] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4106), 1, + anon_sym_EQ, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89650] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4108), 1, + anon_sym_RBRACE, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89661] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4110), 1, + anon_sym_EQ, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89672] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4112), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89640] = 3, + [89683] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4123), 1, + ACTIONS(4114), 1, anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89651] = 3, + [89694] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4125), 1, + ACTIONS(4116), 1, ts_builtin_sym_end, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89662] = 3, + [89705] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4127), 1, - anon_sym_RBRACE, + ACTIONS(4118), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89673] = 3, + [89716] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4129), 1, - anon_sym_DASH_GT, + ACTIONS(4120), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89684] = 3, + [89727] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4131), 1, + ACTIONS(4122), 1, + anon_sym_COLON, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89738] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4124), 1, anon_sym_type, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89695] = 3, + [89749] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4133), 1, - anon_sym_COLON, + ACTIONS(4126), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89760] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4128), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89771] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4130), 1, + sym__name, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89782] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4132), 1, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89706] = 3, + [89793] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4135), 1, + ACTIONS(4134), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89717] = 3, + [89804] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4137), 1, - anon_sym_EQ, + ACTIONS(4136), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89728] = 3, + [89815] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4139), 1, - anon_sym_RPAREN, + ACTIONS(4138), 1, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89739] = 3, + [89826] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4141), 1, - anon_sym_RPAREN, + ACTIONS(4140), 1, + anon_sym_DOT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89750] = 3, + [89837] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4143), 1, + ACTIONS(4142), 1, anon_sym_LT_DASH, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89761] = 3, + [89848] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4144), 1, + anon_sym_DASH_GT, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89859] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4146), 1, + anon_sym_RBRACK, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89870] = 3, + ACTIONS(3), 1, + sym_module_comment, + ACTIONS(4148), 1, + anon_sym_RPAREN, + ACTIONS(5), 2, + sym_statement_comment, + sym_comment, + [89881] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4145), 1, + ACTIONS(4150), 1, anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89772] = 3, + [89892] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4147), 1, + ACTIONS(4152), 1, anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89783] = 3, + [89903] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4149), 1, + ACTIONS(4154), 1, anon_sym_LPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89794] = 3, + [89914] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4151), 1, + ACTIONS(4156), 1, anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89805] = 3, + [89925] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4153), 1, - anon_sym_RBRACE, + ACTIONS(4158), 1, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89816] = 3, + [89936] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4155), 1, - anon_sym_COLON, + ACTIONS(4160), 1, + anon_sym_RBRACE, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89827] = 3, + [89947] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(3088), 1, - anon_sym_RPAREN, + ACTIONS(4162), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89838] = 3, + [89958] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(2012), 1, - anon_sym_RPAREN, + ACTIONS(4164), 1, + anon_sym_EQ, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89849] = 3, + [89969] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4157), 1, - anon_sym_RBRACE, + ACTIONS(4166), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89860] = 3, + [89980] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4159), 1, - anon_sym_DOT, + ACTIONS(4168), 1, + anon_sym_RPAREN, ACTIONS(5), 2, sym_statement_comment, sym_comment, - [89871] = 3, + [89991] = 3, ACTIONS(3), 1, sym_module_comment, - ACTIONS(4161), 1, - anon_sym_LPAREN, + ACTIONS(4170), 1, + anon_sym_DASH_GT, ACTIONS(5), 2, sym_statement_comment, sym_comment, @@ -80054,1878 +80149,1882 @@ 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)] = 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)] = 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)] = 2905, - [SMALL_STATE(46)] = 3033, + [SMALL_STATE(16)] = 141, + [SMALL_STATE(17)] = 209, + [SMALL_STATE(18)] = 277, + [SMALL_STATE(19)] = 345, + [SMALL_STATE(20)] = 413, + [SMALL_STATE(21)] = 481, + [SMALL_STATE(22)] = 549, + [SMALL_STATE(23)] = 617, + [SMALL_STATE(24)] = 745, + [SMALL_STATE(25)] = 813, + [SMALL_STATE(26)] = 941, + [SMALL_STATE(27)] = 1013, + [SMALL_STATE(28)] = 1085, + [SMALL_STATE(29)] = 1213, + [SMALL_STATE(30)] = 1281, + [SMALL_STATE(31)] = 1409, + [SMALL_STATE(32)] = 1537, + [SMALL_STATE(33)] = 1605, + [SMALL_STATE(34)] = 1733, + [SMALL_STATE(35)] = 1861, + [SMALL_STATE(36)] = 1989, + [SMALL_STATE(37)] = 2117, + [SMALL_STATE(38)] = 2185, + [SMALL_STATE(39)] = 2313, + [SMALL_STATE(40)] = 2385, + [SMALL_STATE(41)] = 2513, + [SMALL_STATE(42)] = 2581, + [SMALL_STATE(43)] = 2649, + [SMALL_STATE(44)] = 2717, + [SMALL_STATE(45)] = 2845, + [SMALL_STATE(46)] = 2973, [SMALL_STATE(47)] = 3101, - [SMALL_STATE(48)] = 3229, - [SMALL_STATE(49)] = 3297, + [SMALL_STATE(48)] = 3169, + [SMALL_STATE(49)] = 3237, [SMALL_STATE(50)] = 3365, [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(55)] = 3700, + [SMALL_STATE(56)] = 3767, + [SMALL_STATE(57)] = 3838, + [SMALL_STATE(58)] = 3905, + [SMALL_STATE(59)] = 3972, + [SMALL_STATE(60)] = 4041, + [SMALL_STATE(61)] = 4108, + [SMALL_STATE(62)] = 4175, + [SMALL_STATE(63)] = 4244, + [SMALL_STATE(64)] = 4315, + [SMALL_STATE(65)] = 4382, + [SMALL_STATE(66)] = 4449, + [SMALL_STATE(67)] = 4516, + [SMALL_STATE(68)] = 4583, + [SMALL_STATE(69)] = 4650, + [SMALL_STATE(70)] = 4719, + [SMALL_STATE(71)] = 4786, + [SMALL_STATE(72)] = 4853, + [SMALL_STATE(73)] = 4920, + [SMALL_STATE(74)] = 4987, [SMALL_STATE(75)] = 5058, [SMALL_STATE(76)] = 5125, - [SMALL_STATE(77)] = 5192, - [SMALL_STATE(78)] = 5259, - [SMALL_STATE(79)] = 5326, - [SMALL_STATE(80)] = 5393, - [SMALL_STATE(81)] = 5460, - [SMALL_STATE(82)] = 5531, + [SMALL_STATE(77)] = 5194, + [SMALL_STATE(78)] = 5261, + [SMALL_STATE(79)] = 5330, + [SMALL_STATE(80)] = 5397, + [SMALL_STATE(81)] = 5464, + [SMALL_STATE(82)] = 5535, [SMALL_STATE(83)] = 5602, [SMALL_STATE(84)] = 5669, - [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(85)] = 5735, + [SMALL_STATE(86)] = 5801, + [SMALL_STATE(87)] = 5887, + [SMALL_STATE(88)] = 5953, + [SMALL_STATE(89)] = 6019, + [SMALL_STATE(90)] = 6085, + [SMALL_STATE(91)] = 6151, + [SMALL_STATE(92)] = 6219, + [SMALL_STATE(93)] = 6287, + [SMALL_STATE(94)] = 6355, + [SMALL_STATE(95)] = 6421, + [SMALL_STATE(96)] = 6487, + [SMALL_STATE(97)] = 6553, + [SMALL_STATE(98)] = 6639, + [SMALL_STATE(99)] = 6705, + [SMALL_STATE(100)] = 6771, + [SMALL_STATE(101)] = 6837, + [SMALL_STATE(102)] = 6903, + [SMALL_STATE(103)] = 6969, + [SMALL_STATE(104)] = 7055, + [SMALL_STATE(105)] = 7143, + [SMALL_STATE(106)] = 7209, + [SMALL_STATE(107)] = 7289, + [SMALL_STATE(108)] = 7355, + [SMALL_STATE(109)] = 7421, + [SMALL_STATE(110)] = 7487, + [SMALL_STATE(111)] = 7573, + [SMALL_STATE(112)] = 7659, + [SMALL_STATE(113)] = 7725, + [SMALL_STATE(114)] = 7791, + [SMALL_STATE(115)] = 7857, + [SMALL_STATE(116)] = 7923, + [SMALL_STATE(117)] = 7989, + [SMALL_STATE(118)] = 8063, + [SMALL_STATE(119)] = 8129, + [SMALL_STATE(120)] = 8195, + [SMALL_STATE(121)] = 8271, + [SMALL_STATE(122)] = 8337, + [SMALL_STATE(123)] = 8403, + [SMALL_STATE(124)] = 8469, + [SMALL_STATE(125)] = 8535, + [SMALL_STATE(126)] = 8617, + [SMALL_STATE(127)] = 8701, [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(132)] = 9071, + [SMALL_STATE(133)] = 9136, + [SMALL_STATE(134)] = 9221, + [SMALL_STATE(135)] = 9306, + [SMALL_STATE(136)] = 9371, + [SMALL_STATE(137)] = 9436, + [SMALL_STATE(138)] = 9501, + [SMALL_STATE(139)] = 9566, + [SMALL_STATE(140)] = 9631, + [SMALL_STATE(141)] = 9696, + [SMALL_STATE(142)] = 9761, + [SMALL_STATE(143)] = 9826, + [SMALL_STATE(144)] = 9911, + [SMALL_STATE(145)] = 9976, + [SMALL_STATE(146)] = 10061, + [SMALL_STATE(147)] = 10126, + [SMALL_STATE(148)] = 10191, + [SMALL_STATE(149)] = 10276, + [SMALL_STATE(150)] = 10341, + [SMALL_STATE(151)] = 10410, + [SMALL_STATE(152)] = 10475, + [SMALL_STATE(153)] = 10560, + [SMALL_STATE(154)] = 10625, + [SMALL_STATE(155)] = 10708, + [SMALL_STATE(156)] = 10789, + [SMALL_STATE(157)] = 10868, + [SMALL_STATE(158)] = 10953, + [SMALL_STATE(159)] = 11018, + [SMALL_STATE(160)] = 11103, + [SMALL_STATE(161)] = 11178, + [SMALL_STATE(162)] = 11243, + [SMALL_STATE(163)] = 11308, [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(165)] = 11446, + [SMALL_STATE(166)] = 11572, + [SMALL_STATE(167)] = 11698, + [SMALL_STATE(168)] = 11824, + [SMALL_STATE(169)] = 11950, + [SMALL_STATE(170)] = 12076, + [SMALL_STATE(171)] = 12140, + [SMALL_STATE(172)] = 12204, + [SMALL_STATE(173)] = 12268, + [SMALL_STATE(174)] = 12394, + [SMALL_STATE(175)] = 12520, + [SMALL_STATE(176)] = 12643, + [SMALL_STATE(177)] = 12766, + [SMALL_STATE(178)] = 12889, + [SMALL_STATE(179)] = 13012, + [SMALL_STATE(180)] = 13135, + [SMALL_STATE(181)] = 13258, + [SMALL_STATE(182)] = 13381, + [SMALL_STATE(183)] = 13504, + [SMALL_STATE(184)] = 13627, + [SMALL_STATE(185)] = 13750, + [SMALL_STATE(186)] = 13873, + [SMALL_STATE(187)] = 13996, + [SMALL_STATE(188)] = 14063, + [SMALL_STATE(189)] = 14186, + [SMALL_STATE(190)] = 14309, + [SMALL_STATE(191)] = 14432, + [SMALL_STATE(192)] = 14555, + [SMALL_STATE(193)] = 14678, + [SMALL_STATE(194)] = 14801, + [SMALL_STATE(195)] = 14924, + [SMALL_STATE(196)] = 15047, + [SMALL_STATE(197)] = 15170, + [SMALL_STATE(198)] = 15232, + [SMALL_STATE(199)] = 15352, + [SMALL_STATE(200)] = 15470, + [SMALL_STATE(201)] = 15532, + [SMALL_STATE(202)] = 15594, + [SMALL_STATE(203)] = 15660, + [SMALL_STATE(204)] = 15722, + [SMALL_STATE(205)] = 15784, + [SMALL_STATE(206)] = 15846, + [SMALL_STATE(207)] = 15908, + [SMALL_STATE(208)] = 15970, + [SMALL_STATE(209)] = 16032, + [SMALL_STATE(210)] = 16094, + [SMALL_STATE(211)] = 16156, + [SMALL_STATE(212)] = 16222, + [SMALL_STATE(213)] = 16284, + [SMALL_STATE(214)] = 16346, + [SMALL_STATE(215)] = 16409, + [SMALL_STATE(216)] = 16470, + [SMALL_STATE(217)] = 16531, + [SMALL_STATE(218)] = 16592, + [SMALL_STATE(219)] = 16655, + [SMALL_STATE(220)] = 16716, + [SMALL_STATE(221)] = 16779, + [SMALL_STATE(222)] = 16840, + [SMALL_STATE(223)] = 16905, + [SMALL_STATE(224)] = 16966, + [SMALL_STATE(225)] = 17027, + [SMALL_STATE(226)] = 17088, + [SMALL_STATE(227)] = 17148, + [SMALL_STATE(228)] = 17208, + [SMALL_STATE(229)] = 17322, + [SMALL_STATE(230)] = 17382, + [SMALL_STATE(231)] = 17496, + [SMALL_STATE(232)] = 17610, + [SMALL_STATE(233)] = 17722, + [SMALL_STATE(234)] = 17782, + [SMALL_STATE(235)] = 17842, + [SMALL_STATE(236)] = 17956, + [SMALL_STATE(237)] = 18016, + [SMALL_STATE(238)] = 18130, + [SMALL_STATE(239)] = 18190, + [SMALL_STATE(240)] = 18250, + [SMALL_STATE(241)] = 18310, + [SMALL_STATE(242)] = 18370, + [SMALL_STATE(243)] = 18430, + [SMALL_STATE(244)] = 18544, + [SMALL_STATE(245)] = 18658, + [SMALL_STATE(246)] = 18718, + [SMALL_STATE(247)] = 18778, + [SMALL_STATE(248)] = 18838, + [SMALL_STATE(249)] = 18902, + [SMALL_STATE(250)] = 18966, + [SMALL_STATE(251)] = 19080, + [SMALL_STATE(252)] = 19140, + [SMALL_STATE(253)] = 19200, + [SMALL_STATE(254)] = 19260, + [SMALL_STATE(255)] = 19374, + [SMALL_STATE(256)] = 19434, + [SMALL_STATE(257)] = 19548, + [SMALL_STATE(258)] = 19662, + [SMALL_STATE(259)] = 19776, + [SMALL_STATE(260)] = 19836, + [SMALL_STATE(261)] = 19896, + [SMALL_STATE(262)] = 20010, + [SMALL_STATE(263)] = 20070, + [SMALL_STATE(264)] = 20130, + [SMALL_STATE(265)] = 20190, + [SMALL_STATE(266)] = 20250, + [SMALL_STATE(267)] = 20364, + [SMALL_STATE(268)] = 20424, + [SMALL_STATE(269)] = 20484, + [SMALL_STATE(270)] = 20544, + [SMALL_STATE(271)] = 20604, + [SMALL_STATE(272)] = 20664, + [SMALL_STATE(273)] = 20724, + [SMALL_STATE(274)] = 20784, + [SMALL_STATE(275)] = 20844, + [SMALL_STATE(276)] = 20904, + [SMALL_STATE(277)] = 21015, + [SMALL_STATE(278)] = 21126, + [SMALL_STATE(279)] = 21185, + [SMALL_STATE(280)] = 21296, + [SMALL_STATE(281)] = 21355, + [SMALL_STATE(282)] = 21466, + [SMALL_STATE(283)] = 21577, + [SMALL_STATE(284)] = 21688, + [SMALL_STATE(285)] = 21747, + [SMALL_STATE(286)] = 21858, + [SMALL_STATE(287)] = 21969, + [SMALL_STATE(288)] = 22080, + [SMALL_STATE(289)] = 22139, + [SMALL_STATE(290)] = 22198, + [SMALL_STATE(291)] = 22309, + [SMALL_STATE(292)] = 22420, + [SMALL_STATE(293)] = 22531, + [SMALL_STATE(294)] = 22590, + [SMALL_STATE(295)] = 22701, + [SMALL_STATE(296)] = 22812, + [SMALL_STATE(297)] = 22923, + [SMALL_STATE(298)] = 23034, + [SMALL_STATE(299)] = 23145, + [SMALL_STATE(300)] = 23256, + [SMALL_STATE(301)] = 23367, + [SMALL_STATE(302)] = 23478, + [SMALL_STATE(303)] = 23589, + [SMALL_STATE(304)] = 23700, + [SMALL_STATE(305)] = 23759, + [SMALL_STATE(306)] = 23818, + [SMALL_STATE(307)] = 23929, + [SMALL_STATE(308)] = 24040, + [SMALL_STATE(309)] = 24151, + [SMALL_STATE(310)] = 24262, + [SMALL_STATE(311)] = 24373, + [SMALL_STATE(312)] = 24434, + [SMALL_STATE(313)] = 24495, + [SMALL_STATE(314)] = 24606, + [SMALL_STATE(315)] = 24717, + [SMALL_STATE(316)] = 24780, + [SMALL_STATE(317)] = 24891, + [SMALL_STATE(318)] = 25002, + [SMALL_STATE(319)] = 25113, + [SMALL_STATE(320)] = 25174, + [SMALL_STATE(321)] = 25285, + [SMALL_STATE(322)] = 25344, + [SMALL_STATE(323)] = 25455, + [SMALL_STATE(324)] = 25518, + [SMALL_STATE(325)] = 25629, + [SMALL_STATE(326)] = 25740, + [SMALL_STATE(327)] = 25851, + [SMALL_STATE(328)] = 25962, + [SMALL_STATE(329)] = 26023, + [SMALL_STATE(330)] = 26084, + [SMALL_STATE(331)] = 26195, + [SMALL_STATE(332)] = 26306, + [SMALL_STATE(333)] = 26417, + [SMALL_STATE(334)] = 26528, + [SMALL_STATE(335)] = 26639, + [SMALL_STATE(336)] = 26747, + [SMALL_STATE(337)] = 26819, + [SMALL_STATE(338)] = 26927, + [SMALL_STATE(339)] = 27035, + [SMALL_STATE(340)] = 27093, + [SMALL_STATE(341)] = 27201, + [SMALL_STATE(342)] = 27309, + [SMALL_STATE(343)] = 27417, + [SMALL_STATE(344)] = 27525, + [SMALL_STATE(345)] = 27637, + [SMALL_STATE(346)] = 27745, + [SMALL_STATE(347)] = 27853, + [SMALL_STATE(348)] = 27961, + [SMALL_STATE(349)] = 28073, + [SMALL_STATE(350)] = 28181, + [SMALL_STATE(351)] = 28289, + [SMALL_STATE(352)] = 28397, + [SMALL_STATE(353)] = 28505, + [SMALL_STATE(354)] = 28613, + [SMALL_STATE(355)] = 28721, + [SMALL_STATE(356)] = 28833, + [SMALL_STATE(357)] = 28941, + [SMALL_STATE(358)] = 29049, + [SMALL_STATE(359)] = 29157, + [SMALL_STATE(360)] = 29265, + [SMALL_STATE(361)] = 29373, + [SMALL_STATE(362)] = 29481, + [SMALL_STATE(363)] = 29589, + [SMALL_STATE(364)] = 29697, + [SMALL_STATE(365)] = 29755, + [SMALL_STATE(366)] = 29863, + [SMALL_STATE(367)] = 29971, + [SMALL_STATE(368)] = 30079, + [SMALL_STATE(369)] = 30187, + [SMALL_STATE(370)] = 30295, + [SMALL_STATE(371)] = 30403, + [SMALL_STATE(372)] = 30511, + [SMALL_STATE(373)] = 30619, + [SMALL_STATE(374)] = 30727, + [SMALL_STATE(375)] = 30835, + [SMALL_STATE(376)] = 30943, + [SMALL_STATE(377)] = 31051, + [SMALL_STATE(378)] = 31159, + [SMALL_STATE(379)] = 31271, + [SMALL_STATE(380)] = 31379, + [SMALL_STATE(381)] = 31487, + [SMALL_STATE(382)] = 31595, + [SMALL_STATE(383)] = 31707, + [SMALL_STATE(384)] = 31815, + [SMALL_STATE(385)] = 31923, + [SMALL_STATE(386)] = 32031, + [SMALL_STATE(387)] = 32139, + [SMALL_STATE(388)] = 32247, + [SMALL_STATE(389)] = 32355, + [SMALL_STATE(390)] = 32463, + [SMALL_STATE(391)] = 32571, + [SMALL_STATE(392)] = 32651, + [SMALL_STATE(393)] = 32763, + [SMALL_STATE(394)] = 32871, + [SMALL_STATE(395)] = 32983, + [SMALL_STATE(396)] = 33095, + [SMALL_STATE(397)] = 33203, + [SMALL_STATE(398)] = 33311, + [SMALL_STATE(399)] = 33419, + [SMALL_STATE(400)] = 33527, + [SMALL_STATE(401)] = 33635, + [SMALL_STATE(402)] = 33743, + [SMALL_STATE(403)] = 33801, + [SMALL_STATE(404)] = 33909, + [SMALL_STATE(405)] = 33967, + [SMALL_STATE(406)] = 34075, + [SMALL_STATE(407)] = 34183, + [SMALL_STATE(408)] = 34291, + [SMALL_STATE(409)] = 34399, + [SMALL_STATE(410)] = 34507, + [SMALL_STATE(411)] = 34565, + [SMALL_STATE(412)] = 34623, + [SMALL_STATE(413)] = 34681, + [SMALL_STATE(414)] = 34793, + [SMALL_STATE(415)] = 34905, + [SMALL_STATE(416)] = 35013, + [SMALL_STATE(417)] = 35121, + [SMALL_STATE(418)] = 35229, + [SMALL_STATE(419)] = 35287, + [SMALL_STATE(420)] = 35345, + [SMALL_STATE(421)] = 35403, + [SMALL_STATE(422)] = 35461, + [SMALL_STATE(423)] = 35569, + [SMALL_STATE(424)] = 35677, + [SMALL_STATE(425)] = 35789, + [SMALL_STATE(426)] = 35897, + [SMALL_STATE(427)] = 36005, + [SMALL_STATE(428)] = 36117, + [SMALL_STATE(429)] = 36175, + [SMALL_STATE(430)] = 36241, + [SMALL_STATE(431)] = 36349, + [SMALL_STATE(432)] = 36417, + [SMALL_STATE(433)] = 36529, + [SMALL_STATE(434)] = 36603, + [SMALL_STATE(435)] = 36679, + [SMALL_STATE(436)] = 36741, + [SMALL_STATE(437)] = 36799, + [SMALL_STATE(438)] = 36907, + [SMALL_STATE(439)] = 36985, + [SMALL_STATE(440)] = 37063, + [SMALL_STATE(441)] = 37175, + [SMALL_STATE(442)] = 37233, + [SMALL_STATE(443)] = 37341, + [SMALL_STATE(444)] = 37449, + [SMALL_STATE(445)] = 37507, + [SMALL_STATE(446)] = 37615, + [SMALL_STATE(447)] = 37727, + [SMALL_STATE(448)] = 37835, + [SMALL_STATE(449)] = 37943, + [SMALL_STATE(450)] = 38051, + [SMALL_STATE(451)] = 38159, + [SMALL_STATE(452)] = 38267, + [SMALL_STATE(453)] = 38375, + [SMALL_STATE(454)] = 38483, + [SMALL_STATE(455)] = 38591, + [SMALL_STATE(456)] = 38699, + [SMALL_STATE(457)] = 38807, + [SMALL_STATE(458)] = 38915, + [SMALL_STATE(459)] = 39023, + [SMALL_STATE(460)] = 39131, + [SMALL_STATE(461)] = 39239, + [SMALL_STATE(462)] = 39297, + [SMALL_STATE(463)] = 39405, + [SMALL_STATE(464)] = 39483, + [SMALL_STATE(465)] = 39541, + [SMALL_STATE(466)] = 39599, + [SMALL_STATE(467)] = 39657, + [SMALL_STATE(468)] = 39765, + [SMALL_STATE(469)] = 39823, + [SMALL_STATE(470)] = 39935, + [SMALL_STATE(471)] = 40043, + [SMALL_STATE(472)] = 40151, + [SMALL_STATE(473)] = 40259, + [SMALL_STATE(474)] = 40367, + [SMALL_STATE(475)] = 40475, + [SMALL_STATE(476)] = 40587, + [SMALL_STATE(477)] = 40695, + [SMALL_STATE(478)] = 40803, + [SMALL_STATE(479)] = 40911, + [SMALL_STATE(480)] = 41019, + [SMALL_STATE(481)] = 41127, + [SMALL_STATE(482)] = 41235, + [SMALL_STATE(483)] = 41343, + [SMALL_STATE(484)] = 41455, + [SMALL_STATE(485)] = 41563, + [SMALL_STATE(486)] = 41671, + [SMALL_STATE(487)] = 41779, + [SMALL_STATE(488)] = 41887, + [SMALL_STATE(489)] = 41995, + [SMALL_STATE(490)] = 42103, + [SMALL_STATE(491)] = 42211, + [SMALL_STATE(492)] = 42319, + [SMALL_STATE(493)] = 42427, + [SMALL_STATE(494)] = 42505, + [SMALL_STATE(495)] = 42613, + [SMALL_STATE(496)] = 42725, + [SMALL_STATE(497)] = 42833, + [SMALL_STATE(498)] = 42945, + [SMALL_STATE(499)] = 43053, + [SMALL_STATE(500)] = 43161, + [SMALL_STATE(501)] = 43269, + [SMALL_STATE(502)] = 43377, + [SMALL_STATE(503)] = 43455, + [SMALL_STATE(504)] = 43563, + [SMALL_STATE(505)] = 43671, + [SMALL_STATE(506)] = 43783, + [SMALL_STATE(507)] = 43891, + [SMALL_STATE(508)] = 43999, + [SMALL_STATE(509)] = 44107, + [SMALL_STATE(510)] = 44184, + [SMALL_STATE(511)] = 44261, + [SMALL_STATE(512)] = 44338, + [SMALL_STATE(513)] = 44395, + [SMALL_STATE(514)] = 44456, + [SMALL_STATE(515)] = 44531, + [SMALL_STATE(516)] = 44608, + [SMALL_STATE(517)] = 44681, + [SMALL_STATE(518)] = 44752, + [SMALL_STATE(519)] = 44819, + [SMALL_STATE(520)] = 44884, + [SMALL_STATE(521)] = 44941, + [SMALL_STATE(522)] = 45050, + [SMALL_STATE(523)] = 45127, + [SMALL_STATE(524)] = 45204, + [SMALL_STATE(525)] = 45281, + [SMALL_STATE(526)] = 45358, + [SMALL_STATE(527)] = 45435, + [SMALL_STATE(528)] = 45512, + [SMALL_STATE(529)] = 45618, + [SMALL_STATE(530)] = 45724, + [SMALL_STATE(531)] = 45830, + [SMALL_STATE(532)] = 45936, + [SMALL_STATE(533)] = 46042, + [SMALL_STATE(534)] = 46148, + [SMALL_STATE(535)] = 46254, + [SMALL_STATE(536)] = 46360, + [SMALL_STATE(537)] = 46466, + [SMALL_STATE(538)] = 46572, + [SMALL_STATE(539)] = 46678, + [SMALL_STATE(540)] = 46784, + [SMALL_STATE(541)] = 46890, + [SMALL_STATE(542)] = 46996, + [SMALL_STATE(543)] = 47102, + [SMALL_STATE(544)] = 47208, + [SMALL_STATE(545)] = 47314, + [SMALL_STATE(546)] = 47420, + [SMALL_STATE(547)] = 47475, + [SMALL_STATE(548)] = 47530, + [SMALL_STATE(549)] = 47585, + [SMALL_STATE(550)] = 47640, + [SMALL_STATE(551)] = 47693, + [SMALL_STATE(552)] = 47746, + [SMALL_STATE(553)] = 47799, + [SMALL_STATE(554)] = 47852, + [SMALL_STATE(555)] = 47905, + [SMALL_STATE(556)] = 47960, + [SMALL_STATE(557)] = 48014, + [SMALL_STATE(558)] = 48064, + [SMALL_STATE(559)] = 48114, + [SMALL_STATE(560)] = 48168, + [SMALL_STATE(561)] = 48218, + [SMALL_STATE(562)] = 48268, + [SMALL_STATE(563)] = 48322, + [SMALL_STATE(564)] = 48376, + [SMALL_STATE(565)] = 48426, + [SMALL_STATE(566)] = 48476, + [SMALL_STATE(567)] = 48526, + [SMALL_STATE(568)] = 48576, + [SMALL_STATE(569)] = 48626, + [SMALL_STATE(570)] = 48680, + [SMALL_STATE(571)] = 48730, + [SMALL_STATE(572)] = 48780, + [SMALL_STATE(573)] = 48830, + [SMALL_STATE(574)] = 48880, + [SMALL_STATE(575)] = 48930, + [SMALL_STATE(576)] = 48980, + [SMALL_STATE(577)] = 49030, + [SMALL_STATE(578)] = 49080, + [SMALL_STATE(579)] = 49129, + [SMALL_STATE(580)] = 49178, + [SMALL_STATE(581)] = 49227, + [SMALL_STATE(582)] = 49276, + [SMALL_STATE(583)] = 49325, + [SMALL_STATE(584)] = 49374, + [SMALL_STATE(585)] = 49425, + [SMALL_STATE(586)] = 49476, + [SMALL_STATE(587)] = 49525, + [SMALL_STATE(588)] = 49574, + [SMALL_STATE(589)] = 49625, + [SMALL_STATE(590)] = 49673, + [SMALL_STATE(591)] = 49729, + [SMALL_STATE(592)] = 49795, + [SMALL_STATE(593)] = 49843, + [SMALL_STATE(594)] = 49891, + [SMALL_STATE(595)] = 49939, + [SMALL_STATE(596)] = 49987, + [SMALL_STATE(597)] = 50035, + [SMALL_STATE(598)] = 50083, + [SMALL_STATE(599)] = 50131, + [SMALL_STATE(600)] = 50179, + [SMALL_STATE(601)] = 50227, + [SMALL_STATE(602)] = 50295, + [SMALL_STATE(603)] = 50359, + [SMALL_STATE(604)] = 50407, + [SMALL_STATE(605)] = 50455, + [SMALL_STATE(606)] = 50503, + [SMALL_STATE(607)] = 50551, + [SMALL_STATE(608)] = 50599, + [SMALL_STATE(609)] = 50661, + [SMALL_STATE(610)] = 50719, + [SMALL_STATE(611)] = 50767, + [SMALL_STATE(612)] = 50815, + [SMALL_STATE(613)] = 50863, + [SMALL_STATE(614)] = 50911, + [SMALL_STATE(615)] = 50959, + [SMALL_STATE(616)] = 51007, + [SMALL_STATE(617)] = 51055, + [SMALL_STATE(618)] = 51103, + [SMALL_STATE(619)] = 51151, + [SMALL_STATE(620)] = 51199, + [SMALL_STATE(621)] = 51267, + [SMALL_STATE(622)] = 51315, + [SMALL_STATE(623)] = 51367, + [SMALL_STATE(624)] = 51415, + [SMALL_STATE(625)] = 51463, + [SMALL_STATE(626)] = 51511, + [SMALL_STATE(627)] = 51559, + [SMALL_STATE(628)] = 51607, + [SMALL_STATE(629)] = 51655, + [SMALL_STATE(630)] = 51723, + [SMALL_STATE(631)] = 51771, + [SMALL_STATE(632)] = 51819, + [SMALL_STATE(633)] = 51867, + [SMALL_STATE(634)] = 51915, + [SMALL_STATE(635)] = 51963, + [SMALL_STATE(636)] = 52031, + [SMALL_STATE(637)] = 52079, + [SMALL_STATE(638)] = 52147, + [SMALL_STATE(639)] = 52198, + [SMALL_STATE(640)] = 52249, + [SMALL_STATE(641)] = 52300, + [SMALL_STATE(642)] = 52350, + [SMALL_STATE(643)] = 52400, + [SMALL_STATE(644)] = 52446, + [SMALL_STATE(645)] = 52495, + [SMALL_STATE(646)] = 52540, + [SMALL_STATE(647)] = 52585, + [SMALL_STATE(648)] = 52630, + [SMALL_STATE(649)] = 52675, + [SMALL_STATE(650)] = 52724, + [SMALL_STATE(651)] = 52769, + [SMALL_STATE(652)] = 52818, + [SMALL_STATE(653)] = 52867, + [SMALL_STATE(654)] = 52912, + [SMALL_STATE(655)] = 52961, + [SMALL_STATE(656)] = 53012, + [SMALL_STATE(657)] = 53057, + [SMALL_STATE(658)] = 53106, + [SMALL_STATE(659)] = 53151, + [SMALL_STATE(660)] = 53196, + [SMALL_STATE(661)] = 53247, + [SMALL_STATE(662)] = 53292, + [SMALL_STATE(663)] = 53337, + [SMALL_STATE(664)] = 53382, + [SMALL_STATE(665)] = 53430, + [SMALL_STATE(666)] = 53476, + [SMALL_STATE(667)] = 53520, + [SMALL_STATE(668)] = 53564, + [SMALL_STATE(669)] = 53608, + [SMALL_STATE(670)] = 53656, + [SMALL_STATE(671)] = 53740, + [SMALL_STATE(672)] = 53824, + [SMALL_STATE(673)] = 53868, + [SMALL_STATE(674)] = 53952, + [SMALL_STATE(675)] = 54036, + [SMALL_STATE(676)] = 54084, + [SMALL_STATE(677)] = 54132, + [SMALL_STATE(678)] = 54178, + [SMALL_STATE(679)] = 54262, + [SMALL_STATE(680)] = 54308, + [SMALL_STATE(681)] = 54356, + [SMALL_STATE(682)] = 54402, + [SMALL_STATE(683)] = 54446, + [SMALL_STATE(684)] = 54530, + [SMALL_STATE(685)] = 54574, + [SMALL_STATE(686)] = 54620, + [SMALL_STATE(687)] = 54666, + [SMALL_STATE(688)] = 54710, + [SMALL_STATE(689)] = 54756, + [SMALL_STATE(690)] = 54800, + [SMALL_STATE(691)] = 54884, + [SMALL_STATE(692)] = 54932, + [SMALL_STATE(693)] = 54976, + [SMALL_STATE(694)] = 55020, + [SMALL_STATE(695)] = 55064, + [SMALL_STATE(696)] = 55108, + [SMALL_STATE(697)] = 55152, + [SMALL_STATE(698)] = 55196, + [SMALL_STATE(699)] = 55240, + [SMALL_STATE(700)] = 55284, + [SMALL_STATE(701)] = 55328, + [SMALL_STATE(702)] = 55372, + [SMALL_STATE(703)] = 55416, + [SMALL_STATE(704)] = 55460, + [SMALL_STATE(705)] = 55504, + [SMALL_STATE(706)] = 55547, + [SMALL_STATE(707)] = 55590, + [SMALL_STATE(708)] = 55633, + [SMALL_STATE(709)] = 55676, + [SMALL_STATE(710)] = 55719, + [SMALL_STATE(711)] = 55762, + [SMALL_STATE(712)] = 55805, + [SMALL_STATE(713)] = 55848, + [SMALL_STATE(714)] = 55891, + [SMALL_STATE(715)] = 55934, + [SMALL_STATE(716)] = 55977, + [SMALL_STATE(717)] = 56020, + [SMALL_STATE(718)] = 56063, + [SMALL_STATE(719)] = 56106, + [SMALL_STATE(720)] = 56149, + [SMALL_STATE(721)] = 56192, + [SMALL_STATE(722)] = 56235, + [SMALL_STATE(723)] = 56278, + [SMALL_STATE(724)] = 56321, + [SMALL_STATE(725)] = 56364, + [SMALL_STATE(726)] = 56407, + [SMALL_STATE(727)] = 56488, + [SMALL_STATE(728)] = 56531, + [SMALL_STATE(729)] = 56574, + [SMALL_STATE(730)] = 56617, + [SMALL_STATE(731)] = 56660, + [SMALL_STATE(732)] = 56703, + [SMALL_STATE(733)] = 56746, + [SMALL_STATE(734)] = 56789, + [SMALL_STATE(735)] = 56832, + [SMALL_STATE(736)] = 56875, + [SMALL_STATE(737)] = 56918, + [SMALL_STATE(738)] = 56975, + [SMALL_STATE(739)] = 57018, + [SMALL_STATE(740)] = 57061, + [SMALL_STATE(741)] = 57104, + [SMALL_STATE(742)] = 57147, + [SMALL_STATE(743)] = 57190, + [SMALL_STATE(744)] = 57233, + [SMALL_STATE(745)] = 57276, + [SMALL_STATE(746)] = 57319, + [SMALL_STATE(747)] = 57362, + [SMALL_STATE(748)] = 57405, + [SMALL_STATE(749)] = 57448, + [SMALL_STATE(750)] = 57491, + [SMALL_STATE(751)] = 57534, + [SMALL_STATE(752)] = 57577, + [SMALL_STATE(753)] = 57620, + [SMALL_STATE(754)] = 57663, + [SMALL_STATE(755)] = 57706, + [SMALL_STATE(756)] = 57749, + [SMALL_STATE(757)] = 57792, + [SMALL_STATE(758)] = 57875, + [SMALL_STATE(759)] = 57918, + [SMALL_STATE(760)] = 57975, + [SMALL_STATE(761)] = 58018, + [SMALL_STATE(762)] = 58075, + [SMALL_STATE(763)] = 58118, + [SMALL_STATE(764)] = 58161, + [SMALL_STATE(765)] = 58204, + [SMALL_STATE(766)] = 58247, + [SMALL_STATE(767)] = 58330, + [SMALL_STATE(768)] = 58373, + [SMALL_STATE(769)] = 58416, + [SMALL_STATE(770)] = 58473, + [SMALL_STATE(771)] = 58516, + [SMALL_STATE(772)] = 58559, + [SMALL_STATE(773)] = 58640, + [SMALL_STATE(774)] = 58697, + [SMALL_STATE(775)] = 58780, + [SMALL_STATE(776)] = 58823, + [SMALL_STATE(777)] = 58866, + [SMALL_STATE(778)] = 58909, + [SMALL_STATE(779)] = 58952, + [SMALL_STATE(780)] = 58995, + [SMALL_STATE(781)] = 59038, + [SMALL_STATE(782)] = 59081, + [SMALL_STATE(783)] = 59124, + [SMALL_STATE(784)] = 59167, + [SMALL_STATE(785)] = 59210, + [SMALL_STATE(786)] = 59253, + [SMALL_STATE(787)] = 59296, + [SMALL_STATE(788)] = 59339, + [SMALL_STATE(789)] = 59382, + [SMALL_STATE(790)] = 59425, + [SMALL_STATE(791)] = 59468, + [SMALL_STATE(792)] = 59525, + [SMALL_STATE(793)] = 59568, + [SMALL_STATE(794)] = 59640, + [SMALL_STATE(795)] = 59712, + [SMALL_STATE(796)] = 59754, + [SMALL_STATE(797)] = 59826, + [SMALL_STATE(798)] = 59898, + [SMALL_STATE(799)] = 59970, + [SMALL_STATE(800)] = 60042, + [SMALL_STATE(801)] = 60114, + [SMALL_STATE(802)] = 60170, + [SMALL_STATE(803)] = 60242, + [SMALL_STATE(804)] = 60314, + [SMALL_STATE(805)] = 60364, + [SMALL_STATE(806)] = 60436, + [SMALL_STATE(807)] = 60508, + [SMALL_STATE(808)] = 60560, + [SMALL_STATE(809)] = 60614, + [SMALL_STATE(810)] = 60686, + [SMALL_STATE(811)] = 60746, + [SMALL_STATE(812)] = 60818, + [SMALL_STATE(813)] = 60874, + [SMALL_STATE(814)] = 60930, + [SMALL_STATE(815)] = 60988, + [SMALL_STATE(816)] = 61032, + [SMALL_STATE(817)] = 61104, + [SMALL_STATE(818)] = 61150, + [SMALL_STATE(819)] = 61222, + [SMALL_STATE(820)] = 61278, + [SMALL_STATE(821)] = 61338, + [SMALL_STATE(822)] = 61398, + [SMALL_STATE(823)] = 61451, + [SMALL_STATE(824)] = 61524, + [SMALL_STATE(825)] = 61601, + [SMALL_STATE(826)] = 61678, + [SMALL_STATE(827)] = 61753, + [SMALL_STATE(828)] = 61806, + [SMALL_STATE(829)] = 61883, + [SMALL_STATE(830)] = 61958, + [SMALL_STATE(831)] = 62035, + [SMALL_STATE(832)] = 62112, + [SMALL_STATE(833)] = 62189, + [SMALL_STATE(834)] = 62266, + [SMALL_STATE(835)] = 62319, + [SMALL_STATE(836)] = 62393, + [SMALL_STATE(837)] = 62467, + [SMALL_STATE(838)] = 62541, + [SMALL_STATE(839)] = 62615, + [SMALL_STATE(840)] = 62689, + [SMALL_STATE(841)] = 62763, + [SMALL_STATE(842)] = 62837, + [SMALL_STATE(843)] = 62911, + [SMALL_STATE(844)] = 62974, + [SMALL_STATE(845)] = 63037, + [SMALL_STATE(846)] = 63100, + [SMALL_STATE(847)] = 63163, + [SMALL_STATE(848)] = 63234, + [SMALL_STATE(849)] = 63291, + [SMALL_STATE(850)] = 63362, + [SMALL_STATE(851)] = 63433, + [SMALL_STATE(852)] = 63476, + [SMALL_STATE(853)] = 63519, + [SMALL_STATE(854)] = 63582, + [SMALL_STATE(855)] = 63645, + [SMALL_STATE(856)] = 63716, + [SMALL_STATE(857)] = 63759, + [SMALL_STATE(858)] = 63830, + [SMALL_STATE(859)] = 63901, + [SMALL_STATE(860)] = 63972, + [SMALL_STATE(861)] = 64035, + [SMALL_STATE(862)] = 64106, + [SMALL_STATE(863)] = 64148, + [SMALL_STATE(864)] = 64214, + [SMALL_STATE(865)] = 64280, + [SMALL_STATE(866)] = 64340, + [SMALL_STATE(867)] = 64406, + [SMALL_STATE(868)] = 64448, + [SMALL_STATE(869)] = 64490, + [SMALL_STATE(870)] = 64528, + [SMALL_STATE(871)] = 64566, + [SMALL_STATE(872)] = 64604, + [SMALL_STATE(873)] = 64664, + [SMALL_STATE(874)] = 64706, + [SMALL_STATE(875)] = 64772, + [SMALL_STATE(876)] = 64810, + [SMALL_STATE(877)] = 64848, + [SMALL_STATE(878)] = 64886, + [SMALL_STATE(879)] = 64946, + [SMALL_STATE(880)] = 65006, + [SMALL_STATE(881)] = 65072, + [SMALL_STATE(882)] = 65132, + [SMALL_STATE(883)] = 65198, + [SMALL_STATE(884)] = 65236, + [SMALL_STATE(885)] = 65302, + [SMALL_STATE(886)] = 65368, + [SMALL_STATE(887)] = 65436, + [SMALL_STATE(888)] = 65474, + [SMALL_STATE(889)] = 65540, + [SMALL_STATE(890)] = 65578, + [SMALL_STATE(891)] = 65616, + [SMALL_STATE(892)] = 65654, + [SMALL_STATE(893)] = 65720, + [SMALL_STATE(894)] = 65786, + [SMALL_STATE(895)] = 65824, + [SMALL_STATE(896)] = 65862, + [SMALL_STATE(897)] = 65900, + [SMALL_STATE(898)] = 65968, + [SMALL_STATE(899)] = 66034, + [SMALL_STATE(900)] = 66094, + [SMALL_STATE(901)] = 66154, + [SMALL_STATE(902)] = 66214, + [SMALL_STATE(903)] = 66280, + [SMALL_STATE(904)] = 66318, + [SMALL_STATE(905)] = 66356, + [SMALL_STATE(906)] = 66393, + [SMALL_STATE(907)] = 66456, + [SMALL_STATE(908)] = 66521, + [SMALL_STATE(909)] = 66582, + [SMALL_STATE(910)] = 66645, + [SMALL_STATE(911)] = 66690, + [SMALL_STATE(912)] = 66727, + [SMALL_STATE(913)] = 66768, + [SMALL_STATE(914)] = 66823, + [SMALL_STATE(915)] = 66860, + [SMALL_STATE(916)] = 66915, + [SMALL_STATE(917)] = 66978, + [SMALL_STATE(918)] = 67041, + [SMALL_STATE(919)] = 67104, + [SMALL_STATE(920)] = 67159, + [SMALL_STATE(921)] = 67196, + [SMALL_STATE(922)] = 67259, + [SMALL_STATE(923)] = 67322, + [SMALL_STATE(924)] = 67377, + [SMALL_STATE(925)] = 67442, + [SMALL_STATE(926)] = 67505, + [SMALL_STATE(927)] = 67568, + [SMALL_STATE(928)] = 67623, + [SMALL_STATE(929)] = 67660, + [SMALL_STATE(930)] = 67723, + [SMALL_STATE(931)] = 67788, + [SMALL_STATE(932)] = 67827, + [SMALL_STATE(933)] = 67890, + [SMALL_STATE(934)] = 67929, + [SMALL_STATE(935)] = 67992, + [SMALL_STATE(936)] = 68031, + [SMALL_STATE(937)] = 68078, + [SMALL_STATE(938)] = 68127, + [SMALL_STATE(939)] = 68178, + [SMALL_STATE(940)] = 68231, + [SMALL_STATE(941)] = 68268, + [SMALL_STATE(942)] = 68323, + [SMALL_STATE(943)] = 68360, + [SMALL_STATE(944)] = 68397, + [SMALL_STATE(945)] = 68452, + [SMALL_STATE(946)] = 68515, + [SMALL_STATE(947)] = 68575, + [SMALL_STATE(948)] = 68629, + [SMALL_STATE(949)] = 68689, + [SMALL_STATE(950)] = 68749, + [SMALL_STATE(951)] = 68803, + [SMALL_STATE(952)] = 68863, + [SMALL_STATE(953)] = 68899, + [SMALL_STATE(954)] = 68935, + [SMALL_STATE(955)] = 68989, + [SMALL_STATE(956)] = 69049, + [SMALL_STATE(957)] = 69085, + [SMALL_STATE(958)] = 69121, + [SMALL_STATE(959)] = 69161, + [SMALL_STATE(960)] = 69213, + [SMALL_STATE(961)] = 69249, + [SMALL_STATE(962)] = 69303, + [SMALL_STATE(963)] = 69339, + [SMALL_STATE(964)] = 69375, + [SMALL_STATE(965)] = 69411, + [SMALL_STATE(966)] = 69447, + [SMALL_STATE(967)] = 69497, + [SMALL_STATE(968)] = 69551, + [SMALL_STATE(969)] = 69599, + [SMALL_STATE(970)] = 69645, + [SMALL_STATE(971)] = 69699, + [SMALL_STATE(972)] = 69743, + [SMALL_STATE(973)] = 69779, + [SMALL_STATE(974)] = 69839, + [SMALL_STATE(975)] = 69899, + [SMALL_STATE(976)] = 69953, + [SMALL_STATE(977)] = 70013, + [SMALL_STATE(978)] = 70073, + [SMALL_STATE(979)] = 70127, + [SMALL_STATE(980)] = 70167, + [SMALL_STATE(981)] = 70227, + [SMALL_STATE(982)] = 70281, + [SMALL_STATE(983)] = 70341, + [SMALL_STATE(984)] = 70401, + [SMALL_STATE(985)] = 70437, + [SMALL_STATE(986)] = 70491, + [SMALL_STATE(987)] = 70551, + [SMALL_STATE(988)] = 70611, + [SMALL_STATE(989)] = 70647, + [SMALL_STATE(990)] = 70707, + [SMALL_STATE(991)] = 70767, + [SMALL_STATE(992)] = 70821, + [SMALL_STATE(993)] = 70875, + [SMALL_STATE(994)] = 70929, + [SMALL_STATE(995)] = 70965, + [SMALL_STATE(996)] = 71019, + [SMALL_STATE(997)] = 71073, + [SMALL_STATE(998)] = 71127, + [SMALL_STATE(999)] = 71181, + [SMALL_STATE(1000)] = 71217, + [SMALL_STATE(1001)] = 71271, + [SMALL_STATE(1002)] = 71325, + [SMALL_STATE(1003)] = 71379, + [SMALL_STATE(1004)] = 71433, + [SMALL_STATE(1005)] = 71469, + [SMALL_STATE(1006)] = 71529, + [SMALL_STATE(1007)] = 71583, + [SMALL_STATE(1008)] = 71637, + [SMALL_STATE(1009)] = 71691, + [SMALL_STATE(1010)] = 71745, + [SMALL_STATE(1011)] = 71799, + [SMALL_STATE(1012)] = 71835, + [SMALL_STATE(1013)] = 71895, + [SMALL_STATE(1014)] = 71955, + [SMALL_STATE(1015)] = 71991, + [SMALL_STATE(1016)] = 72029, + [SMALL_STATE(1017)] = 72083, + [SMALL_STATE(1018)] = 72137, + [SMALL_STATE(1019)] = 72191, + [SMALL_STATE(1020)] = 72245, + [SMALL_STATE(1021)] = 72281, + [SMALL_STATE(1022)] = 72317, + [SMALL_STATE(1023)] = 72371, + [SMALL_STATE(1024)] = 72407, + [SMALL_STATE(1025)] = 72461, + [SMALL_STATE(1026)] = 72518, + [SMALL_STATE(1027)] = 72555, + [SMALL_STATE(1028)] = 72612, + [SMALL_STATE(1029)] = 72669, + [SMALL_STATE(1030)] = 72726, + [SMALL_STATE(1031)] = 72763, + [SMALL_STATE(1032)] = 72798, + [SMALL_STATE(1033)] = 72855, + [SMALL_STATE(1034)] = 72912, + [SMALL_STATE(1035)] = 72969, + [SMALL_STATE(1036)] = 73026, + [SMALL_STATE(1037)] = 73083, + [SMALL_STATE(1038)] = 73140, + [SMALL_STATE(1039)] = 73174, + [SMALL_STATE(1040)] = 73222, + [SMALL_STATE(1041)] = 73256, + [SMALL_STATE(1042)] = 73290, + [SMALL_STATE(1043)] = 73332, + [SMALL_STATE(1044)] = 73382, + [SMALL_STATE(1045)] = 73416, + [SMALL_STATE(1046)] = 73450, + [SMALL_STATE(1047)] = 73484, + [SMALL_STATE(1048)] = 73518, + [SMALL_STATE(1049)] = 73552, + [SMALL_STATE(1050)] = 73590, + [SMALL_STATE(1051)] = 73636, + [SMALL_STATE(1052)] = 73680, + [SMALL_STATE(1053)] = 73722, + [SMALL_STATE(1054)] = 73756, + [SMALL_STATE(1055)] = 73806, + [SMALL_STATE(1056)] = 73840, + [SMALL_STATE(1057)] = 73874, + [SMALL_STATE(1058)] = 73908, + [SMALL_STATE(1059)] = 73942, + [SMALL_STATE(1060)] = 73976, + [SMALL_STATE(1061)] = 74010, + [SMALL_STATE(1062)] = 74048, + [SMALL_STATE(1063)] = 74082, + [SMALL_STATE(1064)] = 74116, + [SMALL_STATE(1065)] = 74150, + [SMALL_STATE(1066)] = 74184, + [SMALL_STATE(1067)] = 74218, + [SMALL_STATE(1068)] = 74266, + [SMALL_STATE(1069)] = 74312, + [SMALL_STATE(1070)] = 74356, + [SMALL_STATE(1071)] = 74390, + [SMALL_STATE(1072)] = 74424, + [SMALL_STATE(1073)] = 74458, + [SMALL_STATE(1074)] = 74492, + [SMALL_STATE(1075)] = 74526, + [SMALL_STATE(1076)] = 74560, + [SMALL_STATE(1077)] = 74594, + [SMALL_STATE(1078)] = 74626, + [SMALL_STATE(1079)] = 74676, + [SMALL_STATE(1080)] = 74710, + [SMALL_STATE(1081)] = 74744, + [SMALL_STATE(1082)] = 74791, + [SMALL_STATE(1083)] = 74838, + [SMALL_STATE(1084)] = 74885, + [SMALL_STATE(1085)] = 74932, + [SMALL_STATE(1086)] = 74979, + [SMALL_STATE(1087)] = 75026, + [SMALL_STATE(1088)] = 75054, + [SMALL_STATE(1089)] = 75098, + [SMALL_STATE(1090)] = 75142, + [SMALL_STATE(1091)] = 75186, + [SMALL_STATE(1092)] = 75230, + [SMALL_STATE(1093)] = 75274, + [SMALL_STATE(1094)] = 75300, + [SMALL_STATE(1095)] = 75344, + [SMALL_STATE(1096)] = 75388, + [SMALL_STATE(1097)] = 75432, + [SMALL_STATE(1098)] = 75462, + [SMALL_STATE(1099)] = 75506, + [SMALL_STATE(1100)] = 75550, + [SMALL_STATE(1101)] = 75591, + [SMALL_STATE(1102)] = 75632, + [SMALL_STATE(1103)] = 75673, + [SMALL_STATE(1104)] = 75698, + [SMALL_STATE(1105)] = 75739, + [SMALL_STATE(1106)] = 75782, + [SMALL_STATE(1107)] = 75825, + [SMALL_STATE(1108)] = 75866, + [SMALL_STATE(1109)] = 75907, + [SMALL_STATE(1110)] = 75948, + [SMALL_STATE(1111)] = 75991, + [SMALL_STATE(1112)] = 76032, + [SMALL_STATE(1113)] = 76073, + [SMALL_STATE(1114)] = 76102, + [SMALL_STATE(1115)] = 76143, + [SMALL_STATE(1116)] = 76184, + [SMALL_STATE(1117)] = 76222, + [SMALL_STATE(1118)] = 76260, + [SMALL_STATE(1119)] = 76298, + [SMALL_STATE(1120)] = 76336, + [SMALL_STATE(1121)] = 76374, + [SMALL_STATE(1122)] = 76412, + [SMALL_STATE(1123)] = 76450, + [SMALL_STATE(1124)] = 76488, + [SMALL_STATE(1125)] = 76526, + [SMALL_STATE(1126)] = 76566, + [SMALL_STATE(1127)] = 76606, + [SMALL_STATE(1128)] = 76644, + [SMALL_STATE(1129)] = 76684, + [SMALL_STATE(1130)] = 76722, + [SMALL_STATE(1131)] = 76760, + [SMALL_STATE(1132)] = 76784, + [SMALL_STATE(1133)] = 76822, + [SMALL_STATE(1134)] = 76846, + [SMALL_STATE(1135)] = 76884, + [SMALL_STATE(1136)] = 76922, + [SMALL_STATE(1137)] = 76960, + [SMALL_STATE(1138)] = 76998, + [SMALL_STATE(1139)] = 77036, + [SMALL_STATE(1140)] = 77074, + [SMALL_STATE(1141)] = 77098, + [SMALL_STATE(1142)] = 77136, + [SMALL_STATE(1143)] = 77174, + [SMALL_STATE(1144)] = 77212, + [SMALL_STATE(1145)] = 77236, + [SMALL_STATE(1146)] = 77274, + [SMALL_STATE(1147)] = 77298, + [SMALL_STATE(1148)] = 77338, + [SMALL_STATE(1149)] = 77378, + [SMALL_STATE(1150)] = 77416, + [SMALL_STATE(1151)] = 77454, + [SMALL_STATE(1152)] = 77478, + [SMALL_STATE(1153)] = 77516, + [SMALL_STATE(1154)] = 77540, + [SMALL_STATE(1155)] = 77564, + [SMALL_STATE(1156)] = 77602, + [SMALL_STATE(1157)] = 77642, + [SMALL_STATE(1158)] = 77666, + [SMALL_STATE(1159)] = 77704, + [SMALL_STATE(1160)] = 77728, + [SMALL_STATE(1161)] = 77752, + [SMALL_STATE(1162)] = 77790, + [SMALL_STATE(1163)] = 77830, + [SMALL_STATE(1164)] = 77854, + [SMALL_STATE(1165)] = 77877, + [SMALL_STATE(1166)] = 77914, + [SMALL_STATE(1167)] = 77937, + [SMALL_STATE(1168)] = 77964, + [SMALL_STATE(1169)] = 77987, + [SMALL_STATE(1170)] = 78010, + [SMALL_STATE(1171)] = 78037, + [SMALL_STATE(1172)] = 78060, + [SMALL_STATE(1173)] = 78083, + [SMALL_STATE(1174)] = 78120, + [SMALL_STATE(1175)] = 78143, + [SMALL_STATE(1176)] = 78170, + [SMALL_STATE(1177)] = 78193, + [SMALL_STATE(1178)] = 78230, + [SMALL_STATE(1179)] = 78253, + [SMALL_STATE(1180)] = 78276, + [SMALL_STATE(1181)] = 78299, + [SMALL_STATE(1182)] = 78322, + [SMALL_STATE(1183)] = 78345, + [SMALL_STATE(1184)] = 78368, + [SMALL_STATE(1185)] = 78391, + [SMALL_STATE(1186)] = 78428, + [SMALL_STATE(1187)] = 78451, + [SMALL_STATE(1188)] = 78474, + [SMALL_STATE(1189)] = 78497, + [SMALL_STATE(1190)] = 78520, + [SMALL_STATE(1191)] = 78543, + [SMALL_STATE(1192)] = 78566, + [SMALL_STATE(1193)] = 78589, + [SMALL_STATE(1194)] = 78612, + [SMALL_STATE(1195)] = 78635, + [SMALL_STATE(1196)] = 78662, + [SMALL_STATE(1197)] = 78685, + [SMALL_STATE(1198)] = 78708, + [SMALL_STATE(1199)] = 78731, + [SMALL_STATE(1200)] = 78754, + [SMALL_STATE(1201)] = 78782, + [SMALL_STATE(1202)] = 78808, + [SMALL_STATE(1203)] = 78836, + [SMALL_STATE(1204)] = 78860, + [SMALL_STATE(1205)] = 78885, + [SMALL_STATE(1206)] = 78926, + [SMALL_STATE(1207)] = 78951, + [SMALL_STATE(1208)] = 78972, + [SMALL_STATE(1209)] = 79013, + [SMALL_STATE(1210)] = 79034, + [SMALL_STATE(1211)] = 79055, + [SMALL_STATE(1212)] = 79080, + [SMALL_STATE(1213)] = 79101, + [SMALL_STATE(1214)] = 79122, + [SMALL_STATE(1215)] = 79143, + [SMALL_STATE(1216)] = 79164, + [SMALL_STATE(1217)] = 79189, + [SMALL_STATE(1218)] = 79230, + [SMALL_STATE(1219)] = 79251, + [SMALL_STATE(1220)] = 79272, + [SMALL_STATE(1221)] = 79313, + [SMALL_STATE(1222)] = 79354, + [SMALL_STATE(1223)] = 79379, + [SMALL_STATE(1224)] = 79420, + [SMALL_STATE(1225)] = 79441, + [SMALL_STATE(1226)] = 79461, + [SMALL_STATE(1227)] = 79481, [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, + [SMALL_STATE(1229)] = 79521, + [SMALL_STATE(1230)] = 79559, + [SMALL_STATE(1231)] = 79579, + [SMALL_STATE(1232)] = 79599, + [SMALL_STATE(1233)] = 79633, + [SMALL_STATE(1234)] = 79655, + [SMALL_STATE(1235)] = 79677, + [SMALL_STATE(1236)] = 79697, + [SMALL_STATE(1237)] = 79717, + [SMALL_STATE(1238)] = 79751, + [SMALL_STATE(1239)] = 79773, + [SMALL_STATE(1240)] = 79792, + [SMALL_STATE(1241)] = 79811, + [SMALL_STATE(1242)] = 79834, + [SMALL_STATE(1243)] = 79861, + [SMALL_STATE(1244)] = 79880, + [SMALL_STATE(1245)] = 79899, + [SMALL_STATE(1246)] = 79918, + [SMALL_STATE(1247)] = 79937, + [SMALL_STATE(1248)] = 79956, + [SMALL_STATE(1249)] = 79975, + [SMALL_STATE(1250)] = 79994, + [SMALL_STATE(1251)] = 80013, + [SMALL_STATE(1252)] = 80032, + [SMALL_STATE(1253)] = 80051, + [SMALL_STATE(1254)] = 80070, + [SMALL_STATE(1255)] = 80089, + [SMALL_STATE(1256)] = 80108, + [SMALL_STATE(1257)] = 80127, + [SMALL_STATE(1258)] = 80146, + [SMALL_STATE(1259)] = 80165, + [SMALL_STATE(1260)] = 80184, + [SMALL_STATE(1261)] = 80203, + [SMALL_STATE(1262)] = 80222, + [SMALL_STATE(1263)] = 80241, + [SMALL_STATE(1264)] = 80262, + [SMALL_STATE(1265)] = 80281, + [SMALL_STATE(1266)] = 80302, + [SMALL_STATE(1267)] = 80321, + [SMALL_STATE(1268)] = 80353, + [SMALL_STATE(1269)] = 80371, + [SMALL_STATE(1270)] = 80389, + [SMALL_STATE(1271)] = 80421, + [SMALL_STATE(1272)] = 80441, + [SMALL_STATE(1273)] = 80459, + [SMALL_STATE(1274)] = 80491, + [SMALL_STATE(1275)] = 80518, + [SMALL_STATE(1276)] = 80547, + [SMALL_STATE(1277)] = 80576, + [SMALL_STATE(1278)] = 80603, + [SMALL_STATE(1279)] = 80632, + [SMALL_STATE(1280)] = 80659, + [SMALL_STATE(1281)] = 80686, + [SMALL_STATE(1282)] = 80715, + [SMALL_STATE(1283)] = 80742, + [SMALL_STATE(1284)] = 80769, + [SMALL_STATE(1285)] = 80786, + [SMALL_STATE(1286)] = 80815, + [SMALL_STATE(1287)] = 80842, + [SMALL_STATE(1288)] = 80869, + [SMALL_STATE(1289)] = 80898, + [SMALL_STATE(1290)] = 80927, + [SMALL_STATE(1291)] = 80953, + [SMALL_STATE(1292)] = 80975, + [SMALL_STATE(1293)] = 80997, + [SMALL_STATE(1294)] = 81019, + [SMALL_STATE(1295)] = 81041, + [SMALL_STATE(1296)] = 81063, + [SMALL_STATE(1297)] = 81083, + [SMALL_STATE(1298)] = 81107, + [SMALL_STATE(1299)] = 81129, + [SMALL_STATE(1300)] = 81151, + [SMALL_STATE(1301)] = 81173, + [SMALL_STATE(1302)] = 81195, + [SMALL_STATE(1303)] = 81219, + [SMALL_STATE(1304)] = 81241, + [SMALL_STATE(1305)] = 81265, + [SMALL_STATE(1306)] = 81289, + [SMALL_STATE(1307)] = 81313, + [SMALL_STATE(1308)] = 81335, + [SMALL_STATE(1309)] = 81357, + [SMALL_STATE(1310)] = 81381, + [SMALL_STATE(1311)] = 81405, + [SMALL_STATE(1312)] = 81427, + [SMALL_STATE(1313)] = 81449, + [SMALL_STATE(1314)] = 81471, + [SMALL_STATE(1315)] = 81495, + [SMALL_STATE(1316)] = 81519, + [SMALL_STATE(1317)] = 81543, + [SMALL_STATE(1318)] = 81565, + [SMALL_STATE(1319)] = 81587, + [SMALL_STATE(1320)] = 81609, + [SMALL_STATE(1321)] = 81631, + [SMALL_STATE(1322)] = 81653, + [SMALL_STATE(1323)] = 81671, + [SMALL_STATE(1324)] = 81693, + [SMALL_STATE(1325)] = 81715, + [SMALL_STATE(1326)] = 81737, + [SMALL_STATE(1327)] = 81761, + [SMALL_STATE(1328)] = 81785, + [SMALL_STATE(1329)] = 81807, + [SMALL_STATE(1330)] = 81829, + [SMALL_STATE(1331)] = 81851, + [SMALL_STATE(1332)] = 81873, + [SMALL_STATE(1333)] = 81896, + [SMALL_STATE(1334)] = 81915, + [SMALL_STATE(1335)] = 81934, + [SMALL_STATE(1336)] = 81955, + [SMALL_STATE(1337)] = 81974, + [SMALL_STATE(1338)] = 81997, + [SMALL_STATE(1339)] = 82020, + [SMALL_STATE(1340)] = 82039, + [SMALL_STATE(1341)] = 82058, + [SMALL_STATE(1342)] = 82081, + [SMALL_STATE(1343)] = 82100, + [SMALL_STATE(1344)] = 82119, + [SMALL_STATE(1345)] = 82142, + [SMALL_STATE(1346)] = 82161, + [SMALL_STATE(1347)] = 82180, + [SMALL_STATE(1348)] = 82203, + [SMALL_STATE(1349)] = 82222, + [SMALL_STATE(1350)] = 82241, + [SMALL_STATE(1351)] = 82260, + [SMALL_STATE(1352)] = 82276, + [SMALL_STATE(1353)] = 82292, + [SMALL_STATE(1354)] = 82310, + [SMALL_STATE(1355)] = 82330, + [SMALL_STATE(1356)] = 82348, + [SMALL_STATE(1357)] = 82362, + [SMALL_STATE(1358)] = 82382, + [SMALL_STATE(1359)] = 82400, + [SMALL_STATE(1360)] = 82418, + [SMALL_STATE(1361)] = 82436, + [SMALL_STATE(1362)] = 82456, + [SMALL_STATE(1363)] = 82472, + [SMALL_STATE(1364)] = 82492, + [SMALL_STATE(1365)] = 82508, + [SMALL_STATE(1366)] = 82528, + [SMALL_STATE(1367)] = 82546, + [SMALL_STATE(1368)] = 82566, + [SMALL_STATE(1369)] = 82584, + [SMALL_STATE(1370)] = 82602, + [SMALL_STATE(1371)] = 82618, + [SMALL_STATE(1372)] = 82638, + [SMALL_STATE(1373)] = 82658, + [SMALL_STATE(1374)] = 82676, + [SMALL_STATE(1375)] = 82696, + [SMALL_STATE(1376)] = 82714, + [SMALL_STATE(1377)] = 82732, + [SMALL_STATE(1378)] = 82752, + [SMALL_STATE(1379)] = 82772, + [SMALL_STATE(1380)] = 82790, + [SMALL_STATE(1381)] = 82810, + [SMALL_STATE(1382)] = 82828, + [SMALL_STATE(1383)] = 82846, + [SMALL_STATE(1384)] = 82864, + [SMALL_STATE(1385)] = 82882, + [SMALL_STATE(1386)] = 82900, + [SMALL_STATE(1387)] = 82920, + [SMALL_STATE(1388)] = 82940, + [SMALL_STATE(1389)] = 82960, + [SMALL_STATE(1390)] = 82980, + [SMALL_STATE(1391)] = 82998, + [SMALL_STATE(1392)] = 83018, + [SMALL_STATE(1393)] = 83038, + [SMALL_STATE(1394)] = 83054, + [SMALL_STATE(1395)] = 83072, + [SMALL_STATE(1396)] = 83088, + [SMALL_STATE(1397)] = 83106, + [SMALL_STATE(1398)] = 83126, + [SMALL_STATE(1399)] = 83144, + [SMALL_STATE(1400)] = 83164, + [SMALL_STATE(1401)] = 83182, + [SMALL_STATE(1402)] = 83196, + [SMALL_STATE(1403)] = 83214, + [SMALL_STATE(1404)] = 83232, + [SMALL_STATE(1405)] = 83250, + [SMALL_STATE(1406)] = 83268, + [SMALL_STATE(1407)] = 83284, + [SMALL_STATE(1408)] = 83304, + [SMALL_STATE(1409)] = 83321, + [SMALL_STATE(1410)] = 83338, + [SMALL_STATE(1411)] = 83355, + [SMALL_STATE(1412)] = 83372, + [SMALL_STATE(1413)] = 83389, + [SMALL_STATE(1414)] = 83406, + [SMALL_STATE(1415)] = 83423, + [SMALL_STATE(1416)] = 83440, + [SMALL_STATE(1417)] = 83457, + [SMALL_STATE(1418)] = 83470, + [SMALL_STATE(1419)] = 83487, + [SMALL_STATE(1420)] = 83504, + [SMALL_STATE(1421)] = 83517, + [SMALL_STATE(1422)] = 83534, + [SMALL_STATE(1423)] = 83551, + [SMALL_STATE(1424)] = 83568, + [SMALL_STATE(1425)] = 83585, + [SMALL_STATE(1426)] = 83598, + [SMALL_STATE(1427)] = 83615, + [SMALL_STATE(1428)] = 83628, + [SMALL_STATE(1429)] = 83645, + [SMALL_STATE(1430)] = 83662, + [SMALL_STATE(1431)] = 83679, + [SMALL_STATE(1432)] = 83696, + [SMALL_STATE(1433)] = 83709, + [SMALL_STATE(1434)] = 83726, + [SMALL_STATE(1435)] = 83741, + [SMALL_STATE(1436)] = 83758, + [SMALL_STATE(1437)] = 83775, + [SMALL_STATE(1438)] = 83792, + [SMALL_STATE(1439)] = 83809, + [SMALL_STATE(1440)] = 83826, + [SMALL_STATE(1441)] = 83843, + [SMALL_STATE(1442)] = 83860, + [SMALL_STATE(1443)] = 83877, + [SMALL_STATE(1444)] = 83890, + [SMALL_STATE(1445)] = 83907, + [SMALL_STATE(1446)] = 83924, + [SMALL_STATE(1447)] = 83937, + [SMALL_STATE(1448)] = 83954, + [SMALL_STATE(1449)] = 83967, + [SMALL_STATE(1450)] = 83984, + [SMALL_STATE(1451)] = 84001, + [SMALL_STATE(1452)] = 84014, + [SMALL_STATE(1453)] = 84031, + [SMALL_STATE(1454)] = 84048, + [SMALL_STATE(1455)] = 84061, + [SMALL_STATE(1456)] = 84074, + [SMALL_STATE(1457)] = 84091, + [SMALL_STATE(1458)] = 84108, + [SMALL_STATE(1459)] = 84121, + [SMALL_STATE(1460)] = 84138, + [SMALL_STATE(1461)] = 84155, + [SMALL_STATE(1462)] = 84172, + [SMALL_STATE(1463)] = 84189, + [SMALL_STATE(1464)] = 84206, + [SMALL_STATE(1465)] = 84219, + [SMALL_STATE(1466)] = 84236, + [SMALL_STATE(1467)] = 84253, + [SMALL_STATE(1468)] = 84270, + [SMALL_STATE(1469)] = 84287, + [SMALL_STATE(1470)] = 84304, + [SMALL_STATE(1471)] = 84321, + [SMALL_STATE(1472)] = 84336, + [SMALL_STATE(1473)] = 84349, + [SMALL_STATE(1474)] = 84366, + [SMALL_STATE(1475)] = 84383, + [SMALL_STATE(1476)] = 84400, + [SMALL_STATE(1477)] = 84417, + [SMALL_STATE(1478)] = 84434, + [SMALL_STATE(1479)] = 84447, + [SMALL_STATE(1480)] = 84464, + [SMALL_STATE(1481)] = 84477, + [SMALL_STATE(1482)] = 84494, + [SMALL_STATE(1483)] = 84511, + [SMALL_STATE(1484)] = 84528, + [SMALL_STATE(1485)] = 84543, + [SMALL_STATE(1486)] = 84560, + [SMALL_STATE(1487)] = 84577, + [SMALL_STATE(1488)] = 84594, + [SMALL_STATE(1489)] = 84611, + [SMALL_STATE(1490)] = 84628, + [SMALL_STATE(1491)] = 84645, + [SMALL_STATE(1492)] = 84662, + [SMALL_STATE(1493)] = 84679, + [SMALL_STATE(1494)] = 84692, + [SMALL_STATE(1495)] = 84709, + [SMALL_STATE(1496)] = 84726, + [SMALL_STATE(1497)] = 84739, + [SMALL_STATE(1498)] = 84756, + [SMALL_STATE(1499)] = 84773, + [SMALL_STATE(1500)] = 84790, + [SMALL_STATE(1501)] = 84807, + [SMALL_STATE(1502)] = 84824, + [SMALL_STATE(1503)] = 84841, + [SMALL_STATE(1504)] = 84858, + [SMALL_STATE(1505)] = 84875, + [SMALL_STATE(1506)] = 84892, + [SMALL_STATE(1507)] = 84909, + [SMALL_STATE(1508)] = 84926, + [SMALL_STATE(1509)] = 84943, + [SMALL_STATE(1510)] = 84960, + [SMALL_STATE(1511)] = 84977, + [SMALL_STATE(1512)] = 84994, + [SMALL_STATE(1513)] = 85011, + [SMALL_STATE(1514)] = 85028, + [SMALL_STATE(1515)] = 85041, + [SMALL_STATE(1516)] = 85056, + [SMALL_STATE(1517)] = 85073, + [SMALL_STATE(1518)] = 85090, + [SMALL_STATE(1519)] = 85107, + [SMALL_STATE(1520)] = 85124, + [SMALL_STATE(1521)] = 85137, + [SMALL_STATE(1522)] = 85154, + [SMALL_STATE(1523)] = 85171, + [SMALL_STATE(1524)] = 85188, + [SMALL_STATE(1525)] = 85205, + [SMALL_STATE(1526)] = 85222, + [SMALL_STATE(1527)] = 85239, + [SMALL_STATE(1528)] = 85256, + [SMALL_STATE(1529)] = 85273, + [SMALL_STATE(1530)] = 85286, + [SMALL_STATE(1531)] = 85303, + [SMALL_STATE(1532)] = 85320, + [SMALL_STATE(1533)] = 85337, + [SMALL_STATE(1534)] = 85354, + [SMALL_STATE(1535)] = 85367, + [SMALL_STATE(1536)] = 85380, + [SMALL_STATE(1537)] = 85397, + [SMALL_STATE(1538)] = 85414, + [SMALL_STATE(1539)] = 85427, + [SMALL_STATE(1540)] = 85444, + [SMALL_STATE(1541)] = 85461, + [SMALL_STATE(1542)] = 85478, + [SMALL_STATE(1543)] = 85495, + [SMALL_STATE(1544)] = 85512, + [SMALL_STATE(1545)] = 85529, + [SMALL_STATE(1546)] = 85546, + [SMALL_STATE(1547)] = 85563, + [SMALL_STATE(1548)] = 85576, + [SMALL_STATE(1549)] = 85593, + [SMALL_STATE(1550)] = 85606, + [SMALL_STATE(1551)] = 85623, + [SMALL_STATE(1552)] = 85640, + [SMALL_STATE(1553)] = 85653, + [SMALL_STATE(1554)] = 85670, + [SMALL_STATE(1555)] = 85687, + [SMALL_STATE(1556)] = 85704, + [SMALL_STATE(1557)] = 85721, + [SMALL_STATE(1558)] = 85738, + [SMALL_STATE(1559)] = 85755, + [SMALL_STATE(1560)] = 85772, + [SMALL_STATE(1561)] = 85789, + [SMALL_STATE(1562)] = 85802, + [SMALL_STATE(1563)] = 85815, + [SMALL_STATE(1564)] = 85832, + [SMALL_STATE(1565)] = 85849, + [SMALL_STATE(1566)] = 85866, + [SMALL_STATE(1567)] = 85883, + [SMALL_STATE(1568)] = 85900, + [SMALL_STATE(1569)] = 85917, + [SMALL_STATE(1570)] = 85934, + [SMALL_STATE(1571)] = 85951, + [SMALL_STATE(1572)] = 85968, + [SMALL_STATE(1573)] = 85985, + [SMALL_STATE(1574)] = 86002, + [SMALL_STATE(1575)] = 86017, + [SMALL_STATE(1576)] = 86034, + [SMALL_STATE(1577)] = 86051, + [SMALL_STATE(1578)] = 86068, + [SMALL_STATE(1579)] = 86085, + [SMALL_STATE(1580)] = 86098, + [SMALL_STATE(1581)] = 86111, + [SMALL_STATE(1582)] = 86128, + [SMALL_STATE(1583)] = 86145, + [SMALL_STATE(1584)] = 86162, + [SMALL_STATE(1585)] = 86179, + [SMALL_STATE(1586)] = 86196, + [SMALL_STATE(1587)] = 86213, + [SMALL_STATE(1588)] = 86230, + [SMALL_STATE(1589)] = 86245, + [SMALL_STATE(1590)] = 86260, + [SMALL_STATE(1591)] = 86277, + [SMALL_STATE(1592)] = 86294, + [SMALL_STATE(1593)] = 86311, + [SMALL_STATE(1594)] = 86328, + [SMALL_STATE(1595)] = 86345, + [SMALL_STATE(1596)] = 86358, + [SMALL_STATE(1597)] = 86371, + [SMALL_STATE(1598)] = 86388, + [SMALL_STATE(1599)] = 86405, + [SMALL_STATE(1600)] = 86422, + [SMALL_STATE(1601)] = 86439, + [SMALL_STATE(1602)] = 86456, + [SMALL_STATE(1603)] = 86469, + [SMALL_STATE(1604)] = 86486, + [SMALL_STATE(1605)] = 86498, + [SMALL_STATE(1606)] = 86512, + [SMALL_STATE(1607)] = 86524, + [SMALL_STATE(1608)] = 86538, + [SMALL_STATE(1609)] = 86552, + [SMALL_STATE(1610)] = 86566, + [SMALL_STATE(1611)] = 86578, + [SMALL_STATE(1612)] = 86590, + [SMALL_STATE(1613)] = 86604, + [SMALL_STATE(1614)] = 86618, + [SMALL_STATE(1615)] = 86632, + [SMALL_STATE(1616)] = 86646, + [SMALL_STATE(1617)] = 86660, + [SMALL_STATE(1618)] = 86674, + [SMALL_STATE(1619)] = 86688, + [SMALL_STATE(1620)] = 86700, + [SMALL_STATE(1621)] = 86714, + [SMALL_STATE(1622)] = 86728, + [SMALL_STATE(1623)] = 86740, + [SMALL_STATE(1624)] = 86754, + [SMALL_STATE(1625)] = 86768, + [SMALL_STATE(1626)] = 86782, + [SMALL_STATE(1627)] = 86796, + [SMALL_STATE(1628)] = 86808, + [SMALL_STATE(1629)] = 86820, + [SMALL_STATE(1630)] = 86834, + [SMALL_STATE(1631)] = 86846, + [SMALL_STATE(1632)] = 86858, + [SMALL_STATE(1633)] = 86872, + [SMALL_STATE(1634)] = 86884, + [SMALL_STATE(1635)] = 86898, + [SMALL_STATE(1636)] = 86912, + [SMALL_STATE(1637)] = 86924, + [SMALL_STATE(1638)] = 86936, + [SMALL_STATE(1639)] = 86950, + [SMALL_STATE(1640)] = 86962, + [SMALL_STATE(1641)] = 86976, + [SMALL_STATE(1642)] = 86988, + [SMALL_STATE(1643)] = 87000, + [SMALL_STATE(1644)] = 87014, + [SMALL_STATE(1645)] = 87028, + [SMALL_STATE(1646)] = 87042, + [SMALL_STATE(1647)] = 87056, + [SMALL_STATE(1648)] = 87070, + [SMALL_STATE(1649)] = 87082, + [SMALL_STATE(1650)] = 87096, + [SMALL_STATE(1651)] = 87110, + [SMALL_STATE(1652)] = 87122, + [SMALL_STATE(1653)] = 87136, + [SMALL_STATE(1654)] = 87150, + [SMALL_STATE(1655)] = 87164, + [SMALL_STATE(1656)] = 87178, + [SMALL_STATE(1657)] = 87192, + [SMALL_STATE(1658)] = 87206, + [SMALL_STATE(1659)] = 87220, + [SMALL_STATE(1660)] = 87234, + [SMALL_STATE(1661)] = 87248, + [SMALL_STATE(1662)] = 87262, + [SMALL_STATE(1663)] = 87276, + [SMALL_STATE(1664)] = 87290, + [SMALL_STATE(1665)] = 87304, + [SMALL_STATE(1666)] = 87318, + [SMALL_STATE(1667)] = 87330, + [SMALL_STATE(1668)] = 87344, + [SMALL_STATE(1669)] = 87356, + [SMALL_STATE(1670)] = 87370, + [SMALL_STATE(1671)] = 87382, + [SMALL_STATE(1672)] = 87396, + [SMALL_STATE(1673)] = 87408, + [SMALL_STATE(1674)] = 87420, + [SMALL_STATE(1675)] = 87434, + [SMALL_STATE(1676)] = 87448, + [SMALL_STATE(1677)] = 87462, + [SMALL_STATE(1678)] = 87476, + [SMALL_STATE(1679)] = 87490, + [SMALL_STATE(1680)] = 87504, + [SMALL_STATE(1681)] = 87518, + [SMALL_STATE(1682)] = 87530, + [SMALL_STATE(1683)] = 87544, + [SMALL_STATE(1684)] = 87558, + [SMALL_STATE(1685)] = 87570, + [SMALL_STATE(1686)] = 87584, + [SMALL_STATE(1687)] = 87598, + [SMALL_STATE(1688)] = 87612, + [SMALL_STATE(1689)] = 87626, + [SMALL_STATE(1690)] = 87638, + [SMALL_STATE(1691)] = 87652, + [SMALL_STATE(1692)] = 87666, + [SMALL_STATE(1693)] = 87680, + [SMALL_STATE(1694)] = 87694, + [SMALL_STATE(1695)] = 87706, + [SMALL_STATE(1696)] = 87720, + [SMALL_STATE(1697)] = 87734, + [SMALL_STATE(1698)] = 87746, + [SMALL_STATE(1699)] = 87760, + [SMALL_STATE(1700)] = 87774, + [SMALL_STATE(1701)] = 87788, + [SMALL_STATE(1702)] = 87802, + [SMALL_STATE(1703)] = 87814, + [SMALL_STATE(1704)] = 87828, + [SMALL_STATE(1705)] = 87842, + [SMALL_STATE(1706)] = 87856, + [SMALL_STATE(1707)] = 87870, + [SMALL_STATE(1708)] = 87882, + [SMALL_STATE(1709)] = 87894, + [SMALL_STATE(1710)] = 87908, + [SMALL_STATE(1711)] = 87920, + [SMALL_STATE(1712)] = 87932, + [SMALL_STATE(1713)] = 87946, + [SMALL_STATE(1714)] = 87960, + [SMALL_STATE(1715)] = 87974, + [SMALL_STATE(1716)] = 87986, + [SMALL_STATE(1717)] = 88000, + [SMALL_STATE(1718)] = 88014, + [SMALL_STATE(1719)] = 88028, + [SMALL_STATE(1720)] = 88042, + [SMALL_STATE(1721)] = 88056, + [SMALL_STATE(1722)] = 88068, + [SMALL_STATE(1723)] = 88080, + [SMALL_STATE(1724)] = 88094, + [SMALL_STATE(1725)] = 88106, + [SMALL_STATE(1726)] = 88118, + [SMALL_STATE(1727)] = 88132, + [SMALL_STATE(1728)] = 88144, + [SMALL_STATE(1729)] = 88156, + [SMALL_STATE(1730)] = 88168, + [SMALL_STATE(1731)] = 88182, + [SMALL_STATE(1732)] = 88194, + [SMALL_STATE(1733)] = 88208, + [SMALL_STATE(1734)] = 88220, + [SMALL_STATE(1735)] = 88234, + [SMALL_STATE(1736)] = 88248, + [SMALL_STATE(1737)] = 88262, + [SMALL_STATE(1738)] = 88276, + [SMALL_STATE(1739)] = 88288, + [SMALL_STATE(1740)] = 88300, + [SMALL_STATE(1741)] = 88312, + [SMALL_STATE(1742)] = 88326, + [SMALL_STATE(1743)] = 88340, + [SMALL_STATE(1744)] = 88354, + [SMALL_STATE(1745)] = 88366, + [SMALL_STATE(1746)] = 88378, + [SMALL_STATE(1747)] = 88392, + [SMALL_STATE(1748)] = 88406, + [SMALL_STATE(1749)] = 88420, + [SMALL_STATE(1750)] = 88434, + [SMALL_STATE(1751)] = 88448, + [SMALL_STATE(1752)] = 88462, + [SMALL_STATE(1753)] = 88473, + [SMALL_STATE(1754)] = 88484, + [SMALL_STATE(1755)] = 88495, + [SMALL_STATE(1756)] = 88506, + [SMALL_STATE(1757)] = 88517, + [SMALL_STATE(1758)] = 88528, + [SMALL_STATE(1759)] = 88539, + [SMALL_STATE(1760)] = 88550, + [SMALL_STATE(1761)] = 88561, + [SMALL_STATE(1762)] = 88572, + [SMALL_STATE(1763)] = 88583, + [SMALL_STATE(1764)] = 88594, + [SMALL_STATE(1765)] = 88605, + [SMALL_STATE(1766)] = 88616, + [SMALL_STATE(1767)] = 88627, + [SMALL_STATE(1768)] = 88638, + [SMALL_STATE(1769)] = 88649, + [SMALL_STATE(1770)] = 88660, + [SMALL_STATE(1771)] = 88671, + [SMALL_STATE(1772)] = 88682, + [SMALL_STATE(1773)] = 88693, + [SMALL_STATE(1774)] = 88704, + [SMALL_STATE(1775)] = 88715, + [SMALL_STATE(1776)] = 88726, + [SMALL_STATE(1777)] = 88737, + [SMALL_STATE(1778)] = 88748, + [SMALL_STATE(1779)] = 88759, + [SMALL_STATE(1780)] = 88770, + [SMALL_STATE(1781)] = 88781, + [SMALL_STATE(1782)] = 88792, + [SMALL_STATE(1783)] = 88803, + [SMALL_STATE(1784)] = 88814, + [SMALL_STATE(1785)] = 88825, + [SMALL_STATE(1786)] = 88836, + [SMALL_STATE(1787)] = 88847, + [SMALL_STATE(1788)] = 88858, + [SMALL_STATE(1789)] = 88869, + [SMALL_STATE(1790)] = 88880, + [SMALL_STATE(1791)] = 88891, + [SMALL_STATE(1792)] = 88902, + [SMALL_STATE(1793)] = 88913, + [SMALL_STATE(1794)] = 88924, + [SMALL_STATE(1795)] = 88935, + [SMALL_STATE(1796)] = 88946, + [SMALL_STATE(1797)] = 88957, + [SMALL_STATE(1798)] = 88968, + [SMALL_STATE(1799)] = 88979, + [SMALL_STATE(1800)] = 88990, + [SMALL_STATE(1801)] = 89001, + [SMALL_STATE(1802)] = 89012, + [SMALL_STATE(1803)] = 89023, + [SMALL_STATE(1804)] = 89034, + [SMALL_STATE(1805)] = 89045, + [SMALL_STATE(1806)] = 89056, + [SMALL_STATE(1807)] = 89067, + [SMALL_STATE(1808)] = 89078, + [SMALL_STATE(1809)] = 89089, + [SMALL_STATE(1810)] = 89100, + [SMALL_STATE(1811)] = 89111, + [SMALL_STATE(1812)] = 89122, + [SMALL_STATE(1813)] = 89133, + [SMALL_STATE(1814)] = 89144, + [SMALL_STATE(1815)] = 89155, + [SMALL_STATE(1816)] = 89166, + [SMALL_STATE(1817)] = 89177, + [SMALL_STATE(1818)] = 89188, + [SMALL_STATE(1819)] = 89199, + [SMALL_STATE(1820)] = 89210, + [SMALL_STATE(1821)] = 89221, + [SMALL_STATE(1822)] = 89232, + [SMALL_STATE(1823)] = 89243, + [SMALL_STATE(1824)] = 89254, + [SMALL_STATE(1825)] = 89265, + [SMALL_STATE(1826)] = 89276, + [SMALL_STATE(1827)] = 89287, + [SMALL_STATE(1828)] = 89298, + [SMALL_STATE(1829)] = 89309, + [SMALL_STATE(1830)] = 89320, + [SMALL_STATE(1831)] = 89331, + [SMALL_STATE(1832)] = 89342, + [SMALL_STATE(1833)] = 89353, + [SMALL_STATE(1834)] = 89364, + [SMALL_STATE(1835)] = 89375, + [SMALL_STATE(1836)] = 89386, + [SMALL_STATE(1837)] = 89397, + [SMALL_STATE(1838)] = 89408, + [SMALL_STATE(1839)] = 89419, + [SMALL_STATE(1840)] = 89430, + [SMALL_STATE(1841)] = 89441, + [SMALL_STATE(1842)] = 89452, + [SMALL_STATE(1843)] = 89463, + [SMALL_STATE(1844)] = 89474, + [SMALL_STATE(1845)] = 89485, + [SMALL_STATE(1846)] = 89496, + [SMALL_STATE(1847)] = 89507, + [SMALL_STATE(1848)] = 89518, + [SMALL_STATE(1849)] = 89529, + [SMALL_STATE(1850)] = 89540, + [SMALL_STATE(1851)] = 89551, + [SMALL_STATE(1852)] = 89562, + [SMALL_STATE(1853)] = 89573, + [SMALL_STATE(1854)] = 89584, + [SMALL_STATE(1855)] = 89595, + [SMALL_STATE(1856)] = 89606, + [SMALL_STATE(1857)] = 89617, + [SMALL_STATE(1858)] = 89628, + [SMALL_STATE(1859)] = 89639, + [SMALL_STATE(1860)] = 89650, + [SMALL_STATE(1861)] = 89661, + [SMALL_STATE(1862)] = 89672, + [SMALL_STATE(1863)] = 89683, + [SMALL_STATE(1864)] = 89694, + [SMALL_STATE(1865)] = 89705, + [SMALL_STATE(1866)] = 89716, + [SMALL_STATE(1867)] = 89727, + [SMALL_STATE(1868)] = 89738, + [SMALL_STATE(1869)] = 89749, + [SMALL_STATE(1870)] = 89760, + [SMALL_STATE(1871)] = 89771, + [SMALL_STATE(1872)] = 89782, + [SMALL_STATE(1873)] = 89793, + [SMALL_STATE(1874)] = 89804, + [SMALL_STATE(1875)] = 89815, + [SMALL_STATE(1876)] = 89826, + [SMALL_STATE(1877)] = 89837, + [SMALL_STATE(1878)] = 89848, + [SMALL_STATE(1879)] = 89859, + [SMALL_STATE(1880)] = 89870, + [SMALL_STATE(1881)] = 89881, + [SMALL_STATE(1882)] = 89892, + [SMALL_STATE(1883)] = 89903, + [SMALL_STATE(1884)] = 89914, + [SMALL_STATE(1885)] = 89925, + [SMALL_STATE(1886)] = 89936, + [SMALL_STATE(1887)] = 89947, + [SMALL_STATE(1888)] = 89958, + [SMALL_STATE(1889)] = 89969, + [SMALL_STATE(1890)] = 89980, + [SMALL_STATE(1891)] = 89991, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -81934,2002 +82033,2006 @@ 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(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), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [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}}, 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), + [69] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), + [105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1471), + [108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(44), + [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1616), + [114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1618), + [117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1315), + [120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1629), + [123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1883), + [126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(285), + [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(394), + [132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(544), + [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1361), + [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1634), + [141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(56), + [144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(63), + [147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(422), + [150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(308), + [153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(841), + [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(425), + [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(831), + [162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(530), + [165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1347), + [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1868), + [171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1318), + [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(134), + [177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(77), + [180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(77), + [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(79), + [186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(80), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), [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), + [249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(44), + [252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1883), + [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(285), + [258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(394), + [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(544), + [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1706), + [267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(56), + [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(63), + [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(422), + [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(308), + [279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(841), + [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(425), + [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(831), + [288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(530), + [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1318), + [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(134), + [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(77), + [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(77), + [303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(79), + [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(80), [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), + [313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(44), + [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(1883), + [319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(285), + [322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(394), + [325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(544), + [328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(1706), + [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(56), + [334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(63), + [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(422), + [340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(308), + [343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(841), + [346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(425), + [349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(831), + [352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(530), + [355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(1318), + [358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(134), + [361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(77), + [364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(77), + [367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(79), + [370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), SHIFT(80), [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), + [379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer, 2), + [381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer, 2), + [383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_access, 3, .production_id = 22), + [389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_access, 3, .production_id = 22), + [391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 1), + [393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 1), + [395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 3, .production_id = 23), + [397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 3, .production_id = 23), + [399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), + [401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), + [403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_constructor_name, 3, .production_id = 24), + [405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_constructor_name, 3, .production_id = 24), + [407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_name, 1), + [409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_name, 1), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), + [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), + [455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_unit, 1), + [461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_unit, 1), + [463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_function_expression, 1), + [465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), + [468] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1660), + [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer, 1), + [476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer, 1), + [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1), + [484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 1), + [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case, 4, .production_id = 34), + [496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 4, .production_id = 34), + [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 9), + [506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 9), + [508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), + [510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), + [512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), + [514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case, 5, .production_id = 50), + [524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case, 5, .production_id = 50), + [526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5), + [528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5), + [530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(25), + [533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1761), + [536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(287), + [539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(446), + [542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(535), + [545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1654), + [548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(315), + [551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(323), + [554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(484), + [557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(294), + [560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(842), + [563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(448), + [566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(833), + [569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(529), + [572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(1295), + [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(515), + [578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(171), + [581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(171), + [584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(112), + [587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_seq, 2), SHIFT_REPEAT(151), + [590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), + [592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), + [594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 5, .production_id = 45), + [596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 5, .production_id = 45), + [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_todo, 1), + [600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 1), + [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), + [606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 6), + [608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 6), + [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 3, .production_id = 14), + [614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 3, .production_id = 14), + [616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_panic, 1), + [618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_panic, 1), + [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update, 7, .production_id = 76), + [628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_update, 7, .production_id = 76), + [630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 4), + [632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 4), + [634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 5), + [636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 5), + [638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 2, .production_id = 10), + [640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 2, .production_id = 10), + [642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_record_expression, 1), + [644] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1713), + [648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), + [650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 7, .production_id = 72), + [652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 7, .production_id = 72), + [654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_negation, 2), + [656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_negation, 2), + [658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_panic, 3, .production_id = 16), + [660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_panic, 3, .production_id = 16), + [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 4), + [684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 4), + [686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 2), + [688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 2), + [690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), + [692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), + [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_todo, 4, .production_id = 16), + [696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 4, .production_id = 16), + [698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer_negation, 2), + [700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer_negation, 2), + [702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_echo, 2), + [704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_echo, 2), + [706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), [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), + [714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 4), + [720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 4), + [722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_todo, 3, .production_id = 16), + [724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_todo, 3, .production_id = 16), + [726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert, 2, .production_id = 7), + [728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert, 2, .production_id = 7), + [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_panic, 4, .production_id = 16), + [734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_panic, 4, .production_id = 16), + [736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), + [738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), + [740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 6, .production_id = 62), + [742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 6, .production_id = 62), + [744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment, 4, .production_id = 56), + [746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment, 4, .production_id = 56), + [748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment, 3, .production_id = 37), + [750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment, 3, .production_id = 37), + [752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 3), + [754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 3), + [756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string, 5), + [758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_bit_string, 5), + [760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 5), + [762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 5), + [764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_integer, 1), REDUCE(sym_integer, 2), + [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_integer, 1), REDUCE(sym_integer, 2), + [770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 5, .production_id = 44), + [772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 5, .production_id = 44), + [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use, 3, .production_id = 19), + [796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use, 3, .production_id = 19), + [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert, 4, .production_id = 39), + [804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert, 4, .production_id = 39), + [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use, 4, .production_id = 40), + [808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use, 4, .production_id = 40), + [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_assert, 5, .production_id = 55), + [812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_assert, 5, .production_id = 55), + [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), + [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), [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), + [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [886] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1644), + [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_argument, 2, .production_id = 42), + [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [926] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1626), + [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), + [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), + [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), + [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), + [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), + [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), + [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), + [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), + [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [1162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), + [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [1180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [1184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [1208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), + [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [1278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [1284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_subjects, 2), SHIFT(38), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [1303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_subjects, 3), SHIFT(38), + [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), + [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [1490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [1492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [1500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), + [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), + [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [1546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [1552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), + [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [1558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), [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), + [1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record, 1, .production_id = 1), + [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record, 1, .production_id = 1), + [1578] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1723), + [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_field_access, 3, .production_id = 23), + [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_field_access, 3, .production_id = 23), + [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 5), + [1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 5), + [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 5), + [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 5), + [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 4), + [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 4), + [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record, 2, .production_id = 10), + [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record, 2, .production_id = 10), + [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_case_clause, 4, .production_id = 74), + [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 4, .production_id = 74), + [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 5), + [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 5), + [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 4), + [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 4), + [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 2), + [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 2), + [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 4), + [1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 4), + [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 6), + [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 6), + [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 4), + [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 4), + [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 3), + [1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 3), + [1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 3), + [1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 3), + [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple, 3), + [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_tuple, 3), + [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 3, .production_id = 65), + [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 3, .production_id = 65), + [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_arguments, 5), + [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_record_arguments, 5), + [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string, 2), + [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_bit_string, 2), + [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_list, 2), + [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_list, 2), [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), + [1690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1757), + [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 2), + [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 2), + [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1), + [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 1), + [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 1, .production_id = 1), + [1705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_name, 1, .production_id = 1), + [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), + [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_type_identifier, 3, .production_id = 24), + [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_type_identifier, 3, .production_id = 24), + [1718] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1676), + [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, .production_id = 1), + [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, .production_id = 1), + [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 2), + [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, .production_id = 2), + [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, .production_id = 15), + [1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, .production_id = 15), + [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_identifier, 1), + [1744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_identifier, 1), + [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 2, .production_id = 3), + [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 2, .production_id = 3), + [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), [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), + [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_value, 1), + [1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constant_value, 1), + [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 4), + [1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 4), + [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), + [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), + [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 3), + [1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 3), + [1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type, 2), + [1784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type, 2), + [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), + [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 2, .production_id = 12), + [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_name, 2, .production_id = 12), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 48), + [1826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 48), + [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [1832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_assert, 3, .production_id = 18), + [1834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_assert, 3, .production_id = 18), + [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [1840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__maybe_record_expression, 1), + [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type, 3), + [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type, 3), + [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__maybe_tuple_expression, 1), + [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 3), + [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 3), + [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), + [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), + [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 4, .production_id = 26), + [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 4, .production_id = 26), + [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), + [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 5), + [1870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 5), + [1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_var, 1), + [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_var, 1), + [1876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 2), + [1878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 2), + [1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 6, .production_id = 69), + [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 6, .production_id = 69), + [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 2), + [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 2), + [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 2), + [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 2), + [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameters, 5), + [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_parameters, 5), + [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_imports, 4), + [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unqualified_imports, 4), + [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5), + [1904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5), + [1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 33), + [1908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 33), + [1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6), + [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6), + [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), + [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), + [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_arguments, 3), + [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_arguments, 3), + [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), + [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), + [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, .production_id = 71), + [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, .production_id = 71), + [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4), + [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function, 8, .production_id = 78), + [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function, 8, .production_id = 78), [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), + [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clauses, 1), + [1944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 7, .production_id = 75), + [1946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 7, .production_id = 75), + [1948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5), + [1950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5), + [1952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment_options, 3), + [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [1964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5), + [1966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5), + [1968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 6), + [1970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 6), + [1972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 6, .production_id = 68), + [1974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 6, .production_id = 68), + [1976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 6), + [1978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 6), + [1980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 4, .production_id = 29), + [1982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 4, .production_id = 29), + [1984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5), + [1986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5), + [1988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target_group, 5, .production_id = 25), + [1990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target_group, 5, .production_id = 25), + [1992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 2, .production_id = 10), + [1994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 2, .production_id = 10), + [1996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 4), + [1998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 4), + [2000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_hole, 1), + [2002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_hole, 1), + [2004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_body, 2), + [2006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function_body, 2), + [2008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function, 9, .production_id = 79), + [2010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_function, 9, .production_id = 79), + [2012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 4, .production_id = 27), + [2014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 4, .production_id = 27), + [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), + [2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [2022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [2024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment_options, 2), + [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 5, .production_id = 43), + [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 5, .production_id = 43), + [2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment_options, 2), + [2034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target_group, 4, .production_id = 25), + [2038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target_group, 4, .production_id = 25), + [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [2042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 6, .production_id = 60), + [2044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 6, .production_id = 60), + [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment_options, 2), + [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_type, 4), + [2050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_type, 4), + [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), + [2054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1793), + [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(825), + [2060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(835), + [2063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1406), + [2066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1293), + [2069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1296), + [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1268), + [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1268), + [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1077), + [2081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1244), + [2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clauses_repeat1, 2), SHIFT_REPEAT(1243), + [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment_options, 3), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 5), + [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 5), + [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 11), + [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 11), + [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 5, .production_id = 57), + [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 5, .production_id = 57), + [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discard, 1), + [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_discard, 1), + [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 58), + [2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 58), + [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let, 2, .production_id = 5), + [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let, 2, .production_id = 5), + [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_arguments, 4), + [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_arguments, 4), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3), + [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 6, .production_id = 63), + [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 6, .production_id = 63), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, .production_id = 61), + [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 61), + [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 2), + [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 2), + [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment_options, 3), + [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7), + [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 7), + [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_argument, 2, .production_id = 42), + [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), [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), + [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_patterns, 3), + [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_patterns, 3), + [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause_pattern, 3, .production_id = 51), + [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 3, .production_id = 51), + [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 = true}}, SHIFT(385), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [2245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignments, 3), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [2249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignments, 2), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), + [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), [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), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [2311] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__maybe_tuple_expression, 1), REDUCE(sym__maybe_record_expression, 1), SHIFT(1741), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_subjects, 1), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [2347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [2357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_argument, 2, .production_id = 42), + [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 3, .production_id = 59), + [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_argument, 3, .production_id = 59), + [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 1, .production_id = 4), + [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [2573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constant_value, 1), REDUCE(sym__case_clause_guard_unit, 1), + [2576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constant_value, 1), REDUCE(sym__case_clause_guard_unit, 1), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_binary_expression, 3, .production_id = 21), + [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_expression, 1, .production_id = 6), + [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_expression, 1, .production_id = 6), + [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_unit, 1, .production_id = 64), + [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_unit, 1, .production_id = 64), + [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [2633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_binary_expression, 3, .production_id = 21), [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), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_guard_unit, 3), + [2647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_guard_unit, 3), + [2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_clause_tuple_access, 3, .production_id = 22), + [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_clause_tuple_access, 3, .production_id = 22), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_guard, 2), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [2685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), + [2687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1720), + [2690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1717), + [2693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1297), + [2696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1747), + [2699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1665), + [2702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1674), + [2705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1338), + [2708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_group_repeat1, 2), SHIFT_REPEAT(1853), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), [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), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern, 1, .production_id = 1), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [2785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3), [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__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(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(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), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, .production_id = 66), + [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, .production_id = 52), + [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), + [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 5), + [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 4), + [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 2), + [2823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1871), + [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 5), + [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 5, .production_id = 53), + [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2), + [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, .production_id = 35), + [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 4, .production_id = 35), + [2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 6, .production_id = 53), + [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 6, .production_id = 66), + [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 3), + [2842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 3), + [2844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_binary_expression, 3, .production_id = 21), + [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 2), + [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern, 2, .production_id = 10), + [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string, 4), + [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, .production_id = 52), + [2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_expression, 1, .production_id = 6), + [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 4, .production_id = 53), + [2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3), + [2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_arguments, 6), + [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), + [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 3, .production_id = 36), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_expression, 1), + [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [2914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), + [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_constructors_repeat1, 2), + [2944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_constructors_repeat1, 2), SHIFT_REPEAT(1692), + [2947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_constructors_repeat1, 2), SHIFT_REPEAT(151), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructors, 1), + [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 35), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), + [3018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1356), + [3021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1323), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type, 1, .production_id = 1), + [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern_tail, 1), + [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor, 1, .production_id = 1), + [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [3066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), SHIFT_REPEAT(388), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [3071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 51), + [3073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 51), SHIFT_REPEAT(886), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 1, .production_id = 8), + [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor, 2, .production_id = 2), + [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_pattern, 2, .production_id = 51), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [3100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_pattern_repeat1, 2, .production_id = 51), SHIFT_REPEAT(897), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), + [3113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_pattern_arguments_repeat1, 2), SHIFT_REPEAT(839), + [3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_pattern_arguments_repeat1, 2), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [3120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_sequence, 1), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause_patterns, 1), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [3134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [3140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment_options, 1), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_arguments, 3), + [3154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameter, 1, .production_id = 13), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_bit_string_segment_options_repeat1, 2), + [3160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(834), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment_options, 1), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_bit_string_segment_options_repeat1, 2), + [3173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(827), + [3176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignment, 1, .production_id = 8), + [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment_options, 1), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 1, .production_id = 13), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [3194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 1, .production_id = 32), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_bit_string_segment_options_repeat1, 2), + [3208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_bit_string_segment_options_repeat1, 2), SHIFT_REPEAT(822), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [3213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_tuple_repeat1, 2), SHIFT_REPEAT(1035), + [3216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_tuple_repeat1, 2), + [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 2, .production_id = 28), + [3220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_patterns_repeat1, 2), + [3222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_patterns_repeat1, 2), SHIFT_REPEAT(857), + [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), + [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_arguments, 2), + [3231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(1114), + [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [3250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unqualified_imports_repeat1, 2), + [3252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unqualified_imports_repeat1, 2), SHIFT_REPEAT(1290), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [3259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__constant_bit_string_repeat1, 2), SHIFT_REPEAT(951), + [3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__constant_bit_string_repeat1, 2), + [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [3268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 3), + [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_update_arguments, 1), + [3278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(1117), + [3281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [3287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_argument, 3, .production_id = 67), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [3293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), SHIFT_REPEAT(349), + [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment, 1, .production_id = 4), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [3328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), SHIFT_REPEAT(1229), + [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_parameters_repeat1, 2), + [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_bit_string_segment_option_size, 4), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [3345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bit_string_segment_option, 1), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bit_string_segment_option, 4), + [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 5), + [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 2), + [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_type, 3, .production_id = 61), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 3), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [3395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(1719), + [3398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [3412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 5), + [3414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expression_bit_string_repeat1, 2), SHIFT_REPEAT(521), + [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expression_bit_string_repeat1, 2), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 2), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [3437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor, 3, .production_id = 11), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 2, .production_id = 2), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [3467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_data_constructor_arguments_repeat1, 2), SHIFT_REPEAT(1089), + [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_data_constructor_arguments_repeat1, 2), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignments, 1), + [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 6), + [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 4), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [3496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_record_arguments_repeat1, 2), SHIFT_REPEAT(906), + [3499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_record_arguments_repeat1, 2), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [3503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attribute_arguments_repeat1, 2), SHIFT_REPEAT(916), + [3506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__attribute_arguments_repeat1, 2), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_tuple_type, 4), + [3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment, 1, .production_id = 17), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [3534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_tuple_type_repeat1, 2), SHIFT_REPEAT(1177), + [3537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_tuple_type_repeat1, 2), + [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [3545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2), SHIFT_REPEAT(198), + [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2), + [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [3570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_arguments, 5), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [3584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 4), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [3592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_argument, 1, .production_id = 38), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__pattern_bit_string_repeat1, 2), SHIFT_REPEAT(849), + [3599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__pattern_bit_string_repeat1, 2), + [3601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_update_arguments_repeat1, 2), SHIFT_REPEAT(1450), + [3604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_update_arguments_repeat1, 2), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [3612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_type_arguments_repeat1, 2), SHIFT_REPEAT(1126), + [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_type_arguments_repeat1, 2), + [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [3619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_assignments_repeat1, 2), SHIFT_REPEAT(859), + [3622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_assignments_repeat1, 2), + [3624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_param, 1, .production_id = 1), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [3628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discard_param, 1, .production_id = 1), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_type, 4, .production_id = 71), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_subjects, 2), + [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [3658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern_bit_string_segment_option_size, 4), + [3660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_arguments, 3), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [3686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_external_function_parameters_repeat1, 2), SHIFT_REPEAT(1100), + [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_external_function_parameters_repeat1, 2), + [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [3699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment, 1, .production_id = 4), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__labeled_discard_param, 2, .production_id = 47), + [3717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__labeled_name_param, 2, .production_id = 47), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 1, .production_id = 1), + [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [3743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_anonymous_function_parameters_repeat1, 2), SHIFT_REPEAT(1276), + [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_function_parameters_repeat1, 2), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor, 2, .production_id = 10), + [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_bit_string_segment_option_size, 4), + [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [3774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type, 2, .production_id = 10), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [3778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameter, 2, .production_id = 31), + [3780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_assignment, 2, .production_id = 20), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [3786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 4), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [3796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 3), + [3798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 46), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [3802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter, 2, .production_id = 31), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [3812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hole, 1), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameter, 1, .production_id = 49), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameter, 3, .production_id = 73), + [3824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_bit_string_segment, 3, .production_id = 30), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [3830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_argument, 3, .production_id = 59), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [3838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_bit_string_segment, 3, .production_id = 54), + [3840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 2), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [3854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_spread, 1), + [3856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_value, 1), + [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_parameters, 5), + [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [3862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1), + [3864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_data_constructor_argument, 1, .production_id = 4), + [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_type_argument, 1), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_bit_string_segment, 3, .production_id = 30), + [3878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_argument, 1), + [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_value, 3, .production_id = 59), + [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [3886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_argument, 1, .production_id = 4), + [3888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_record_argument, 3, .production_id = 59), + [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 4, .production_id = 77), + [3892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unqualified_import, 3, .production_id = 70), + [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [3912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 5), + [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 2), + [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [3952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 5), + [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 4), + [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 2), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [3990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern_tail, 2), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [4006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_function_parameter_types, 3), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_spread, 2), + [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 3), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 3), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_parameter_types, 4), + [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 5), + [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [4094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 1), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constant_type_annotation, 2, .production_id = 28), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [4116] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 2), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_function_parameters, 4), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), }; #ifdef __cplusplus